Commit graph

3565 commits

Author SHA1 Message Date
Colin Kuskie
c65fd1946a There was no dying due to this bug, it was trapped during deserialization, not serialization.
This reverts commit a0119e9e82.
2011-01-10 13:53:13 -08:00
Colin Kuskie
a0119e9e82 When setting photo JSON, wrap the json serialization in an eval to trap errors. Addresses bug #12002. 2011-01-10 13:24:29 -08:00
Paul Driver
82c6c58958 rfe #12016: add more functionality to story_loop 2011-01-10 10:32:47 -06:00
Paul Driver
61245baaaa Fix template preview to work with chunked content and template post-processing (in Layout, for instance) 2011-01-06 14:35:56 -06:00
Paul Driver
41ac1f153e Template Preview button 2011-01-05 12:40:35 -06:00
Doug Bell
1c01079bdd fix 11976 use container url gives permission denied 2011-01-03 21:42:30 -06:00
Colin Kuskie
67264660f7 Fix bad characters in the price column when importing products into a Shelf. Fixes bug #12001. 2011-01-03 19:13:59 -08:00
Colin Kuskie
cb7ffb3a21 Make sure that the StockData asset doesn't die when handling various date formats. Fixes bug #11986. 2011-01-03 17:59:58 -08:00
Colin Kuskie
3e0da41f0a Allow for File and Image subclasses to be handled gracefully by the Thingy. 2011-01-02 12:57:54 -08:00
Colin Kuskie
416b45f924 Duplicating events should duplicate relatedLinks. Add tests for setting and getting relatedLinks. Make recurrence use duplicate instead of addChild so that all collateral information like storageIds and relatedLinks are also duplicated. Fixes bug #12010. 2011-01-01 12:12:15 -08:00
Doug Bell
48f9687025 fix 11984 No JS allows invalid dates in Event 2010-12-08 14:32:47 -06:00
Doug Bell
9eded35263 fix warning and add changelog 2010-12-07 18:30:39 -06:00
Doug Bell
0a32122643 Merge branch 'carousel'
Conflicts:
	lib/WebGUI/Asset/RichEdit.pm
2010-12-07 17:23:10 -06:00
Colin Kuskie
dd7e6016dc Add a workflow activity that reverifies that all subscribers to a CS can still view the CS, otherwise, remove them. Hook up the workflow to the update method in Collaboriation.pm and create an instance for it if the groupIdView changes. Add tests for the activity. Add a new workflow. Update the default WebGUI.conf. 2010-11-30 15:07:49 -08:00
Paul Driver
b219324fc1 fixed #11978: Pasting links into TinyMCE 2010-11-29 15:54:07 -05:00
Doug Bell
19dedc0b7c fix problem revealed by tests
update() in a File asset would always create a storage location if one
was not yet saved. calling update() in a filter method would cause
another one to be created too, messing up the tests.
2010-11-16 20:54:49 -06:00
Doug Bell
55920f59e0 fix #11964 files show in trash and old revisions 2010-11-16 17:54:08 -06:00
Doug Bell
97020f69bf fix 11941 cannot edit default templates 2010-11-01 16:06:07 -05:00
Colin Kuskie
f2ac0bc67c Shortcut uses the wrong date for the overridden getContentLastModified. Fixes bug #11935. 2010-11-01 10:26:08 -07:00
Colin Kuskie
04ec75719e Make a new storage location when an Event is duplicated. Fixes bug #11937. 2010-11-01 09:19:08 -07:00
Paul Driver
7219e21f86 Merge branch 'fork' 2010-11-01 08:20:38 -05:00
Paul Driver
fa471df450 Story Archive now plays nice with urlExtensions 2010-10-26 14:27:47 -07:00
Paul Driver
e67ad18517 fixed #11929: In/Out board breaks in Chrome sometimes 2010-10-26 13:16:57 -07:00
Paul Driver
0d46331745 fixed #11928: Story Archive breaks if url has extension 2010-10-26 11:09:11 -07:00
Colin Kuskie
dcae5190da Build a progress bar for exporting data from a Thing. Fixes bug #11925. 2010-10-25 13:49:54 -07:00
Colin Kuskie
4f95507485 If exportMetaData is set to false, do not print out the column lables OR values. Fixes bug #11925. 2010-10-25 10:52:27 -07:00
Colin Kuskie
cb952501fc Prevent password fields from autocompleting, which can overwrite passwords when editing forms. Fixes bug #11923. 2010-10-25 10:29:16 -07:00
Colin Kuskie
859076fda8 Group To Post is now not sufficient to view a CS. Fixes bug #11916. 2010-10-19 11:41:40 -07:00
Colin Kuskie
a41ae977fe Fix a potential SQL injection issue with Thingy. 2010-10-11 13:12:20 -07:00
Colin Kuskie
106fcaedf7 Fix a form injection problem with the EMS. Addresses bug #11773. 2010-10-11 13:11:56 -07:00
Colin Kuskie
3f17369ae8 Remove debug code from the Thingy. Fixes bug #11903 2010-10-08 14:25:48 -07:00
Paul Driver
895ce37917 Move trash functions to Fork 2010-10-06 08:54:17 -07:00
Colin Kuskie
5ff871f2d5 Fix loose calls to $form->param('key') 2010-10-05 16:03:33 -07:00
Colin Kuskie
97ffe5187e Handle checkLists in the Shortcut query builder, and in the SQL. Fixes bug #11871. 2010-10-05 11:03:22 -07:00
Colin Kuskie
85e1815c9b Remove old debug code from the Shortcut. 2010-10-04 16:35:35 -07:00
Colin Kuskie
0406e82546 Links in wiki search to add a missing page should encode the titles to make them URL safe. Fixes bug #11883. 2010-09-27 09:33:41 -07:00
Colin Kuskie
969b36231e Instead of logging non-existant thingId messages to Apache, log to webgui.log 2010-09-21 20:58:00 -07:00
Colin Kuskie
b8ad4cc136 Add a method to get, store and cache the current Entry, since it's needed when creating the form data. 2010-09-21 14:23:30 -07:00
Colin Kuskie
748ec0c440 Code cleanup for moving form generation out of getFormTemplateVars 2010-09-21 14:23:30 -07:00
Colin Kuskie
3d79e59db2 Refactor the RichEditor/HTMLArea so that JS and CSS scripts can be placed in the header block. 2010-09-21 14:23:30 -07:00
Colin Kuskie
5234f66849 Fix a double me, and don't remake the object since we cached it earlier. 2010-09-21 14:23:30 -07:00
Colin Kuskie
e51e633500 Refactor out code in the DataForm for finding fields and form fields, so that JS and CSS tags can go into the headblock. 2010-09-21 14:23:29 -07:00
Patrick Donelan
093f7d67e9 Adds Thingy template variable to permit Javascript visualisation of search results 2010-09-21 15:04:09 -04:00
Patrick Donelan
980986880f Expose Thingy searchResult_json as template variable 2010-09-21 14:31:28 -04:00
Colin Kuskie
3f934ed4b7 Use table row highlighting instead of images for deliniating query fragments. Fixes bug #11877. 2010-09-20 14:25:18 -07:00
Colin Kuskie
86ecb10198 Keep comments when packing asset content, since it will also remove conditional comments for IE. Fixes bug #11876 2010-09-20 13:37:12 -07:00
Colin Kuskie
ab6ba36a34 Fix a typo in the Gallery's default addArchive gallery template. 2010-09-20 11:50:12 -07:00
Colin Kuskie
b4c20a1203 Fix importing an Archive in default order. Update the test to now explicitly test for archive order. Fixes bug #11866. 2010-09-20 11:45:30 -07:00
Colin Kuskie
2eed74891a Restore addAttachments and restoreAttachments to the 7.x series. In 8.x, the object property will act like an arrayref, so they won't be necessary. Fixes bug #11861. 2010-09-14 10:42:59 -07:00
Colin Kuskie
927b986795 Forbid pasting content below a shortcut, to prevent loops on purge and other operations. Fixes bug #11855. 2010-09-13 18:47:17 -07:00