Graham Knop
4b835ba0ff
fix compile test for when WebGUI libs not in PERL5LIB
2009-09-20 22:00:12 -05:00
Graham Knop
3756624523
fix ZipArchive changing current directory
2009-09-20 20:45:01 -05:00
Graham Knop
5c7c8a1c07
fix FilePump tests on case sensitive file systems
2009-09-20 14:39:36 -05:00
Graham Knop
977b1f2b6d
fix error logging when unable to purge children
2009-09-20 14:38:30 -05:00
Graham Knop
44110cdb00
fix WikiPage test cleanup
2009-09-20 14:29:54 -05:00
Graham Knop
45603a026f
fix Storage tests for limited permissions
2009-09-20 14:18:03 -05:00
Colin Kuskie
3ff88580e8
Update POD for getIsa
2009-09-18 13:29:58 -07:00
Colin Kuskie
e3029f3661
Fix a typo in exportTransposedResults in the Survey fixes bug#10990.
2009-09-18 10:37:39 -07:00
Colin Kuskie
56f68bf291
Make subscribable asset handle its built-in group correctly. Fixes bug#11004
2009-09-18 09:25:30 -07:00
Colin Kuskie
b91a1effa8
Make a nice session object to use for Group->new.
2009-09-18 09:17:48 -07:00
Colin Kuskie
dd9a78d24e
Fix Subscribable aspect i18n. Fixes bug #11003 .
2009-09-17 15:55:42 -07:00
Colin Kuskie
6c4d146e10
Add missing datestamps to RssFeed i18n file.
2009-09-17 15:54:40 -07:00
Colin Kuskie
eac2099246
Mark Testing modules as optional, fixes bug #11008 .
2009-09-17 15:43:46 -07:00
Colin Kuskie
255abcdf97
Set correct defaults for icalFeeds in existant calendars. Fixes bug #11005
2009-09-17 15:36:58 -07:00
Colin Kuskie
7349cf52b8
Use a fresh copy of the DataForm after doing autocommits for move and delete.
2009-09-17 12:02:30 -07:00
Colin Kuskie
b09a153688
Give Pig Latin a valid locale.
2009-09-17 10:49:50 -07:00
Colin Kuskie
bb10f0e3d0
i18n the datepicker. fixes bug #10976 .
2009-09-17 10:07:55 -07:00
Colin Kuskie
8395d090fa
Show thingy controls when maxEntriesPerUser is reached. Fixes bug #10950 .
2009-09-16 21:58:24 -07:00
Colin Kuskie
4be50c6cae
Fix an i18n typo in the Navigation help.
2009-09-16 21:44:38 -07:00
Colin Kuskie
f4d19c41f7
DataForms logs an error when it cannot load the requested form type. Fixes bug #10954 .
2009-09-16 19:24:28 -07:00
Graham Knop
3049435e28
large revisions to syntax checker to be faster and more useful
...
It now only fails for compile warnings in WebGUI files, not prereqs.
The compile checks on the upgrades and utility scripts run much faster,
resulting in the entire test taking about 10% of the time it previously
did. It will also BAIL_OUT for any compile errors, preventing any other
tests from being run.
2009-09-16 21:07:47 -05:00
Graham Knop
ab04037859
more tests for buildHashRef
2009-09-16 19:24:46 -05:00
Colin Kuskie
5499515600
Browser detection for calendar drop-down in IE8.
2009-09-16 17:23:40 -07:00
Graham Knop
464d0c2850
correct test quantity for USPS ship driver
2009-09-16 19:11:23 -05:00
Graham Knop
626e3abf96
make buildHashRef faster
2009-09-16 18:28:32 -05:00
Graham Knop
86bacc54c6
some small test library cleanups
2009-09-16 18:28:31 -05:00
Colin Kuskie
79b849262c
WikiPage displays a locked label when locked. fixes bug #10998
2009-09-16 16:07:59 -07:00
Colin Kuskie
96dba300f7
Consider time zone when creating start/end dates for calendar view methods. Fixes bug #10924
2009-09-16 11:23:47 -07:00
Colin Kuskie
c5824ab0e3
Return something more appropriate than unprivileged for getScheduleAsJSON.
2009-09-15 21:23:36 -07:00
Colin Kuskie
387650b919
Redo registrant test with a non Admin user, since user is a member of all groups.
2009-09-15 21:23:36 -07:00
Colin Kuskie
b2798a47a1
Add permission checks to schedule JSON in the EMS.
2009-09-15 21:23:35 -07:00
Colin Kuskie
bcaff3b9eb
Add permission check to www_viewSchedule for the EMS. fixes bug #10987
2009-09-15 21:23:35 -07:00
Colin Kuskie
94c64218d4
Redo registrant test with a non Admin user, since user is a member of all groups.
2009-09-15 21:22:26 -07:00
Doug Bell
af4eff37f9
Merge branch 'master' of git@github.com:plainblack/webgui
...
Conflicts:
docs/changelog/7.x.x.txt
2009-09-15 20:17:31 -05:00
Doug Bell
ed8a0dac5c
added direct value access in DataForm list view
2009-09-15 20:16:31 -05:00
Colin Kuskie
694d54928e
autoGenerate and noFormPost are required for JSON fields. Fixes bug #10991 .
2009-09-15 14:21:19 -07:00
Colin Kuskie
716da0440f
Make Test.pm search order the same as preload.perl
2009-09-15 13:23:10 -07:00
Doug Bell
e161afd5c0
fixed #10885 : code editor breaks JS comments
2009-09-15 14:37:03 -05:00
Colin Kuskie
740066cebc
Fix sorting in the EMS ticket screen. bug #10929 .
2009-09-15 10:24:19 -07:00
hao
082b04b967
Fixed bug #10982 where survey admin menu options appear twice. Caused by the Survey Asset directly calling its parent getAdminConsole method instead of instantiating a session instance of the method.
2009-09-15 12:02:49 -04:00
Colin Kuskie
5ee64a57d3
Allow profile fields to be emptied. Fixes bug #10913 .
2009-09-14 20:42:38 -07:00
Colin Kuskie
b57dff3e3e
Fix a bad template variable in SendNewletters workflow activity, bug #10953
2009-09-14 18:58:10 -07:00
hao
5a43e24384
Merge branch 'master' of git@github.com:plainblack/webgui
2009-09-14 14:29:58 -04:00
hao
a48b16dbfc
Fixed #10967 : Using a round bracket (parenthesis) in a macro. Unbalanced parentheses can now be escaped in macro calls using the backslash character.
2009-09-14 14:27:14 -04:00
Colin Kuskie
0b1deab40c
Refactor getMetaDataFields to use WebGUI::SQL methods.
2009-09-13 06:15:34 -07:00
daviddelikat
7fff83f8ad
fixed the name of an upgrade function, now the upgrade works
2009-09-12 01:09:59 -05:00
Colin Kuskie
229aaaa270
Fix POD, remove dead code, use correct TTL in SendNewsletters.
2009-09-11 13:08:47 -07:00
Colin Kuskie
785523f0b0
remove dead code from NotifyAboutThing.
2009-09-11 12:49:42 -07:00
Colin Kuskie
b090f92d78
Fix the Newsletter template. Hide subscribe link if used in a CS, and change the namespace.
2009-09-11 08:30:42 -07:00
Colin Kuskie
633f10d1b0
Remove debug code.
2009-09-11 08:25:37 -07:00