Wojciech Zawistowski
|
4485ae7b05
|
Refactors PostDestroyer
|
2014-02-06 07:54:34 -05:00 |
|
Sam
|
d9df40dfcd
|
minor refactor
|
2014-02-06 17:07:15 +11:00 |
|
Sam
|
a69f59ef51
|
FEATURE: much faster asset precompilation with a redis backed cache
|
2014-02-06 16:55:53 +11:00 |
|
Sam
|
fad80bbee3
|
Sort schedules by "next run due" time
|
2014-02-06 10:59:42 +11:00 |
|
Sam
|
e1f293ad66
|
FEATURE: new scheduler
Removed sidetiq, introduced new scheduler
- add basic UI
- add schedule discover
- add scheduling in initializer
|
2014-02-06 10:26:16 +11:00 |
|
Vikhyat Korrapati
|
6acc5c19e7
|
Use LOAD_PLUGINS=1 instead of LOAD_PLUGINS=true for consistency.
|
2014-02-05 10:50:28 +05:30 |
|
Vikhyat Korrapati
|
fab4e59f76
|
Fix plugin:spec rake task to include subdirectories.
|
2014-02-05 06:11:49 +05:30 |
|
Robin Ward
|
659546c4e4
|
CHANGE: Hide category definition topics unless you are viewing that
category.
|
2014-02-04 15:55:30 -05:00 |
|
Régis Hanol
|
4fb274fb9d
|
BUGFIX: history link doesn't work on deleted posts
|
2014-02-04 20:05:50 +01:00 |
|
Neil Lalonde
|
9601684405
|
Suggested topics includes closed and archived in new and unread, but not in random results
|
2014-02-04 12:26:49 -05:00 |
|
Sam
|
d54f6faa35
|
minor style fix
|
2014-02-04 12:57:16 +11:00 |
|
Sam
|
1556548ff6
|
BUGFIX: JS errors could crash our process
|
2014-02-04 11:14:04 +11:00 |
|
Sam
|
d0a6dd88df
|
FEATURE: exclude muted categories from the latest and new tabs
|
2014-02-03 16:05:49 +11:00 |
|
Vikhyat Korrapati
|
102352e205
|
Add rake task for running plugin tests.
|
2014-02-02 01:52:53 +05:30 |
|
Neil Lalonde
|
3a6c3ee65d
|
Add two rake tasks: db:rebuild_indexes and import:remove_backup
|
2014-01-31 15:30:47 -05:00 |
|
Robin Ward
|
6f23870327
|
Bulk close operation
|
2014-01-30 12:44:40 -05:00 |
|
Robin Ward
|
7564d9a20c
|
Server side implementation for bulk editing categories
|
2014-01-30 11:44:29 -05:00 |
|
Robin Ward
|
b315a5c28f
|
Delegate bulk operations to a TopicsBulkAction object.
|
2014-01-30 11:44:29 -05:00 |
|
Sam
|
ed45a1dce3
|
FEATURE: new scheduler so we can deprecate sidetiq
This is a work in progress, should have it finished tomorrow.
|
2014-01-30 16:21:38 +11:00 |
|
Neil Lalonde
|
946e837542
|
Add twitter to Onebox.options
|
2014-01-29 14:14:07 -05:00 |
|
Neil Lalonde
|
d343e9f360
|
Add DiscourseLocalOnebox
|
2014-01-29 14:14:07 -05:00 |
|
Robin Ward
|
e453bfa073
|
Work in progress: Swap out onebox code for onebox gem
|
2014-01-29 14:14:07 -05:00 |
|
Sam
|
cce5fb3303
|
BUGFIXES: improved performance of import an export
we no longer generate the entire dump in memory, instead we generate one table at a time
added some basic progress
|
2014-01-29 16:49:01 +11:00 |
|
Neil Lalonde
|
947d896a8c
|
FIX: when filling suggested topic list, don't try to add topics that have already been added, and topics that are category descriptions
|
2014-01-28 18:15:46 -05:00 |
|
Neil Lalonde
|
74f1c553e3
|
FIX: 1868 Security: Dangerous Send
|
2014-01-27 13:05:51 -05:00 |
|
Neil Lalonde
|
ec58a00765
|
Version bump to v0.9.8.3
|
2014-01-24 15:21:36 -05:00 |
|
Régis Hanol
|
245bc19379
|
BUGFIX: PMs could be created with a category
BUGFIX: hide category column when displaying the list of private messages
|
2014-01-24 12:57:48 +01:00 |
|
Robin Ward
|
e3a151d66a
|
FIX: Show category text color in oneboxes
|
2014-01-23 13:35:29 -05:00 |
|
Régis Hanol
|
bfc9664231
|
BUGFIX: site_contact_username was case-sensitive
|
2014-01-23 11:26:31 +01:00 |
|
Robin Ward
|
2d15c82b26
|
FIX: Digest styling for oneboxes
|
2014-01-22 15:30:44 -05:00 |
|
Sam
|
7e5a17f277
|
FEATURE: mute/watch/track buttons for private conversations
|
2014-01-22 17:46:52 +11:00 |
|
Robin Ward
|
194081ca47
|
FIX: Hidden posts were not being displayed with the correct messaging.
|
2014-01-21 17:23:03 -05:00 |
|
Régis Hanol
|
1fd71bb237
|
BUGFIX: make the system_user an elder (TL=4)
Otherwise it won't be able to create topic when the `min_trust_to_create_topic` is > 0
|
2014-01-21 15:21:38 +01:00 |
|
Régis Hanol
|
a0d9821b37
|
FIX: Digest::Digest deprecation
|
2014-01-20 18:33:40 +01:00 |
|
Régis Hanol
|
b49e448556
|
FEATURE: show pinned topics for TL0 on top/year page
BUGFIX: word-wrap on topic-excerpt
|
2014-01-18 19:27:26 +01:00 |
|
Régis Hanol
|
59ab71b060
|
remove duplicated order_with_pinned_sql method
|
2014-01-18 19:27:26 +01:00 |
|
Régis Hanol
|
8d2e5041bc
|
BUGFIX: proper handling of /none subcategory
|
2014-01-18 19:27:25 +01:00 |
|
Robin Ward
|
4981525047
|
REFACTOR: Fixes poor class hierarchy for listing topics
- Upgrades Ember to latest
- Fixes a bunch of bugs with page titles and missing "active" states
|
2014-01-18 19:26:24 +01:00 |
|
Herb Jiang
|
5fa464e10b
|
force_encoding according to the charset in mail, this solve encoding problem when not using ‘utf-8’ charset.
|
2014-01-19 02:12:38 +08:00 |
|
Shiv Kumar
|
c281dd2c1e
|
sub space for underscore in 'name' when registering public folder in plugin
|
2014-01-17 15:35:52 -08:00 |
|
Robin Ward
|
8c29ed870e
|
Non-staff users may not delete their posts in archived topics.
|
2014-01-17 17:42:12 -05:00 |
|
Robin Ward
|
cf04026b15
|
Merge pull request #1836 from nitper/patch-2
fix for nil session in mobile_detection.rb
|
2014-01-17 13:50:32 -08:00 |
|
Robin Ward
|
18e719b0af
|
In development mode, if an avatar is missing just serve up a placeholder
|
2014-01-17 11:47:23 -05:00 |
|
nitper
|
fc9c6c8d18
|
fix for nil session in mobile_detection.rb
|
2014-01-16 20:04:38 -08:00 |
|
Sam
|
cdce117941
|
BUGFIX: support nil params
|
2014-01-17 13:07:17 +11:00 |
|
Sam
|
ce8bc3682f
|
BUGFIX: do not install dependencies from plugin, must be explicit
|
2014-01-17 12:33:42 +11:00 |
|
Neil Lalonde
|
64431c3605
|
Version bump to v0.9.8.2
|
2014-01-16 16:54:07 -05:00 |
|
Neil Lalonde
|
7c8ea8c166
|
Trust level 3 users can edit topic titles and change category
|
2014-01-16 11:59:26 -05:00 |
|
Neil Lalonde
|
89908cdb47
|
Admins don't see uncategorized on /categories if it has no topics and allow_uncategorized_topics is false
|
2014-01-15 14:11:36 -05:00 |
|
Neil Lalonde
|
4f6b208e8d
|
Posts by trust level 3 users do not have nofollow on their external links.
|
2014-01-15 11:40:51 -05:00 |
|