Commit graph

374 commits

Author SHA1 Message Date
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
Colin Kuskie
41da738e0e Fix handling of multi-form and multiple select form elements by emitting
a hidden form variable to make sure the form element was in the generated form.
Changes in User and ProfileField to support this.
2009-01-26 21:03:23 +00:00
Colin Kuskie
0c91491ed0 Fix copy/paste POD from HexSlider to SelectSlider. 2009-01-23 19:27:41 +00:00
Colin Kuskie
1b965c9459 More POD fixes for Form controls. 2009-01-23 19:26:26 +00:00
Colin Kuskie
1fa562d4c7 Fix a typo in the TimeZone POD. 2009-01-23 19:19:13 +00:00
Colin Kuskie
e90368baa1 Image can inherit getStorageLocation from its parent since
WebGUI::Storage::Image was absorbed into WebGUI::Storage.
2009-01-23 19:06:46 +00:00
Colin Kuskie
6e09355ef5 Fix broken i18n. 2009-01-23 06:19:46 +00:00
Colin Kuskie
da39f70f49 Remove the warnings pragma 2009-01-02 22:32:54 +00:00
Colin Kuskie
40b86e3dfd i18n the Attachments Form control 2009-01-02 21:08:43 +00:00
Colin Kuskie
81c9d117e5 Fixed a bug where the Interval Form would not work well with non-English languages.
Fixed display of the Interval Form field in Thingy and User Profile by adding a getValueAsHtml method.
2008-12-29 16:54:47 +00:00
Colin Kuskie
d05c0af5af more Form/FieldType subclass support 2008-12-23 01:18:19 +00:00
Colin Kuskie
6fc73d854b Make sure tha Form::FieldType can find subclasses (in subdirectories) of Forms. 2008-12-23 00:45:34 +00:00
Colin Kuskie
946ecd0fc3 Forward port fix for Form/Template manage button, when template's parent is
checked out and not committed.
2008-12-17 04:38:16 +00:00
Colin Kuskie
869aa3e64d Fix the TimeField form control, and add lots of tests. 2008-12-09 16:43:39 +00:00
Colin Kuskie
03c411b68e Remove 7.5.34 changelog that snuck into the 7.6 branch.
Forward port imageTree thumbnail relative url fix for sites with multiple hostnames
2008-12-03 18:14:13 +00:00
Graham Knop
5a1619f4f7 use proper method of formatting text for display in Textarea form
control
2008-12-03 00:32:18 +00:00
Colin Kuskie
d3f8a075a7 forward port Thingy newline display fix (Form/Textarea) 2008-11-26 19:13:46 +00:00
JT Smith
ee84cc7611 Deprecated WebGUI::Storage::Image. WebGUI::Storage can now do everything
WebGUI::Storage::Image can do.
2008-11-26 16:06:18 +00:00
Colin Kuskie
c193360f79 Combo box is not dynamic compatible 2008-11-24 22:21:27 +00:00
Yung Han Khoe
b0ee200b99 updating Matrix internationalization and help 2008-11-23 23:51:51 +00:00