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
Doug Bell
3a535b3572
Merge pull request #20 from zylopfa/master
...
RFE 12207 : www_editThingDataSaveViaAjax should return more info if thingdata fails to be saved.
2011-07-28 17:10:26 -07:00
Peter Christiansen
bcfe1740dd
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:50:42 +02: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
97644dae49
Forgot a comment for the extension test in the attachment_loop
2011-07-28 11:13:39 -07: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
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
5e40bf4528
Ready for 7.10.21 development
2011-07-25 21:14:05 -07:00
Colin Kuskie
3b67bd244b
Preparing for 7.10.21 release.
2011-07-25 20:56:00 -07:00
Colin Kuskie
0ed4d4a122
Fix bad tests that were order dependent on the FS. Fix tests that leaked assets and/or version tags.
2011-07-25 16:58:07 -07:00
Colin Kuskie
d7112b2a3b
Add POD to PDFGenerator so it passes tests.
2011-07-25 16:12:17 -07:00
Paul Driver
29f06a1062
A couple of forgotten things for the WaitForUserConfirmation workflow
2011-07-25 17:10:20 -05: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
Colin Kuskie
50ddc03cd8
Fix the HTML in the default forum notification template. Fixes bug #12204
2011-07-22 21:31:38 -07:00
Scott Walters
da6cf052da
Merge pull request #19 from zylopfa/master
...
RFE: 9668 template variable "extensions" added, for various assets containing fileloops in their templates
2011-07-22 17:32:43 -07:00
Peter Christiansen
a9ac52aee3
Added tests to Article.t and Post.t for checking that the template variables
...
contain the new extension variable.
2011-07-23 01:58:48 +02:00
Peter Christiansen
3128741b4b
Rebased changelog and added changes.
...
- added #9668 extension template variable to attachment loops for the following assets:
Article,Post,Event,File,Form::Attachments,Folder
2011-07-21 23:11:03 +02: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
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
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
Amir Plivatsky
50954c333f
Fixed #12191 .
2011-07-12 19:47:27 +03:00
Colin Kuskie
39165c5485
Ready for 7.10.20 development.
2011-07-11 21:03:13 -07:00
Colin Kuskie
6e273059aa
Preparing for 7.10.20 release.
2011-07-11 20:47:22 -07:00
Colin Kuskie
7fda01b291
Fixup of FormField macro tests and POD.
2011-07-11 17:22:25 -07:00
Colin Kuskie
9985d24ea2
make installClass read lines from preload.custom for additional directories. Fixes bug #12189
2011-07-11 15:09:21 -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
a945396163
Add a requirement to check on the common::sense module for JSON::XS. Fixes bug #12135
2011-07-11 13:15:19 -07:00
Colin Kuskie
64567f9ed5
Remove test comment.
2011-07-11 13:04:37 -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
1c08796d6c
Keywords fixes to prevent leaks.
2011-07-11 13:03:06 -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