Colin Kuskie
142518035d
Fix bad Event URL template variables.
2009-04-27 18:39:14 +00:00
Colin Kuskie
15f1391a01
Add gotcha notice about profile field column types.
2009-04-27 18:08:03 +00:00
Patrick Donelan
b269822678
Merge commit 'tags/WebGUI_7.7.4-beta' into filepump
...
* commit 'tags/WebGUI_7.7.4-beta': (384 commits)
Release 7.7.4-beta
preparing for 7.7.4 release
Add back code for throwing exceptions when session is not passed
Fixed bug with Survey True/False multi-choice bundle defaults so that
Added another Survey ResponseJSON test
remove tests for the old, removed, getTaxRate method which was
Handle automatically cleaning up users at the end of a test.
Finish cleaning up after the move of getTaxRate from the Sku to the TaxDriver.
Add missing POD and legal statements for many Shop modules.
Add missing POD for the new ThingFieldsList form handler.
Add missing POD from new SKU based collateral modules.
Survey slider answer updates, now update all the answers for max,min,step settings since only the first answers values are used anyways.
fix Post test cleaning up core groups
fix syntax and help issues
some POD fixes
fixing lib paths on some tests
log asset exports
restore original user when running workflows
enable workflow helper operation
prevent tripping slow script warnings when viewing large folders
...
2009-04-27 14:26:08 +10:00
Colin Kuskie
5c364112d8
Forward porting date fix for gallery advanced search.
2009-04-26 23:29:52 +00:00
Colin Kuskie
2470aeb750
Forward porting SQL Report/Paginator errorNum fix. errorNum is undefined for
...
no errors.
2009-04-26 23:14:22 +00:00
Colin Kuskie
86621e255b
Fix a bug where changing fieldTypes in the userProfileField did not update the database field types.
2009-04-26 04:02:38 +00:00
Colin Kuskie
70845fd9e8
Fix bad angle bracket handling in messageIds in Main/Send.pm
...
Extend Mail/Send.t to test messageId generation.
2009-04-26 03:05:22 +00:00
Colin Kuskie
4f5a010faa
Fix a syntax warning re shift.
2009-04-25 14:57:18 +00:00
Colin Kuskie
f438caffd8
Add back in other bug fix to the changelog.
2009-04-25 05:43:33 +00:00
Colin Kuskie
3535e8ddb4
Fix a bug where html2text dropped the last word. Added tests.
2009-04-25 05:41:24 +00:00
Kaleb Murphy
c452f92224
Added correct mime type for json returns which were missing it.
2009-04-25 04:50:17 +00:00
Colin Kuskie
11368a7cbb
Fix a bug where the calendar will list all events, regardless of permissions.
2009-04-25 00:19:20 +00:00
Colin Kuskie
c8fe4092a2
Many more RssAspect tests.
2009-04-25 00:16:27 +00:00
Colin Kuskie
409e3a3f6c
Automatically cleanup storage created for export collateral tests.
2009-04-24 22:41:39 +00:00
Colin Kuskie
6e574a9e6b
RssFeed aspect tests, more to follow.
2009-04-24 22:08:25 +00:00
Colin Kuskie
8d8d5f2d3b
Do not set the exporting scratch variable in places where it is not needed.
2009-04-24 19:04:29 +00:00
Colin Kuskie
1b8ad91605
Add in StoryManager, 3 assets for managing news content in WebGUI.
...
Several small API changes to Keyword and AssetExportHtml to support StoryManager functionality.
2009-04-24 18:31:06 +00:00
Colin Kuskie
19f703dc9b
Merge with HEAD, 10472
2009-04-24 17:12:17 +00:00
Colin Kuskie
32ef0d5068
getKeywordStaticURL function, with tests.
2009-04-24 16:53:53 +00:00
Colin Kuskie
f9e3c0c99c
Check what happens with URLS with an initial dot in them
2009-04-24 16:53:35 +00:00
Graham Knop
e799fc9c28
preparing for 7.7.5 dev
2009-04-24 07:20:12 +00:00
Graham Knop
b94db093b9
preparing for 7.7.4 release
2009-04-24 04:07:58 +00:00
Colin Kuskie
a75cd108b1
Add back code for throwing exceptions when session is not passed
...
to class methods.
2009-04-24 03:47:40 +00:00
Colin Kuskie
a46038d734
Update the keyword URL callback to the correct method.
2009-04-24 03:44:52 +00:00
Patrick Donelan
30547ad310
Fixed bug with Survey True/False multi-choice bundle defaults so that
...
tests pass
2009-04-24 03:43:54 +00:00
Patrick Donelan
5e9db959ad
Added another Survey ResponseJSON test
2009-04-24 03:43:40 +00:00
Colin Kuskie
90f4abfac1
remove tests for the old, removed, getTaxRate method which was
...
moved into Shop/TaxDriver
2009-04-24 03:40:42 +00:00
Colin Kuskie
6137a06bb9
Handle automatically cleaning up users at the end of a test.
2009-04-24 03:40:16 +00:00
Colin Kuskie
25ead75eba
Finish cleaning up after the move of getTaxRate from the Sku to the TaxDriver.
2009-04-24 03:35:34 +00:00
Colin Kuskie
c541788968
Add missing POD and legal statements for many Shop modules.
2009-04-24 03:13:28 +00:00
Colin Kuskie
eb476d6b50
Add missing POD for the new ThingFieldsList form handler.
2009-04-24 02:33:10 +00:00
Colin Kuskie
c51cf7436c
Add missing POD from new SKU based collateral modules.
2009-04-24 02:29:28 +00:00
Colin Kuskie
ec567a7e24
Set the scratch variable for the main asset as well.
2009-04-24 02:02:42 +00:00
Colin Kuskie
09ad8d2a11
Remove subclass exportHtml_view in favor of a session scratch variable for telling
...
when the asset is being exported. Keyword files are exported into a private directory
to prevent filename collisions.
2009-04-24 00:05:09 +00:00
Kaleb Murphy
a0d41dc5ae
Survey slider answer updates, now update all the answers for max,min,step settings since only the first answers values are used anyways.
2009-04-23 19:33:10 +00:00
Graham Knop
f10da67dae
fix Post test cleaning up core groups
2009-04-23 16:46:01 +00:00
Graham Knop
3d35cbfc8e
fix syntax and help issues
2009-04-23 16:22:28 +00:00
Graham Knop
0619ec3082
some POD fixes
2009-04-23 16:22:22 +00:00
Graham Knop
f1759f5cd5
fixing lib paths on some tests
2009-04-23 16:22:17 +00:00
Graham Knop
a1cd2e3ad7
log asset exports
2009-04-23 16:22:13 +00:00
Graham Knop
41c92199ac
restore original user when running workflows
2009-04-23 16:22:07 +00:00
Graham Knop
594a2b7eae
enable workflow helper operation
2009-04-23 16:22:02 +00:00
Graham Knop
278bc89bd2
prevent tripping slow script warnings when viewing large folders
2009-04-23 16:21:56 +00:00
Graham Knop
dd84e6c47c
clean up remains of WSClient
2009-04-23 16:21:49 +00:00
Martin Kamerbeek
c851465bd1
More Tax tests
2009-04-23 10:40:01 +00:00
Kaleb Murphy
daf5294c27
Removed commented code
2009-04-22 22:09:52 +00:00
Kaleb Murphy
b238510c7f
administer.js now has a much improved handling of the slider algorithm, plus some refactored code. Users will not notice anything.
2009-04-22 22:01:48 +00:00
Patrick Donelan
6c58e1de81
Added Survey meta-targets NEXT_SECTION and END_SURVEY to allow for more
...
convenient jumping
Improved processGotoExpression tests
2009-04-22 07:19:23 +00:00
Patrick Donelan
99855719d0
Survey bug fixes: Verbatim responses now properly recorded
...
Added useText option to responseValuesByVariableName so that it can be
used for both branch expressions and [[var]] text substitution correctly
Added extra verbatim handling to [[var]] text substitution
All survey test now pass, except for one involving True/False
multi-chocie bundle, soon to be fixed by updating bundle
2009-04-22 05:16:29 +00:00
Colin Kuskie
f2451e2f7e
Add feed support to StoryTopic.
2009-04-22 04:59:23 +00:00