scuttle
12 years agoadded jQuery UI autocomplete to the tags field when editing a bookmark
phpartisan [Wed, 16 Feb 2011 00:10:22 +0000 (21:10 -0300)]
added jQuery UI autocomplete to the tags field when editing a bookmark

12 years agoRevert Thomas Niepraschk's tag autocomplete feature (3 commits)
Benjamin Mako Hill [Sun, 8 Apr 2012 18:38:24 +0000 (14:38 -0400)]
Revert Thomas Niepraschk's tag autocomplete feature (3 commits)

This reverts commit:
  a4d4c86c4488d333371f121f3aefc989ba1270ee.
  04b0f54876eb15dc6b7ccafffc893fcdc3fd379a.
  e03e075e4bc21843ae223caf0c149b289e9636c9.

12 years agofixed missing quotes around mp3
Benjamin Mako Hill [Tue, 8 Nov 2011 00:04:34 +0000 (19:04 -0500)]
fixed missing quotes around mp3

In my system, with JQuery 1.5, the previous two commits caused *every*
link to load the Flash MP3 mplayer, even though none of these were
playable. This patch fixes that issue.

The issue, as far as I can tell, seems to be due to a change in the
version of JQuery. But I have only looked close enough to fix the bug.

12 years agoadded Thomas Niepraschk's tag autocomplete feature
Benjamin Mako Hill [Mon, 7 Nov 2011 23:08:38 +0000 (18:08 -0500)]
added Thomas Niepraschk's tag autocomplete feature

The work in this patch is taken from the following GH repository:

  https://github.com/niepi/scuttle-autocomplete

The work is Copyright (c) Thomas Niepraschk 2011.

Niepraschk's work is not done as a branch to the scuttle git repository,
includes a series of unrelated changes, and involves a few mistakes. In
this branch, I've provided a clean-up of his work but very little of my
own.

I have made the following change over what Thomas did in his repository:

- Reverted the move of config.inc.php from config.inc.php.example
- Changed the script code to not include simple load JQuery from
  googleapis.com (introducing some privacy issues) but to load it from
  the copies that Thomas included in the repository instead.
- I have also removed from the history several extra files including the
  full dump of his database (!) which he them removed in a subsequent
  commit.

All credit goes to Thomas Niepraschk for his hard work to build the
functionality. I use it and love it!

12 years agoadded new version of JQuery plus CSS/images
Benjamin Mako Hill [Mon, 7 Nov 2011 23:07:24 +0000 (18:07 -0500)]
added new version of JQuery plus CSS/images

A new version of JQuery (1.5) is required by Thomas Niepraschk's patch
adding autocomplete support.

13 years ago- Updated default filetypes used for system tags
Marcus Campbell [Tue, 28 Dec 2010 07:07:14 +0000 (23:07 -0800)]
- Updated default filetypes used for system tags
- Added support for RSS media enclosures
- Restricted registration fields to match DB limits
- Updated debug mode activation
- Updated form style
- Minor code style updates

Signed-off-by: Marcus Campbell <marcus.campbell@gmail.com>
13 years ago- Override privacy status on bookmark file import, if specified (i.e. Delicious)
Marcus Campbell [Fri, 24 Dec 2010 04:53:51 +0000 (20:53 -0800)]
- Override privacy status on bookmark file import, if specified (i.e. Delicious)
- Set tags on bookmark file import, if specified (i.e. Delicious)

Signed-off-by: Marcus Campbell <marcus.campbell@gmail.com>
13 years ago- Enforce minimum elapsed time on registration form
Marcus Campbell [Tue, 21 Dec 2010 08:47:47 +0000 (00:47 -0800)]
- Enforce minimum elapsed time on registration form
- Removed redirection after save
- Show most recent page of results on index, rather than most recent day
- Minor code style updates
- Shameless self-aggrandising

Signed-off-by: Marcus Campbell <marcus.campbell@gmail.com>
13 years agoBumped version numver
Marcus Campbell [Tue, 21 Dec 2010 06:29:05 +0000 (22:29 -0800)]
Bumped version numver

Signed-off-by: Marcus Campbell <marcus.campbell@gmail.com>
13 years ago- .htaccess yoinked from Drupal
Marcus Campbell [Tue, 21 Dec 2010 06:27:13 +0000 (22:27 -0800)]
- .htaccess yoinked from Drupal
- Minor CSS tweaks

Signed-off-by: Marcus Campbell <marcus.campbell@gmail.com>
13 years ago- Allow blacklisting and whitelisting of e-mail addresses used for new user accounts
Marcus Campbell [Sat, 18 Dec 2010 06:43:48 +0000 (22:43 -0800)]
- Allow blacklisting and whitelisting of e-mail addresses used for new user accounts
- Added hash to the registration form to prevent CRSF
- Added password confirmation to registration form
- Update jQuery to 1.4.4

Signed-off-by: Marcus Campbell <marcus.campbell@gmail.com>
14 years agoTagged 0.7.5
Marcus Campbell [Sun, 28 Mar 2010 05:17:09 +0000 (05:17 +0000)]
Tagged 0.7.5

15 years ago* Fixed REG_BADRPT error in isValidEmail() that prevented registration
Marcus Campbell [Sun, 13 Jul 2008 01:09:50 +0000 (01:09 +0000)]
* Fixed REG_BADRPT error in isValidEmail() that prevented registration
* Merged cookie fix from trunk
* Set body background to white
* Removed poor seed from _randompassword()
* Minor fix to updateBookmark()

15 years agobranches/version-0.7:
Marcus Campbell [Sun, 6 Jul 2008 23:32:25 +0000 (23:32 +0000)]
branches/version-0.7:
* Updated readme
* Set mysql as default DB type

17 years agotrunk, branches/version-0.7:
Marcus Campbell [Mon, 5 Feb 2007 09:11:30 +0000 (09:11 +0000)]
trunk, branches/version-0.7:
* Changed LC_MESSAGES to LC_ALL
trunk:
* Changed regex from eregi to preg_match in isValidEmail
* Updated tables.sql
* Added jQuery
* Added prelim Atom feed template
* Updated DB abstraction layer to latest phpBB code - Note: Breaks lots of code!
* Updated config.inc.php.example

17 years ago* Updated isValidEmail regex to match plussed addresses
Marcus Campbell [Mon, 8 Jan 2007 07:26:37 +0000 (07:26 +0000)]
* Updated isValidEmail regex to match plussed addresses

17 years agoTrunk, 0.7: Add patch [ 1597978 ] Missing tag rename for 0.7.2
Marcus Campbell [Sat, 9 Dec 2006 06:43:03 +0000 (06:43 +0000)]
Trunk, 0.7: Add patch [ 1597978 ] Missing tag rename for 0.7.2

17 years agoMerge trunk fix for [ 1480341 ] Timezone Bug
Marcus Campbell [Sat, 9 Dec 2006 06:13:28 +0000 (06:13 +0000)]
Merge trunk fix for [ 1480341 ] Timezone Bug
Merge trunk fix for [ 1493870 ] Problem with required files in gettext.inc
Merge trunk fix for [ 1495135 ] Missing a closing parenthesis in ajaxGetTitle.php
Merged trunk changes for .htaccess file

17 years agoRestructure repository
Marcus Campbell [Tue, 5 Dec 2006 07:58:42 +0000 (07:58 +0000)]
Restructure repository

Benjamin Mako Hill || Want to submit a patch?