Commit graph

12592 commits

Author SHA1 Message Date
Colin Kuskie
01b6305aa7 Add no-cache headers to maintenance screen. Fixes bug #11037 2009-09-26 08:25:12 -07:00
Wes Morgan
4d22e7bcd6 fixed bug where shortcuts weren't purged along with assets when both were in the trash 2009-09-26 01:43:57 -06:00
Wes Morgan
4583ce14fb fixed bug #11052; includes test 2009-09-26 01:43:42 -06:00
Colin Kuskie
d088386e2c Use better cleanup technology. 2009-09-25 19:45:02 -07:00
Colin Kuskie
16ac69c0d7 Add cleanup for shopping carts. 2009-09-25 19:44:46 -07:00
Colin Kuskie
5144dfa04f More test cleanups. 2009-09-25 19:35:23 -07:00
Colin Kuskie
f53af08e27 Fix a bug with session counting for WEBGUI_TEST_DEBUG
Store an offset for the session created by the test, which will exist
when initial counts are taken.  And delay final counts as late
as possible, after the session has been closed.  This prevents
a bunch of delta: -1's from showing up.
2009-09-25 19:25:49 -07:00
Colin Kuskie
50650c052f Cleanup version tags. 2009-09-25 19:25:14 -07:00
Colin Kuskie
5876dec8de Clean up Sessions that are built for testing. 2009-09-25 17:54:07 -07:00
Colin Kuskie
ec6887b0ac Make thingy respect thing permissions when generating form field for other things. Fixes bug #11032 2009-09-25 16:58:26 -07:00
Colin Kuskie
c5e9abe10e Add a progress bar to uploading zip archives in Gallery Albums. Fixes bug #10994. 2009-09-25 11:24:12 -07:00
Graham Knop
9b74ab24cf remove attempted apache hack in tests 2009-09-25 11:33:20 -05:00
Patrick Donelan
549f9ce650 Fix bugs in ExpireIncompleteSurveyResponses Workflow
Need to join on revisionDate otherwise one email per Survey revision
will be sent. (Added explicit test for this)

Some standard template vars were also missing - username and userId.

(forward-port from webgui-7.7)
2009-09-25 14:13:15 +10:00
Colin Kuskie
79f84aec68 Restore original Darwin buffer hack. 2009-09-24 19:57:42 -07:00
Colin Kuskie
3e38ac540a Move YUI filename fixes after the packages are installed. Part of bugfix #11038 2009-09-24 19:38:54 -07:00
Colin Kuskie
6d33558607 YUI 2.8 hiccup in the default carousel template. Fixes bug #11038.
The upgrade script ran, then a template without the fix was installed
at the end of the upgrade.
2009-09-24 19:38:54 -07:00
Graham Knop
81336e3ee6 only report test debug counts if there was a leak 2009-09-24 18:55:23 -05:00
Graham Knop
b6c1837756 fix and clean up export test 2009-09-24 18:55:23 -05:00
Graham Knop
c5ea4d0748 explicitly close filehandle used for exports 2009-09-24 18:55:23 -05:00
Graham Knop
c7570ac645 fix invalid i18n label in AssetTrash 2009-09-24 18:55:23 -05:00
Graham Knop
3703fb86d6 address cached config objects by full file name 2009-09-24 18:55:22 -05:00
Colin Kuskie
7d60f7523e Events in the calendar, with and without starting times, behave similarly. Fixes bug #11033 2009-09-24 16:00:54 -07:00
Colin Kuskie
768da4fc7e i18n the owner label in the Thing group properties. 2009-09-24 14:44:14 -07:00
Colin Kuskie
b08347059d Fix POD spelling error. 2009-09-24 14:15:43 -07:00
Colin Kuskie
e61140af5b Duplicate sessions before cleaning them up to handle fatal'ed sessions. 2009-09-24 13:57:00 -07:00
Colin Kuskie
cef20f0165 Clean-up a session created for a test. 2009-09-24 13:35:28 -07:00
Colin Kuskie
8374a88046 More test tweaks for zipcode. 2009-09-24 09:34:25 -07:00
Colin Kuskie
6a3d1588be Uppercase any lowercase zipcode letters entered. Fixes 11018. 2009-09-24 09:32:14 -07:00
Graham Knop
532f8ece6b set library path before loading WebGUI modules in WebGUI::Test 2009-09-24 07:52:18 -05:00
Colin Kuskie
77fc01af38 Do not set a redirect when streaming downloads. fixes file #11029 2009-09-23 21:27:43 -07:00
Colin Kuskie
564378bba8 Do not log empty statuses in the InOutBoard. 2009-09-23 16:34:24 -07:00
Colin Kuskie
1ccb468914 Add a method to unmock the logger. 2009-09-23 15:56:59 -07:00
Colin Kuskie
8276336cbe Templates in the trash or clipboard now log and return warnings. fixes bug #11031 2009-09-23 15:40:35 -07:00
Colin Kuskie
e4b99f1d6c Clear cache on assets in trash and clipboard limbo states. fixes bug #11027 2009-09-23 15:39:56 -07:00
Colin Kuskie
9a52044462 Add another edge case for nested macros. 2009-09-23 15:39:24 -07:00
Colin Kuskie
62afb735d6 Add missing datestamps to Macro_AssetProxy i18n. 2009-09-23 15:38:43 -07:00
Graham Knop
bb77bc484e fix warnings in IOB test 2009-09-23 17:10:00 -05:00
Graham Knop
328f3dfcec test cleanups 2009-09-23 16:48:04 -05:00
Colin Kuskie
79a544d4ae Remove debug code from wiki keyword template. Fixes bug#11025. 2009-09-23 10:05:38 -07:00
Colin Kuskie
65f1377081 Add tests for InOutBoard. documents bug#11024.
Also, add a purge method to clean-up the collateral tables for this asset.
2009-09-23 09:55:25 -07:00
Graham Knop
04e44a156d fix in/out board 2009-09-23 10:10:01 -05:00
Colin Kuskie
732afccbe0 Fix i18n typo, duplicate label with different content. 2009-09-23 07:46:11 -07:00
Colin Kuskie
d0e20a0bdd Fix changeIobStatus script. Missing use line. 2009-09-23 07:36:18 -07:00
Graham Knop
67b729fee0 use note instead of diag in tests for non-error debug output 2009-09-23 08:29:05 -05:00
Graham Knop
929c012075 fixed: Wikis broken by 7.8.0 upgrade 2009-09-23 06:47:01 -05:00
Graham Knop
68d75637bb allow WebGUI::Group->vitalGroup to be called on an object 2009-09-23 06:41:55 -05:00
Colin Kuskie
272fcec3b1 Ready for 7.8.1 development cycle. 2009-09-22 22:37:21 -07:00
Colin Kuskie
bcf9998634 Preparing for 7.8.0 release. 2009-09-22 20:31:38 -07:00
Doug Bell
60b6620aac re-adding necessary template 2009-09-22 21:36:36 -05:00
Doug Bell
89642317b5 added gotcha for shunt point 2009-09-22 21:31:14 -05:00