/[drupal]/contributions/modules/wishlist/wishlist.module
ViewVC logotype

Log of /contributions/modules/wishlist/wishlist.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.38.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 18 05:45:34 2008 UTC (11 months, 1 week ago) by smclewin
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--2-1
Changes since 1.38.2.3: +24 -4 lines
Diff to previous 1.38.2.3 , to branch point 1.38 , to next main 1.45
Adding an additional security check on the action URLs for purchasing and returning items.  While the processing of these URLs already sanity checks all inputs against the current user, adding drupal_get_token() generated tokens increases the security of the module.

Also fixed an unreported bug in the D5 version of the module that prevented 'return this item' links from being displayed.

Revision 1.45.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 18 05:26:25 2008 UTC (11 months, 1 week ago) by smclewin
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-3
Changes since 1.45.2.1: +9 -3 lines
Diff to previous 1.45.2.1 , to branch point 1.45
Adding an additional security check on the action URLs for purchasing and returning items.  While the processing of these URLs already sanity checks all inputs against the current user, adding drupal_get_token() generated tokens increases the security of the module.

Revision 1.38.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 28 21:22:10 2008 UTC (16 months, 4 weeks ago) by smclewin
Branch: DRUPAL-5
Changes since 1.38.2.2: +897 -1141 lines
Diff to previous 1.38.2.2 , to branch point 1.38
Committing string cleanup of D5 version from user boobaa.  This is a blind commit after a quick review of boobaa's patches.  Use only for review or testing until a release node is created to publish this version.

Revision 1.45.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 1 06:11:16 2008 UTC (20 months, 3 weeks ago) by smclewin
Branch: DRUPAL-6--2
CVS Tags: DRUPAL-6--2-2
Changes since 1.45: +4 -3 lines
Diff to previous 1.45
Addressing warning in the apache log.  Issue #224201

Revision 1.45 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 26 23:05:37 2008 UTC (22 months ago) by smclewin
Branch: MAIN
CVS Tags: DRUPAL-6--2-1, HEAD
Branch point for: DRUPAL-6--2
Changes since 1.44: +3 -3 lines
Diff to previous 1.44
Fixed #210710 (and other similar warnings with _GET(wl_reveal))

Revision 1.44 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jan 26 23:01:53 2008 UTC (22 months ago) by smclewin
Branch: MAIN
Changes since 1.43: +2 -1 lines
Diff to previous 1.43
fixed #210707

Revision 1.43 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 16 05:44:44 2008 UTC (22 months, 1 week ago) by smclewin
Branch: MAIN
Changes since 1.42: +2 -2 lines
Diff to previous 1.42
Fixed a minor typo. #208152

Revision 1.42 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 29 13:26:41 2007 UTC (23 months, 4 weeks ago) by smclewin
Branch: MAIN
Changes since 1.41: +31 -2 lines
Diff to previous 1.41
Applying additional views support patch from http://drupal.org/node/194809#comment-641744.  Note: HEAD is now Drupal 6 compatible.  This patch won't be applied for the D5 line.

Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Nov 25 03:34:04 2007 UTC (2 years ago) by smclewin
Branch: MAIN
CVS Tags: DRUPAL-6--2-1-BETA
Changes since 1.40: +94 -733 lines
Diff to previous 1.40
First pass port to Drupal 6. All appears to be well, but it could use some other eyes to test and verify.

Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 23 18:39:24 2007 UTC (2 years ago) by smclewin
Branch: MAIN
Changes since 1.39: +36 -1 lines
Diff to previous 1.39
Applied patch to create initial views support from @194809

Revision 1.38.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 23 18:38:33 2007 UTC (2 years ago) by smclewin
Branch: DRUPAL-5
Changes since 1.38.2.1: +36 -1 lines
Diff to previous 1.38.2.1 , to branch point 1.38
Applied patch to create initial views support from @194809

Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 23 18:01:26 2007 UTC (2 years ago) by smclewin
Branch: MAIN
Changes since 1.38: +3 -3 lines
Diff to previous 1.38
Fixing issue #193041

Revision 1.38.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 23 17:52:41 2007 UTC (2 years ago) by smclewin
Branch: DRUPAL-5
Changes since 1.38: +3 -3 lines
Diff to previous 1.38
Fixing issue @193041

Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 19 05:07:28 2007 UTC (2 years, 10 months ago) by smclewin
Branch: MAIN
CVS Tags: DRUPAL-5--2-0
Branch point for: DRUPAL-5
Changes since 1.37: +9 -7 lines
Diff to previous 1.37
Fixed validation problems.

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 18 06:56:35 2007 UTC (2 years, 10 months ago) by smclewin
Branch: MAIN
Changes since 1.36: +3 -7 lines
Diff to previous 1.36
Removed more debug code, fixed title on the item purchase page.

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 18 06:46:58 2007 UTC (2 years, 10 months ago) by smclewin
Branch: MAIN
Changes since 1.35: +1 -6 lines
Diff to previous 1.35
Fixed a bug where the body text was getting shown twice.

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 18 06:20:42 2007 UTC (2 years, 10 months ago) by smclewin
Branch: MAIN
Changes since 1.34: +1 -8 lines
Diff to previous 1.34
Removing debug menu option.

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 18 06:13:21 2007 UTC (2 years, 10 months ago) by smclewin
Branch: MAIN
Changes since 1.33: +93 -65 lines
Diff to previous 1.33
Second pass on fixing D5 port issues.  Now ready for development testing, still not ready for production deployment.

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 17 05:01:41 2007 UTC (2 years, 10 months ago) by smclewin
Branch: MAIN
Changes since 1.32: +138 -71 lines
Diff to previous 1.32
First pass changes to porting the module to Drupal 5.0.  There are a few known problems, such as basics like gift purchasing not working yet.  This a *development* version and is not intended for general use.  Wait for a formal Drupal 5 release unless you are me.

Revision 1.4.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 12 05:14:56 2007 UTC (2 years, 10 months ago) by smclewin
Branch: DRUPAL-4-7
CVS Tags: DRUPAL-4-7--2-0
Changes since 1.4.2.9: +36 -10 lines
Diff to previous 1.4.2.9 , to branch point 1.4 , to next main 1.45
Merging in changes from head after clearning out the 4.7 issue queue.  This becomes v2.0 of the wishlist module and is the end of the line for all but critical bug fixes in the 4.7 compatible version.

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jan 12 05:12:18 2007 UTC (2 years, 10 months ago) by smclewin
Branch: MAIN
Changes since 1.31: +14 -5 lines
Diff to previous 1.31
#105492, added configurable count for number of items in the wishlist table display.

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 7 03:36:40 2007 UTC (2 years, 10 months ago) by smclewin
Branch: MAIN
Changes since 1.30: +23 -6 lines
Diff to previous 1.30
#101837

Revision 1.4.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 27 06:13:13 2006 UTC (2 years, 11 months ago) by smclewin
Branch: DRUPAL-4-7
Changes since 1.4.2.8: +18 -4 lines
Diff to previous 1.4.2.8 , to branch point 1.4
Merging changes from HEAD

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 27 06:12:26 2006 UTC (2 years, 11 months ago) by smclewin
Branch: MAIN
Changes since 1.29: +11 -4 lines
Diff to previous 1.29
Fixed error in the display of new wishlist items.  http://drupal.org/node/101841

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 27 06:02:40 2006 UTC (2 years, 11 months ago) by smclewin
Branch: MAIN
Changes since 1.28: +8 -1 lines
Diff to previous 1.28
Added stripos() function definition for PHP4 (it is new in PHP5, which is where I now do all my work)

Revision 1.4.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 27 04:49:41 2006 UTC (2 years, 11 months ago) by smclewin
Branch: DRUPAL-4-7
Changes since 1.4.2.7: +659 -134 lines
Diff to previous 1.4.2.7 , to branch point 1.4
Moving latest 4.7 code changes (after cleaning out the issue queue) to the 4.7 branch.  From 'very soon' on HEAD will become D5 compatible and development on this line will be limited to critical fixes only.

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 26 23:15:53 2006 UTC (2 years, 11 months ago) by smclewin
Branch: MAIN
Changes since 1.27: +19 -9 lines
Diff to previous 1.27
Broke out how the username is chosen for wishlist display to allow it to be themed differently.  This is to allow a site to decide to display the user's full name if they happen to have it in a profile system.  http://drupal.org/node/101836

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 26 22:54:31 2006 UTC (2 years, 11 months ago) by smclewin
Branch: MAIN
Changes since 1.26: +30 -6 lines
Diff to previous 1.26
Added indicators of when there are new items on a given list for users who are logged in.  It will only show items as 'new' if they were recently created and the user has never viewed that node.  http://drupal.org/node/101841 and http://drupal.org/node/101840

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 26 21:41:31 2006 UTC (2 years, 11 months ago) by smclewin
Branch: MAIN
Changes since 1.25: +44 -7 lines
Diff to previous 1.25
Added a feature to move items from the user's wishlist to their private wishlist a configurable number of days   A derivative of http://drupal.org/node/101842 that covers a broader need to clean up wishlists.

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 26 19:32:19 2006 UTC (2 years, 11 months ago) by smclewin
Branch: MAIN
Changes since 1.24: +178 -11 lines
Diff to previous 1.24
Added a wishlist administration screen where admin users can view/delete all purchase records for the site. (http://drupal.org/node/101837)  Also added the ability for a user to see who purchased their items for them, if they are authorized to do so and the purchase information is not hidden.

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 26 08:04:26 2006 UTC (2 years, 11 months ago) by smclewin
Branch: MAIN
Changes since 1.23: +3 -3 lines
Diff to previous 1.23
Changed table formatting to alternate color on each row and to vertically align the table contents.  http://drupal.org/node/99351 and http://drupal.org/node/97924

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 26 07:43:10 2006 UTC (2 years, 11 months ago) by smclewin
Branch: MAIN
Changes since 1.22: +131 -52 lines
Diff to previous 1.22
Added the ability to configure a site admin to hide wishlist details from the list's owner, along with a new permission that, when granted, allows a user to reveal the purchase status of their items.

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 25 07:36:00 2006 UTC (2 years, 11 months ago) by smclewin
Branch: MAIN
Changes since 1.21: +84 -40 lines
Diff to previous 1.21
Fixed validation function, which had 4.6 holdover logic that was changing the node.  Now the validator fails on blank input for price and quantity rather than silently filling in reasonable defaults.  Also fixed a bug in the display of URLs within the node view under the various permission scenarios.

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Dec 25 06:10:13 2006 UTC (2 years, 11 months ago) by smclewin
Branch: MAIN
Changes since 1.20: +65 -10 lines
Diff to previous 1.20
Added a new feature to hide a few details of the wishlist from anonymous users (this can be configured on/off).   When configured to hide purchase details from anonymous visitors a user must be logged in to see how many of an item are purchased, to use the action links to actually complete a purchase and to view the links entered in the wishlist item.

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 24 22:05:31 2006 UTC (2 years, 11 months ago) by smclewin
Branch: MAIN
Changes since 1.19: +112 -38 lines
Diff to previous 1.19
Added the ability to configure which colums display in the wishlist summary, per http://drupal.org/node/53232

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 24 08:00:42 2006 UTC (2 years, 11 months ago) by smclewin
Branch: MAIN
Changes since 1.18: +40 -11 lines
Diff to previous 1.18
Added the ability to hide the currency field.  http://drupal.org/node/101846

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 24 07:43:35 2006 UTC (2 years, 11 months ago) by smclewin
Branch: MAIN
Changes since 1.17: +27 -3 lines
Diff to previous 1.17
Applied patch http://drupal.org/node/84618, which will stick http:// in front of URLs that don't already contain them.

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 24 07:04:56 2006 UTC (2 years, 11 months ago) by smclewin
Branch: MAIN
Changes since 1.16: +2 -3 lines
Diff to previous 1.16
Fixing http://drupal.org/node/34888.

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Dec 24 06:52:20 2006 UTC (2 years, 11 months ago) by smclewin
Branch: MAIN
Changes since 1.15: +2 -19 lines
Diff to previous 1.15
Fixed wishlist anonymous access.   http://drupal.org/node/102325

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 17 02:51:53 2006 UTC (3 years, 2 months ago) by smclewin
Branch: MAIN
Changes since 1.14: +2 -2 lines
Diff to previous 1.14
Fixed an error where a regular user was unable to view their private
wishlist items. Private wishlist items are stored as unpublished, and
regular users are not allowed to see unpublished items.

Revision 1.4.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 5 22:20:03 2006 UTC (3 years, 2 months ago) by smclewin
Branch: DRUPAL-4-7
Changes since 1.4.2.6: +1 -2 lines
Diff to previous 1.4.2.6 , to branch point 1.4
fixing http://drupal.org/node/79888

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 5 22:18:43 2006 UTC (3 years, 2 months ago) by smclewin
Branch: MAIN
Changes since 1.13: +1 -2 lines
Diff to previous 1.13
fixing http://drupal.org/node/79888

Revision 1.4.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 23 16:07:26 2006 UTC (3 years, 5 months ago) by smclewin
Branch: DRUPAL-4-7
Changes since 1.4.2.5: +8 -8 lines
Diff to previous 1.4.2.5 , to branch point 1.4
Copying changes from head to 4.7 tag.

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 23 15:56:53 2006 UTC (3 years, 5 months ago) by smclewin
Branch: MAIN
Changes since 1.12: +8 -8 lines
Diff to previous 1.12
Wrapped all variables included in output with check_plain to protect against XSS attacks.

Revision 1.4.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 9 20:33:36 2006 UTC (3 years, 5 months ago) by smclewin
Branch: DRUPAL-4-7
Changes since 1.4.2.4: +3 -6 lines
Diff to previous 1.4.2.4 , to branch point 1.4
branching (for real this time) drupal installer to 4.7 branch

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 9 20:21:10 2006 UTC (3 years, 5 months ago) by smclewin
Branch: MAIN
Changes since 1.11: +1 -3 lines
Diff to previous 1.11
Fixing CSS reference error reported in http://drupal.org/node/67087

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 9 20:10:15 2006 UTC (3 years, 5 months ago) by smclewin
Branch: MAIN
Changes since 1.10: +2 -3 lines
Diff to previous 1.10
Fixed issue where the index page doubles up when there are no wishlist items
in the system.

http://drupal.org/node/64534
http://drupal.org/node/59778

Revision 1.4.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 11 16:01:52 2006 UTC (3 years, 6 months ago) by smclewin
Branch: DRUPAL-4-7
Changes since 1.4.2.3: +4 -4 lines
Diff to previous 1.4.2.3 , to branch point 1.4
Moving change to HEAD into 4.7.

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 11 16:00:46 2006 UTC (3 years, 6 months ago) by smclewin
Branch: MAIN
Changes since 1.9: +4 -4 lines
Diff to previous 1.9
Added check_plain() calls into username formatting routines to match theme_username code changes for 4.7.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 13 15:49:31 2006 UTC (3 years, 7 months ago) by unconed
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
#5371: tablesort_pager removal
- Fix some badly tagged modules

Revision 1.4.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 13 15:45:06 2006 UTC (3 years, 7 months ago) by unconed
Branch: DRUPAL-4-7
Changes since 1.4.2.2: +2 -2 lines
Diff to previous 1.4.2.2 , to branch point 1.4
#5371: tablesort_pager removal
- Fix some badly tagged modules

Revision 1.4.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 15 20:49:51 2006 UTC (3 years, 8 months ago) by smclewin
Branch: DRUPAL-4-7
Changes since 1.4.2.1: +40 -40 lines
Diff to previous 1.4.2.1 , to branch point 1.4
Overhaul of string usage in the module to correctly use t().  The module is now translatable.

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 15 20:47:04 2006 UTC (3 years, 8 months ago) by smclewin
Branch: MAIN
Changes since 1.7: +40 -40 lines
Diff to previous 1.7
Overhauled all strings in the module to properly use t().  Prior to this set of changes the module was not translatable.

Revision 1.4.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 4 07:08:16 2006 UTC (3 years, 9 months ago) by smclewin
Branch: DRUPAL-4-7
Changes since 1.4: +5 -8 lines
Diff to previous 1.4
Checking a handful of bugfixes from HEAD into DRUPAL-4-7.  See versions 1.4-1.7 on this file for further details.

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Feb 4 06:37:02 2006 UTC (3 years, 9 months ago) by smclewin
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6
Added character entity codes for the currency symbols on EUR, GBP and JPY to replace the ASCII codes that simply didn't display anything useful.

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 29 16:01:05 2006 UTC (3 years, 9 months ago) by smclewin
Branch: MAIN
Changes since 1.5: +0 -3 lines
Diff to previous 1.5
Fixed a minor error where the hook_help no longer needed to return the submission guidelines in 4.7 since node.module handles it.  Removed case for node/add/wishlist

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Jan 29 15:38:25 2006 UTC (3 years, 9 months ago) by smclewin
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
Added some additional URL entry help on the wishlist creation form
to let the user know that a full URL starting with http:// must be entered.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 10 04:27:17 2006 UTC (3 years, 10 months ago) by smclewin
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.3: +207 -69 lines
Diff to previous 1.3
Upgraded wishlist.module for use with Drupal 4.7.

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 10 19:40:52 2005 UTC (3 years, 11 months ago) by smclewin
Branch: MAIN
Changes since 1.2: +34 -13 lines
Diff to previous 1.2
Moved the "action" column to be the first colunm - users were missing the 'get this gift' link.

Added configuration option to allow primary and secondary URL links to open in new windows.

Fixed the breadcrumb on the item view to include the proper path.

Revision 1.1.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 8 04:33:10 2005 UTC (4 years ago) by smclewin
Branch: DRUPAL-4-6
Changes since 1.1: +3 -3 lines
Diff to previous 1.1 , to next main 1.45
Fixed SQL bug reported http://drupal.org/node/36019.

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Nov 8 03:35:47 2005 UTC (4 years ago) by smclewin
Branch: MAIN
Changes since 1.1: +3 -3 lines
Diff to previous 1.1
Fix to db_rewrite_sql bug reported by http://drupal.org/node/36019

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 13 17:26:39 2005 UTC (4 years, 1 month ago) by smclewin
Branch: MAIN
Branch point for: DRUPAL-4-6
Initial commit of the wishlist module for Drupal 4.6+

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2