Log of /contributions/modules/wishlist/wishlist.module
Parent Directory
|
Revision Log
|
Revision Graph
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.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.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.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.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.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.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.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.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.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.
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.