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 |
|
Doug Bell
|
dcf8b747b1
|
preparing for 7.9.7 dev
|
2010-06-01 21:13:20 -05:00 |
|
kimd
|
387942e68d
|
Added search by location to the Gallery (RFE 11504)
|
2010-06-01 16:23:48 -05:00 |
|
khenn
|
b5e20607f8
|
Added index to inbox_messageState. This table can grow very large on some sites and cause queries to get unread messages to slow down to 3-5 seconds. This index corrects that problem.
|
2010-05-23 08:24:10 -05:00 |
|
Colin Kuskie
|
ce8b1dc63a
|
Remove an old database column from EMS mark 1.
|
2010-05-20 16:00:48 -07:00 |
|
kimd
|
77e331a129
|
Added more owner information to the gallery (RFE 9774)
|
2010-05-20 13:25:46 -05:00 |
|
Colin Kuskie
|
e03f754bce
|
Fix the name of the ConvertUTCToTZ macro in config files. Fixes bug #11576.
|
2010-05-19 08:38:22 -07:00 |
|
Colin Kuskie
|
d3cd81f759
|
Upgrade the template for adding an archive to handle sorting order. Fixes bug #11577
|
2010-05-19 08:29:14 -07:00 |
|
Colin Kuskie
|
5a0d7ddf64
|
Ready for 7.9.6 development cycle.
|
2010-05-18 21:18:31 -07:00 |
|
Colin Kuskie
|
f1ea8105d4
|
Allow users to unsubscribe via email address, without logging in. Fixes bug #11559.
|
2010-05-18 15:58:24 -07:00 |
|
Colin Kuskie
|
22a6ce339e
|
Remove 7.8 upgrade files from 7.9
|
2010-05-18 11:34:18 -07:00 |
|
Doug Bell
|
96a52c5748
|
Merge remote branch 'spunky/rfe11517'
|
2010-05-18 11:24:23 -05:00 |
|
khenn
|
d99e4cc415
|
put checks in before alter groupGroupings table
|
2010-05-17 09:59:51 -05:00 |
|
Colin Kuskie
|
d2b6a7fff1
|
Fix a bug in how groups using IP filters cache the user Visitor. Also, significant speedups in group lookups. Fixes bug #11552.
|
2010-05-16 22:11:33 -07:00 |
|
khenn
|
b0c7c1162d
|
Added sendNotification flag to WebGUI::Friends::rejectAddRequest. Added setting which supresses friend rejection notices from the inbox.
|
2010-05-13 17:15:41 -05:00 |
|
Colin Kuskie
|
55d55b4eee
|
Install better error handling code into RequestApprovalForVersionTag. Do not generate leading commas in workflow instance scratch data.
|
2010-05-11 16:21:32 -07:00 |
|
Colin Kuskie
|
007391d5f1
|
Label the form field for entering in sub-keywords.
|
2010-05-10 10:55:02 -07:00 |
|
martin
|
cc7b3fe3ef
|
Fix a bug in upgrade script where session was not passed.
|
2010-05-07 11:26:21 +00:00 |
|
Paul Driver
|
40d11e8693
|
more sorting options for SyndicatedContent
|
2010-05-06 15:03:01 -07:00 |
|
Colin Kuskie
|
41575d24bb
|
ready for 7.9.5 development
|
2010-05-04 22:17:46 -07:00 |
|
Colin Kuskie
|
491c302309
|
Finish rework of hierarchial keywords/categories.
|
2010-05-04 20:43:50 -07:00 |
|