Commit graph

15409 commits

Author SHA1 Message Date
Colin Kuskie
790350efed add patch for midnight at 24:00:00 to the Event. 2010-09-24 08:10:33 -07:00
Colin Kuskie
1f42a0a24e Remove types for setScript calls, add setCss, which is shorthand for setLink with the CSS specific params preset. 2010-09-24 08:03:09 -07:00
Colin Kuskie
17d9deb085 Reapplying patches for removing dots in Account and AdminToggle macro templates. 2010-09-23 17:02:34 -07:00
Colin Kuskie
18b8bebf6a Set aside the forms test until the Asset tests can be fixed 2010-09-23 16:41:20 -07:00
Colin Kuskie
3e9427ca1e Fix syntax errors from the merge. 2010-09-23 16:39:02 -07:00
Colin Kuskie
245e1f8192 Move updates dir for new version 2010-09-23 16:38:48 -07:00
Colin Kuskie
f546d116c7 Preparing for 7.10.1 release. 2010-09-23 16:35:36 -07:00
Colin Kuskie
7b04540ae0 Note the removal of the UK player. 2010-09-23 16:35:35 -07:00
Colin Kuskie
941f676a90 Remove Product Managers as a protected group. 2010-09-23 16:35:35 -07:00
Colin Kuskie
de1ab82d06 Also test for STYLE tags when making the DataForm form view. 2010-09-23 16:35:04 -07:00
Colin Kuskie
95dbff7afa Add a test to make sure that view does not return CSS or JS links with src/href attributes. 2010-09-23 16:35:04 -07:00
Colin Kuskie
66a1e256e4 The rest of the form plugins 2010-09-23 16:35:04 -07:00
Colin Kuskie
9a0ffe4af5 Tests for Form plugins C-I 2010-09-23 16:35:04 -07:00
Colin Kuskie
c6a2ce7a73 Fix a POD typo. 2010-09-23 16:35:04 -07:00
Colin Kuskie
96a1e1bb48 Move method_check test, and add more methods. 2010-09-23 16:35:04 -07:00
Colin Kuskie
708e7de4d2 Add tests for Captcha, ClassName, Codearea, HTMLArea, IntSlider, RadioList, Slider 2010-09-23 16:35:04 -07:00
Colin Kuskie
7e30735675 Fix inheritance for Hidden. 2010-09-23 16:35:03 -07:00
Colin Kuskie
5ffd1ba78d Fix inheritance for SelectList, -Box. Add AdSpace, Asset, AssetReportQuery, Attachments. 2010-09-23 16:35:03 -07:00
Colin Kuskie
506b8b12d2 Tests for List, Radio, Checkbox, SelectBox, SelectList, Username 2010-09-23 16:35:03 -07:00
Colin Kuskie
a868b65836 Add tests for Hexadecimal, Password, Phone, Textarea, Zipcode 2010-09-23 16:35:03 -07:00
Colin Kuskie
f0bbefb12d Class tests for Color, CsrfToken, Guid, Hidden 2010-09-23 16:35:03 -07:00
Colin Kuskie
2351baa004 Add tests for Button, Float, Integer, ReadOnly 2010-09-23 16:35:03 -07:00
Colin Kuskie
1b2f92f38f Begin Test::Class suite for Forms 2010-09-23 16:35:03 -07:00
Colin Kuskie
d3e83ba354 There is no local check to see if Form headTags have been sent yet. 2010-09-23 16:34:42 -07:00
Colin Kuskie
5c355c66a7 Document the closing of the RFE and associated bug. 2010-09-23 16:34:42 -07:00
Colin Kuskie
4d0ef740d8 Add a method to get, store and cache the current Entry, since it's needed when creating the form data. 2010-09-23 16:34:41 -07:00
Colin Kuskie
2609e06a44 Code cleanup for moving form generation out of getFormTemplateVars 2010-09-23 16:34:22 -07:00
Colin Kuskie
b04aa0a1f3 Refactor the RichEditor/HTMLArea so that JS and CSS scripts can be placed in the header block. 2010-09-23 16:33:12 -07:00
Colin Kuskie
dadb7cae00 Fix a double me, and don't remake the object since we cached it earlier. 2010-09-23 16:28:56 -07:00
Colin Kuskie
0787359c24 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-23 16:28:55 -07:00
Colin Kuskie
128a19ac90 Convert Phone and DateTime to headTags 2010-09-23 16:28:55 -07:00
Colin Kuskie
3c17d77a5c Convert Codearea, Slider and Zipcode to headTags 2010-09-23 16:26:30 -07:00
Colin Kuskie
b4ee093903 Convert Textarea over to headTags 2010-09-23 16:23:05 -07:00
Colin Kuskie
62bd952712 Convert Username over to using headTags 2010-09-23 16:21:03 -07:00
Colin Kuskie
445dbff297 Covert File, CheckList over to headTags 2010-09-23 16:20:23 -07:00
Colin Kuskie
702dad8254 Convert Color to headTags 2010-09-23 16:20:03 -07:00
Colin Kuskie
04917e695c Fix typo in Form/Keywords. 2010-09-23 16:18:48 -07:00
Colin Kuskie
48823bd922 Convert Keywords over to headTags 2010-09-23 16:18:48 -07:00
Colin Kuskie
a06ee99642 Convert Float to headTags 2010-09-23 16:18:33 -07:00
Colin Kuskie
18c53fe808 Convert DataForm to using headTags. 2010-09-23 16:18:17 -07:00
Colin Kuskie
0dd014f923 Convert Date plugin to headTags 2010-09-23 16:18:17 -07:00
Colin Kuskie
2b3fc264ae Convert Integer to headTags. Convert toHtml part of HTMLArea to headTags. 2010-09-23 16:18:02 -07:00
Colin Kuskie
61e2f4eb2e Convert Hexadecimal to headTags 2010-09-23 16:16:45 -07:00
Colin Kuskie
3368e72246 Convert TimeField over to use headTags 2010-09-23 16:16:25 -07:00
Colin Kuskie
adb279771b Convert Text, Url, JsonTable and AssetReportQuery to use headTags. 2010-09-23 16:16:08 -07:00
Colin Kuskie
d2623c2159 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-23 16:15:39 -07:00
Patrick Donelan
329c396a3e Adds Thingy template variable to permit Javascript visualisation of search results 2010-09-23 16:15:39 -07:00
Patrick Donelan
e63ce7881c Expose Thingy searchResult_json as template variable 2010-09-23 16:15:39 -07:00
Colin Kuskie
1b9edbf545 Revert "Rename template variables in the Account and Admin Toggle templates to not use underscores."
This reverts commit 0b4e8d5460.
2010-09-23 16:15:38 -07:00
Colin Kuskie
9ddc54be42 Added changelot entry, called the i18n sub, changed to compound keys, updated the default WebGUI.conf file, added upgrade output. 2010-09-23 16:15:17 -07:00