Commit graph

9811 commits

Author SHA1 Message Date
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
9764c2f406 Ready for 7.10.2 release cycle 2010-09-21 20:52:31 -07:00
Colin Kuskie
d5d6381bd9 Remove Product Managers as a protected group. 2010-09-21 16:36:42 -07:00
Colin Kuskie
5e2e9d3091 Fix a POD typo. 2010-09-21 14:23:47 -07:00
Colin Kuskie
726707dd2e There is no local check to see if Form headTags have been sent yet. 2010-09-21 14:23:46 -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
Colin Kuskie
3594bccb7c Convert Phone and DateTime to headTags 2010-09-21 14:23:29 -07:00
Colin Kuskie
e02844d00c Convert Codearea, Slider and Zipcode to headTags 2010-09-21 14:23:29 -07:00
Colin Kuskie
2c92273fae Convert Textarea over to headTags 2010-09-21 14:23:29 -07:00
Colin Kuskie
3b485ed086 Convert Username over to using headTags 2010-09-21 14:23:29 -07:00
Colin Kuskie
0b08031bd7 Covert File, CheckList over to headTags 2010-09-21 14:23:29 -07:00
Colin Kuskie
62c68c8703 Convert Color to headTags 2010-09-21 14:23:29 -07:00
Colin Kuskie
f11f39e3bb Fix typo in Form/Keywords. 2010-09-21 14:23:29 -07:00
Colin Kuskie
7d3cd42c27 Convert Keywords over to headTags 2010-09-21 14:23:29 -07:00
Colin Kuskie
f88ac6f2b7 Convert Float to headTags 2010-09-21 14:23:29 -07:00
Colin Kuskie
57c06240e3 Convert DataForm to using headTags. 2010-09-21 14:23:29 -07:00
Colin Kuskie
46fc168e11 Convert Date plugin to headTags 2010-09-21 14:23:29 -07:00
Colin Kuskie
bd55fb0e58 Convert Integer to headTags. Convert toHtml part of HTMLArea to headTags. 2010-09-21 14:23:29 -07:00
Colin Kuskie
a00905520e Convert Hexadecimal to headTags 2010-09-21 14:23:28 -07:00
Colin Kuskie
4e17921eee Convert TimeField over to use headTags 2010-09-21 14:23:28 -07:00
Colin Kuskie
fd7fe89f35 Convert Text, Url, JsonTable and AssetReportQuery to use headTags. 2010-09-21 14:23:28 -07:00
Colin Kuskie
397d0db245 Extend the base class to add a method that will set the head tags for a form plugin. The intent is that users of form plugins can build them during prepareView for content chunking, and push links and scripts out in the head block, rather than in the body to assist with validation. 2010-09-21 14:23:28 -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
f0476bdc82 Revert "Rename template variables in the Account and Admin Toggle templates to not use underscores."
This reverts commit 0b4e8d5460.
2010-09-21 11:17:01 -07:00
Bart Jol
97ef77bb7e fixed #11878 added i18n for addons link 2010-09-21 08:59:28 -07:00
Colin Kuskie
0b4e8d5460 Rename template variables in the Account and Admin Toggle templates to not use underscores. 2010-09-20 15:20:28 -07: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
927781526f Move logging level for validToken debugging from WARN to INFO. Fixes bug #11868 2010-09-20 08:04:26 -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
1131a5b4bc Ignore trailing slashes in requested URLS. Fixes bug #11865. 2010-09-14 10:01:57 -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
Colin Kuskie
1d99ee451e Allow users to enter 24:00:00 by hand, and have the Event handle it correctly. Fixes bug #11788 2010-09-13 11:04:03 -07:00
Colin Kuskie
f17623624e Fix line ending processing by the Thingy. It will now accept CSV files with any line endings. Fixes bug #11746. 2010-09-13 07:52:14 -07:00
Colin Kuskie
ad461d5ba3 Fix a typo in the StoryTopic help. 2010-09-12 23:11:51 -07:00
Colin Kuskie
587ff397b5 More cleanup from dispatch. Do not set the session asset if the requested URL does not exist. In RssFeed, pass the fragment to the next method. Fixes bug #11854. 2010-09-10 11:14:03 -07:00
Colin Kuskie
5608a43916 topStory template variables should be available in standAlone and not standAlone modes. Added template variables for delete and edit icons for the top story. Updated the tests, template and template variable help. Fixes bug #11851. 2010-09-09 11:56:50 -07:00
Colin Kuskie
e5c2f13e49 Ready for 7.10.1 development. 2010-09-07 22:18:13 -07:00
Colin Kuskie
f333dbbb59 All HTMLAreas in the post are controlled by the parent CS settings. Fixes bug #11827. 2010-09-07 14:04:41 -07:00
Colin Kuskie
b1adfd2621 Fix missing Attachment label in the Template. 2010-09-02 14:07:21 -07:00
Colin Kuskie
1f2fbeb823 Remove debug code. 2010-09-02 13:25:48 -07:00
Colin Kuskie
055b72de7f Fix HTML table generation for Active Sessions. Fixes bug #11832 2010-09-02 13:16:34 -07:00
Colin Kuskie
f65ae74e54 Format the subtotal variable in the Payment driver to 2 decimal places. Fixes bug #11813 2010-09-02 12:51:54 -07:00