Scott Walters
8be9ed7d59
the 'cut' drop down (AssetHelper) operation basically worked, but the screen wasn't redrawn after the change, and the JSON returned during Fork polling in WebGUI::AssetHelper::Cut didn't match what the YAHOO.WebGUI.Fork.poll callback in WebGUI.Admin.prototype.openForkDialog was expecting so status communication had to be wired up. wG::ProgressTree exposes 'flat' now too for the sake of computing a progress bar. looking at only the roots nodes is ineffective; in this case, the number of root nodes would only ever be 1 though the number of child nodes to be processed could be much higher. WebGUI.Admin.prototype.openForkDialog's callback to YAHOO.WebGUI.Fork.poll handles a status JSON message (JSON inside of JSON, ugh) of "reload" and there's an admin.reload() method now. that's also callable from WebGUI.Admin.prototype.processPlugin and was done in the style of its handlers.
2013-09-24 12:28:51 -05:00
Colin Kuskie
3061626753
Fix i18n label for tab in DataTable edit form
2013-09-16 09:43:29 -07:00
Colin Kuskie
651c7c8982
Save the Navigation fields that are drawn custom.
2013-09-13 15:11:12 -07:00
Colin Kuskie
e42ca6b870
Merge branch 'wg8-nav'. Fix rendering and JS issues with the nav asset.
2013-09-13 13:36:23 -07:00
Colin Kuskie
69e3b22daf
Assign the content to the right place.
2013-09-13 13:36:06 -07:00
Colin Kuskie
6123dd276b
fix many issues with the JS for the nav in wg8. still has initialization problems.
2013-09-13 12:42:19 -07:00
Colin Kuskie
950dd349db
Fix the display of revision dates in the asset helper screen.
2013-09-13 12:20:34 -07:00
Scott Walters
9d047a788d
Revert "when flipping between Tree and View tabs with edit on, clear out the containers for the toolbars before re-adding the toolbars -- this time in YUI"
...
... committeed too much stuff. ack
This reverts commit c19c3503d4 .
2013-09-12 13:02:01 -05:00
Scott Walters
c19c3503d4
when flipping between Tree and View tabs with edit on, clear out the containers for the toolbars before re-adding the toolbars -- this time in YUI
2013-09-12 12:03:41 -05:00
Scott Walters
0edd58f848
add a getProperty to WebGUI::Definition::Role::Object as Asset.pm's www_add wants this for picking out noFormPost data from the property definition in assets. fixes a fatal error when trying to add the Request Tracker and perhaps other assets.
2013-02-17 15:02:16 -05:00
Scott Walters
e27f200856
remove Moose::Deprecated deprecation for updateProfileFields and remove the last remaining use of it from the code; Moose::Deprecated is failing on 5.10, which is still the default for CentOS and probably will be for a few more epochs
2013-02-17 12:54:03 -05:00
Graham Knop
58d6aff8f6
scripts aren't classes, so use anon package instead
2012-11-17 15:59:00 -05:00
Graham Knop
798c3e169a
remove all WebGUI modules from compile time load of WebGUI::Test
2012-11-17 15:58:05 -05:00
Graham Knop
d71c8834b6
reduce modules loaded by WebGUI::Paths
2012-11-17 15:57:22 -05:00
Graham Knop
76b638ddb9
modernize include macro slightly and add note about security
2012-11-17 15:56:52 -05:00
Graham Knop
759c93cbe3
remove dependancy on private CGI function
2012-11-17 15:56:19 -05:00
Graham Knop
74aace1e41
use more modern way to specify parent
2012-11-17 15:55:45 -05:00
Scott Walters
88dbf7b187
fix variable name usage in Imager work from haarg after rebase
2012-11-11 20:08:44 -05:00
Graham Knop
fc998d9629
fix rebase mistake
2012-11-02 18:13:47 -04:00
Graham Knop
d1bf21b440
convert remainder of Storage to Imager
2012-11-02 17:26:00 -04:00
Graham Knop
c4bb713d94
convert some functions to use Imager
2012-11-02 17:25:55 -04:00
Scott Walters
560e7228fc
Revert "Config::JSON stopped providing a BUILDARGS method, so we can't "around" it. subclass new() the old fashioned way and bump the Config::JSON version dep so we know we're getting the non-Moose one."
...
... fix is bad Moose style and no one can replicate this problem but me; need to look harder for the problem locally
This reverts commit 55aead887b .
2012-07-10 14:04:50 -04:00
Scott Walters
55aead887b
Config::JSON stopped providing a BUILDARGS method, so we can't "around" it. subclass new() the old fashioned way and bump the Config::JSON version dep so we know we're getting the non-Moose one.
2012-07-10 03:49:11 -04:00
Scott Walters
c042f43923
use AssetAspect::UploadFiles.
...
fixes "Can't locate object method "whatNext" via package "WebGUI::FormBuilder::Tab" at /data/WebGUI8/lib/WebGUI/Asset/Wobject/Folder.pm line 165.", but doesn't actually manage to upload files.
2012-06-22 19:12:32 -04:00
Graham Knop
dae3fce362
don't set maintenance mode on a site that is at the correct version
2012-04-16 13:57:47 -04:00
Colin Kuskie
21546e1821
Undoing patch for removing query information from path_info. Helps to keep ; and ? straight when building URLs by hand.
2012-03-12 13:59:45 -07:00
Colin Kuskie
f59f8a80c4
Fix a bad class name when trying to catch exceptions.
2012-03-12 10:09:03 -07:00
Colin Kuskie
5ad34a9266
Plack::Request->path_info includes the query string! Argh.
2012-03-12 07:56:10 -07:00
Colin Kuskie
2fd4f74911
Remove debug output.
2012-03-11 16:03:25 -07:00
Colin Kuskie
db0befd864
Document a template variable that already existed to fulfill RFE #9730 .
2012-02-29 23:50:51 -08:00
Colin Kuskie
04c902a23e
Add feature, redirect after logout.
2012-02-24 23:07:15 -08:00
Colin Kuskie
476b14f82c
Restore ability to edit ITransact and Ogone payment drivers. Ensure that all forms use CSRF tokens.
2012-02-24 22:43:43 -08:00
Colin Kuskie
2f15d87377
Make sure that the Env macro cannot be used to access objects or data references.
2012-02-11 14:16:45 -08:00
Colin Kuskie
7406c02a78
Add a bunch of missing POD while the gears spin.
2012-01-18 13:39:16 -08:00
Colin Kuskie
46152edef6
POD for an Asset::Event method.
2012-01-18 13:15:57 -08:00
Colin Kuskie
a6e1adf183
Fixes to Survey tests and merged code from 7.10
2012-01-17 19:10:16 -08:00
Colin Kuskie
3b418ede3c
Merge commit 'v7.10.24' into WebGUI8
2012-01-17 15:03:45 -08:00
Colin Kuskie
3b3502b565
Trim extra whitespace.
2012-01-13 13:34:49 -08:00
David Delikat
bce42bca47
ticket 12318: asset error causes asset manager to fail
2012-01-12 00:20:41 +00:00
Colin Kuskie
4ab6db8792
Fix some bad POD formatting.
2012-01-10 13:29:16 -08:00
Colin Kuskie
56ca2b0461
Fix some warnings under perl 5.14.2
2012-01-07 13:39:03 -08:00
Colin Kuskie
300cd51143
remove support for the serverside spell checker since most modern browsers do this natively
2012-01-06 09:16:47 -08:00
JT Smith
ba68ae8dcd
fixed possible values and default values on EMS submission.
2012-01-04 10:04:39 -06:00
Colin Kuskie
c22bc0c54a
Add missing POD to AssetExportHtml.
2012-01-03 14:57:17 -08:00
Colin Kuskie
d3b574da13
Dump WebGUI Statistics.
2012-01-03 11:29:00 -08:00
Colin Kuskie
d31137c881
Remove a misleading comment
2012-01-03 06:02:24 -08:00
Colin Kuskie
61e17054c5
Remove empty comments and fix POD.
2012-01-01 11:48:14 -08:00
Colin Kuskie
6a6f839e84
Remove Class::C3 from the asset helpers, since they don't use it.
2012-01-01 11:47:58 -08:00
Colin Kuskie
cb7581a7a8
Remove the showPerformance setting, it's now subsumed into the Plack debug console.
2011-12-28 18:33:08 -08:00
Colin Kuskie
5bbfe27f35
Drop the requirement for checking the status of users to be listed when no status check has been asked for.
2011-12-28 18:23:10 -08:00