Commit graph

2776 commits

Author SHA1 Message Date
Colin Kuskie
95dbff7afa Add a test to make sure that view does not return CSS or JS links with src/href attributes. 2010-09-23 16:35:04 -07:00
Colin Kuskie
66a1e256e4 The rest of the form plugins 2010-09-23 16:35:04 -07:00
Colin Kuskie
9a0ffe4af5 Tests for Form plugins C-I 2010-09-23 16:35:04 -07:00
Colin Kuskie
96a1e1bb48 Move method_check test, and add more methods. 2010-09-23 16:35:04 -07:00
Colin Kuskie
708e7de4d2 Add tests for Captcha, ClassName, Codearea, HTMLArea, IntSlider, RadioList, Slider 2010-09-23 16:35:04 -07:00
Colin Kuskie
7e30735675 Fix inheritance for Hidden. 2010-09-23 16:35:03 -07:00
Colin Kuskie
5ffd1ba78d Fix inheritance for SelectList, -Box. Add AdSpace, Asset, AssetReportQuery, Attachments. 2010-09-23 16:35:03 -07:00
Colin Kuskie
506b8b12d2 Tests for List, Radio, Checkbox, SelectBox, SelectList, Username 2010-09-23 16:35:03 -07:00
Colin Kuskie
a868b65836 Add tests for Hexadecimal, Password, Phone, Textarea, Zipcode 2010-09-23 16:35:03 -07:00
Colin Kuskie
f0bbefb12d Class tests for Color, CsrfToken, Guid, Hidden 2010-09-23 16:35:03 -07:00
Colin Kuskie
2351baa004 Add tests for Button, Float, Integer, ReadOnly 2010-09-23 16:35:03 -07:00
Colin Kuskie
1b2f92f38f Begin Test::Class suite for Forms 2010-09-23 16:35:03 -07:00
Colin Kuskie
1b9edbf545 Revert "Rename template variables in the Account and Admin Toggle templates to not use underscores."
This reverts commit 0b4e8d5460.
2010-09-23 16:15:38 -07:00
Colin Kuskie
4899bcd7c4 Fix importing an Archive in default order. Update the test to now explicitly test for archive order. Fixes bug #11866. 2010-09-23 16:11:37 -07:00
Colin Kuskie
45e8cdc233 Restore addAttachments and restoreAttachments to the 7.x series. In 8.x, the object property will act like an arrayref, so they won't be necessary. Fixes bug #11861. 2010-09-23 16:11:36 -07:00
Colin Kuskie
0d2c4d6ba8 Ignore trailing slashes in requested URLS. Fixes bug #11865. 2010-09-23 16:09:53 -07:00
Colin Kuskie
35412fbead Add an explicit test for getThumbnailUrl and non-image files (like a PDF) 2010-09-23 16:09:31 -07:00
Colin Kuskie
4f632b27fc Forbid pasting content below a shortcut, to prevent loops on purge and other operations. Fixes bug #11855. 2010-09-23 16:09:31 -07:00
Colin Kuskie
59bd99c243 Allow users to enter 24:00:00 by hand, and have the Event handle it correctly. Fixes bug #11788 2010-09-23 16:08:34 -07:00
Colin Kuskie
6e47abe654 Test that the RSS Aspect propagates the URL fragment. 2010-09-23 16:01:51 -07:00
Colin Kuskie
e99ae4740f More cleanup from dispatch. Do not set the session asset if the requested URL does not exist. In RssFeed, pass the fragment to the next method. Fixes bug #11854. 2010-09-23 16:01:23 -07:00
Colin Kuskie
ef6e78fc27 topStory template variables should be available in standAlone and not standAlone modes. Added template variables for delete and edit icons for the top story. Updated the tests, template and template variable help. Fixes bug #11851. 2010-09-23 16:00:22 -07:00
Graham Knop
7a5f1101ae fix upgrade test 2010-09-23 11:43:42 -05:00
Colin Kuskie
11e89a1771 Comment out trouble some browsers not recognized by HTTP::BrowserDetect 2010-09-22 21:50:01 -07:00
Colin Kuskie
35351af10d Fix syntax error from WebGUI::Paths cleanup 2010-09-22 21:31:09 -07:00
Colin Kuskie
c9c62eff84 Set the user to be Admin, make sure we're working with committed assets, and do the standard fix for addToCleanup to work with the debugger. 2010-09-22 14:47:03 -07:00
Colin Kuskie
cf22fc848c Check all the module namespaces for POD. 2010-09-22 13:53:44 -07:00
Colin Kuskie
682cf97651 Prune dead code out that uses WebGUI::Test->lib. 2010-09-22 13:51:20 -07:00
Colin Kuskie
b10c5f7870 There are not more false browser hits on IE, so the box sizes all change back to default. 2010-09-22 13:37:25 -07:00
Colin Kuskie
a4a1da4b19 Fix boolean false problem in the image extension tests. 2010-09-22 12:04:44 -07:00
Colin Kuskie
93b30c6ac2 Fix a smart match/! binding problem 2010-09-22 11:59:06 -07:00
Colin Kuskie
d9aaa70706 Update test since names are now required. 2010-09-22 11:58:04 -07:00
Colin Kuskie
5e7c980442 smart match binding problem 2010-09-22 11:47:56 -07:00
Colin Kuskie
7fbb23dc5a Fix strange module loading problem which doesn't happen in 7.x 2010-09-22 11:46:31 -07:00
Colin Kuskie
ecf7646948 Update merged tests to use session->cache 2010-09-22 11:42:36 -07:00
Colin Kuskie
e24087672a Remove WebGUI::Cache in merged tests 2010-09-22 11:32:19 -07:00
Colin Kuskie
ecbfc1a827 secondsToInterval has an inclusive interval comparison 2010-09-22 10:46:10 -07:00
Colin Kuskie
4e1ac0a8e3 ! binds more tightly than ~~ 2010-09-22 10:07:37 -07:00
Colin Kuskie
0180b11064 Merge commit 'b8845e25fa' into WebGUI8. Up to 7.10.0 2010-09-22 07:58:06 -07:00
Colin Kuskie
f61e8faeb9 Rename template variables in the Account and Admin Toggle templates to not use underscores. 2010-09-21 11:17:29 -07:00
Graham Knop
5e75631f6b moving some more test modules to lib 2010-09-08 18:55:31 -05:00
Graham Knop
909240c0c1 fork instead of running a subprocess for Mail tests 2010-09-08 16:24:25 -05:00
Graham Knop
d1bac6ec66 remove hack needed for old version of Plack 2010-09-08 16:01:32 -05:00
Colin Kuskie
95487ae384 Fix a problem with newer DateTimes. 2010-09-07 21:18:21 -07:00
Colin Kuskie
e25014e107 Only run HTML::Template::Expr tests if the module is available. Temporarily place it into the config file so that it can be tested. 2010-09-07 21:14:12 -07:00
Graham Knop
ed04b99872 remove WebGUI::Utility 2010-09-07 13:18:49 -05:00
Graham Knop
6aa26c2e44 remove WebGUI::Utility::isIn 2010-09-07 12:33:15 -05:00
Colin Kuskie
f65ae74e54 Format the subtotal variable in the Payment driver to 2 decimal places. Fixes bug #11813 2010-09-02 12:51:54 -07:00
Paul Driver
c89da43b58 variable downgrading 2010-09-01 14:42:44 -05:00
Graham Knop
a95ef168cc remove use of FindBin in tests 2010-09-01 14:05:53 -05:00