Commit graph

2936 commits

Author SHA1 Message Date
Colin Kuskie
c46685a861 Add a height parameter to the LI style inside the Carousel loop. Fixes bug #11906 2010-10-11 13:39:12 -07:00
Colin Kuskie
c50688f987 Use the WebGUI::Inbox module to build objects. 2010-10-11 11:16:30 -07:00
Colin Kuskie
f90a3f7c58 Manually remove messages for deleted users. Fixes bug #11908. 2010-10-11 11:09:17 -07:00
Colin Kuskie
20db0287b4 Ready for 7.10.3 development. 2010-10-05 21:02:44 -07:00
Colin Kuskie
229a4080a8 Make the default printable page template PB-agnostic. Fixes bug #11857. 2010-10-04 13:26:50 -07:00
Colin Kuskie
2adc7a24e2 Move "back to profile" link from Account Profile Layout template into the View template. Added the can_edit_profile template variable to common template variables for the Profile plugin. 2010-09-28 09:32:33 -07:00
Colin Kuskie
9764c2f406 Ready for 7.10.2 release cycle 2010-09-21 20:52:31 -07:00
Colin Kuskie
f0476bdc82 Revert "Rename template variables in the Account and Admin Toggle templates to not use underscores."
This reverts commit 0b4e8d5460.
2010-09-21 11:17:01 -07:00
Colin Kuskie
a9612145c8 Added changelot entry, called the i18n sub, changed to compound keys, updated the default WebGUI.conf file, added upgrade output. 2010-09-21 09:12:12 -07:00
Bart Jol
97ef77bb7e fixed #11878 added i18n for addons link 2010-09-21 08:59:28 -07:00
Colin Kuskie
0b4e8d5460 Rename template variables in the Account and Admin Toggle templates to not use underscores. 2010-09-20 15:20:28 -07:00
Colin Kuskie
86ecb10198 Keep comments when packing asset content, since it will also remove conditional comments for IE. Fixes bug #11876 2010-09-20 13:37:12 -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
3c15058bc6 Guarantee that old revisions of Products have unique storage locations. Fixes bug #11833. 2010-09-13 09:00:14 -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
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
7d6089dca3 Change the addon URL on webgui.org 2010-09-01 14:21: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
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
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
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
b2924bdb7b Ready fro 7.9.13 development. 2010-08-11 18:37:22 -07:00
Colin Kuskie
e55e7d21f0 Ready for 7.9.12 development. 2010-08-10 22:17:13 -07:00
Colin Kuskie
26f34a3df8 Updated merged WebGUI package. 2010-08-10 21:30:14 -07:00
khenn
adf3fe68b0 Merge branch 'master' of git@github.com:plainblack/webgui 2010-08-10 20:15:08 -05:00
khenn
91d4aa3059 Fixed i18n inside templates. Fixed URL of folder to match asset 2010-08-10 20:14:27 -05:00
Colin Kuskie
c51b2562a4 Merge AssetReport into the shunt upgrade. 2010-08-10 17:12:59 -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
b45c693802 Remove unused storage locations. 2010-08-10 16:00:57 -07:00
Colin Kuskie
e10f2c76d0 Add more missing module lines. 2010-08-10 15:25:04 -07:00
Colin Kuskie
2003f0543b Add missing module use line for WikiPage. 2010-08-10 15:19:57 -07:00
Colin Kuskie
07b4258cb9 Shunt upgrade code from 7.8.24 to 7.9.11 2010-08-10 15:16:48 -07:00
Colin Kuskie
6130165282 Move StoryTopic upgrade sub for storySortOrder into the present release, instead of the previous one. 2010-08-10 10:32:47 -07:00
Doug Bell
89c1afd10e fix 11758: formatting on account stuff is wrong 2010-08-10 11:51:55 -05:00
Colin Kuskie
a1b1eaff3c Add the default email subscription template again, since it seems to be missing from the 7.8 sites that got upgraded. 2010-08-09 10:19:35 -07:00
Colin Kuskie
6a9b6642d2 Fix bad escaping of dashes for element Ids in the Matrix. Fixes bug #11588. 2010-08-03 11:03:15 -07:00
Scott Walters
e033192328 StoryTopic 'Alphabetically' sort order 2010-07-28 08:33:52 -04:00
Colin Kuskie
8504f65bf0 Ready for 7.9.11 development. This will be the freeze version for 7.9. 2010-07-27 20:34:06 -07:00
Colin Kuskie
c92d18259c Move upgrade package to correct location 2010-07-27 12:06:51 -07:00
Colin Kuskie
a5fab797e6 Add pagination control to the default DataForm list template. Fixes bug #11744. 2010-07-27 12:06:02 -07:00
Scott Walters
d17d096380 StoryArchive optional sorting by title.
Fwiw, this code was written a while ago but seems to have gotten
misplaced.
2010-07-23 09:13:55 -04:00
Colin Kuskie
2e4656931e move upgrade sub to correct version. 2010-07-20 10:46:07 -07:00
Colin Kuskie
0cfa3f9edf Add spamStopWords to default WebGUI config file, and add upgrade snippet. Fixes bug #11721. 2010-07-20 10:44:54 -07:00
Scott Walters
c95ef7a656 Remove duplicates before adding a primary key to groupGroupings.
Fixes #11723.
2010-07-15 17:48:00 -04:00
Colin Kuskie
18da6a8be7 Ready for 7.9.10 development cycle. 2010-07-13 20:00:09 -07:00