Commit graph

14029 commits

Author SHA1 Message Date
JT Smith
ee8ebd44e4 removed typo 2009-09-27 17:36:02 -05:00
JT Smith
2a94b0806c added logging 2009-09-27 17:33:46 -05:00
JT Smith
d399f23baf fixed bugs, adding logging 2009-09-27 13:21:40 -05:00
JT Smith
0c6b814ed4 more bug fixes 2009-09-26 11:56:30 -05:00
Colin Kuskie
568e200592 Make sure all version tags are cleaned up. 2009-09-26 08:51:47 -07:00
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
JT Smith
ebb6134c2d bug fixes 2009-09-25 22:50:59 -05:00
JT Smith
ccff9c7014 Converted all existing uses of cache. 2009-09-25 22:24:33 -05: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
JT Smith
af705232a8 added exceptions, docs, and removed disableCache 2009-09-25 18:41:03 -05:00
JT Smith
a34f584780 Added WebGUI::Error::Connection, and fixed docs 2009-09-25 15:22:11 -05: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
JT Smith
cb230c6599 Revert "a start on a new memcached based cache system"
This reverts commit 2865744fc9.
2009-09-25 10:11:52 -05:00
JT Smith
09358cbfe7 started params validate work 2009-09-25 10:07:04 -05:00
JT Smith
880ee82009 continuing new cache integration 2009-09-24 23:51:29 -05:00
JT Smith
5dcb58a42a Merge branch 'WebGUI8' into memcached
Conflicts:
	lib/WebGUI/Cache.pm
2009-09-24 23:35:30 -05:00
JT Smith
ef438bfb7b preparing webgui 8 migration stuff 2009-09-24 23:32:25 -05:00
JT Smith
46737d6945 starting migration to memcached 2009-09-24 23:28:45 -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
JT Smith
66db563c39 basics all tested 2009-09-24 23:12:20 -05:00
JT Smith
eff27a141d Merge branch 'memcached' of github.com:plainblack/webgui into memcached 2009-09-24 22:47:01 -05:00
JT Smith
9569d0c3ab fixed the remaining bugs in mget 2009-09-24 22:46:39 -05:00
Colin Kuskie
3c36b404b4 Try to optimize mget in Cache.pm 2009-09-24 20:42:25 -07:00
JT Smith
65239eee4d mget not working, but it's better than it was 2009-09-24 22:31:19 -05:00
Colin Kuskie
79f84aec68 Restore original Darwin buffer hack. 2009-09-24 19:57:42 -07:00
JT Smith
180c207335 fixed a bug in parseKey 2009-09-24 21:55:38 -05:00
Colin Kuskie
4b974d644b Restore original Darwin buffer hack. 2009-09-24 19:49:30 -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
JT Smith
c6d6882f4a starting on a test kid for the new cache library 2009-09-24 21:34:34 -05: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
JT Smith
1f41a72140 a start on a new memcached based cache system 2009-09-24 16:58:12 -05:00
JT Smith
2865744fc9 a start on a new memcached based cache system 2009-09-24 16:49:32 -05: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