Doug Bell
7a58fcffcd
Do not close the session ourselves when 304
...
Only WebGUI.pm and WebGUI::Middleware::Session should ever
close the session during a normal request cycle. This is because
of the possibility of streaming content.
2010-08-24 16:16:20 -05:00
Colin Kuskie
472f5ffbaf
Fix another POD typo. get_tables searches properties, not classes now.
2010-08-24 10:43:50 -07:00
Colin Kuskie
4abc827261
Update the POD for property_metaroles.
2010-08-23 22:19:12 -07:00
Colin Kuskie
e0eaa2e13f
Fix group permissions when editing/adding an Event. Fixes bug #11800 .
2010-08-23 11:48:57 -07:00
Graham Knop
e7891e9191
add macro transform sub, convert upgrade to use it
2010-08-23 12:47:16 -05:00
Graham Knop
637ce82676
start indent level at one for upgrades
2010-08-23 12:47:16 -05:00
Doug Bell
1fe9d50f9e
add search dialog, now just need to wire it all up
2010-08-20 18:32:27 -05:00
Doug Bell
567518e7d0
wrapper to dim the tab content for search dialog
2010-08-20 18:32:27 -05:00
Doug Bell
d393a15c4b
fix heights and positioning in the admin console
2010-08-20 18:32:22 -05:00
Graham Knop
96ba0da75a
give a man a hammer...
2010-08-20 13:10:48 -05:00
Graham Knop
cb938487cb
remove WebGUI::Utility::randint
2010-08-20 12:58:50 -05:00
Graham Knop
ff70751bc5
remove WebGUI::Utility::scalarEquals
2010-08-20 12:54:34 -05:00
Graham Knop
a0a26da3bc
remove WebGUI::Utility::sortHashDescending
2010-08-20 12:44:40 -05:00
Graham Knop
c1132e4298
remove WebGUI::Utility::randomizeArray
2010-08-20 12:43:40 -05:00
Graham Knop
f68ac24495
remove WebGUI::Utility::randomizeHash
2010-08-20 12:43:10 -05:00
Graham Knop
721ab1fbd6
remove WebGUI::Utility::makeTabSafe
2010-08-20 12:41:47 -05:00
Graham Knop
4f989781df
remove WebGUI::Utility::makeCommaSafe
2010-08-20 12:40:40 -05:00
Graham Knop
55bd411e2c
remove WebGUI::Utility::makeArrayTabSafe
2010-08-20 12:39:20 -05:00
Graham Knop
41201e5c4f
remove WebGUI::Utility::makeArrayCommaSafe
2010-08-20 12:35:31 -05:00
Graham Knop
631c4fe38c
remove WebGUI::Utility::isBetween
2010-08-20 12:29:08 -05:00
Graham Knop
a34f51a903
remove WebGUI::Utility::emailRegex
2010-08-20 12:22:33 -05:00
Graham Knop
96004e50ac
remove WebGUI::Utility::commify
2010-08-20 12:18:04 -05:00
Graham Knop
006a5003c2
remove WebGUI::Utility::formatBytes
2010-08-20 12:09:58 -05:00
Colin Kuskie
20a0b29df5
Document what changes need to be made to the PayDriver for cart changes in 7.9.4. Change how the upgrade sub dies if a custom plugin is found. Fixes bug #11799 .
2010-08-20 08:46:52 -07:00
Colin Kuskie
42784e1b98
Fix copy/paste POD in Settable role.
2010-08-20 07:47:39 -07:00
Colin Kuskie
092c8d96ba
Remove C::IO use line.
2010-08-19 16:48:05 -07:00
Colin Kuskie
c917e6ca6d
Convert AssetCollateral/DataForm/Entry.pm over to use Moose.
2010-08-19 16:47:07 -07:00
Scott Walters
9c3a3b1b79
It's better to die than to return in failure.
2010-08-19 12:38:27 -04:00
Doug Bell
d04a46218c
remove reference to old AdminBar css file
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
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
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
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
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