Commit graph

154 commits

Author SHA1 Message Date
Wouter van Oijen
98e42e59df XHTML compliance 2006-05-16 18:12:26 +00:00
Lucas Bartholemy
7653f450b4 added check for fieldType 2006-05-13 19:46:48 +00:00
Colin Kuskie
b018b8e61e Document return value for Storage::rename
Add simple new test for Text.t
Add ClassName.t test
Prevent Form/ClassName from passing classes with spaces in them and
remove redundant test for digits in regexp.
Add a new test to Storage.t for getLastError
2006-05-11 17:37:42 +00:00
Martin Kamerbeek
9d84eb204d Let's make it possible to add assets again. 2006-05-11 11:30:12 +00:00
JT Smith
21fedb9051 added a classname form control for validating classnames and do taint checking 2006-05-10 23:01:15 +00:00
Matthew Wilson
6761a9635e oops :/ 2006-05-08 23:25:35 +00:00
Matthew Wilson
006e08f39d a fix hopefully 2006-05-08 23:23:33 +00:00
Colin Kuskie
b74170fe60 remove last vestiges of template-ness from Country.pm 2006-05-08 20:12:46 +00:00
Colin Kuskie
66faf12797 country form picker 2006-05-08 20:11:10 +00:00
Matthew Wilson
b47bfdf413 fixing someone's flub 2006-05-08 19:51:01 +00:00
Matthew Wilson
23a9a8761b corrected a problem with RadioList.pm - where no default value was set, and the form was submitted without selecting one of the radio buttons, getValueFromPost would have returned an empty arrayref. 2006-05-08 13:06:16 +00:00
Matthew Wilson
590fb186c9 added readOnly option to user form field 2006-05-08 12:43:30 +00:00
Martin Kamerbeek
96ac393a11 Adding sliders 2006-05-08 09:35:34 +00:00
Matthew Wilson
179cbf2d33 fix 2006-05-07 02:37:37 +00:00
JT Smith
6be1d2f76e fixed captcha to work even in not htmlform environments
added captch field to contact the maintainer form in matrix
added default label to captcha
2006-05-05 20:20:15 +00:00
Matthew Wilson
3370158342 dom bug 2006-05-04 01:29:31 +00:00
JT Smith
12c10d56fe hex slider 2006-05-03 14:36:48 +00:00
JT Smith
ac8f720f87 [ 1477611 ] 6.99: Edit/Manage buttons appear multiple times 2006-04-28 20:11:32 +00:00
JT Smith
29e4effdb9 [ 1471218 ] 6.8.8: Unable to change Default Home Page 2006-04-28 19:50:55 +00:00
JT Smith
1b7488e4b1 [ 1475220 ] some 6.99 templates have double slashes 2006-04-28 17:12:58 +00:00
JT Smith
2f24cd3f3c [ 1475220 ] some 6.99 templates have double slashes 2006-04-28 16:59:32 +00:00
JT Smith
dc1a0c7703 added a user form field type 2006-04-23 23:50:40 +00:00
JT Smith
722a214f80 added resizable textareas 2006-04-19 19:08:56 +00:00
Matthew Wilson
77e7d85408 workaround for problem with captcha. 2006-04-17 13:00:51 +00:00
JT Smith
4adfc0737c made it so it's possible to use file form elements without any auxillary code
fixed a bug in Post
storage copy can accept an optional new storage location to copy to
articles can now accept direct attachments
2006-04-16 17:30:01 +00:00
JT Smith
7fcfb11f20 made the file and image form fields better, but still have some work to do
began converting the article to have it's own attachments, but still have some work to do
2006-04-16 01:10:34 +00:00
JT Smith
adea847875 fixed some xhhtml stuff
increased performance on burst protection
2006-04-07 19:35:31 +00:00
JT Smith
ae8f3d87f6 setting $session->user now changes the id for the session as it should
continued adding ad management system
added field sets to htmlform and tab form
2006-04-06 22:28:13 +00:00
JT Smith
8cd87a2733 code areas are now 600px wide 2006-04-06 21:11:41 +00:00
JT Smith
5202f50a4a added the coolio label tag 2006-04-06 20:26:48 +00:00
Matthew Wilson
1f80dedb8f Captcha should not be profile enabled. Heh-heh. 2006-04-02 20:17:40 +00:00
Colin Kuskie
1ad61ac861 Fix a bug in TimeField.
Add support for Brazilian phone numbers and extensions to Phone
2006-03-27 23:22:35 +00:00
Colin Kuskie
c64ebee60f Add Phone test, it needs more test cases
modify Phone.pm and Float.pm to require digits.
update Float.t to test for at least a digit to pass.
2006-03-27 22:08:27 +00:00
Colin Kuskie
c8c7b78ee1 add Password test, fix bug in Password with maxlength 2006-03-27 20:42:08 +00:00
Colin Kuskie
1ac514982f modify validation regexp for Float.
Add Float test
Add new Integer test
2006-03-27 00:29:03 +00:00
Colin Kuskie
efb6e82140 Added Integer test.
Change integer validation to reject strings like 123-456
2006-03-26 23:09:19 +00:00
Colin Kuskie
e56d8ff53c fix ordered options in lists 2006-03-23 16:43:17 +00:00
JT Smith
b84d068229 fixes for matrix and inbox 2006-03-22 21:20:24 +00:00
JT Smith
5fa09ae97f i broke it. i fixed it. 2006-03-22 14:30:08 +00:00
JT Smith
1efaec679a more changes for better xhtml compatibility 2006-03-21 23:31:34 +00:00
JT Smith
b55a7252e8 removed border= from image tags 2006-03-21 21:13:36 +00:00
JT Smith
cba26ecc0c converting versioning to use workflow 2006-03-14 17:46:32 +00:00
JT Smith
3e60294bb6 Run on registration and alert on new user have been converted to a single workflow. 2006-03-10 03:48:23 +00:00
Colin Kuskie
9aac37ac91 Captcha forms are not allowed in Profiles (re JT)
POD for Operation/Help and Operation/DatabaseLink.

Added check for deletion of a vital component in www_deleteDatabaseLink.
This saves the user one click when trying to delete something they shouldn't.
2006-03-03 00:26:42 +00:00
Colin Kuskie
e06331cae9 Add space to Add/Edit Event in the EMS.
Allow the Navigation Asset to set the MIME type of its output.
Upgrade script, Wobject code, documentation.
Add a new MimeType form element, stolen out of the Snippet and
generalized for use.
2006-02-17 01:23:31 +00:00
JT Smith
121455ee70 some bug fixes 2006-02-14 17:20:11 +00:00
JT Smith
1416aa76e8 added workflow form control 2006-02-14 16:06:47 +00:00
JT Smith
32169aebbf adding cron UI, but not working yet
bugfix for captcha
2006-02-14 03:48:36 +00:00
JT Smith
f9a60ab55a added captcha form control and strengthened captcha security 2006-02-13 15:03:37 +00:00
Colin Kuskie
484969d5d2 fix 6.8-ish session code merged into 6.9 2006-02-10 21:39:27 +00:00