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
Colin Kuskie
f9945a4e61
forward port subscription group display fix
2008-11-23 00:37:07 +00:00
Colin Kuskie
146fe3fecd
forward port non-numeric slider form field fix
2008-11-22 05:54:50 +00:00
Yung Han Khoe
b880f48a23
Adding new Matrix Form elements
2008-11-19 19:39:19 +00:00
Doug Bell
2b7191567d
fixed docs
2008-11-07 03:46:45 +00:00
Doug Bell
d224376d02
added: Delete columns in DataTable
...
fixed: Now more than one DataTable can be on a page
2008-11-07 03:32:18 +00:00
Doug Bell
0ee9718dc6
perltidy
2008-11-03 18:02:45 +00:00
Doug Bell
b74fa78ee2
fixes to DataTable form control
...
removed stupid configuration and added some necessary ones
2008-11-03 17:57:13 +00:00
Doug Bell
3e1f66a0e7
added: DataTable asset
2008-10-28 22:27:17 +00:00
Doug Bell
3fc8c25025
added: Textarea now supports maxlength attribute
2008-10-24 19:54:30 +00:00
JT Smith
20f8df1291
upgrading to YUI 2.6
...
data tables are going to need some work yet, but the other stuff seems to be working 100%
2008-10-22 23:53:29 +00:00
Graham Knop
99a9da626d
rfe #640 : Refactored autocommit and autocomment
...
Autocommit assets like CS posts or Calendar Events can now be added before the
parent is committed. They will go into the same version tag as their parent.
2008-10-22 16:04:10 +00:00
JT Smith
083c7cd603
switching field type from VARCHAR to CHAR
2008-10-16 22:04:13 +00:00
JT Smith
84d7c20fed
- Added Guid form control.
...
- Moved Asset ID and Class Name fields to the Meta tab of all assets.
- Made Classname from control a subclass of ReadOnly.
2008-10-16 19:02:13 +00:00
Doug Bell
810c8247cc
added: "EditArea" code highlighter and editing tool for WebGUI::Form::Codearea, used
...
in Template, Snippet, SQLReport, and more
2008-10-14 00:06:08 +00:00
JT Smith
e7c6fe6cae
- Added Comments asset aspect, which allows comments to be added to any asset
...
easily.
- Added comments aspect to wiki.
2008-10-11 20:33:38 +00:00
Graham Knop
e7e0511552
fixed: SelectSlider form control is broken
2008-10-05 20:57:02 +00:00
JT Smith
72edbfd628
various fixes and enhancements for the asset configuration stuff i checked in earlier
2008-09-29 00:14:49 +00:00
Graham Knop
a2757494af
use Module::Find instead of enumerating over the files
2008-09-17 15:38:01 +00:00
JT Smith
ef120fb06b
Added isVisitor, isAdmin, and isRegistered methods to User object instead
...
of hard coding checks everywhere with group ids. And updated the code base
to match.
2008-09-16 22:32:36 +00:00
Colin Kuskie
586164d8d0
rfe: VIM perl mode for skeletons
2008-09-16 22:28:17 +00:00
Graham Knop
79e88a867a
rfe: let package import inherit permissions
2008-09-16 21:34:40 +00:00
Graham Knop
98bfd9ac1d
added fieldsets around form controls with multiple elements
2008-09-16 16:27:15 +00:00
Graham Knop
1e54cf0458
some comment cleanups
2008-09-15 21:51:46 +00:00
Graham Knop
740ea67a15
fixed: Textarea resizer has a gap between textbox and resizer initially
2008-09-11 14:48:23 +00:00
Graham Knop
ac3070956d
improved Rich Text selection list, changed CS and Wiki to use it
2008-08-26 21:10:18 +00:00