Colin Kuskie
046bc36e5e
Update POD for getValue in Form/Image
2009-09-03 14:53:29 -07:00
Colin Kuskie
541b8a4416
Remove debug code from Codearea
2009-09-03 14:53:18 -07:00
Doug Bell
adc5e69498
remove logger
2009-09-02 03:41:56 +00:00
Doug Bell
81a256bd71
fixed codearea to work better and more compatible
2009-09-01 21:16:30 +00:00
Colin Kuskie
2f3b8b8037
Persist form data in the Files and Images.
...
Reformat lots of AdSku code, and change it to persist the storage for uploading an Image ad.
2009-08-28 22:56:17 +00:00
Colin Kuskie
95e979deda
Form/AdSpace should should be a single select form element, not a multiple.
...
This fixes bug #10835 .
2009-08-27 22:09:55 +00:00
Colin Kuskie
9442227ce8
i18n the New Column and Value entries. Fixes #10817 .
2009-08-24 16:56:46 +00:00
Colin Kuskie
1c9908f490
Encapsulate logic for determining if an SSL request has been made.
...
Refactor core modules to use that.
2009-08-19 18:25:00 +00:00
Graham Knop
56cdc103c2
fixed #10739 : Textarea and Codearea resize don't work in IE or Webkit browsers
2009-08-18 15:53:28 +00:00
Colin Kuskie
afbd893061
Fix the IntSlider integer input box. It was displaying 0 regardless of the actual
...
value of the slider.
Fixes bug #10552 .
2009-08-17 23:41:16 +00:00
Graham Knop
38ff4f053b
fixed #10667 : cannot change size of template editor
2009-08-03 20:09:00 +00:00
Martin Kamerbeek
4c4fb8f3a2
Fixed a bug where the textarea based formplugins would put multiple style tags in head if invoked mor than once per
...
request. One case in which this happens is when you provide multiple form controls for the same form param through
a template, like in eg. the post form of the cs. Anyway thes multiple tags confuse IE somehow borking javascript
execution in the process.
2009-07-30 09:30:53 +00:00
Tom Suchy
cc02a66e8e
missed a change required to redirect comment rating icons away from bazaar icons
2009-07-28 18:01:35 +00:00
Tom Suchy
f1d91ce1be
updated path to rating icons
2009-07-28 17:57:52 +00:00
Colin Kuskie
3c4ae9aa82
Refactor exact duration intervals into a separate method.
2009-07-23 23:47:45 +00:00
Colin Kuskie
bd924e8f88
Form/File will automatically delete empty storage locations, but assets
...
expect them to stick around. Add a flag to Form/File.pm to prevent it
from deleting them. Make sensitive assets use that flag.
2009-07-23 16:50:57 +00:00
Colin Kuskie
5e4db3adb4
Provide a framework for CSRF protection, with tests.
...
Add CSRF protection to Asset editSave, AssetManager, VersionTags and Group operations.
2009-07-06 16:58:57 +00:00
Colin Kuskie
3cd1e13051
Add missing POD and fix POD typos in subroutine names. 30/441 failing 100% POD coverage.
2009-07-04 20:09:35 +00:00
Colin Kuskie
91029e8140
Remove inline JS from the Date and DateTime forms by putting the user's firstDayOfWeek preference
...
into the getWebuiProps.
2009-06-23 19:25:50 +00:00
Colin Kuskie
472580dd45
Prevent Form/File from returning links in getValueAsHtml if there's
...
no real value in the storage element to return.
2009-06-03 21:08:40 +00:00
Colin Kuskie
29759ede9c
Fix multiple email handling in the Inbox.
...
Put an email regex into WebGUI::Utility, and use it in Form/Email and Account/Inbox.
2009-06-03 17:11:36 +00:00
Patrick Donelan
8a6327dc2a
Fixed #9920 Survey: cannot add questions in IE
2009-06-02 07:04:41 +00:00
Martin Kamerbeek
1ec0ec5961
- Fixed a bug in thingy which caused the defaultValue property for some list form elements to be ignored.
...
- Fixed a race condition introduced in a previous commit.
2009-05-28 16:31:45 +00:00
JT Smith
9fb2074414
- Fixed a load problem with Code Editor by making user toggle it on. This is
...
better than normal anyway since many users appear not to want to use the
editor in most cases.
2009-05-08 15:27:20 +00:00
Patrick Donelan
494efe1cf1
Added Country question type to Survey
...
Refactored WebGUI::Form::Country so that it can be used to return a list of countries
2009-05-06 02:38:26 +00:00
Colin Kuskie
a819c93944
Fix wrong attribute for script tag in Dataform.
2009-05-05 16:46:30 +00:00
Doug Bell
3320465ca4
fixed : #9897 . Fixed problem with highlighting in codearea. Updated EditArea to version 0.8.1.1
2009-05-01 18:29:41 +00:00
Colin Kuskie
eb476d6b50
Add missing POD for the new ThingFieldsList form handler.
2009-04-24 02:33:10 +00:00
Doug Bell
6d20e7f5df
added: ThingyRecord allows you to sell records in a Thing (like a classified ad)
2009-04-19 02:09:34 +00:00
David Delikat
4c7e1b4cfd
Form::Date::toHtml was coded to set value tgo the default this caused
...
the default value to be displayed in some cases.
2009-04-11 23:11:38 +00:00
Colin Kuskie
4a5d907d77
POD Coverage for Event, SQLReport, Survey, Navigation, Article, and Form/HTMLArea
2009-04-10 02:02:07 +00:00
Colin Kuskie
83e7163f31
Missing POD for Textarea, SelectRichEditor
2009-04-08 03:40:41 +00:00
Graham Knop
ff9d14b17c
fix for keyword control only initially showing a single keyword
2009-04-03 19:26:07 +00:00
Graham Knop
7f2b6dfc83
fix allowEmpty and bugs it caused
2009-04-03 00:40:23 +00:00
Colin Kuskie
a3a073296c
Add POD and fix typos to get POD coverage up
2009-04-01 03:53:34 +00:00
Graham Knop
dc129dac36
switch wiki pages to use keywords form control
2009-03-31 00:07:36 +00:00
Colin Kuskie
0e74bca20e
Fix POD.
2009-03-26 21:09:36 +00:00
Graham Knop
7064eb1a2a
Keywords form control, Keywords API enhancements, Keywords format change
2009-03-26 20:52:19 +00:00
David Delikat
efbe79e365
almost done
2009-03-24 04:49:06 +00:00
David Delikat
b35848179c
little changes here-n-there
2009-03-24 00:56:35 +00:00
David Delikat
856cc06d04
merged with HEAD and other interesting changes
2009-03-19 04:12:03 +00:00
David Delikat
30fa2028ff
some changes
2009-03-06 21:54:28 +00:00
David Delikat
1869017ff3
first success
2009-02-28 20:17:32 +00:00
David Delikat
15a2cbd840
first part of coding
2009-02-27 03:37:55 +00:00
Graham Knop
24da723629
updating copyright year
2009-02-20 23:47:30 +00:00
Graham Knop
e5ede77c29
use char instead of varchar
2009-02-18 03:18:20 +00:00
Graham Knop
b088299eb0
capcha control now has reCAPTCHA mode
2009-02-10 21:41:19 +00:00
Yung Han Khoe
8dd4d66c96
fixed #9635 : Matrix - Add attributes not working
2009-02-03 00:11:46 +00:00
Graham Knop
744751a86f
cleaning up function in List form type
2009-01-28 16:39:32 +00:00
David Delikat
3bbc8a7d4b
WebGUI::Form::Url::getValue returns blank rather than undef for blank fields
2009-01-27 20:05:13 +00:00