Colin Kuskie
|
ab6ba36a34
|
Fix a typo in the Gallery's default addArchive gallery template.
|
2010-09-20 11:50:12 -07:00 |
|
Colin Kuskie
|
b4c20a1203
|
Fix importing an Archive in default order. Update the test to now explicitly test for archive order. Fixes bug #11866.
|
2010-09-20 11:45:30 -07:00 |
|
Colin Kuskie
|
317a4d759a
|
Let findBrokenAssets.pl display the className of broken assets. Thanks Knowmad!
|
2010-09-20 09:19:01 -07:00 |
|
Colin Kuskie
|
2766b72d29
|
let findBrokenAssets.pl find and use custom assets instead of reporting them as broken. Fixes bug #11873
|
2010-09-20 09:15:07 -07:00 |
|
Colin Kuskie
|
f1af76a12b
|
Try cleaning out the bad spanish bare .pm file again. Fixes bug #11875.
|
2010-09-20 08:48:10 -07:00 |
|
Colin Kuskie
|
927781526f
|
Move logging level for validToken debugging from WARN to INFO. Fixes bug #11868
|
2010-09-20 08:04:26 -07:00 |
|
Bart Jol
|
4c4ff79ec9
|
added WebGUI::Config in lib/Spectre/Admin.pm
|
2010-09-16 10:44:01 -05:00 |
|
Colin Kuskie
|
2eed74891a
|
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-14 10:42:59 -07:00 |
|
Colin Kuskie
|
1131a5b4bc
|
Ignore trailing slashes in requested URLS. Fixes bug #11865.
|
2010-09-14 10:01:57 -07:00 |
|
Colin Kuskie
|
1fa03c3ad8
|
Add an explicit test for getThumbnailUrl and non-image files (like a PDF)
|
2010-09-14 09:15:32 -07:00 |
|
Colin Kuskie
|
927b986795
|
Forbid pasting content below a shortcut, to prevent loops on purge and other operations. Fixes bug #11855.
|
2010-09-13 18:47:17 -07:00 |
|
Colin Kuskie
|
1d99ee451e
|
Allow users to enter 24:00:00 by hand, and have the Event handle it correctly. Fixes bug #11788
|
2010-09-13 11:04:03 -07:00 |
|
Colin Kuskie
|
3c15058bc6
|
Guarantee that old revisions of Products have unique storage locations. Fixes bug #11833.
|
2010-09-13 09:00:14 -07:00 |
|
Colin Kuskie
|
f17623624e
|
Fix line ending processing by the Thingy. It will now accept CSV files with any line endings. Fixes bug #11746.
|
2010-09-13 07:52:14 -07:00 |
|
Colin Kuskie
|
ad461d5ba3
|
Fix a typo in the StoryTopic help.
|
2010-09-12 23:11:51 -07:00 |
|
Colin Kuskie
|
7a3ec47f6d
|
Test that the RSS Aspect propagates the URL fragment.
|
2010-09-12 22:38:09 -07:00 |
|
Graham Knop
|
6fa07671cd
|
use HTTP::BrowserDetect for browser detection
|
2010-09-11 03:09:27 -05:00 |
|
Colin Kuskie
|
587ff397b5
|
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-10 11:14:03 -07:00 |
|
Colin Kuskie
|
5608a43916
|
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-09 11:56:50 -07:00 |
|
Colin Kuskie
|
b63fe8e184
|
Updated to master branch.
|
2010-09-09 11:32:29 -07:00 |
|
Colin Kuskie
|
46c548dd21
|
Restore the lost changes to the JS and template for drag and drop sorting in IE7.
|
2010-09-09 11:31:27 -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
|
e5c2f13e49
|
Ready for 7.10.1 development.
|
2010-09-07 22:18:13 -07:00 |
|
Colin Kuskie
|
b8845e25fa
|
Preparing for 7.10.0 release.
|
2010-09-07 21:59:57 -07: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 |
|
Colin Kuskie
|
17d1ecaac1
|
Cleanup a bad template attachment in the new Asset Report template. Fixes bug #11825
|
2010-09-07 14:42:16 -07:00 |
|
Colin Kuskie
|
f333dbbb59
|
All HTMLAreas in the post are controlled by the parent CS settings. Fixes bug #11827.
|
2010-09-07 14:04:41 -07:00 |
|
Graham Knop
|
9ca3cd9d0e
|
fix back to site and logout links in admin console
|
2010-09-07 16:00:16 -05:00 |
|
Graham Knop
|
494b270dab
|
note replacement functions for WebGUI::Utility in migration docs
|
2010-09-07 13:39:13 -05:00 |
|
Graham Knop
|
ed04b99872
|
remove WebGUI::Utility
|
2010-09-07 13:18:49 -05:00 |
|
Colin Kuskie
|
91acd4c632
|
Don't be overzealous in cleaning up the cache root directory. Fixes bug #11814
|
2010-09-07 11:15:25 -07:00 |
|
Colin Kuskie
|
34c48e6e41
|
Fix type handling in the new jsontable JS. Kudos to khenn for the patch. Fixes bug #11810
|
2010-09-07 10:52:14 -07:00 |
|
Graham Knop
|
0adbb519f0
|
remove WebGUI::Utility::sortHash
|
2010-09-07 12:44:11 -05:00 |
|
Graham Knop
|
6aa26c2e44
|
remove WebGUI::Utility::isIn
|
2010-09-07 12:33:15 -05:00 |
|
Graham Knop
|
0e754a51e4
|
fix namespace::autoclean use in BestPractices
|
2010-09-07 12:15:41 -05:00 |
|
Colin Kuskie
|
81dd8d6fca
|
Fix whitespace issue in the changelog.
|
2010-09-03 08:28:31 -07:00 |
|
Colin Kuskie
|
b1adfd2621
|
Fix missing Attachment label in the Template.
|
2010-09-02 14:07:21 -07:00 |
|
Graham Knop
|
e61b997b39
|
fix thing i broke
|
2010-09-02 15:26:28 -05:00 |
|
Colin Kuskie
|
1f2fbeb823
|
Remove debug code.
|
2010-09-02 13:25:48 -07:00 |
|
Colin Kuskie
|
055b72de7f
|
Fix HTML table generation for Active Sessions. Fixes bug #11832
|
2010-09-02 13:16:34 -07: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 |
|
Graham Knop
|
d7ff3ea0ad
|
silence all upgrade output with quiet option
|
2010-09-02 13:45:02 -05:00 |
|
Graham Knop
|
cacaabe623
|
listen to skipBackup upgrade option
|
2010-09-02 13:43:16 -05:00 |
|
Doug Bell
|
55e6284dd1
|
add classLoadTest.pl
|
2010-09-01 22:23:15 -05:00 |
|
Colin Kuskie
|
7d6089dca3
|
Change the addon URL on webgui.org
|
2010-09-01 14:21:55 -07:00 |
|
Graham Knop
|
c59fc0f361
|
add WebGUI::BestPractices
|
2010-09-01 15:11:08 -05:00 |
|
Graham Knop
|
ed3ac1cd87
|
update upgrade docs
|
2010-09-01 15:08:17 -05:00 |
|