Revisions for genie/item.php

Location: [ Horde ] / genie / item.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.46 (+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.45 (+2 -1 lines) 01/11/2008 10:02 AM Michael Rubinsky mrubinsk

ws

1.44 (+2 -1 lines) 01/11/2008 10:00 AM Michael Rubinsky mrubinsk

Prefs_CategoryManager can't be autoloaded

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

Happy New Year

1.42 (+3 -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.41 (+6 -6 lines) 11/30/2007 06:15 AM Duck duck

First set of constant removal - for actionIDs

1.40 (+9 -9 lines) 11/30/2007 04:09 AM Duck duck

is_a is deprecated, use instanceof

1.39 (+1 -2 lines) 11/30/2007 03:20 AM Duck duck

Auto load

1.38 (+6 -6 lines) 11/30/2007 03:12 AM Duck duck

PHP5 style methos/constants definitions

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

Happy New Year

1.36 (+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.35 (+4 -4 lines) 06/10/2006 04:33 PM Chuck Hagenbuch chuck

consistent title changes

1.34 (+2 -2 lines) 04/11/2006 12:53 PM Chuck Hagenbuch chuck

Remove some unnecessary references and minor cleanup.

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

Happy new year\!

1.32 (+2 -2 lines) 08/24/2005 01:33 AM Matt Selsky selsky

Use double-quotes.

1.31 (+3 -2 lines) 08/01/2005 10:06 PM Chuck Hagenbuch chuck

Whole bunch of CSS cleanup.

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

Happy New Year

1.29 (+2 -2 lines) 11/21/2004 06:39 AM Jan Schneider jan

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

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

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

1.27 (+44 -23 lines) 09/22/2004 09:01 AM Jan Schneider jan

Wrapping

1.26 (+5 -6 lines) 05/19/2004 02:12 PM Chuck Hagenbuch chuck

Here are the latest updates to the CategoryManager code, and the changes
to Genie to go with them.

1.25 (+4 -2 lines) 05/18/2004 05:49 PM Chuck Hagenbuch chuck

Start moving Genie to the new Pref_CategoryManager code.

1.24 (+2 -2 lines) 05/18/2004 03:47 PM Chuck Hagenbuch chuck

Default categories better, avoid prefs that will be going away.

1.23 (+3 -4 lines) 04/03/2004 03:45 PM Chuck Hagenbuch chuck

Genie::getDefaultWishlists() and similar permissions/guest/default
wishlist fixes.

1.22 (+5 -3 lines) 03/26/2004 09:48 PM Chuck Hagenbuch chuck

Check for PEAR_Errors and permissions seperately to avoid problems.

1.21 (+2 -2 lines) 01/18/2004 12:48 PM Jan Schneider jan

Use javascript notification instead of $js_onLoad.

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

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

1.19 (+4 -4 lines) 01/14/2004 06:49 AM Jan Schneider jan

Fix Share:: method names.

1.18 (+5 -5 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.17 (+2 -2 lines) 01/13/2004 08:36 PM Chuck Hagenbuch chuck

- Move Category into the framework.
- At the same time, rename the API to DataTree.
- shorten some method names while we're at it.

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

Happy new year everyone.

1.15 (+16 -11 lines) 11/25/2003 04:04 PM Chuck Hagenbuch chuck

[cjh] Guests can now purchase items; they go through a form that requests
their email address so that they can confirm cancelling a gift
if necessary.

Purchase time is now recorded for everyone, and when a user purchases their
own item, their email address gets filled in also.

1.14 (+2 -1 lines) 11/23/2003 12:08 PM Chuck Hagenbuch chuck

- fix handling of categories as was done earlier for Kronolith (give
the user the actual list of categories for the wishlist they're adding
to).

- Show item descriptions in the wishlist overview (takes more space,
but much more end-user friendly).

- More UI tweaks; link Urls in item names and descriptions

- Don't show description tooltips since the description is right there.

1.13 (+1 -3 lines) 11/23/2003 01:20 AM Chuck Hagenbuch chuck

More graphical cleanup; remove a few unnecessary files.

1.12 (+2 -1 lines) 11/23/2003 01:11 AM Chuck Hagenbuch chuck

[cjh] Add sorting by item category.
[cjh] Fix filtering by purchased/unpurchased status.

Also:
- A few newer/nicer graphics
- Start some UI tweaks to get it looking a bit sharper and consistent with
other apps.

1.11 (+30 -47 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.10 (+23 -23 lines) 09/16/2003 07:04 PM Jan Schneider jan

Use the new Util:: class.

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

Simplify driver instantiation even more.

1.8 (+7 -13 lines) 08/22/2003 09:02 PM Jan Schneider jan

No hardcoded params anymore.

1.7 (+3 -3 lines) 08/05/2003 02:25 PM Michael M Slusarz slusarz

Use new Horde::addParameter() usage

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

Last menu.php files.

1.5 (+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.4 (+2 -2 lines) 04/26/2003 08:27 PM Chuck Hagenbuch chuck

Fix license URL.

1.3 (+2 -2 lines) 02/06/2003 01:32 PM Chuck Hagenbuch chuck

Always default to the Unfiled category; much better from a user's
point of view since they can always fix the category later; this
removes one potentially unnecessary task from the task/note/event/item
creation process.

1.2 (+35 -58 lines) 02/06/2003 12:32 AM Chuck Hagenbuch chuck

[cjh] Add a Horde_Block for Genie.
[cjh] Basic adding/listing/viewing/editing/deleting of items works.

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

Initial Genie commit.