mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
Can't revert due to incompatibility of new site setting types.
Revert "Revert "FEATURE: Site settings defaults per locale""
This reverts commit 439fe8ba24
.
This commit is contained in:
parent
439fe8ba24
commit
3f24ed2b3e
28 changed files with 1373 additions and 364 deletions
|
@ -84,6 +84,8 @@ module Discourse
|
|||
# Cross site request forgery
|
||||
class CSRF < StandardError; end
|
||||
|
||||
class Deprecation < StandardError; end
|
||||
|
||||
def self.filters
|
||||
@filters ||= [:latest, :unread, :new, :read, :posted, :bookmarks]
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue