Commit graph

15134 commits

Author SHA1 Message Date
Doug Bell
a96af8e92c migrate final slidePanel.css to admin.css 2010-08-19 16:08:59 -05:00
Doug Bell
07495b2980 prevent scrollbars from appearing during animation 2010-08-19 16:08:59 -05:00
Doug Bell
68e0e117b0 fix bad height calculations in admin bar 2010-08-19 16:08:58 -05:00
Doug Bell
e9e6771379 make everything look uniform 2010-08-19 16:08:58 -05:00
Doug Bell
de06822125 make helpers and history lists look better 2010-08-19 16:08:58 -05:00
Doug Bell
ca2a91f2d4 fix i18n and cursor (to show clickability) 2010-08-19 16:08:58 -05:00
Colin Kuskie
13d65d8b4a purgeCache also cleans up internally cached objects, _parent, _thread 2010-08-19 11:54:39 -07:00
Colin Kuskie
dbac3e2ae7 Don't update storage permissions if there isn't an "old" argument. This was being called during ->new. 2010-08-19 11:54:39 -07:00
Colin Kuskie
645abf51d1 Fix a typo from removing get methods in Post/archiving.t 2010-08-19 11:54:39 -07:00
Colin Kuskie
1225d0fdd4 Remove get methods from Post/archiving.t 2010-08-19 11:54:39 -07:00
Colin Kuskie
ae8ed52647 Fix triggers for updating storage permissions when asset permissions change. 2010-08-19 11:54:39 -07:00
Scott Walters
3500b6afc7 Account for additional form fields added at run-time in the tests. 2010-08-18 15:09:05 -04:00
Scott Walters
9287b818bf Account for additional form fields added at run-time in the tests. 2010-08-18 15:03:46 -04:00
Scott Walters
c54868e21e Give the tests for WebGUI::Asset::File::GalleryFile::Photo a storage location with a jpg in it so it can do its naughty business. 2010-08-18 14:48:31 -04:00
Doug Bell
e51a74e7bb nice pretty buttons and approved checkbox 2010-08-18 18:29:37 -05:00
Doug Bell
bdcdc33c7c add helper menu to last crumb 2010-08-18 16:57:32 -05:00
Doug Bell
84256c91cd add more menus to the Tree view 2010-08-18 16:57:29 -05:00
Doug Bell
d61e1b1c5f add showView method to open a url in the view tab 2010-08-18 16:57:26 -05:00
Doug Bell
393520688b give tree a way to call back to admin 2010-08-18 16:57:22 -05:00
Doug Bell
18bb5a1ae5 Actions are now Helpers. remove old code 2010-08-18 16:57:18 -05:00
Doug Bell
03d3e8ab8e set localeMonths early to avoid error in call order 2010-08-18 16:57:12 -05:00
Doug Bell
081f5ad4bd add lock icon as label for lock column in tree 2010-08-18 16:57:08 -05:00
Doug Bell
ccc5d09fa1 add select all checkbox to tree view 2010-08-18 16:57:05 -05:00
Doug Bell
a31571095e init tabbar first so later errors don't prevent it 2010-08-18 16:57:01 -05:00
Doug Bell
73541f4a71 add new rich editors 2010-08-18 16:56:58 -05:00
Doug Bell
9a6f75e40e reorder richedit buttons 2010-08-18 16:56:54 -05:00
Doug Bell
b073727e50 codearea defaults to 100% width 2010-08-18 16:56:50 -05:00
Doug Bell
a0e2347336 textarea defaults to 100% width/height 2010-08-18 16:56:47 -05:00
Doug Bell
52fc3d821e default to Helvetica font 2010-08-18 16:56:44 -05:00
Doug Bell
755708f325 rich editor defaults to 100% width/height 2010-08-18 16:56:43 -05:00
Scott Walters
420fcdeca6 Use the Form::ReadOnly control rather than the raw interface;
WebGUI::FormBuilder::Tab is not a subclass of WebGUI::HTMLForm and doesn't implement raw().
2010-08-17 12:37:43 -04:00
Scott Walters
ba953a6526 Use the Form::ReadOnly control rather than the raw interface;
WebGUI::FormBuilder::Tab is not a subclass of WebGUI::HTMLForm and doesn't implement raw().
2010-08-17 12:37:23 -04:00
Colin Kuskie
11ac13c349 Prune out a method call from db->dbh->quote_identifier. 2010-08-14 17:51:25 -07:00
Graham Knop
b7b633bf19 update fixWgaccess.pl for WebGUI 8 2010-08-14 09:27:31 -05:00
Doug Bell
6857ad6355 add www_edit boilerplate
This will be removed when forms can be directly added to
templates and template objects can be passed around. Finally www_
methods will be extendible!
2010-08-13 16:40:27 -05:00
Doug Bell
156d4e27a0 remove admin toggle from blank style 2010-08-13 16:39:33 -05:00
Colin Kuskie
113f9d41c4 Restore file deleted from repo, t/run_asset.t 2010-08-13 12:31:13 -07:00
Colin Kuskie
3e8e2d452c Merge branch 'master' into WebGUI8. Merged up to 7.9.12 2010-08-13 12:25:19 -07:00
Colin Kuskie
7b218942b3 Merge commit '63865eb39f' into WebGUI8. up to 7.9.11 2010-08-13 11:52:08 -07:00
Scott Walters
f51ef19889 'getStoryRichEdit' was never implemented and there is no 'parent' method.
This was commented out in 7.x and apparently got uncommented without being implemented (which is okay but I've gotta comment it out again... it's gotta be done).
The StoryForm field does richEditId => $archive->richEditorId.  Perhaps this is the desired approach?
2010-08-12 10:30:54 -04:00
Scott Walters
f1fe99a95a Use super() instead of SUPER. 2010-08-12 07:55:53 -04:00
Scott Walters
2d1dcf202a Default postProcessMergedProperties in case our child class doesn't have one. Oops. 2010-08-11 23:52:31 -04:00
Scott Walters
773fadcffc Pass empty JSON for icalFeeds field in Calendar until I can get good sample data; makes Calendar Test::Asset tests pass. 2010-08-11 23:24:28 -04:00
Scott Walters
8f616a9fe1 addField takes the key/value pairs unrolled, not as a hash ref. 2010-08-11 22:04:46 -04:00
Scott Walters
7d41ade046 WebGUI::Asset::File::Image::getEditForm counts on having the templateId tab be under the 'display' tab so lock it down to there. 2010-08-11 21:41:59 -04:00
Colin Kuskie
b2924bdb7b Ready fro 7.9.13 development. 2010-08-11 18:37:22 -07:00
Colin Kuskie
a12278eec1 Preparing for 7.9.12 release. 2010-08-11 18:06:49 -07:00
Colin Kuskie
d92fc76cc9 Add a new test collateral file. 2010-08-11 18:05:11 -07:00
Colin Kuskie
7251cc2c23 Secure and fix the Zip Archive. 2010-08-11 17:38:15 -07:00
Scott Walters
5d50866461 Add support for additional, required per-package constructor args.
Give better diagnostics on which properties don't appear in forms and vice versa so I can hopefully figure out the rhyme and reason to those that don't match.
When an edit form takes attachmentsJson, stick some in there so it doesn't get upset and to give it a workout.
2010-08-11 19:36:48 -04:00