Commit graph

9322 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
4858c99cad preparing for 7.5.19 release 2008-08-07 22:55:46 +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
f082e2d14e request->body and request->param should be the same in tests 2008-08-07 22:55:35 +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
Graham Knop
395a243d25 display asset toolbar inline 2008-08-07 22:55:22 +00:00
Graham Knop
c84c8b0dc6 skip Perl::Critic tests if unable to load modules 2008-08-07 22:55:17 +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
6f1067ff9c fixed: Thingy: Subtext disappears when editing a field 2008-08-07 12:16:27 +00:00
Yung Han Khoe
399fe6fbe3 fixed: Thingy: Subtext disappears when editing a field 2008-08-07 11:52:30 +00:00
Diona Kidd
f3b7d1bb43 Adding knowmad to credits for tests and bug fix 2008-08-07 02:29:51 +00:00
Diona Kidd
5ba50b9979 Adding update for syndicated content utf-8 check 2008-08-07 02:26:23 +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
946bd65094 fixed: viewing badges in IE 6/7 2008-08-06 15:45:36 +00:00
Yung Han Khoe
599659c745 fixed: thingy and select box 2008-08-06 11:40:16 +00:00
Colin Kuskie
b47318c786 tweak the {Ship,Pay}Driver tests a bit, looking for safe copies of data 2008-08-06 04:10:12 +00:00
Colin Kuskie
c01d4e89c4 add default values to existing, default Payment drivers 2008-08-06 01:01:59 +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
Tabitha Zipperer
bba4753beb Fixed wrapping problem in shelf css by standardizing box size for the product 2008-08-05 17:18:31 +00:00
Yung Han Khoe
a266358d2e fixed: Thingy fields list on view screen tab 2008-08-05 14:59:02 +00:00
Yung Han Khoe
40ed2b52b8 fixed: EMS Formatting (Badge Page) 2008-08-05 12:01:54 +00:00
Yung Han Khoe
89266ddf58 fixed: Invitation EMails Escape Characters 2008-08-05 08:53:39 +00:00
Colin Kuskie
2f72b6352c Remove debugging output. 2008-08-05 03:58:17 +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
Kaleb Murphy
a81999d5ea Date and DateTime tests. 2008-08-04 18:33:28 +00:00
Yung Han Khoe
12543d8c74 fixed: Tree Menu is always collapsed 2008-08-04 15:02:12 +00:00
Yung Han Khoe
eca4ccc998 fixed: DateTime Form Control Bug 2008-08-03 14:46:55 +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
159f2daf60 Add a test for text MIME type. Note that various tests
may fail based on the version of LWP installed.
2008-08-02 17:39:11 +00:00
Colin Kuskie
3f8c483293 Update this test for new content.
Change arguments in cmp_* to references instead of arrays.
Check number of files dynamically, rather than hardcoded.
2008-08-02 17:09:21 +00:00
Colin Kuskie
30e0d913c4 Begin a test for getGroupIdsRecursive 2008-08-01 23:25:35 +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
26cc8ad9df improve behavior of preload.perl for custom lib dirs not ending in lib 2008-08-01 20:34:55 +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