Commit graph

10869 commits

Author SHA1 Message Date
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
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
Graham Knop
a82868c2d3 need to load modules in WebGUI::BestPractices 2011-04-28 15:35:10 -05:00
Doug Bell
de8c45b841 add story manager and survey, adding some error messages for silent problems 2011-04-25 19:28:54 -05: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
Doug Bell
b7db85dcc6 add search asset and list all other assets 2011-04-22 18:06:52 -05:00
Doug Bell
9820e3e111 fix noFormPost in Asset->getFieldData. it's in the attribute 2011-04-22 17:40:11 -05:00
Doug Bell
4bcd1e3976 fix Map/MapPoint editing 2011-04-22 17:02:06 -05:00
Doug Bell
d86381d440 refactor getEditForm to make a sub to get field properties 2011-04-22 17:01:38 -05:00
Doug Bell
5a12add79a test_content found a bug! event should use Calendar's cache timeout 2011-04-22 14:44:16 -05:00
Doug Bell
713aa0f5e7 add Calendar to test_content 2011-04-22 14:38:30 -05:00
Doug Bell
8d527d1de9 start the test_content webgui command with Articles 2011-04-21 18:59:12 -05:00
Doug Bell
54b8cfc5a9 default asset helpers are now i18ned 2011-04-20 19:08:56 -05:00
Doug Bell
f0cd4ebbd5 add unarchiveall asset helper for collabs 2011-04-20 18:29:41 -05: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
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
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
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
d466e757e4 make Admin interface into a settings template 2011-04-13 17:51:18 -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
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
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
Doug Bell
3a2b28eb76 allow adding formbuilder fields at specific positions 2011-04-11 15:14:03 -05:00
Doug Bell
caa1639617 fix syntax error :p 2011-04-11 13:33:30 -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
Doug Bell
13e8040190 add setParam, getParam, deleteParam to template assets 2011-04-07 20:46:21 -05:00
Doug Bell
5f66eaac45 remove the last references to addSubmenuItem in Survey 2011-04-07 19:22:31 -05:00
Doug Bell
70cf625c80 migrate survey submenu items to asset helpers 2011-04-07 19:20:33 -05:00
Graham Knop
8d374c2d92 move -inc to better location 2011-04-06 10:26:22 -05:00
Graham Knop
e4696b28a7 start of WebGUI::Command 2011-04-06 10:26:22 -05:00