Commit Graph

1540 Commits

Author SHA1 Message Date
438f97d8b0 BUGFIX: backup/restore rake tasks weren't working 2014-02-19 15:25:31 +01:00
Sam
2a8734f0d5 Suppress search in topic unless we have more than 10 posts
(configurable in site setting)
2014-02-19 08:59:18 +11:00
3f3c07f136 FEATURE: Can bulk update the notification level of topics 2014-02-18 13:02:22 -05:00
Sam
f617086e91 FIX oobgc support for Ruby 2.1 2014-02-18 14:43:24 +11:00
Sam
a6f4d00670 Add oobgc compatible with Ruby 2.1 2014-02-18 14:10:03 +11:00
Sam
a28a0bbeeb PERF: stop messing with strings that come back from I18n.t
allows better caching
2014-02-18 14:10:03 +11:00
Sam
6360868341 Merge pull request #1968 from stephankaag/drop_rails3
Drop Rails3 support
2014-02-18 10:50:36 +11:00
f81680d5c7 BUFGIX: we should have uploads in the backup 2014-02-17 19:58:50 +01:00
f12925887c Drop Rails3 support 2014-02-17 19:42:08 +01:00
6f6a8c3f1b dump only the public schema when backing up the db 2014-02-17 19:14:57 +01:00
b097cf4997 Refactors PostCreator. 2014-02-17 01:57:37 -05:00
Sam
70c50d321a BUGFIX: allow facebook auth for people refusing email 2014-02-17 14:45:17 +11:00
Sam
abb2de22ab BUGFIX: search could break when expanding 2014-02-17 14:34:14 +11:00
Sam
2b10fdc97f FEATURE: search auto scopes on topic first 2014-02-17 13:54:51 +11:00
Sam
0438abf139 BUGFIX: Use ENV["USER"] before falling back to postgres 2014-02-17 10:44:37 +11:00
Sam
23af46a66c Merge pull request #1960 from verg/subcategory-search-links
Fix subcategories links from search
2014-02-17 10:33:35 +11:00
f723f11443 Fix subcategories links from search 2014-02-16 12:49:20 -05:00
d298e2e065 Detect Googlebot from user agent and use a different layout that doesn't load javascript 2014-02-15 17:54:34 -05:00
fba0958486 Version bump to v0.9.8.5 2014-02-14 13:51:25 -05:00
35dae76bbd Log when and why an email was not sent in email_logs 2014-02-14 13:06:39 -05:00
29b6b71d61 don't pass arguments when they're empty to pg_sql/pg_dump 2014-02-14 02:58:36 +01:00
a8b3269fdb reload the page when read_only mode is disabled 2014-02-14 00:27:25 +01:00
b89d328de2 display/preload the logs of the last/current operation 2014-02-13 13:31:14 -08:00
50273ba815 rename site setting to 2014-02-13 13:31:14 -08:00
62f98993cd fix pg_dump syntax to exclude schemes 2014-02-13 13:31:14 -08:00
6e44ca8e17 fix rollback 2014-02-13 13:31:14 -08:00
aff3463957 we want to wait for workers and not enqueued jobs 2014-02-13 13:31:13 -08:00
d94774ceec force sidekiq resest after fork 2014-02-13 13:31:13 -08:00
269f52b8f7 fix db rake tasks 2014-02-13 13:31:13 -08:00
e7472dc374 readonly mode 2014-02-13 13:31:13 -08:00
79a40658bf new backup & restore code 2014-02-13 13:31:13 -08:00
8344f0d8fd remove old import/export code 2014-02-13 13:31:13 -08:00
90c00fcaba pausable sidekiq module 2014-02-13 13:31:13 -08:00
794c7bf730 fix code styling 2014-02-13 13:31:13 -08:00
1397a8057f refactor system_message a bit 2014-02-13 13:31:13 -08:00
831ad524e6 added some comments 2014-02-13 13:31:13 -08:00
8711762143 Users who have made no more than one post can delete their own accounts from their user preferences page. 2014-02-13 13:52:06 -05:00
Sam
4ff6780758 Merge pull request #1935 from eriko/remove_cas
Remove cas
2014-02-13 17:26:20 +11:00
f73a3f252a FIX: Don't allow parent categories to be deleted. Also, remove
duplicated logic and rely on the server response for `can_delete`
status.
2014-02-12 17:24:25 -05:00
a963dd9081 Support embeddable_host values that contain a HTTP/HTTPs protocol 2014-02-12 15:56:06 -05:00
318e692290 FIX: If there is an exception when parsing one email, don't stop all
work, return an error code and continue.
2014-02-12 12:08:34 -05:00
Sam
22af3fe085 FEATURE: muted categories should not be missing from drill down 2014-02-12 17:01:13 +11:00
Sam
71a38542a4 FEATURE: automatic orphan recovery
BUGFIX: improve scheduler robustness, in case redis is disconnected during operation

If sidekiq is terminated while task is running, it will be picked up and ran again
New owner on tasks to help debugging
better #stop semantics for tests
2014-02-12 13:33:24 +11:00
f1e8bdaee5 Remove cas auth from core and convert the settings over so they can be used by the plugin 2014-02-11 15:57:08 -08:00
34f9e17eac Allow plugins to specify the value used for require statements. This allows using forked gems in plugins until the original gem gets updated. 2014-02-11 15:53:54 -08:00
Sam
7ad00f426c FEATURE REMOVAL: persona login
see: https://meta.discourse.org/t/pulling-persona-out-of-discourse-core/12613
2014-02-11 16:56:48 +11:00
Sam
820fe572ca BUGFIX: phantom new and unread for category definition topics 2014-02-11 10:22:15 +11:00
b61df08d1b FEATURE: Admin selector to choose a primary group for a user, display it
and apply a CSS class to their posts.
2014-02-10 17:00:15 -05:00
2a7b609cae Refactors PostCreator. 2014-02-10 20:29:31 +01:00
Sam
de9e1a5049 BUGFIX: allow sorting prior to sidekiq starting 2014-02-10 09:21:46 +11:00