Commit graph

2123 commits

Author SHA1 Message Date
Graham Knop
f852bd8866 better cleanup code 2010-05-17 05:26:26 -05:00
Graham Knop
3ee212142c test more url forms including international characters 2010-05-17 05:26:00 -05:00
Colin Kuskie
23183276e3 Document change in handling sequences of dashes. 2010-05-16 22:16:18 -07:00
Colin Kuskie
d2b6a7fff1 Fix a bug in how groups using IP filters cache the user Visitor. Also, significant speedups in group lookups. Fixes bug #11552. 2010-05-16 22:11:33 -07:00
Colin Kuskie
0a05907c39 This test fails randomly, on the difference between 0 and undef. Update it to use bool(). 2010-05-16 20:56:09 -07:00
Colin Kuskie
0e7ce2c0e3 Update Asset/Asset.t for new fixUrl code. 2010-05-16 20:55:28 -07:00
Paul Driver
503a378756 ProgressBar::run and now Asset->www_copy has a bar 2010-05-11 15:34:22 -07:00
Paul Driver
40d11e8693 more sorting options for SyndicatedContent 2010-05-06 15:03:01 -07:00
Colin Kuskie
2fe34a2a06 more ProfileField tests 2010-05-06 14:51:05 -07:00
Colin Kuskie
e71a6bead3 More headBlock => extraHeadTags cleanup 2010-05-06 12:21:30 -07:00
Colin Kuskie
d7ee5f0768 Update test due to the removal of the headBlock. 2010-05-06 12:19:57 -07:00
Colin Kuskie
16cca1f99a Update the test for the isTopLevel variables. 2010-05-04 21:10:48 -07:00
Colin Kuskie
960ff2287c Tests, bugfixes, and adding synopsis to the byKeyword template. 2010-05-04 15:50:14 -07:00
Colin Kuskie
39b44504c3 Finish wiki sub-category API code, with upgrade sub and tests. 2010-05-04 15:04:27 -07:00
Colin Kuskie
b9c2a3b0ad Make the Date macro handle leading and trailing whitespace. Fixes bug #11542. 2010-05-02 01:07:35 -07:00
Colin Kuskie
29d0d72999 Fix a syntax error I introduced into the Ogone test. 2010-05-02 00:50:35 -07:00
Colin Kuskie
8fe4c331d9 Update Content::Setup test for new WebGUI::Wizard 2010-05-02 00:37:06 -07:00
Colin Kuskie
4a9a46f328 Add missing module to Cache::CHI. Fix tests to add a cache config if the current config file does not have one. 2010-05-02 00:27:32 -07:00
Colin Kuskie
dbca5b31d9 Cleanup more tests that are leaking carts due to address book useId issues. 2010-05-02 00:17:03 -07:00
Colin Kuskie
c6b34385ce Add cleanup for Workflow Instances. 2010-05-02 00:16:49 -07:00
Colin Kuskie
02c4c5cf47 Cleanup tests that were leaking carts. 2010-05-01 23:54:34 -07:00
Colin Kuskie
69a2710eff Update the EU tax test for new Cart code. 2010-05-01 22:56:36 -07:00
Doug Bell
fe97e9c510 fixes and added www_cleanup forced last step 2010-04-30 12:28:32 -05:00
kimd
660d036f8a Gallery: Automatically adjust orientation of images based on EXIF data (RFE11498) 2010-04-30 10:37:46 -05:00
Colin Kuskie
67f584d985 Update this test for new Shop 1.5 code. 2010-04-29 23:03:34 -07:00
Colin Kuskie
440981827e Update Ogone test for new payment driver code. 2010-04-29 22:51:55 -07:00
Colin Kuskie
1f774a8074 Update for new cart and transaction code. 2010-04-29 22:47:55 -07:00
Colin Kuskie
e2c70ddef1 Update Cart test for new Cart 1.5 code 2010-04-29 22:38:51 -07:00
Colin Kuskie
d29a4c68aa Update test for code changes in Shop 1.5 2010-04-29 22:27:22 -07:00
Colin Kuskie
5ad1605185 Update address tests for new code. 2010-04-29 22:25:31 -07:00
Colin Kuskie
b537bfae6b Adapt AddressBook tests for new AddressBook code. 2010-04-29 22:24:12 -07:00
Colin Kuskie
1878898d9f Add cleanup capability for AddressBooks 2010-04-29 22:24:00 -07:00
Doug Bell
42ef2c3650 add tests for CHI 2010-04-29 12:21:50 -05:00
Doug Bell
ce26a84e87 Migrate initial setup to WebGUI::Wizard 2010-04-26 17:12:19 -05:00
Doug Bell
8504a34c65 add WebGUI::Wizard 2010-04-23 18:25:32 -05:00
Colin Kuskie
79fea5bb76 Refactor out synopsis code from Post to make a new AssetAspect. Have the WikiPage start using it, and assigning synopses to pages. 2010-04-21 18:24:30 -07:00
Colin Kuskie
d085d7d04a Revoke the previous page-level hierarchial keywords work, in favor of forthcoming work on wiki level keywords work 2010-04-21 16:55:16 -07:00
Colin Kuskie
e0fffef75c Search results are not in any given order. Update the StoryArchive test. 2010-04-20 20:33:16 -07:00
Doug Bell
e60c6fdc91 Merge remote branch 'spunky/rfe620'
Conflicts:
	docs/changelog/7.x.x.txt
	docs/upgrades/packages-7.9.3/root_import_gallery-templates_default-gallery-edit-album.wgpkg
2010-04-19 17:25:30 -05:00
kimd
dd72159db0 Added buttons to the GalleryAlbum edit view so users can rotate photos by 90 deg (RFE 620). 2010-04-19 22:24:09 +02:00
Colin Kuskie
b4f7bb4334 Do not prevent Assets from being added as children by subclassing addChild. It doesn't prevent paste from working. Fixes bug #11525. 2010-04-19 09:07:53 -07:00
Colin Kuskie
c0361fda0e Remove test for old RSS method that no longer exists. 2010-04-19 08:41:48 -07:00
Colin Kuskie
55d2e510d6 Add top-level keywords, which allows for hierarchial categorization of wiki pages. 2010-04-16 20:46:55 -07:00
Paul Driver
1a77fce843 make it impossible to have a locked working tag 2010-04-16 15:24:34 -07:00
Graham Knop
8206aeaec5 enhance format of .wgaccess files to provide security for Gallery files 2010-04-15 11:38:58 -05:00
Colin Kuskie
1cd7d8fbc7 Remove dead END blocks from some tests. 2010-04-14 11:41:20 -07:00
Colin Kuskie
1395fcc411 Add RFE #10944, keyword pages.
Keyword pages are any page where the title is exactly the same as any keyword
for any page in the wiki.  Keyword pages work the same as any wiki page, but
also may display a list of pages that are tagged with the keyword.
2010-04-13 11:05:29 -07:00
Graham Knop
88e8fe77fb allow SQL statements to be added to test cleanup 2010-04-12 17:55:42 -05:00
Graham Knop
eb97a8d50e allow arbitrary subs to be added to test cleanup 2010-04-12 17:43:51 -05:00
Doug Bell
eee547b0cc Add drag'n'drop sorting to the Gallery Album Edit View (RFE 11007). 2010-04-07 11:54:09 -05:00