JT Smith
f7f827e894
bug fixes
2009-09-29 14:23:03 -05:00
Colin Kuskie
47f976f56d
Change upgrade scripts to use the new API for forcing package installs.
2009-09-29 12:03:29 -07:00
JT Smith
78770eb4f6
initial innodb conversion complete, but untested
2009-09-29 13:58:08 -05:00
Colin Kuskie
270ecb948f
Packages used in upgrades get installed regardless of revisionDate. Fixes bug #11059
2009-09-29 11:51:35 -07:00
JT Smith
63024130e8
the baseline conversion script
2009-09-29 11:43:08 -05:00
Colin Kuskie
aad5f55601
Fix a Shop bug dealing with shippers that are no longer available. Fixes bug #11001 .
2009-09-28 16:04:09 -07:00
Colin Kuskie
c8b17b3f68
Fix a spelling error.
2009-09-28 16:03:27 -07:00
JT Smith
814bde6b93
Merge branch 'memcached' into WebGUI8
...
Conflicts:
lib/WebGUI/Cache.pm
2009-09-28 17:54:15 -05:00
Graham Knop
1f2addb104
fixed: DataForm allows edits when locked by another version tag
2009-09-28 17:46:43 -05:00
JT Smith
d16a220628
bug fixes
2009-09-28 17:36:10 -05:00
Colin Kuskie
9a8b6d292e
Fix EMS Schdedule template bugs. Fixes bug #10988 .
...
Give the EMS Schdule template its own namespace. In the db,
remove usage of EMS template and EMS Schedule templates in the
wrong places.
2009-09-28 13:38:18 -07:00
JT Smith
26c3bdac70
added hot sessions
2009-09-28 15:06:12 -05:00
Colin Kuskie
e5ead13da3
Force the user to pick a shipping method before checking out. Implements RFE #10940
...
If there is only 1 shipping method, automatically choose it. Displays
an message to the user if they have an address, but no shipping method.
2009-09-28 10:04:52 -07:00
JT Smith
1fe612ef8f
converted scratch to hot session
2009-09-28 12:04:09 -05:00
Colin Kuskie
cad1d99844
Do not display the history tab in the wiki page if the user can't see the history page. Fixes bug #11056
2009-09-27 20:31:10 -07:00
JT Smith
393789e72f
added off switch for debugging to speed things up
2009-09-27 21:52:46 -05:00
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