Colin Kuskie
d3b4a6d984
Internationalize the month names in the asset history helper in the new admin console.
2011-10-01 19:13:57 -07:00
Colin Kuskie
ced7fa371f
Pass admin.navigate an assetId instead of an object.
2011-10-01 17:17:44 -07:00
Colin Kuskie
8317b31031
Strip out unnecessary whitespace. Add enough error handling to test out the Ticket, Token, Ribbon and Badge.
2011-09-30 18:55:02 -07:00
Colin Kuskie
8973f6a4e2
Fix EMS issues and change www_edit to a getEditForm override.
2011-09-30 18:54:35 -07:00
Colin Kuskie
8cadf2d1c3
UPdated POD for getEditForm override.
2011-09-30 18:34:46 -07:00
Colin Kuskie
4aa668df33
Add some redirect/proceed magic to make it return you to the EMS after adding/editing a badge.
2011-09-30 15:24:45 -07:00
Colin Kuskie
cea9786d98
Updated to work with getEditForm.
2011-09-30 15:14:13 -07:00
Colin Kuskie
e6a7982111
I18n fix for EMSBadge, and updated to work with getEditForm.
2011-09-30 15:13:49 -07:00
Colin Kuskie
778910302f
use getStyleTemplateId so mobile styles are obeyed.
2011-08-10 07:53:09 -07:00
Colin Kuskie
82773839b6
Convert Event to use getEditTemplate.
2011-08-09 20:20:57 -07:00
Colin Kuskie
b3f5e89690
Take the object's default as a defaultValue for the form if there are no config file overrides. However, always provide one.
2011-08-09 20:19:40 -07:00
Colin Kuskie
693bccde4b
Remove useless call to getGallery.
2011-08-09 13:32:52 -07:00
Graham Knop
620d34b8f7
fix race condition in passive profiling
2011-08-08 15:42:00 -05:00
Colin Kuskie
0af0bf6a13
Remove www_edit from WikiPage and rely on the master class instead.
2011-08-04 22:13:41 -07:00
Colin Kuskie
fe2aa2fe87
Don't need www_edit anymore, either.
2011-08-04 22:13:41 -07:00
Colin Kuskie
32a3225daa
Update Story to use getEditTemplate
2011-08-04 22:13:41 -07:00
Graham Knop
9996f687d9
don't modify test file
2011-08-04 13:27:58 -05:00
Graham Knop
361f60c483
better upgrade script name detection
2011-08-04 12:48:51 -05:00
Colin Kuskie
c13e9e9367
Form parameter fix: class -> className in the Post.
2011-08-03 16:14:56 -07:00
Colin Kuskie
6979358d70
Convert Post over to using getEditTemplate. Still need work on autocommit.
2011-08-02 16:26:14 -07:00
Colin Kuskie
469250fd76
Update WikiPage to use the right style template.
2011-08-01 16:05:44 -07:00
Colin Kuskie
4ac894d981
Add a method that returns either the standard style template or the mobile style template based on the Session.
2011-08-01 16:04:54 -07:00
Doug Bell
aabb4648d6
allow edit templates without attached forms
...
This lets authors not use FormBuilder unless they really want to... for now.
2011-08-01 16:35:28 -05:00
Doug Bell
1992f33de9
fix adding new WikiPage assets
2011-08-01 16:35:28 -05:00
Colin Kuskie
37b8d15c0f
Add a little POD to the decimated Session/Id.pm module.
2011-08-01 11:09:36 -07:00
Scott Walters
766be8ae7f
Docs about how to do error handling from the user app side in WG8
2011-07-29 15:04:34 -04:00
Colin Kuskie
56a0f0dd3d
No need to remake the same user object.
2011-07-27 22:46:29 -07:00
Colin Kuskie
04ea5ab533
Update test for change in Definition behavior. Labels/noFormPost is not required any longer.
2011-07-27 22:45:44 -07:00
Colin Kuskie
0b74f25dd1
Update test for changes to the underlying form code, submit => send
2011-07-27 22:40:25 -07:00
Colin Kuskie
b2eda80839
Update a test for WebGUI 8 mock asset creation.
2011-07-27 22:36:26 -07:00
Colin Kuskie
d4cbee1f99
Fix bad i18n in the admin console admin interface template
2011-07-27 22:25:09 -07:00
Colin Kuskie
94761c46e4
Fix whitespace problems with POD in Session/Response
2011-07-27 22:21:21 -07:00
Colin Kuskie
94928825f2
Fix whitespace problem with POD in Asset/Shortcut
2011-07-27 22:20:15 -07:00
Colin Kuskie
7238b2ae09
Fix a broken test.
2011-07-27 22:16:42 -07:00
Scott Walters
e945a94c63
Reworked error handling to propogate errors downward, especially when webgui.debug is set
2011-07-26 03:10:56 -04:00
Doug Bell
b815228a1b
add note about www_edit changes to migration.txt
2011-07-12 22:20:36 -05:00
Doug Bell
5736e5eb3a
refactor www_add/www_edit to fix existing www_edit overrides
...
If you previously overrode www_edit to create a template, you must
instead override getEditTemplate and return your template from there.
Make sure to set your style template correctly.
2011-07-12 20:37:00 -05:00
Doug Bell
d15891dbb9
fix template parser and attachments fields
2011-07-06 19:16:01 -05:00
Doug Bell
cc26d97805
fix namespace issues with templates
2011-07-06 18:27:33 -05:00
Graham Knop
3db4021a46
allow upgrading a specific site or list of sites
2011-07-05 09:46:58 -05:00
Graham Knop
3929d16adb
convert diskUsage to WebGUI::Command
2011-07-05 09:21:13 -05:00
Graham Knop
1f201260ba
remove session from WebGUI::SQL
2011-07-05 09:05:36 -05:00
Graham Knop
4959bfc979
remove WebGUI::Config->readAllConfigs
2011-07-05 08:40:13 -05:00
Graham Knop
106d888e97
stop using readAllConfigs in testEnvironment.pl
2011-07-05 08:35:48 -05:00
Graham Knop
c4af0e33df
safer asset reading sql and better parameter validation
2011-07-05 08:35:26 -05:00
Graham Knop
6bf9fbb8d9
stop using readAllConfigs in search.pl
2011-07-05 08:34:16 -05:00
Graham Knop
287c26adaa
stop using readAllConfigs in spectre
2011-07-05 08:10:39 -05:00
Graham Knop
caf9efc784
move autoflush to better location
2011-07-05 07:39:41 -05:00
Graham Knop
279d0c3d30
remove useless option from changeIobStatus
2011-07-04 12:15:32 -05:00
Graham Knop
6d4d1af28f
convert classLoadTest to WebGUI::Command
2011-07-04 12:15:14 -05:00