Commit graph

15691 commits

Author SHA1 Message Date
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
Colin Kuskie
4bf7eb4cfb Fix UTF-8 URL handling in dispatch. Added tests for creating assets and accessing assets with UTF-8 urls. Fixes bug #11785 2010-08-17 16:55:00 -07:00
Colin Kuskie
80c906b8eb Really fix sorting numerically for resolutions. Added tests to check it. 2010-08-17 13:30:39 -07:00
Colin Kuskie
eac7fe8a64 Gallery resolutions are integers. Fixed sorting the resolutions, and fixed the tests to not use bad resolutions. Fixes bug #11787 2010-08-17 11:16:58 -07:00
Colin Kuskie
09ff64334e Explicit scalar for getting the URL form param in Asset.pm. 2010-08-17 11:13:29 -07: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
decfa808bb Change the YesNo form plugin to be a subclass of RadioList. Fix rendering problems with RadioList. Fixes bug #11777 2010-08-16 11:11:30 -07:00
Colin Kuskie
7c3d572146 Add tests for attachment_loop handling in the Post. 2010-08-16 10:09:10 -07:00
Colin Kuskie
797606639d Lookup file icon for all attachments, and thumbnail for all images. Fixes bug #11782. 2010-08-16 09:12:29 -07:00
Colin Kuskie
8f7bbdaa5d Fixes bug #11780: anchor filename regex to the end of the string. 2010-08-15 23:23:49 -07:00
Colin Kuskie
05c287cfc7 Thingy add/edit via AJAX returned nothing useful, and lied about error status. Fixes bug #11781. 2010-08-15 23:16:53 -07: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
Graham Knop
04c49fb48e use setPrivileges on files instead of doing it manually 2010-08-14 09:26:52 -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
Paul Driver
890a94d3d5 Stop realtime run on deleted wf instances 2010-08-13 13:51:08 -07: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