Colin Kuskie
|
f159fab19b
|
Make the password recovery email templatable. Includes i18n, help docs, upgrade sub, template package and code. Fixes bug #11918.
|
2010-10-19 15:22:42 -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
|
aabb9ed214
|
Getting cookies can croak. Eval the fetching of cookies and do error handling. Fixes bug #11912.
|
2010-10-19 09:21:37 -07:00 |
|
Colin Kuskie
|
b02aee50d8
|
In addition to mobile browser detection for styles, also do it for HTMLAreas and display a simple textarea instead. Fixes bug #11902.
|
2010-10-18 19:31:44 -07:00 |
|
Colin Kuskie
|
3ad69de404
|
Template the emails sent out during content approval. Includes new template, i18n, Help docs upgrade sub and code. Fixes bug #11901.
|
2010-10-18 13:53:33 -07:00 |
|
Colin Kuskie
|
19a87ea003
|
Variable hour formats don't add an extra space any longer. Fixes bug #11915.
|
2010-10-18 10:32:45 -07:00 |
|
Colin Kuskie
|
4b1af3de18
|
Use WebGUI::Pluggable::instanciate instead of string eval to load Image::Graph modules. Fixes bug #11898.
|
2010-10-12 11:03:22 -07:00 |
|
Colin Kuskie
|
a614d4f230
|
'' is no longer a special value for Workflow Activities, that will cause them to pull their defaultValue. Instead, only undef will do that. Fixes bug #11900
|
2010-10-12 10:50:26 -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
|
81813902da
|
Short circuit the instancation of a Message earlier.
|
2010-10-11 11:10:00 -07:00 |
|
Colin Kuskie
|
7d71a5d59e
|
Be able to get messages from users who are deleted. Fixes bug #11909.
|
2010-10-11 11:09:47 -07:00 |
|
Colin Kuskie
|
3f17369ae8
|
Remove debug code from the Thingy. Fixes bug #11903
|
2010-10-08 14:25:48 -07:00 |
|
Colin Kuskie
|
5ff871f2d5
|
Fix loose calls to $form->param('key')
|
2010-10-05 16:03:33 -07:00 |
|
Colin Kuskie
|
f883d8b35f
|
Remove the YUI based code editor from WebGUI, and replace it with a textarea. Fixes bug #1618, and others.
|
2010-10-05 14:44:53 -07:00 |
|
Colin Kuskie
|
ab2be62157
|
The back to site URL in the login message should return the user to the page where they logged in. Fixes bug #11897.
|
2010-10-05 11:28:01 -07:00 |
|
Colin Kuskie
|
adbec05e97
|
refix the hanging singleton workflow problem with spectre. Fixes bug #10189, again.
|
2010-10-05 11:07:53 -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
|
82ed3f03b8
|
Fix shop credit display and calculations in the PayDriver. Fixes bug #11891
|
2010-10-04 14:20:45 -07:00 |
|
Colin Kuskie
|
7f0657927d
|
Add purge method to Shop::Credit, tests.
|
2010-10-04 14:20:08 -07:00 |
|
Colin Kuskie
|
3cf77839ed
|
Date form plugin needs to observe the time zone of the viewer of the data when processing AND displaying date. Fixes bugs #11789 11894
|
2010-10-04 11:53:05 -07:00 |
|
Colin Kuskie
|
5dde317480
|
getTTL is an object method, it requires an object.
|
2010-09-28 20:55:39 -07:00 |
|
Colin Kuskie
|
2adc7a24e2
|
Move "back to profile" link from Account Profile Layout template into the View template. Added the can_edit_profile template variable to common template variables for the Profile plugin.
|
2010-09-28 09:32:33 -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
|
8ecf297931
|
use the getTTL method to find the time to pause running a Workflow.
|
2010-09-24 08:16:58 -07:00 |
|
Colin Kuskie
|
adcc2690f3
|
Fix the Codearea, which wasn't pushing out JS links anymore.
|
2010-09-23 07:59:58 -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
|
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 |
|