Revisions for genie/templates/wishlists/wishlists.inc

Location: [ Horde ] / genie / templates / wishlists / wishlists.inc View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
 
  Revision Date Author Log Message
1.16 (+4 -4 lines) 04/02/2008 04:44 AM Jan Schneider jan

Fix viral typo.

1.15 (+11 -5 lines) 06/28/2007 02:05 PM Chuck Hagenbuch chuck

[cjh] Allow turning off a user's ability to edit share permissions (Request #4054).

1.14 (+3 -3 lines) 04/26/2007 06:15 PM Chuck Hagenbuch chuck

Avoid using new Array, new Object, etc. in our javascript where possible.
http://yuiblog.com/blog/2006/11/13/javascript-we-hardly-new-ya/

1.13 (+2 -2 lines) 07/17/2006 06:23 AM Jan Schneider jan

Convert strings to utf-8 where necessary for decodeURIComponent().
Bug: 3506

1.12 (+1 -1 lines) 12/07/2005 03:04 PM Chuck Hagenbuch chuck

Consistent and working method for setting editURL (fixes editing of
share permissions in Nag and Genie).

1.11 (+6 -6 lines) 12/04/2005 10:34 PM Chuck Hagenbuch chuck

Fix escaping of output for some item and wishlist data.

1.10 (+2 -2 lines) 12/02/2005 03:35 PM Chuck Hagenbuch chuck

More escaping fixes, though generally not exploitable except on
yourself, and never by an unauthenticated user.

1.9 (+2 -2 lines) 08/23/2005 03:30 PM Matt Selsky selsky

Double-quote gettext strings.

1.8 (+1 -1 lines) 08/06/2005 09:14 PM Chuck Hagenbuch chuck

Remove deprecated language="" attribute on script tags wherever possible.

1.7 (+3 -3 lines) 06/05/2005 01:41 AM Matt Selsky selsky

b/i to strong/em tags.

1.6 (+11 -15 lines) 12/20/2004 09:18 PM Chuck Hagenbuch chuck

- Fix fatal errors when submitting empty share names
- remove a bunch of unneeded table code
- remove "non-js support" code that never worked
- cleanup, consistency

Bug: #1000

1.5 (+3 -3 lines) 11/16/2004 11:36 AM Chuck Hagenbuch chuck

Remove SHARE_ constants.

1.4 (+1 -1 lines) 10/19/2004 03:02 PM Chuck Hagenbuch chuck

Move .js files that contain no PHP code to horde/js/. Adapt calls to them.
Also, remove several scripts that were basically duplicates of popup.js and
just use popup.js.

1.3 (+2 -2 lines) 10/18/2004 08:45 PM Chuck Hagenbuch chuck

Registry::getParam() -> Registry::get().

1.2 (+4 -34 lines) 07/13/2004 12:43 PM Jan Schneider jan

Remove type from all shares.

1.1 06/13/2004 01:42 PM Chuck Hagenbuch chuck

- consolidate templates
- fix link back to prefs.php