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
|
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
|
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 |
|
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
|
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 |
|
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 |
|
Graham Knop
|
a95ef168cc
|
remove use of FindBin in tests
|
2010-09-01 14:05:53 -05:00 |
|
Colin Kuskie
|
d3e3c90a42
|
Fix encoding problems with the SC asset. Update the encodings test to no longer require an ENV variable to run. Fixes bug #11795
|
2010-08-25 11:44:02 -07:00 |
|
Colin Kuskie
|
d13acd164d
|
Refactor SC tests, separating encodings out into their own test file. TEST_ENCODINGS=1 to run this new test. 8/13 tests fail.
|
2010-08-25 11:44:01 -07:00 |
|
Colin Kuskie
|
9667f34d53
|
Fix group permissions when editing/adding an Event. Fixes bug #11800.
|
2010-08-25 11:44:01 -07:00 |
|
Colin Kuskie
|
67272517ce
|
Really fix sorting numerically for resolutions. Added tests to check it.
|
2010-08-25 11:44:01 -07:00 |
|
Colin Kuskie
|
86a190e3c6
|
Gallery resolutions are integers. Fixed sorting the resolutions, and fixed the tests to not use bad resolutions. Fixes bug #11787
|
2010-08-25 11:44:01 -07:00 |
|
Colin Kuskie
|
928067bb67
|
Add tests for attachment_loop handling in the Post.
|
2010-08-25 11:44:00 -07:00 |
|
Colin Kuskie
|
acc47daffc
|
Fixes bug #11780: anchor filename regex to the end of the string.
|
2010-08-25 11:44:00 -07:00 |
|
Colin Kuskie
|
b12c719b09
|
Thingy add/edit via AJAX returned nothing useful, and lied about error status. Fixes bug #11781.
|
2010-08-25 11:44:00 -07:00 |
|
Colin Kuskie
|
c79bc75840
|
Fix encoding problems with the SC asset. Update the encodings test to no longer require an ENV variable to run. Fixes bug #11795
|
2010-08-24 16:53:35 -07:00 |
|
Colin Kuskie
|
f39a13912e
|
Refactor SC tests, separating encodings out into their own test file. TEST_ENCODINGS=1 to run this new test. 8/13 tests fail.
|
2010-08-24 15:24:22 -07:00 |
|
Colin Kuskie
|
e0eaa2e13f
|
Fix group permissions when editing/adding an Event. Fixes bug #11800.
|
2010-08-23 11:48:57 -07:00 |
|
Colin Kuskie
|
c917e6ca6d
|
Convert AssetCollateral/DataForm/Entry.pm over to use Moose.
|
2010-08-19 16:47:07 -07:00 |
|
Colin Kuskie
|
13d65d8b4a
|
purgeCache also cleans up internally cached objects, _parent, _thread
|
2010-08-19 11:54:39 -07:00 |
|
Colin Kuskie
|
645abf51d1
|
Fix a typo from removing get methods in Post/archiving.t
|
2010-08-19 11:54:39 -07:00 |
|
Colin Kuskie
|
1225d0fdd4
|
Remove get methods from Post/archiving.t
|
2010-08-19 11:54:39 -07:00 |
|
Colin Kuskie
|
ae8ed52647
|
Fix triggers for updating storage permissions when asset permissions change.
|
2010-08-19 11:54:39 -07:00 |
|
Colin Kuskie
|
80c906b8eb
|
Really fix sorting numerically for resolutions. Added tests to check it.
|
2010-08-17 13:30:39 -07:00 |
|
Colin Kuskie
|
eac7fe8a64
|
Gallery resolutions are integers. Fixed sorting the resolutions, and fixed the tests to not use bad resolutions. Fixes bug #11787
|
2010-08-17 11:16:58 -07:00 |
|
Colin Kuskie
|
7c3d572146
|
Add tests for attachment_loop handling in the Post.
|
2010-08-16 10:09:10 -07:00 |
|
Colin Kuskie
|
8f7bbdaa5d
|
Fixes bug #11780: anchor filename regex to the end of the string.
|
2010-08-15 23:23:49 -07:00 |
|
Colin Kuskie
|
05c287cfc7
|
Thingy add/edit via AJAX returned nothing useful, and lied about error status. Fixes bug #11781.
|
2010-08-15 23:16:53 -07:00 |
|
Colin Kuskie
|
3e8e2d452c
|
Merge branch 'master' into WebGUI8. Merged up to 7.9.12
|
2010-08-13 12:25:19 -07:00 |
|
Colin Kuskie
|
7b218942b3
|
Merge commit '63865eb39f' into WebGUI8. up to 7.9.11
|
2010-08-13 11:52:08 -07:00 |
|
Colin Kuskie
|
7251cc2c23
|
Secure and fix the Zip Archive.
|
2010-08-11 17:38:15 -07:00 |
|
Doug Bell
|
1f99da3315
|
fix syndicated content test with a new RSS url
|
2010-08-11 16:26:41 -05:00 |
|
Doug Bell
|
4e9a2c07c2
|
fix possible vulnerability loading template parser
|
2010-08-11 15:37:34 -05:00 |
|
Colin Kuskie
|
0f475dd013
|
Update the test to handle safe (- => _____) listingIds.
|
2010-08-11 13:17:27 -07:00 |
|
Colin Kuskie
|
19199cac9a
|
Fix bugs in AssetReport code, and test.
|
2010-08-10 20:57:31 -07:00 |
|
Colin Kuskie
|
6eba088fe9
|
Update test to accomodate new restriction on uploading .pm files.
|
2010-08-10 20:50:00 -07:00 |
|
khenn
|
22da7c4114
|
initial release of Asset Report asset allowing reports to be created using asset properties.
|
2010-08-10 18:53:22 -05:00 |
|
Colin Kuskie
|
cb2bb75d23
|
Remove notes and diags
|
2010-08-10 16:32:10 -07:00 |
|
Doug Bell
|
bd4e7a2ec0
|
fix 11768 Edit Branch does not update wgaccess
I can't seem to reproduce this problem in the tests...
|
2010-08-10 18:21:16 -05:00 |
|
Colin Kuskie
|
ea1bb5f714
|
No more dash escaping for the Matrix.
|
2010-08-10 10:27:46 -07:00 |
|
Colin Kuskie
|
8a448e8f96
|
Tests for methods that die. Strange tom-foolery to get $@ into the logged message...
|
2010-08-10 10:27:45 -07:00 |
|
Colin Kuskie
|
3a9a3dd8e9
|
Add retry in case of problems in dispatch. Add tests for logging errors for bad templates.
|
2010-08-10 10:27:45 -07:00 |
|
Colin Kuskie
|
25fb019a18
|
Prepare a test method for throwing Template exceptions. Add code to handle HTTP 304 for visitors.
|
2010-08-10 10:27:45 -07:00 |
|
Colin Kuskie
|
08f453475e
|
Add extra tests for denied www methods, checking asset state, add comments to test, and cleanup code.
|
2010-08-10 10:27:45 -07:00 |
|
Colin Kuskie
|
c987747409
|
Explicit return of undef in the fall through case. Test for notFound now look for undef. Added POD.
|
2010-08-10 10:27:45 -07:00 |
|