Commit graph

740 commits

Author SHA1 Message Date
Colin Kuskie
db51217353 Fix double my syntax warning in Asset.pm 2010-11-11 14:49:45 -08:00
Doug Bell
5cab2c1639 always redirect, never just return content 2010-11-09 16:51:42 -06:00
Doug Bell
16bfacadca always call proceed on new object 2010-11-09 16:51:42 -06:00
Doug Bell
a64b769755 refactor "proceed" handling into subroutine 2010-11-09 16:51:42 -06:00
Doug Bell
a6b5b27977 split www_editSave to create www_addSave
www_addSave gets called when adding new assets
2010-11-09 16:51:42 -06:00
Paul Driver
a4edea1e3c Better integration of Fork into AssetHelpers, fork startup 2010-11-08 07:55:42 -06:00
Colin Kuskie
5f3014aaee Merge branch 'master' into WebGUI8. Merged up to 7.10.4 2010-11-03 09:47:36 -07:00
Colin Kuskie
87326192a3 Merge commit '4635b91554' into WebGUI8. Syntax clean up to 7.10.2 2010-10-27 15:59:33 -07:00
Doug Bell
199c4e4960 change ErrorHandler to Log 2010-10-27 12:50:12 -05:00
Paul Driver
c86ee12651 Fixing some failing tests 2010-10-07 16:14:48 -07:00
Paul Driver
04fa1ca794 VersionTag rollback moved to Fork 2010-10-06 08:54:18 -07:00
Paul Driver
895ce37917 Move trash functions to Fork 2010-10-06 08:54:17 -07:00
Paul Driver
e238f72278 www_copy and www_pasteList Forkified 2010-10-06 08:54:17 -07:00
Colin Kuskie
5ff871f2d5 Fix loose calls to $form->param('key') 2010-10-05 16:03:33 -07:00
Colin Kuskie
1f42a0a24e Remove types for setScript calls, add setCss, which is shorthand for setLink with the CSS specific params preset. 2010-09-24 08:03:09 -07:00
Colin Kuskie
e549df1b47 Keep comments when packing asset content, since it will also remove conditional comments for IE. Fixes bug #11876 2010-09-23 16:13:30 -07:00
Colin Kuskie
86ecb10198 Keep comments when packing asset content, since it will also remove conditional comments for IE. Fixes bug #11876 2010-09-20 13:37:12 -07:00
Graham Knop
ed04b99872 remove WebGUI::Utility 2010-09-07 13:18:49 -05:00
Graham Knop
6aa26c2e44 remove WebGUI::Utility::isIn 2010-09-07 12:33:15 -05:00
Doug Bell
a18463a32a add helpers in the config file 2010-08-31 16:09:09 -05:00
Colin Kuskie
713d3dc801 I18n the Approved checkbox in getEditForm for Asset.pm 2010-08-26 13:49:32 -07:00
Colin Kuskie
d0c1e56532 Explicit scalar for getting the URL form param in Asset.pm. 2010-08-25 11:44:00 -07:00
Doug Bell
edbbb66b28 throw exception with an error message 2010-08-25 12:34:21 -05:00
Colin Kuskie
13d65d8b4a purgeCache also cleans up internally cached objects, _parent, _thread 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
Doug Bell
e51a74e7bb nice pretty buttons and approved checkbox 2010-08-18 18:29:37 -05:00
Doug Bell
52fc3d821e default to Helvetica font 2010-08-18 16:56:44 -05:00
Colin Kuskie
09ff64334e Explicit scalar for getting the URL form param in Asset.pm. 2010-08-17 11:13:29 -07:00
Colin Kuskie
7b218942b3 Merge commit '63865eb39f' into WebGUI8. up to 7.9.11 2010-08-13 11:52:08 -07:00
Colin Kuskie
fff5bcfcd8 Better handling of fragment null string. Return chunked for errors in www_view. 2010-08-10 10:27:45 -07:00
Colin Kuskie
8a448e8f96 Tests for methods that die. Strange tom-foolery to get $@ into the logged message... 2010-08-10 10:27:45 -07:00
Colin Kuskie
3a9a3dd8e9 Add retry in case of problems in dispatch. Add tests for logging errors for bad templates. 2010-08-10 10:27:45 -07:00
Colin Kuskie
25fb019a18 Prepare a test method for throwing Template exceptions. Add code to handle HTTP 304 for visitors. 2010-08-10 10:27:45 -07:00
Colin Kuskie
1e00e6a93f Complete refactor, to handle defaulting to www_view. 2010-08-10 10:27:45 -07:00
Colin Kuskie
c987747409 Explicit return of undef in the fall through case. Test for notFound now look for undef. Added POD. 2010-08-10 10:27:45 -07:00
Colin Kuskie
7e96b15141 Check for fragment existance. Clarify a test. 2010-08-10 10:27:44 -07:00
Colin Kuskie
a649816db8 handle query params before URLs 2010-08-10 10:27:44 -07:00
Colin Kuskie
cb4189b7da Initial pass at dispatch 2010-08-10 10:27:44 -07:00
Colin Kuskie
092e3502c2 Add stub dispatch sub to Asset.pm 2010-08-10 10:27:44 -07:00
Doug Bell
7dc57ce29d allow both className (new) and class (backcompat) 2010-08-06 17:00:12 -05:00
Doug Bell
fc6c84e737 fix class/className problems in www_editSave 2010-08-06 17:00:12 -05:00
Doug Bell
8c631fbc86 only show asset helpers when editing, not adding 2010-08-06 17:00:12 -05:00
Doug Bell
1b0ec95abb New Content pane is working 2010-08-04 17:56:16 -05:00
Doug Bell
c2e4ce4a0d add all default asset helpers 2010-07-29 14:47:39 -05:00
Doug Bell
7eb7b83eaa show asset helpers when viewing www_edit page 2010-07-15 17:20:34 -05:00
Doug Bell
1c63abe64c remove AdminConsole from getMissing 2010-07-15 12:52:41 -05:00
Doug Bell
3934a6704c fix getEditForm 2010-07-15 11:55:25 -05:00
Doug Bell
eec0780893 more test work 2010-07-15 11:55:24 -05:00
Doug Bell
5c2581850f fixed version tag problem. changed admin toggle 2010-07-15 11:55:24 -05:00
Doug Bell
ea1a020ab5 fixes to content wizard 2010-07-15 11:52:04 -05:00