Commit graph

3061 commits

Author SHA1 Message Date
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
Colin Kuskie
987ee3e1fe When processing templates during an upgrade, it has to be done after importing packages. 2010-07-13 19:08:27 -07:00
Colin Kuskie
bcecfec0e9 Move upgrade package to the right location. 2010-07-13 15:09:31 -07:00
Colin Kuskie
fd394dbb06 Manually constructed URL's have to manually URI encode parameters. Fixes bug #11718. 2010-07-13 15:09:06 -07:00
Doug Bell
f78386da15 fix merge 2010-07-13 13:17:40 -05:00
Doug Bell
65e9902001 migrate to JsonTable to edit template attachments 2010-07-13 13:12:46 -05:00
Colin Kuskie
fd834a5384 Handle the case of an empty field name when adding user profile fields. Fixes bug #11715. 2010-07-13 09:48:09 -07:00
Colin Kuskie
fd153b80e9 Always use good macro form when using the Extras macro. Fixes bug #11455. 2010-07-12 17:13:38 -07:00
Colin Kuskie
e66be2a5b3 Add a minimum height to the Carousel due to further rendering problems. Fixes bug #11457. 2010-07-12 14:49:53 -07:00
Colin Kuskie
0e9194114f Add index to userLoginLog so that DeleteExpiredSessions can scale. Fixes bug #11708 2010-07-12 10:08:22 -07:00
Colin Kuskie
c5257dca0e Ready for 7.9.9 development. 2010-06-29 22:08:11 -07:00
Colin Kuskie
bb2587b1ea Add a new template variable to the Thingy search screen, so that List type form fields can display a better form for searching. Fixes bug #11612. 2010-06-29 15:14:12 -07:00
Colin Kuskie
5b5c100bfa Remove 7.8 packages from HEAD. 2010-06-29 13:15:27 -07:00
Colin Kuskie
46b4f08de7 Refactor gallery CSS. Use spans instead of inline divs for rows. Add overflow settings for picture details. Fixes bug #11663. 2010-06-29 12:13:27 -07:00
Doug Bell
7af21286c2 add template package 2010-06-27 22:09:06 -05:00
Doug Bell
3abea67b66 add template for choose username 2010-06-27 22:09:05 -05:00
Doug Bell
8d95864a7c move upgrade to correct script 2010-06-27 22:09:05 -05:00
Doug Bell
a2e246705f allow twitter enable/disable from settings 2010-06-27 22:09:05 -05:00
Doug Bell
f522d9e69d upgrade adds twitter auth 2010-06-27 22:09:05 -05:00
Colin Kuskie
da320a0313 Add a template variable to hide the subscribe form when editing a Post when the user is subscribed to the parent CS. Updated all PostForm templates to use this new variable. Fixes bug #11626. 2010-06-22 08:06:25 -07:00
Colin Kuskie
54c56019d1 Update lastPost information in the Thread and CS when a Post is archived. Made a separate method so it can be used by other actions, and in the upgrade script. Fixes bug #11628. 2010-06-21 14:38:46 -07:00
Colin Kuskie
cca5daed60 Fix the dataDefault for firstDayOfWeek. Fixes bug #11651 2010-06-16 11:02:01 -07:00
Colin Kuskie
9bc7208c48 Ready for 7.9.8 development 2010-06-15 16:00:49 -07:00
kimd
fa04d01518 o Allow return from photo edit view to gallery edit view (RFE 11571)
o Reject form submissions without image selected for upload in edit view of Photo asset
2010-06-09 15:28:42 -05:00
Colin Kuskie
30e869b66d Better cleanup of Inbox messages. Encapsulate all SQL in Inbox/Message. Fix workflow. Upgrade script to cleanup state table. Fixes bug #11595. 2010-06-07 10:44:12 -07:00
Colin Kuskie
5a904a85db Do not delete cron tasks with errors, just notify spectre of the problem. Fixes bug #11604. 2010-06-03 10:56:03 -07:00