Commit graph

10212 commits

Author SHA1 Message Date
Kaleb Murphy
5127a307b7 Minor fix. JSON no longer assumes proper utf8, but uses whatever off-brand locale a luser wants to use. 2008-12-02 16:03:23 +00:00
Yung Han Khoe
a4207e7ec5 fixed a bug in Matrix deleteAttribute method 2008-12-02 11:18:02 +00:00
Yung Han Khoe
bde609f5cb fixing matrix upgrade bugfix 2008-12-02 11:03:04 +00:00
Colin Kuskie
c7c13f03bf Add basic pagination support to the default Shelf template. 2008-12-02 03:56:38 +00:00
Colin Kuskie
0e1a6c146b add polish language support to tinymce 2008-12-02 02:11:20 +00:00
Colin Kuskie
b02fee3318 Adding tinymce language support for arabic, portugeuese,
danish, french, russian, spanish, german, dutch, norway,
hungarian and italian.
2008-12-02 02:09:04 +00:00
Colin Kuskie
f9d9de3cc6 Make Posts respect the email privacy setting. Fixed in 7.6 branch only. 2008-12-01 22:50:38 +00:00
Frank Dillon
ab443b2572 Updated the POD for some of the new and changes methods to make their use more clear. 2008-12-01 19:43:54 +00:00
Colin Kuskie
e961bb6f26 forward port Product JSON collateral wide character fix 2008-12-01 19:29:45 +00:00
Colin Kuskie
23f8e48f6d Update POD for several methods.
Make getObject clone data for safety and update tests.
Make newObject always alter $address for consistency and update tests.
2008-12-01 17:39:34 +00:00
Yung Han Khoe
e085eff6af fixed UserList 2008-12-01 10:11:24 +00:00
Patrick Donelan
51c133fa1e Made log.conf.original comment consistent with what log4perl configuration
actually does (WARNings are not captured).
2008-12-01 06:03:41 +00:00
Colin Kuskie
3999399d4d remove some old merge leftovers 2008-12-01 05:40:41 +00:00
Yung Han Khoe
f61b2222ae fixing a Matrix v2 upgrade bug 2008-11-30 23:02:13 +00:00
Colin Kuskie
377126da8c Add more POD to SurveyJSON.
Add some basic tests for getObject, update and remove.
2008-11-30 04:30:40 +00:00
Colin Kuskie
020c882fb6 Test abusing references in getObject.
More insertObject testing.
More POD.
2008-11-29 17:29:00 +00:00
Colin Kuskie
fe33c87f13 Add tests for insertObject, and a helper method for summarizing the SurveyJSON data structure.
Add POD for insertObject.  Note that splicing beyond the end of the array will generate
a warning.
2008-11-29 05:32:14 +00:00
Colin Kuskie
63646aa497 rename test 2008-11-28 17:25:40 +00:00
Colin Kuskie
356772b722 Build Survey2 tests. Each survey2 module has at least a basic
load test, and the SurveyJSON module has many more tests in
it, testing new, log, newSection, newQuestion, newAnswer and
newObject.
2008-11-28 05:02:38 +00:00
Colin Kuskie
59cd001bd8 Add POD and Plain Black legal notice. 2008-11-28 05:01:30 +00:00
Colin Kuskie
27d7a73e53 Internationalize a Thingy template
Add a link from the manage screen back to the default view.
2008-11-27 02:33:08 +00:00
Colin Kuskie
2b3b3fd458 Remove the headblock property from the Template Asset, and merge
it into extra head tags.  Style templates are not allowed to
have extra head tags.
2008-11-26 21:24:44 +00:00
Colin Kuskie
d3f8a075a7 forward port Thingy newline display fix (Form/Textarea) 2008-11-26 19:13:46 +00:00
Yung Han Khoe
f0c0c4042d Fixed some Matrix bugs 2008-11-26 17:39:46 +00:00
JT Smith
18b26f8bc0 - fixed: a bug in Crud where keys being updated would cause a crash 2008-11-26 17:20:02 +00:00
JT Smith
782a4396b5 The deprecated use of Graphics::Magick has been eliminated. WebGUI uses
Image::Magick exclusively for all image processing functions once again.
2008-11-26 17:00:26 +00:00
JT Smith
04f2388ef8 The deprecated use of Graphics::Magick has been eliminated. WebGUI uses
Image::Magick exclusively for all image processing functions once again.
2008-11-26 16:59:25 +00:00
JT Smith
a8952dc886 don't need begin block 2008-11-26 16:11:12 +00:00
JT Smith
ee84cc7611 Deprecated WebGUI::Storage::Image. WebGUI::Storage can now do everything
WebGUI::Storage::Image can do.
2008-11-26 16:06:18 +00:00
Colin Kuskie
2b3e88fd63 i18n bugfix in the Account/Inbox 2008-11-26 16:01:36 +00:00
Colin Kuskie
6ca9b779af fix AssetManager copy button label 2008-11-25 23:45:36 +00:00
Colin Kuskie
3cf6d283da forward porting assetmanager crumb trail more menu 2008-11-25 23:40:28 +00:00
Colin Kuskie
c066b2bf18 fix an i18n typo in the Layout asset 2008-11-25 21:26:43 +00:00
Colin Kuskie
524b658f88 append pagination variables to the Contributions template variables 2008-11-25 21:23:32 +00:00
Kaleb Murphy
06d904eff2 www_deleteResponse should only delete the response from this asset, not all assets 2008-11-25 19:01:32 +00:00
Frank Dillon
35efde1a79 Contribs missing from default config 2008-11-25 18:37:38 +00:00
Kaleb Murphy
bdf8aa8246 Adding a file extension for URLs in the system settings now properly affects newly created Assets. It still does not update existing asset URL's. 2008-11-25 18:15:45 +00:00
Yung Han Khoe
b0204d51d6 Matrix bugfixes and code cleanup 2008-11-25 16:54:36 +00:00
Yung Han Khoe
ee2e0ad48d Added Matrix tests, fixed some bugs 2008-11-25 07:50:50 +00:00
Patrick Donelan
31dec565b7 Refactored JS to use module pattern for proper encapsulation
Extensive jslinting to improve cross-browser support
Added some debugging statements
Fixed redirection to exitUrl when survey complete
Added www_deleteResponses
Added security restrictions on www_ methods
2008-11-25 06:33:55 +00:00
Patrick Donelan
3f25f2668f Updated Macro API documentation to distinguish whether macros accept template arguments by templateId or by templateUrl 2008-11-25 03:51:40 +00:00
Colin Kuskie
72380c7bb0 Add another missing macro, DeactiveAccount to the config. 2008-11-24 23:49:49 +00:00
Colin Kuskie
2bb2bc1144 update WebGUI.conf.original for Account 2008-11-24 23:37:47 +00:00
Colin Kuskie
f1c94b241c fix the misspelled word Template in template titles, properties and code for the Account 2008-11-24 22:50:10 +00:00
Colin Kuskie
1c8dbfe5b4 fix POD related to asset mixin classes, Asset*.pm 2008-11-24 22:22:39 +00:00
Colin Kuskie
c193360f79 Combo box is not dynamic compatible 2008-11-24 22:21:27 +00:00
Graham Knop
eb6100d687 preparing for 7.6.5 dev 2008-11-24 22:20:56 +00:00
Colin Kuskie
e2101ad8d2 Products imported by the Shelf do not have good URLs. 2008-11-24 22:19:06 +00:00
Colin Kuskie
7027178762 add upgrade script for 7.6.5 2008-11-24 22:12:25 +00:00
Colin Kuskie
b598a84bbe fix i18n misspelling 2008-11-24 22:09:48 +00:00