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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
Paul Driver
|
c89da43b58
|
variable downgrading
|
2010-09-01 14:42:44 -05:00 |
|
Colin Kuskie
|
5765739a95
|
Labels in the Cart for addresses are optional. They take the first line of the address if left blank. Tested w and w/o JS.
|
2010-09-01 12:22:55 -07:00 |
|
Colin Kuskie
|
b8d7466e65
|
Add a link in the Admin Console to the Addons section of webgui.org
|
2010-09-01 08:57:34 -07:00 |
|
Paul Driver
|
e8dfffe53e
|
should actually fix the bug when we note it in the changelog
|
2010-09-01 10:21:18 -05:00 |
|
Paul Driver
|
0170de96cb
|
changelog note on last commit
|
2010-08-30 13:03:47 -05:00 |
|
Paul Driver
|
afe701ae59
|
Validate the response while saving a new address
|
2010-08-30 12:58:56 -05:00 |
|
Colin Kuskie
|
3f0a229f17
|
Don't hardcode the library.
|
2010-08-25 13:30:12 -07:00 |
|
Colin Kuskie
|
00ef223d86
|
Branching for 7.10.0
|
2010-08-24 21:31:49 -07:00 |
|
Colin Kuskie
|
cb13f672ca
|
Ready for 7.9.14 development. Preparing to branch for 7.10
|
2010-08-24 21:25:32 -07:00 |
|
Colin Kuskie
|
32bbc04a4e
|
Preparing for 7.9.13 release.
|
2010-08-24 21:02:12 -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
|
3238eb9432
|
Fix RSS test files for Russian.
|
2010-08-24 16:52:29 -07:00 |
|
Colin Kuskie
|
a5a5e0a7d4
|
More cleanup from merge.
|
2010-08-24 15:27:02 -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
|
406b8219c3
|
Alter the UTF-8 URL test to also check for lc in English.
|
2010-08-23 13:58:25 -07:00 |
|
Colin Kuskie
|
1ed5933c74
|
Fix drag and drop sorting in the Gallery Album edit view in IE7. Requires changes to both the DD JS and the Album edit template. Fixes bug #11796.
|
2010-08-23 13:43:38 -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
|
7d59b7382b
|
Add missing gallery images for navigation back to sites. Fixes bug #11798
|
2010-08-23 08:25:50 -07:00 |
|
Colin Kuskie
|
20a0b29df5
|
Document what changes need to be made to the PayDriver for cart changes in 7.9.4. Change how the upgrade sub dies if a custom plugin is found. Fixes bug #11799.
|
2010-08-20 08:46:52 -07:00 |
|
Colin Kuskie
|
4bf7eb4cfb
|
Fix UTF-8 URL handling in dispatch. Added tests for creating assets and accessing assets with UTF-8 urls. Fixes bug #11785
|
2010-08-17 16:55:00 -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
|
09ff64334e
|
Explicit scalar for getting the URL form param in Asset.pm.
|
2010-08-17 11:13:29 -07:00 |
|
Colin Kuskie
|
decfa808bb
|
Change the YesNo form plugin to be a subclass of RadioList. Fix rendering problems with RadioList. Fixes bug #11777
|
2010-08-16 11:11:30 -07:00 |
|
Colin Kuskie
|
7c3d572146
|
Add tests for attachment_loop handling in the Post.
|
2010-08-16 10:09:10 -07:00 |
|
Colin Kuskie
|
797606639d
|
Lookup file icon for all attachments, and thumbnail for all images. Fixes bug #11782.
|
2010-08-16 09:12:29 -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 |
|