Commit graph

16853 commits

Author SHA1 Message Date
Scott Walters
a97c1c9d86 middleware based on Plack::Middleware::StackTrace that also dumps all of the assets in a YUI tree view
because that seemed like a good idea at the time.
2011-05-05 14:58:03 -04:00
Scott Walters
742db182e8 don't force an extra layer of streaming as doing so bypasses plack middlewares. 2011-05-05 14:58:03 -04:00
Doug Bell
423e19ae0e remember to pass the definition up the stack... 2011-05-05 11:23:05 -05:00
Doug Bell
b0da37ec15 fix EMSSubmissionForm and all its tests 2011-05-04 15:33:04 -05:00
Doug Bell
0c23ba8cd7 perhaps a good plan is in order... 2011-05-04 13:57:35 -05:00
Doug Bell
cdcbf53e42 getToolbarState and toggleToolbar no longer exist
The toolbar can be put in any page, and the toggle is now simply
if you are in the Turn Admin On group
2011-05-04 13:51:19 -05:00
Doug Bell
4a8b4c69a2 class is now className for www_add 2011-05-04 13:50:10 -05:00
Doug Bell
ecbaca599d formbuilder templatevar prefix must contain the underscore now 2011-05-04 13:48:19 -05:00
Doug Bell
2b42142d85 went overboard on deleting from this test 2011-05-04 13:05:18 -05:00
Doug Bell
311db7b546 remove the old asset manager from the config file 2011-05-04 13:00:33 -05:00
Doug Bell
53439e4d08 old AssetManager is obsolete 2011-05-04 12:58:04 -05:00
Doug Bell
129eb2b3d5 adminbar macro no longer exists 2011-05-04 12:57:39 -05:00
Doug Bell
1e9837365d switchAdminOn/Off no longer exists 2011-05-04 12:51:48 -05:00
Doug Bell
954d74b88e switchAdminOn/Off no longer exists 2011-05-04 12:48:56 -05:00
Doug Bell
38eb9a8469 EditableToggle is no longer necessary 2011-05-04 12:48:12 -05:00
Doug Bell
7d1b44e78a switchAdminOn/Off does not exist 2011-05-04 12:44:42 -05:00
Doug Bell
daaf45b806 remove accordion JS 2011-05-03 17:47:53 -05:00
Doug Bell
d8d2ab0930 adminbar is no longer needed 2011-05-03 17:46:17 -05:00
Doug Bell
925a5da1af switchAdminOn no longer exists 2011-05-03 17:43:51 -05:00
Doug Bell
04eb2a4469 switchAdminOn no longer exists 2011-05-03 17:42:33 -05:00
Doug Bell
a311c192d5 SwitchAdminOn/Off no longer exists 2011-05-03 17:36:34 -05:00
Doug Bell
1a589a655d Add missing works for anyone in Turn Admin On 2011-05-03 17:35:06 -05:00
Doug Bell
d80dadb28f www_copy is now only an AssetHelper and is tested there 2011-05-03 17:29:02 -05:00
Scott Walters
57e0fe80fc no zombie forks as a test criteria 2011-05-03 18:16:41 -04:00
Scott Walters
c8f2810855 no zombie forks as a test criteria 2011-05-03 18:16:04 -04:00
Scott Walters
3e59d0f8fe no zombie forks a test criteria 2011-05-03 18:15:09 -04:00
Scott Walters
d6ad0852e8 cope with extra fields returned and fix apparent errors in the t/Admin.t tests to make them pass 2011-05-03 18:15:09 -04:00
Doug Bell
74b8e36552 add all the other assets 2011-05-03 17:09:14 -05:00
Doug Bell
7389128d99 must have a width/height in order to set width/height
Failing to give a proper width/height will cause ImageMagick to die
with an assertion error
2011-05-03 17:09:14 -05:00
Doug Bell
40805cee48 log the error when we have one, don't just return it 2011-05-03 17:09:13 -05:00
Doug Bell
19623178e7 fix Dashboard edit form 2011-05-03 17:09:13 -05:00
Scott Walters
5b5a7e9124 "the old API was to pass the asset into process(), but that had some problems" according to preaction, re: WebGUI::AssetHelper::Cut->new now requiring an asset parameter.
fixes www_processAssetHelper test; several others in there still fail for me.  this fix fixes a WebGUI::Fork leak.  I'm sure there are more.
2011-05-03 02:26:08 -04:00
Colin Kuskie
e0491ac1a2 Ready for 7.10.16 development. 2011-05-02 20:28:40 -07:00
Colin Kuskie
62f1f9862f Preparing for 7.10.15 release. 2011-05-02 20:08:21 -07:00
Colin Kuskie
88c9fa81b0 Remove the fields variable from the template variable help for Asset_Thing, viewThingData. 2011-05-02 20:06:54 -07:00
Colin Kuskie
ed4ab257de Set the correct version of the Google geocoder module. 2011-05-02 16:15:38 -07:00
Scott Walters
ee212a16f3 WebGUI::Test::waitForAllForks optionally taking a number of seconds to wait;
t/AssetHelper/Copy.t using this as one of its tests; this creates a test failure out of a test suite deadlock for me
2011-05-02 18:25:21 -04:00
Scott Walters
6e12a8f78a simple cleanup logic for WebGUI::Fork; mark the fork "completed" even though it may not be just so that the next test that wants to do waitForAllForks doesn't get hung up on our fork 2011-05-02 17:59:07 -04:00
Colin Kuskie
61534779d5 Add new MapPoint code for geolocation, Thingy searching and indexing and a macro for rendering thing data outside of the Thingy. 2011-05-02 13:49:18 -07:00
Colin Kuskie
944c76040a Make makeUrlCompliant as deprecated, and updated POD and subroutines accordingly. 2011-05-02 08:20:33 -07:00
Graham Knop
a82868c2d3 need to load modules in WebGUI::BestPractices 2011-04-28 15:35:10 -05:00
Scott Walters
ae64037876 Move the WebGUI 8 install docs to docs/install.txt but leave a brief
checklist in README for advanced users to quickly see what they need
to do to fire up WebGUI 8.
2011-04-27 20:02:27 -04:00
Scott Walters
ae8d0cab32 ImageMagick, not GD 2011-04-27 19:11:09 -04:00
Scott Walters
6ccc8d31cc Checklist and gotchas for install and upgrade 2011-04-27 19:03:23 -04:00
Colin Kuskie
1aaac5fbfb Fix a rendering problem with the album thumbnail view for the Gallery. Fixes bug #11213 2011-04-26 11:00:22 -07:00
Doug Bell
de8c45b841 add story manager and survey, adding some error messages for silent problems 2011-04-25 19:28:54 -05:00
Colin Kuskie
164852a712 Handle dates in iCal format with timezones. Clean up documentation for the icalFeed properties. Handle cases with missing uid, description, summary or location fields in the feed. Add tests to make sure that parsing one non-WebGUI iCal feed works. Fixes bug #12106. 2011-04-25 15:53:52 -07:00
Doug Bell
be33a59e90 add messageboard to test_content and fix revealed problems 2011-04-25 16:30:34 -05:00
Doug Bell
bdb803915e add Gallery to test_content and fix problems with RssFeed role 2011-04-25 15:53:55 -05:00
Doug Bell
ebdf0c28a3 add collaboration to test_content and fix bugs 2011-04-25 15:01:38 -05:00