Revisions for genie/wishlists.php

Location: [ Horde ] / genie / wishlists.php 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.35 (+2 -2 lines) 01/12/2008 07:58 AM Duck duck

- Add a wishlist display page to allow preview a wishlist that is still not in out display prefs. A link to directy add it is preset in tabs.
- @define -> define

1.34 (+2 -2 lines) 01/02/2008 06:12 AM Jan Schneider jan

Happy New Year

1.33 (+5 -1 lines) 12/20/2007 01:55 AM Chuck Hagenbuch chuck

Protect against users modifying or deleting other users' wishlists.

1.32 (+5 -1 lines) 12/02/2007 09:14 AM Duck duck

Don't automatically create wishlist. A lot of users just visits the module just to look like without actually use it. So create user default wishlist only when needed (adding item or navigate to wishlist management)

1.31 (+32 -23 lines) 12/02/2007 07:13 AM Duck duck

Check errors

1.30 (+3 -3 lines) 11/30/2007 04:09 AM Duck duck

is_a is deprecated, use instanceof

1.29 (+2 -2 lines) 01/02/2007 07:47 AM Jan Schneider jan

Happy New Year

1.28 (+4 -2 lines) 01/01/2007 07:40 PM Jan Schneider jan

Assign copyright to The Horde Project for those copyright holders that already agreed to it.

1.27 (+2 -2 lines) 01/01/2006 04:10 PM Jan Schneider jan

Happy new year\!

1.26 (+2 -2 lines) 01/03/2005 09:34 AM Jan Schneider jan

Happy New Year

1.25 (+7 -25 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.24 (+2 -2 lines) 11/21/2004 06:39 AM Jan Schneider jan

New menu.
Submitted by: Roel Gloudemans <roel@gloudemans.info>

1.23 (+8 -11 lines) 11/16/2004 11:36 AM Chuck Hagenbuch chuck

Remove SHARE_ constants.

1.22 (+2 -2 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.21 (+2 -2 lines) 10/18/2004 08:45 PM Chuck Hagenbuch chuck

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

1.20 (+1 -3 lines) 07/13/2004 12:43 PM Jan Schneider jan

Remove type from all shares.

1.19 (+8 -4 lines) 06/17/2004 11:02 AM Jan Schneider jan

Set share owner to current user by default.
Fix "keep-at-least-one-share" code.

1.18 (+2 -3 lines) 06/13/2004 01:42 PM Chuck Hagenbuch chuck

- consolidate templates
- fix link back to prefs.php

1.17 (+2 -2 lines) 01/17/2004 05:57 PM Jan Schneider jan

All footers look the same, so why not use only one.

1.16 (+14 -13 lines) 01/13/2004 11:10 PM Chuck Hagenbuch chuck

Try to ditch a bunch of duplicative Horde_Share:: methods.

1.15 (+3 -3 lines) 01/13/2004 10:44 PM Chuck Hagenbuch chuck

These are by no means private constants. Remove the weird leading _
(it was my idea in the first place, for the record. Dunno why).

1.14 (+2 -2 lines) 01/01/2004 10:14 AM Jan Schneider jan

Happy new year everyone.

1.13 (+2 -16 lines) 10/30/2003 04:33 PM Chuck Hagenbuch chuck

Remove a bunch of never-used code.

1.12 (+3 -6 lines) 10/22/2003 03:30 PM Chuck Hagenbuch chuck

Convert Genie to the new nag-inspired driver model, add history tracking, and
associated html cleanups.

1.11 (+14 -14 lines) 09/16/2003 07:04 PM Jan Schneider jan

Use the new Util:: class.

1.10 (+2 -2 lines) 09/01/2003 05:59 PM Jan Schneider jan

Simplify driver instantiation even more.

1.9 (+3 -3 lines) 08/27/2003 12:41 PM Chuck Hagenbuch chuck

set default permissions as well as guest perms

1.8 (+21 -11 lines) 08/27/2003 11:56 AM Chuck Hagenbuch chuck

make wishlists publically viewable by default.

1.7 (+2 -2 lines) 08/25/2003 02:30 PM Chuck Hagenbuch chuck

Use Horde::addScriptFile() for this file.

1.6 (+2 -3 lines) 08/22/2003 09:02 PM Jan Schneider jan

No hardcoded params anymore.

1.5 (+2 -3 lines) 05/23/2003 10:44 AM Chuck Hagenbuch chuck

Last menu.php files.

1.4 (+1 -2 lines) 05/08/2003 01:19 PM Chuck Hagenbuch chuck

- consolidate status.php files in apps that just include them directly
from menu.php, so no need for a seperate file

- consolidate $notification->notify() calls into menu.php files

- fix checks for available shares to guests to check all available,
not just whether or not one is selected to display.

1.3 (+2 -2 lines) 04/26/2003 08:27 PM Chuck Hagenbuch chuck

Fix license URL.

1.2 (+41 -41 lines) 01/17/2003 03:58 PM Marcus I. Ryan marcus

Fix wishlist creation (replace Nag refs with Genie, task with wish).
Seems to have made it work :)

1.1 01/17/2003 03:05 PM Chuck Hagenbuch chuck

Initial Genie commit.