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
39049e1c7c
fix race condition in passive profiling
2011-08-08 15:42:34 -05: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
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
3b7dd524db
When a Sku is purged, delete it from all carts. Better handling for cartItems whose assets have been deleted. Fixes bug #12213
2011-08-02 10:00:53 -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
Colin Kuskie
a3ff0fb7a5
Fix replacements (again). Add tests to test words and sequences with punctuation. Fixes bug #12208 .
2011-08-01 10:27:43 -07:00
Colin Kuskie
1cc7ac2578
Fix some POD spelling areas.
2011-07-30 11:24:48 -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
Peter Christiansen
8b9be1e036
RFE 12207 : www_editThingDataSaveViaAjax should return more info if thingdata fails to be saved.
...
As it is it returns json with an array of error messages: [{error_message=>"some error"},..]
But to be able to do anything useful with this. eg. highlighting of form fields whose
input is erroneous we should also return the fieldName.
This patch takes care of this.
2011-07-28 22:35:18 +02:00
Colin Kuskie
56a0f0dd3d
No need to remake the same user object.
2011-07-27 22:46:29 -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
1d54196f44
Add payment driver for Authorize.net. i18n, upgrade script, config file changes, and new template.
2011-07-27 13:24:30 -07:00
Paul Driver
9738ec0171
fixed #12206 : Bad Subscription Groups in Duplicated Threads
2011-07-27 11:19:02 -05: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
Colin Kuskie
d7112b2a3b
Add POD to PDFGenerator so it passes tests.
2011-07-25 16:12:17 -07:00
Colin Kuskie
fef167bd0f
Fix a syntax error in the Json table caused by my bad merge.
2011-07-25 15:00:11 -07:00
Paul Driver
7b1e385dd3
Added new setting - Enable Users after Anonymous Registration?
2011-07-25 14:07:01 -05:00
Paul Driver
182fc16021
added WaitForUserConfirmation activity
2011-07-25 14:07:01 -05:00
Colin Kuskie
4aeb70d323
Fix a bad script link in the JsonTable. Fixes bug #12202 .
2011-07-23 14:38:31 -07:00
Peter Christiansen
fd3346586e
- added #9668 extension template variable to attachment loops for the following assets:
...
Article,Post,Event,File,Form::Attachments,Folder
2011-07-21 21:42:17 +02:00
Paul Driver
a4ee31feef
Re-fixed #11379 , with tests this time.
2011-07-19 16:41:51 -05:00
Colin Kuskie
2ce2d7611a
Handle the case when the defaultValue is in mysql format for the Thingy, but we have to save in epoch. Fix a timezone offset issue. Fixes bug #12197
2011-07-18 21:26:31 -07:00
Doug Bell
39f026f866
Merge pull request #18 from ampli/datatable
...
DataTable changes and additions
2011-07-15 15:30:49 -07:00
Paul Driver
5159e522f4
WebGUI::Content::PDFGenerator
2011-07-15 15:16:08 -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
Amir Plivatsky
5aa0835649
- Added support for textarea and HTMLarea fields + i18n additional labels
...
(editor Save/Cancel, YUI Datatable Loading/Error messages, and also column sort tooltips (new in YUI 29.0).
- Added CSS files for the existing two DataTable Templates. Each file should be added to the corresponding
template as a CSS Attachment.
- Avoid terminating the editor on Enter.
- Arrange for TAB to save and move editor for next cell also for HTMLarea editor.
- Define classes "wg-dt-textarea" and "wg-dt-htmlarea" + styling for the corresponding cells.
- Commented out handleTableKeyEvent() (reason in the code).
- Implemented a simple workaround to restore the "editor" field (not preserved due to an unknown reason).
2011-07-12 23:34:27 +03:00
Amir Plivatsky
1fd29bf2a1
Added CSS file for Edit DataTable.
...
For now it only contains a style to prevent empty row collapsing.
2011-07-12 22:58:45 +03:00
Colin Kuskie
7fda01b291
Fixup of FormField macro tests and POD.
2011-07-11 17:22:25 -07:00
Colin Kuskie
9113408408
When a post is purged, disqualify it as the last post in its thread, and the parent CS. Fixes bug #12183
2011-07-11 15:04:54 -07:00
Colin Kuskie
4b663fdf0b
Override new in Form plugins that set their options, so the options are always available. Fixes bug #12190 .
2011-07-11 13:04:22 -07:00
Colin Kuskie
87d252ec26
Make sure that the keywords template variable is provided by processTemplate, since we documented that it does that. Fixes bug #12186 .
2011-07-10 18:29:52 -07:00
Colin Kuskie
5d74b24e97
Remove debug code, replace with line accidently deleted during debug. Fixes bug #12188
2011-07-08 15:23:17 -07: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