Commit graph

11016 commits

Author SHA1 Message Date
Colin Kuskie
23978e380f Fix a POD typo. 2009-04-02 17:00:02 +00:00
Colin Kuskie
ae3b94c242 Output subroutines missing POD regardless of coverage threshold.
Fix the threshold to work correctly based on ENV.
2009-04-02 16:58:38 +00:00
Colin Kuskie
ae4917a644 POD.t should be run all the time, as well. 2009-04-02 16:47:27 +00:00
Colin Kuskie
77252517a0 Account for asset collateral in generated files for the AssetExportHtml test. 2009-04-02 16:46:07 +00:00
Graham Knop
ca4a9add6d RssFeed fixes and cleanups 2009-04-02 16:24:44 +00:00
Patrick Donelan
c1ac5b9761 Fixed SurveyJSON->questions which was short-changing getGotoTargets 2009-04-02 05:55:23 +00:00
Patrick Donelan
57dae409c7 Further improved Survey validation checking 2009-04-02 05:55:00 +00:00
Colin Kuskie
0a4d6b4099 Document the newer version of Clone required for 7.7.2 in the gotchas.txt file. 2009-04-02 05:04:46 +00:00
Patrick Donelan
be4133d72c Improved Survey validation messages 2009-04-02 05:04:23 +00:00
Colin Kuskie
9ca83226c5 Removing debug code. 2009-04-02 04:54:26 +00:00
Colin Kuskie
c3d5b10c8a Fix more gateway errors in URLs 2009-04-02 04:52:47 +00:00
Colin Kuskie
4fbadb84bf Fix module name for RDF generation. 2009-04-02 04:50:35 +00:00
Colin Kuskie
b6e980893e Update this test to work with the new RSS Aspect. 2009-04-02 04:41:43 +00:00
Colin Kuskie
d05d49d47a Fix POD errors. 2009-04-02 04:09:14 +00:00
Colin Kuskie
e115ea18a5 Fix POD errors. 2009-04-02 03:59:30 +00:00
Patrick Donelan
654f8d6b72 Rewrote Survey gotoExpression tests now that we have perl power in
expressions
2009-04-02 01:54:21 +00:00
Patrick Donelan
3d70a213cc Made Survey branch expressions eval in safe compartment 2009-04-02 01:53:58 +00:00
Colin Kuskie
374840382f Shipper is no longer checked by readyForCheckout. Update
test to follow.
2009-04-02 00:04:53 +00:00
Colin Kuskie
629abc4517 Fix a gateway URL issue with the Vendor Payout js. 2009-04-01 16:33:13 +00:00
Colin Kuskie
81de68aca5 Remove another duplicate www_edit method.
Add missing POD.
2009-04-01 04:45:52 +00:00
Colin Kuskie
0aded7df1f Add missing POD to bring RichEdit up to 100% POD. 2009-04-01 04:39:35 +00:00
Colin Kuskie
ffebdae95a Remove www_edit. It's the same as Asset's. 2009-04-01 04:39:11 +00:00
Colin Kuskie
1341ebfbd1 Add more configuration to the POD coverage test. POD_COVERAGE==2 will check against 100%
coverage and emit a list of modules that POD to be covered.
2009-04-01 04:27:00 +00:00
Colin Kuskie
04217e67e0 Fix POD typos and add POD to get to 100% POD coverage. 2009-04-01 04:10:14 +00:00
Colin Kuskie
a3a073296c Add POD and fix typos to get POD coverage up 2009-04-01 03:53:34 +00:00
Colin Kuskie
c2e38ac416 Fix typos in POD that prevent 100% POD coverage. 2009-04-01 03:48:38 +00:00
Colin Kuskie
a34e6b36ec Fix a POD typo. 2009-04-01 03:46:04 +00:00
Colin Kuskie
b9959b5da2 POD for Keyword module to bring it to 100% coverage. 2009-04-01 03:22:21 +00:00
Colin Kuskie
eab3417396 Add POD to bring POD coverage up to 100% 2009-04-01 03:11:06 +00:00
Colin Kuskie
2cb8f0ee9a Coverage tests for various User methods. 2009-04-01 03:10:52 +00:00
David Delikat
1e445f82c4 fixed AdSku
added 'thanks' text after ad to cart
cleaned up i18n text
moved shop fields to shop tab
added AdSku Asset to WebGUI original config file
2009-04-01 02:54:55 +00:00
Colin Kuskie
d74a0ee7bb Remove hardcoded extras in Shop/Vendor.pm, also an i18n fix. 2009-04-01 00:08:11 +00:00
Colin Kuskie
5167b667e5 Remove a hard coded extra in SQLReport 2009-03-31 23:55:48 +00:00
Graham Knop
18212d7a66 fixed #10056: YUI javascripts included while adminOff (BNC) 2009-03-31 22:01:39 +00:00
Colin Kuskie
d6d5009402 Update default Shelf template to use the addCartToForm template variables. 2009-03-31 16:02:47 +00:00
Kaleb Murphy
1ad5303267 Validates goto syntax on all objects now. 2009-03-31 05:00:22 +00:00
Kaleb Murphy
e515817053 Added limited goto expression syntax validator. Needs to do a bit more. 2009-03-31 04:58:00 +00:00
Kaleb Murphy
272283e75d Adding template and js to show warnings. 2009-03-31 04:39:48 +00:00
Kaleb Murphy
f85c9fa8f8 Rolling back inadverent changes. 2009-03-31 04:12:23 +00:00
Kaleb Murphy
e73a7645a7 Survey now shows warnings if bad goto, bad gotoExpressions, no question text, survey looping,
or no question answers are found.
2009-03-31 04:08:44 +00:00
Colin Kuskie
83b2657197 add a whole bunch of tests for previously uncovered methods, and improving coverage on some methods 2009-03-31 03:22:41 +00:00
Colin Kuskie
fa15f92b68 Fix POD for User.pm
Add POD for HTML.pm
2009-03-31 03:20:57 +00:00
Graham Knop
7a650bb8a3 a few more macro quoting test cases 2009-03-31 00:07:40 +00:00
Graham Knop
dc129dac36 switch wiki pages to use keywords form control 2009-03-31 00:07:36 +00:00
Matthew Wilson
cf63a4e4f3 (Matthew Wilson) add AssetAspect/RssFeed. See exportAssetCollateral for a good time. 2009-03-30 21:38:12 +00:00
Colin Kuskie
4e78593395 Change tests to use the automatic backup of Settings in END blocks. 2009-03-30 20:41:02 +00:00
Colin Kuskie
6f3aae261b Fix a typo in a test, looking at the wrong table. 2009-03-30 20:27:17 +00:00
Colin Kuskie
4e2a8bab91 Bump up the version for Clone, since the new version works with
perl 5.10.
Have SurveyJSON use it instead of dclone.
2009-03-30 19:47:27 +00:00
Colin Kuskie
05d62c92b7 Have Setting's get work like other gets by returning a hashref when
no param is requested.
2009-03-30 19:46:16 +00:00
JT Smith
8d61c288e7 fixed a bug that required you to hit "update cart" before the checkout
button would appear
2009-03-30 18:42:40 +00:00