Scott Walters
57d2dbed56
WebGUI::Session::Http should go away ( #11647 )
...
Move logic out of WebGUI::Session::HTTP and into WebGUI::Session::Response /
::Request; deprecate more functions; change references in core to use
$session->response instead; fix tests that broke because of the change but
not one that merely generate the deprecated warning because I want to know
that the proxying of depricated methods is working. These can be changed later.
2011-05-11 16:17:54 -04: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
9820e3e111
fix noFormPost in Asset->getFieldData. it's in the attribute
2011-04-22 17:40:11 -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
54b8cfc5a9
default asset helpers are now i18ned
2011-04-20 19:08:56 -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
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
ad3231af73
change asset www_add and www_edit into templates
2011-04-13 16:52:07 -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
b27bc19e4d
Tree view buttons now work. Changed progress bar helpers to use fork. Added forkId option to AssetHelpers. Added updateAsset service to Admin.
2011-03-03 19:25:20 -06:00
Colin Kuskie
dcfce60b5e
Change class => className where func=add.
2011-03-01 18:45:00 -08:00
Doug Bell
b9e879b7aa
change AssetHelpers to have short IDs instead of class names
...
This will make better code reuse: The Asset Manager will instead
call the AssetHelper with the id of "cut" or "copy" to get the
correct operation.
2011-02-25 15:45:42 -06:00
Doug Bell
8650e714b5
move createShortcut to an assetHelper
2011-02-25 15:45:42 -06:00
Doug Bell
d49bfbdaad
remove old links to asset manager
2011-02-25 15:45:41 -06:00
Doug Bell
17b7fad4be
remove www_changeUrl. It is now an AssetHelper
2011-02-10 16:53:35 -06:00
Doug Bell
1866c593ea
almost done fixing addRevision changes
2010-12-03 15:01:31 -06:00
Doug Bell
3ce9198220
setVersionLock needs to be done only for tags
2010-12-03 15:01:30 -06:00
Doug Bell
f0df8b720b
addSave will always be adding
2010-12-03 15:01:30 -06:00
Doug Bell
e89375622b
move version tag stuff out of addRevision
2010-12-03 15:01:30 -06:00
Colin Kuskie
e5adc07a05
Remove getStatus and setStatus in Session::Http, and replace them with status, from $session->status.
2010-11-21 21:11:41 -08:00
Colin Kuskie
59c03b50e7
Change occurances of user->profileField to user->get
2010-11-18 16:12:03 -08:00
Colin Kuskie
dcff137cfa
Merge branch 'Varless' into WebGUI8
2010-11-18 11:04:42 -08:00
Colin Kuskie
c4553012d1
Syntax clean.
2010-11-17 16:34:11 -08:00
Paul Driver
8af425a2cf
docpatch for outdated pod on Asset->newById
2010-11-16 11:16:28 -06:00
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