Commit graph

6754 commits

Author SHA1 Message Date
Martin Kamerbeek
9f69e54e77 Fixed bug in Navigation where the indent was based on relDepth rather that on the tree depth. Also fixes issues
concerning the <ul> template.
2008-08-08 09:53:33 +00:00
Graham Knop
4d27b10457 preparing for 7.5.20 dev 2008-08-07 23:17:58 +00:00
Graham Knop
c3e1d798b9 fixed: paginator doesn't show correct number of page links with a limit applied 2008-08-07 22:55:41 +00:00
Graham Knop
3d62fa8e69 don't initialize i18n in secureEval unless needed - avoid endless loop on language user profile field 2008-08-07 22:55:30 +00:00
Graham Knop
a01f5dce37 don't dual check for form parameters 2008-08-07 22:55:26 +00:00
Kaleb Murphy
2cce90f150 Rolled back to 7186 removing CheckList changes 2008-08-07 20:33:07 +00:00
Colin Kuskie
ef56d94eaf Update tests for new profile field handling.
Change how the profileField method works in User.pm
Reindent some User.pm method according to WGBP.
2008-08-07 20:30:56 +00:00
Kaleb Murphy
a300ce8194 Layout can now uncheck all hidden assets. CheckList now has its own getValue which does not call getDefaultValue. 2008-08-07 19:21:12 +00:00
Graham Knop
ad3c236f47 oops 2008-08-07 19:11:13 +00:00
Graham Knop
f4f6d19e96 fixed: user profile defaults can contain arbitrary perl code 2008-08-07 18:44:17 +00:00
JT Smith
93a6dc0568 Exposed user and url fields to shop vendors. 2008-08-07 17:18:59 +00:00
Yung Han Khoe
ab1c20fa8f fixed: WebGUI Search errors - boolean search using filtering does not work 2008-08-07 15:20:30 +00:00
Yung Han Khoe
399fe6fbe3 fixed: Thingy: Subtext disappears when editing a field 2008-08-07 11:52:30 +00:00
Diona Kidd
b895efb8c6 Adding conditional to test if xml is already decoded 2008-08-07 02:20:56 +00:00
Colin Kuskie
e6d3b211f8 update hover help for auto request commit 2008-08-06 21:43:47 +00:00
Kaleb Murphy
3b7b668f07 In store credit now correctly deducted from with new purchases. Shop/Transaction was not updating the shopCreditDeduction column. 2008-08-06 16:54:33 +00:00
Colin Kuskie
05953f83a0 update CartItem POD for get 2008-08-06 16:11:49 +00:00
Yung Han Khoe
599659c745 fixed: thingy and select box 2008-08-06 11:40:16 +00:00
Frank Dillon
ca8ad4f4c2 Fixed issue where keywords field is not available in Form post tempalte 2008-08-05 20:45:50 +00:00
Chris Nehren
8ceac0ac25 Remove trailing whitespace. 2008-08-05 19:53:24 +00:00
Chris Nehren
c80a966f91 Fixed: Thingy importing with newlines embedded in CSV fields 2008-08-05 19:03:41 +00:00
Yung Han Khoe
89266ddf58 fixed: Invitation EMails Escape Characters 2008-08-05 08:53:39 +00:00
Kaleb Murphy
e7f5948ce1 Fixed Form Date and DateTime to properly handle mysql and epoch times. Added tests to make sure they work. 2008-08-04 20:23:13 +00:00
Colin Kuskie
fd62170df6 Change getGroups to always return safe copies of data.
Add tests to check for safe copies.
Add a test for getGroupIdsRecursive.
2008-08-02 22:48:32 +00:00
Colin Kuskie
19987b53b4 Fix Stow to always return safe copies of stowed data.
And test it.
2008-08-02 22:47:15 +00:00
Colin Kuskie
8d561101b5 Add a test to User.t to make sure it isn't leaking groups.
Update POD in User.pm and Group.pm.
2008-08-01 23:06:23 +00:00
Graham Knop
2b8d9a7b48 fixed: Server side spellchecker doesn't work 2008-08-01 20:38:20 +00:00
Graham Knop
c07e5bf3eb remove debug code 2008-08-01 20:34:26 +00:00
Graham Knop
52ebbb05d5 better detection and logging for singleton workflows 2008-08-01 20:34:00 +00:00
Colin Kuskie
96a09a14b9 fix a typo in the YUI asset toolbar demote/promote 2008-08-01 14:51:45 +00:00
Kaleb Murphy
f49c79eed4 Corrected purge table column names 2008-08-01 14:51:44 +00:00
Colin Kuskie
e3b9e4bd92 produce valid HTML in the Auth screen 2008-08-01 03:00:04 +00:00
Chris Nehren
63fe276dac Fixed: splitCSV and joinCSV had issues with complex CSV data. They now use
Text::CSV_XS internally.
2008-07-31 22:02:09 +00:00
Doug Bell
b0669c1a36 fixed Gallery Disk Space problem by adding a way to change image density 2008-07-31 20:31:08 +00:00
Colin Kuskie
cead5b8b13 fix some indent and spacing issues in the Shop i18n file 2008-07-31 03:47:55 +00:00
Colin Kuskie
3839123d8c Fix a bug where PayDriver and ShopDriver would do a redirect and ignore
the site gateway url.
2008-07-31 03:38:22 +00:00
Colin Kuskie
311ee8db1c remove debugging code from Product.t 2008-07-31 03:22:58 +00:00
Colin Kuskie
1346008650 first name and last name are separated by a space, not a break 2008-07-31 02:56:34 +00:00
Colin Kuskie
05f85c5db3 Fix the configured title that is displayed when an asset is added
to the cart.
2008-07-31 02:41:40 +00:00
Colin Kuskie
448f1ffdf5 Fix per item shipping in Products. 2008-07-31 02:37:52 +00:00
JT Smith
03092ff297 forgot to check this in somehow 2008-07-30 21:17:46 +00:00
Kaleb Murphy
d972141607 Fixed Address.pm POD to include firstName and lastName attributes. 2008-07-30 15:55:44 +00:00
Kaleb Murphy
2c41d60933 Added first name and last name address options for products. 2008-07-29 20:46:17 +00:00
Doug Bell
afea092a97 exposed a form variable for Gallery Album Others Can Add asset property
checkin missing WebGUI::User method
2008-07-29 17:11:13 +00:00
Doug Bell
26d353e7e6 Inbox can now handle millions of messages without being impossible to view 2008-07-29 16:59:10 +00:00
Yung Han Khoe
cc76e3b319 fixed: thingy's checkbox field 2008-07-29 09:45:55 +00:00
JT Smith
eea6d818e9 fixed export, purge, and some other stuff for ems. 2008-07-29 02:10:55 +00:00
Graham Knop
ff783a913f revert r7017, it didn't allow userPref macros and doing so requires more extensive changes 2008-07-28 14:57:11 +00:00
Colin Kuskie
dc82daaac8 Document the heretofore missing joinClass option in WebGUI::Search. 2008-07-28 03:23:45 +00:00
Colin Kuskie
ee9772d543 fix broken i18n labels in Asset export, and in the Shop 2008-07-27 02:59:33 +00:00