Commit graph

16338 commits

Author SHA1 Message Date
Doug Bell
f0cd4ebbd5 add unarchiveall asset helper for collabs 2011-04-20 18:29:41 -05:00
Doug Bell
a7f60c7d45 add confirm dialog for helpers 2011-04-20 18:29:33 -05:00
Colin Kuskie
d4672a92f1 Consider search fields when doing search in a Thingy normally, or via Ajax. Fixes bug #12117. 2011-04-20 16:05:20 -07:00
Doug Bell
db9753eb01 default www_edit now returns template. add errors to edit template 2011-04-20 17:49:49 -05:00
Doug Bell
ecce246e1c new layout drag handles working 2011-04-20 15:52:50 -05:00
Doug Bell
0299d7837c start on new layout draggables 2011-04-19 18:13:03 -05:00
Doug Bell
8906c3f28a className is the full class name. type is the i18n name 2011-04-19 14:01:25 -05:00
Doug Bell
45ca3ea8d8 remove switchAdminOn. anyone in group 12 always has admin on 2011-04-19 11:43:21 -05:00
Doug Bell
e9f793365b add the other, lesser magic groups 2011-04-19 11:19:22 -05:00
Doug Bell
71aa7115de add documentation for magic numbers 2011-04-19 11:13:20 -05:00
Doug Bell
06549c925d add migration docs for new admin on and toolbars 2011-04-19 10:44:14 -05:00
Colin Kuskie
fa0a606f1e Ready for 7.10.15 development. 2011-04-18 20:43:20 -07:00
Colin Kuskie
e674a2eb62 Preparing for 7.10.14 release. 2011-04-18 20:29:01 -07:00
Colin Kuskie
e5d94f3a5b Fix the display of the lastUpdated and lastResult fields for Calendar iCal feeds. Fix the name of the status field in the Asset definition. Update all revisions of all calendars to fix the issue. Fixes bug #12104. 2011-04-18 16:26:57 -07:00
Doug Bell
9068e75006 AdminToggle can only be on 2011-04-18 16:48:00 -05:00
Doug Bell
5612871d85 new, fully-javascript admin toolbars 2011-04-18 16:46:30 -05:00
Colin Kuskie
9065aa9eb8 Fix a syntax error in the Transaction. 2011-04-18 12:03:31 -07:00
Colin Kuskie
cf36a1510f When the Sku for an item no longer exists, do not show links to it. Check for bad skus in Transaction/www_viewItem. Provide variables to not show links when the skus do not exist. Handle existing links better by not returning the user to the home page, but to the transaction. Fixes bug #12107. 2011-04-18 11:36:27 -07:00
Paul Driver
e901b95520 rfe #12108: Mail to Group preference field 2011-04-15 12:21:16 -05:00
Doug Bell
9d6fa33e16 remove toggleToolbar and getToolbar state
These are not necessary with the new toolbars
2011-04-14 15:22:31 -05:00
Doug Bell
f5ebb6e916 change admin console to get asset info via ajax call after frame is loaded
this is step one in making the asset control toolbars work
correctly without having an "Admin Mode"
2011-04-14 15:08:35 -05:00
Doug Bell
eec3986cf7 fix formbuilder tests for new flags 2011-04-13 17:53:06 -05:00
Doug Bell
d466e757e4 make Admin interface into a settings template 2011-04-13 17:51:18 -05:00
Doug Bell
c3a2714c93 add template toolkit to the default template parsers 2011-04-13 17:09:22 -05:00
Doug Bell
49da157eea add flags to determine what formbuilder object type 2011-04-13 16:53:41 -05:00
Doug Bell
4a43f9fafb allow non-hash values in arrays, valid in TT templates 2011-04-13 16:53:00 -05:00
Doug Bell
ad3231af73 change asset www_add and www_edit into templates 2011-04-13 16:52:07 -05:00
Paul Driver
df2e1a5b27 rfe #12105: Make shortcuts related for export purposes 2011-04-13 15:57:50 -05:00
Doug Bell
9489283960 add YUI button to WebGUI button 2011-04-13 12:47:20 -05:00
Doug Bell
04a420e0bd formbuilder toTemplateVars is now complete and tested 2011-04-12 21:26:20 -05:00
Colin Kuskie
c015b6710c Unescape paypal's content before parsing it so that multi-line data is handled correctly. Fixes bug #12103. 2011-04-12 16:41:20 -07:00
Colin Kuskie
96ee557586 Allow the Rich Editor used by the Carousel to be customized for each Carousel asset instead of inheriting the Editor from the site's Settings. Fixes bug #12100. 2011-04-11 15:48:15 -07:00
Colin Kuskie
38de00f931 Upgrade TinyMCE to 3.4.2, fixes bugs 11955, 11992 2011-04-11 15:05:42 -07:00
Doug Bell
67918361e6 remove old forwardButton class and "Please Wait..." text
We'll add similar functionality using the YUI button stuff
2011-04-11 16:59:22 -05:00
Doug Bell
0168cb16a4 add wg-form-TYPE class to all form control wrappers 2011-04-11 16:57:21 -05:00
Doug Bell
0c25620867 redefine a submit button in terms of a normal button
in short: override new() instead of toHtml to allow changes to be made
to the submit button.
2011-04-11 16:42:20 -05:00
Doug Bell
744568108f add "type" param to button control
We're realigning Button and Submit so that Submit is just a
pre-configured Button. This should be repeated for other types
of form fields.
2011-04-11 16:34:10 -05:00
Doug Bell
d7fd89ce9d move save buttons out into www_add and www_edit
Buttons are specific to those views of the form, not to any other,
so they should only be included on www_add and www_edit.
2011-04-11 15:23:20 -05:00
Doug Bell
332a734288 do not remove an element while splicing 2011-04-11 15:20:18 -05:00
Colin Kuskie
faddfc5d8a Cleanup loose file leftover from the TimeField form plugin rewrite. 2011-04-11 13:15:56 -07:00
Doug Bell
3a2b28eb76 allow adding formbuilder fields at specific positions 2011-04-11 15:14:03 -05:00
Doug Bell
a3c6a2f288 missing required module App::Cmd for WebGUI::Command 2011-04-11 13:33:46 -05:00
Doug Bell
caa1639617 fix syntax error :p 2011-04-11 13:33:30 -05:00
Chris Hanson
45fca0cace Merge branch 'master' of git://github.com/plainblack/webgui 2011-04-11 12:10:37 -05:00
Chris Hanson
16ca35d131 Added myself to credits =) 2011-04-11 12:10:04 -05:00
Colin Kuskie
1a462d4835 for exportRelatedAssetIds, Don't create a version tag unless it's needed, and then don't restore it unless it exists. Otherwise, the tag leaks and breaks downstream tests. 2011-04-11 09:32:32 -07:00
Colin Kuskie
f2b5f35d49 Move Article.t over to using the new storage API for checking for storage location existance. 2011-04-11 08:55:44 -07:00
Colin Kuskie
4a58f574b1 Provide a method to see if a storage location exists. This is handy for testing. 2011-04-08 16:26:16 -07:00
Doug Bell
b8dec21449 allow templates to be returned from content handlers 2011-04-08 15:44:28 -05:00
Doug Bell
adb67b2137 add style parameter to template assets to store a style template id 2011-04-07 21:49:23 -05:00