4d798abe50
BUGFIX: this fixes a chrome bug... I would laugh if I wasn't already
...
crying.
2014-02-27 16:56:03 -05:00
e5a4dc6eac
FEATURE: add a banner when read-only mode is enabled
2014-02-27 19:50:20 +01:00
fee9870427
FIX: New counts were taking into account muted categories
2014-02-27 12:35:33 -05:00
70ca6171d1
BUGFIX: fix math & unit when checking disk space
2014-02-27 16:55:12 +01:00
6745422058
Remove useless sudos
2014-02-27 15:36:14 +01:00
6e8559d9ef
Merge pull request #2013 from wpp/update_german_translation
...
Fixes a few typos in the German translation
2014-02-27 10:50:36 +01:00
4751575ddc
Merge pull request #2022 from nickborromeo/topic-order
...
Use symbols instead of strings in order clause
2014-02-27 10:49:16 +01:00
ce480f8fc8
Merge pull request #2023 from infogulch/abandon-confirm-buttons
...
Post abandon dialog: add explicit confirm button text
2014-02-26 23:06:35 -08:00
09a2d9e12c
Use symbols instead of strings in order clause
...
This simply changes the strings in the order clauses in the model. The
reason of the change is because the SQL generated when using symbols
automatically name spaces the column with the table name.
Topic.order(:title).to_sql
=> SELECT "topics".* FROM "topics" ORDER BY "topics"."title" ASC
This also changes the scopes using lamba to use stabby lambas for
consistency with other scopes.
2014-02-26 22:43:03 -08:00
6bab39b9cd
Add explicit confirm button text on post abandon
2014-02-26 23:58:38 -06:00
1992271bf9
FEATURE: white_listed_spam_host_domains for domains that are not blocked for spam
...
BUGFIX: bypass host spam detection for current host
2014-02-27 15:43:57 +11:00
d5719deac7
Merge pull request #2020 from awesomerobot/master
...
fixing width of user section of topic-list
2014-02-26 19:42:30 -08:00
adde163447
fixing width of poster section of topic-list
2014-02-26 22:23:48 -05:00
d064ea6284
Merge pull request #2019 from awesomerobot/master
...
small logos should always be proportionate
2014-02-27 14:06:36 +11:00
190f075fae
small logos should always be proportionate
2014-02-26 22:00:22 -05:00
1b0c567729
OOPS
2014-02-27 12:43:44 +11:00
ed7c051fcc
BUGFIX: no need for mock central here
2014-02-27 12:15:41 +11:00
a4d7942dbd
BUGFIX: Don't blow up on junk referers
2014-02-27 12:03:38 +11:00
9551f4aeea
PERF: calculate scores for topics/posts faster
...
Only look at topics that changed in last day for 15 minuted schedule
Do a full recalc weekly, just in case
2014-02-27 11:45:40 +11:00
e4909c017c
PERF: only rebuild entire top topic table daily
2014-02-27 11:45:40 +11:00
cceed615a3
make sure onebox h3,h4 suppress topmargin
2014-02-26 16:13:36 -08:00
d15d5e2525
Also put the envelope glyph beside topic title edit form for private messages
2014-02-26 18:01:59 -05:00
7322345039
FIX: when shown 403 error page and logging in, it will take you to the same page
2014-02-26 17:53:53 -05:00
534dadf1be
Merge pull request #2016 from awesomerobot/master
...
removing background gap on topic closures
2014-02-26 14:37:26 -08:00
1f8fa09846
removing background gap on topic closures
2014-02-26 17:34:15 -05:00
78188cd713
Merge pull request #2015 from awesomerobot/master
...
small design tweaks
2014-02-26 14:22:32 -08:00
9e4181dbe5
small design tweaks
2014-02-26 17:15:57 -05:00
9571eb07a4
BUGFIX: you should not be able to edit the category on a PM
2014-02-26 22:45:19 +01:00
9267c162a1
FIX: Showing Unread(1) when you weren't tracking the topic. Also
...
includes performance fix when having MANY new or unread topics.
2014-02-26 15:39:45 -05:00
1c51a613b2
Merge pull request #2014 from wpp/remove_pg_dump_from_osx_guide
...
Removes the 'Loading seed data' heading from the OSX Native Guide
2014-02-26 12:13:28 -08:00
3e898c92a9
Removes the 'Loading seed data' heading from the OSX Native Guide
...
As far as I understand the pg_dumps are no longer needed.
commit: "remove pg_dumps, no longer needed" 25fc0b9
2014-02-26 20:07:20 +01:00
ed201b1b5b
FIX: on mobile, don't scroll background when showing a modal. iOS goes bananas. Thanks shobhit007
2014-02-26 13:46:15 -05:00
1165aa2dae
Don't show description text on Create Category modal
2014-02-26 13:45:01 -05:00
043901ef46
FEATURE: warn the user when there is not enough space on disk to upload a backup
2014-02-26 19:38:06 +01:00
4e3a2d91ff
Fixes a few typos in the German translation
2014-02-26 19:09:19 +01:00
c6bc324259
CLEANUP: remove unused pseudo locale
2014-02-26 19:03:04 +01:00
17f75bbe92
BUGFIX: fallback to en translation when interpolation is missing
2014-02-26 18:42:16 +01:00
8167cefe36
Add envelope glyph to private message topic titles
2014-02-26 12:24:21 -05:00
cae7af4b07
BUGFIX: Do not scroll to top / show spinner when leaving a topic.
2014-02-26 12:04:55 -05:00
c668d49822
REFACTOR: Use the ScrollTop
mixin instead of custom scrolling code.
2014-02-26 11:54:15 -05:00
b94abc9c8e
FIX: Deprecation warnings on Rails with some topic queries
2014-02-26 11:09:02 -05:00
91ff3451c3
FIX: Include html
helpers in the server rendering. This allows plugins
...
to easily register HTML fragments without breaking posting.
2014-02-26 10:09:17 -05:00
6d4d2db9f9
2.1.1 is a lot less segfaulty, test on it
2014-02-26 11:15:22 +11:00
557af84ae2
FIX: broken spec
2014-02-26 10:52:11 +11:00
50a8d3caae
BUGFIX: sso to send welcome emails
2014-02-26 10:28:03 +11:00
74a1145a0b
BUGFIX: sso to respect must_approve_users
2014-02-26 10:27:39 +11:00
440435f023
FEATURE: SSO to handle return_path automatically
2014-02-26 09:58:30 +11:00
890d06ac04
FEATURE: change SSO to use sha256 HMAC, which is more secure
2014-02-26 09:44:41 +11:00
8cbff3672f
Fixes on mobile signup form
2014-02-25 16:40:30 -05:00
0b1d1ffcba
FIX: problems with mobile login modal
2014-02-25 16:40:30 -05:00