Commit graph

4624 commits

Author SHA1 Message Date
Colin Kuskie
dc2ec6bbdd Remove disabled check from all tests because it gives inconsistent
results.  Some forms were returning undef, some were returning 0.

Added a Radio button test.
Added a test to Checkbox that sees if the value (which is displayed to the
user) can be only whitespace.
2006-04-02 19:25:01 +00:00
Colin Kuskie
29635395cf Add Checkbox form test
Completely rework output postprocessing to make it more flexible
and added a test for duplicate test keys.
2006-03-31 23:04:14 +00:00
Colin Kuskie
833e5238eb fix typos in testBlock keys 2006-03-31 18:36:54 +00:00
Colin Kuskie
84342ea69c tests for single select list type forms 2006-03-31 18:27:29 +00:00
JT Smith
c713d5f50c added logging capability to spectre 2006-03-31 16:37:03 +00:00
JT Smith
350f3908e6 fixed a capitalization problem 2006-03-31 16:10:34 +00:00
JT Smith
78b97985ab added automated wildcards to search engine, to make it act more like people would expect 2006-03-31 03:22:05 +00:00
JT Smith
bf1a0ad11e more workflow bugfixes 2006-03-31 02:51:37 +00:00
JT Smith
19e4da7a92 collaboration system posts now work fully with the workflow engine, including the approval denial process 2006-03-30 23:43:32 +00:00
Colin Kuskie
6a035e44b0 Remove debugging output from Password test
SelectList test is finalized.
Extect auto_check to handle array and scalar accesses to the Form data post processors
2006-03-30 23:34:08 +00:00
Colin Kuskie
2359bd5738 forward port of new template docs 2006-03-30 22:02:33 +00:00
Steve Swanson
fa71385f55 Added in a login box to design 3 for 7.0 2006-03-30 19:39:43 +00:00
JT Smith
bad8616f08 more workflow bug fixes 2006-03-30 16:37:57 +00:00
JT Smith
046088fedd more debug 2006-03-30 15:45:16 +00:00
Steve Swanson
b883c308b5 Second xhtml strict design for 7.0 added 2006-03-30 15:06:14 +00:00
JT Smith
299dd5aa09 converted cs to use workflow engine for moderation 2006-03-30 03:52:18 +00:00
JT Smith
fe8dd69731 removing some old caching stuff 2006-03-30 01:58:27 +00:00
Colin Kuskie
50452e71df refinements 2006-03-29 23:57:47 +00:00
JT Smith
b4f0ddb79b tightening up some old code 2006-03-29 21:58:14 +00:00
JT Smith
c355601249 fixed bugs with new chunking system 2006-03-29 21:49:56 +00:00
JT Smith
5a7fedc731 - Added an option for hosters to limit the number of assets that may be
created on a WebGUI site.
fixed some bugs
2006-03-29 20:22:09 +00:00
Colin Kuskie
9b7d160a7a first cut at Form test with multiple selects 2006-03-29 01:09:52 +00:00
Steve Swanson
2199038efc Made formatting changes to the first design for 7.0 2006-03-28 22:29:28 +00:00
Steve Swanson
0bc058783b Added the third design for 7.0 2006-03-28 22:27:08 +00:00
JT Smith
6ff2562e19 first style goes in place for the 7.0 series. yay! 2006-03-28 05:33:20 +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
c772fa0d3a add Hidden test 2006-03-27 23:17:29 +00:00
Steve Swanson
fa06bbe0ad Removed gray border from link list and default submissions collaboration XHTML strict templates 2006-03-27 22:39:02 +00:00
Steve Swanson
f674077764 First new design for 7.0 added 2006-03-27 22:36:00 +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
556ab65f5e second batch of test automation done 2006-03-27 21:18:58 +00:00
JT Smith
4e8f962982 code to import styles added 2006-03-27 21:07:51 +00:00
Colin Kuskie
c8c7b78ee1 add Password test, fix bug in Password with maxlength 2006-03-27 20:42:08 +00:00
Colin Kuskie
16a6c2cc00 Form auto checker 2006-03-27 20:30:55 +00:00
Colin Kuskie
29ee2c313d first batch of test automation for getValueFromPost checking 2006-03-27 19:41:18 +00:00
JT Smith
9938a23665 adding styles 2006-03-27 15:50:52 +00:00
JT Smith
037fe19b0e added a change url option 2006-03-27 01:06:17 +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
JT Smith
123886d4a9 more 7.0 cleanup stuff 2006-03-26 23:42:08 +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
JT Smith
22b7ec886b some cs fixes 2006-03-26 20:43:50 +00:00
JT Smith
e689c33db6 added the 7.0 modification script
added the photogallery prototype
fixed a bug in the wiki add a page thing
fixed a bug with prototypes
2006-03-26 03:28:17 +00:00
JT Smith
29bd26a975 - Added a wiki-like feature that will automatically bring a user to the
create a page form if they are in admin mode, and click on a link to
   a page that doesn't exist yet.
2006-03-25 21:39:15 +00:00
Colin Kuskie
9ddea59a79 zipcode test 2006-03-25 19:54:22 +00:00
JT Smith
de20e89c98 fixed errors reported by smoke tests 2006-03-25 19:50:46 +00:00
Colin Kuskie
689eb47e10 adding Url test 2006-03-25 17:58:09 +00:00
Colin Kuskie
d4880b300e Add tests for Password and Email.
Updated comments appropriately.
2006-03-25 17:41:39 +00:00
Colin Kuskie
178a8cbd0f textarea test 2006-03-25 06:17:17 +00:00
Colin Kuskie
289f88a0eb post processing tests, remove HTMLForm as a requirement 2006-03-25 06:12:41 +00:00
Colin Kuskie
be57f039b0 add post processing tests 2006-03-25 05:03:20 +00:00