f12b2b45aa
Version bump to v0.9.8.11
2014-03-20 16:26:03 -04:00
342d09bc34
FIX: support sso_url that has query params
2014-03-19 17:14:31 -04:00
d3f1eb395d
Updated import for TypePad
2014-03-19 15:02:49 -04:00
a74764c833
Log when facebook doesn't provide an email address
2014-03-19 13:31:17 -04:00
0b1550f9d4
Add excerpt column to topics table to remove N+1 query in ListableTopicSerializer
2014-03-18 15:24:29 -04:00
5c26b3dad1
FIX: broken specs after new link alerting code
2014-03-18 15:22:53 +11:00
00a46253ae
BUGFIX: Don't resolve oneboxes when cooking
...
Defer to post save job
2014-03-18 15:22:53 +11:00
24667cedee
FEATURE: notify users when linked
...
Extract out PostAlerter from observer
Track outgoing post links correctly
Notify users they are linked when linked
2014-03-18 15:22:53 +11:00
2c725e2779
FEATURE: Trust level 4 abilities: pin/unpin, close, archive, make invisible, split/merge topic
2014-03-17 14:50:28 -04:00
e63b9b362e
allow apps to give custom admin javascripts
2014-03-17 13:19:08 +01:00
798b8444cf
BUGFIX: work correctly if process forks
2014-03-17 15:22:11 +11:00
2c8ae22b87
FEATURE: add a simple queue Scheduler::Defer.later {}
...
For quick jobs that do not need to be sent to sidekiq,
runs inline in a single thread but does not block
2014-03-17 12:16:19 +11:00
fe63db7953
Merge pull request #2115 from vikhyat/badge-system
...
Initial badge system implementation
2014-03-17 10:06:37 +11:00
f4c2fef407
Merge pull request #2121 from LessonPlanet/disable-name-edit-for-sso
...
Adding name to the list of uneditable items in preferences UI
2014-03-17 10:05:11 +11:00
e3702ecb30
Improved crawler detection: add Twitterbot, Facebook, curl, Bing, Baidu.
2014-03-16 19:30:20 +05:30
d50c92b34b
Mostly working importer for typepad blogs
2014-03-14 18:16:05 -04:00
20ced1a55e
FIX: ORDER BY for new topics within current category was second in list, needs to be first
2014-03-14 18:13:45 -04:00
e22f1ae186
Support for a daily job at a certain hour. Convert backup job to run at
...
3am instead of randomly during the day.
2014-03-14 13:02:45 -04:00
9b26c8584e
Initial badge system implementation.
2014-03-14 21:49:26 +05:30
dbe72fe26d
FEATURE: minimize duration of read-only mode when backing up
2014-03-14 15:53:58 +01:00
ea953c9c0e
BUGFIX: only wait for jobs of the current_site when backing up
2014-03-14 15:49:35 +01:00
e904b2faad
Adding name to the list of uneditable items in preferences UI
...
* If enable_names, enable_sso, and sso_overrides_name settings are true.
* Added serialization of can_edit_name so the UI has access to the right.
2014-03-13 13:26:40 -07:00
87f054366c
Version bump to v0.9.8.10
2014-03-13 15:20:08 -04:00
fd1c824187
Revert "Merge pull request #2116 from LessonPlanet/disable-name-edit-for-sso"
...
This reverts commit 91aa21671ac67300a083d512c42a130e6b5123da, reversing
changes made to f19596af0ddfeabf463fdf69f66755dc776d4c65.
2014-03-13 18:17:59 +01:00
283dc7dd2d
Trust level 4: add ability to edit any post and see edit history
2014-03-13 10:47:49 -04:00
e8c7c6fab7
Adding name to the list of uneditable items in preferences UI
...
* If enable_names, enable_sso, and sso_overrides_name settings are true.
2014-03-12 17:09:53 -07:00
085f7997a2
FEATURE: Upload backups to S3 when complete.
2014-03-12 16:24:45 -04:00
9ca516e58d
Rename nickname to username in the code. Use new hub routes. (Old routes still exist as aliases for old Discourse instances.)
2014-03-12 12:39:36 -04:00
dc1d6decf5
Support for removal of old backups automatically via a site setting
2014-03-12 12:24:35 -04:00
659e7fa4ce
FEATURE: Warn when reviving a topic that has been inactive for X days. Setting warn_reviving_old_topic_age controls when the warning is shown. Set it to 0 to disable this feature.
2014-03-12 10:44:12 -04:00
5b7f2b4488
ooops. I don't know how to write smtp
2014-03-12 11:55:08 +01:00
c5298cd25f
BUGFIX: require net/stmp module to properly handle exceptions
2014-03-12 11:53:10 +01:00
8c89931747
do not log sensitive commands during backup/restore
2014-03-12 11:45:55 +01:00
9eb3958374
FEATURE: gzip backups using best compression
2014-03-11 12:47:51 +01:00
9f8d608a8d
JSHint headless-ember
...
- Mark all exported vars
- Mark redefined global vars
- Suppress leak warning for the redefinition of jQuery
2014-03-11 03:18:57 -04:00
3782fbed2b
JSHint run-qunit.js
...
- Turn on devel for console and phantom for the phantomjs globals
- Remove unnecessary semicolons
- Use strict comparisons
- Add missing var statements used by for…in
2014-03-11 03:10:55 -04:00
2838e1c3b5
FIX: don't show option to flag with notify_user to trust level 0 users. they can't send private messages.
2014-03-10 11:48:40 -04:00
bf23c7a0c4
Merge pull request #2066 from riking/red-popup
...
Style 'urgent' composer popups differently
2014-03-10 10:46:15 +11:00
cbf269fdbf
Merge pull request #2080 from Xenograph/fix-sso-override
...
Username/email change should not be allowed with SSO and username/email override enabled
2014-03-10 10:32:08 +11:00
b7ece53966
BUGFIX: rescue should splat
2014-03-09 23:06:54 +11:00
23d7b17f1a
Disabled editing of SSO overridden fields
2014-03-08 01:16:49 -05:00
dc9003b8d4
In the event of a misconfigured locale, don't raise an exception.
2014-03-07 14:59:29 -05:00
18e9d319fd
BUGFIX: catch STMP client errors in email sending background job
...
Will log the exception message in the skipped reason instead of keeping
the job in the queue whenever the email address is invalid
2014-03-07 16:33:15 +01:00
f52ab7fc77
Merge pull request #2067 from riking/better-backup-name
...
Add site name to beginning of backup filename
2014-03-07 11:47:58 +01:00
2c2d3ac071
Merge pull request #2068 from riking/site_settings_refresh
...
Refresh the site after updating certain site settings
2014-03-07 11:46:15 +01:00
f25bcc5067
couple of bugfixes identified while importing from VB
2014-03-07 10:44:04 +01:00
ccd3e635d2
Refresh the site after updating certain site settings
2014-03-06 20:24:23 -08:00
01826b9c18
Add site name to beginning of backup filename
2014-03-06 16:34:31 -08:00
e0063920b7
Style 'urgent' composer popups differently
...
The two "bad behavior" composer popups get the 'urgent' class, which colors them red.
2014-03-06 15:35:47 -08:00
adb6541635
FEATURE: mailing list mode always available
2014-03-05 14:21:53 +11:00