c0b051c9f6
Show Private Messages pill as a topic list rather than individual messages.
2013-08-24 16:58:16 -04:00
2ce59d2585
FIX: If a topic/post cannot be oneboxed, don't swallow the href.
2013-08-24 15:08:36 -04:00
20e8a8a38a
FIX: Don't onebox @mentions
2013-08-24 15:01:00 -04:00
1ef9354e21
Remove enum setting spec since I don't think it's testing anything useful and it's causing random failures
2013-08-24 13:48:07 -04:00
5e286443a8
FIX: Code blocks were trimming leading spaces sometimes when they should have only
...
trimmed trailing spaces.
2013-08-24 13:24:27 -04:00
093ead7855
Support for ***bold and italics***
2013-08-24 13:06:07 -04:00
e9663e5338
Merge pull request #1332 from locks/user_email_observer
...
User email observer (Code Climate improvements)
2013-08-24 08:34:11 -07:00
08762f5666
Merge pull request #1369 from voisintotoro/voisintotoro-branch
...
PNG Files optimization
2013-08-24 08:32:15 -07:00
acf1124c0a
Merge pull request #1370 from ofgeek/patch-2
...
Update client.zh_CN.yml
2013-08-24 08:31:19 -07:00
45feafdacf
Merge pull request #1374 from manzoid/install-doc
...
Clarify install doc wrt how to create databases
2013-08-24 08:28:22 -07:00
07e7a44ddb
Clarify install doc wrt how to create databases
2013-08-24 04:38:19 -07:00
37f4022f73
Refactors UserEmailObserver to improve Code Climate score
...
- Extracts certain logic to private methods and remove unnecessary
comments
- Extracts email enqueueing methods into a separate class
- Fix specs involving UserEmailObserver to call #after_commit instead
of the specific methods
2013-08-24 12:21:39 +01:00
edbaafdd7b
default relative dates to 30 days vs 14
2013-08-23 23:28:51 -07:00
fb037290ac
clarify on invite friends
2013-08-23 23:12:24 -07:00
9ca0b0fe96
FIX: Emoticons were parsing twice sometimes.
2013-08-23 22:56:00 -04:00
50bab18206
Version bump to v0.9.6.1
v0.9.6.1
2013-08-23 17:51:10 -04:00
6e79197519
Enum site settings can have translatable names in dropdown. Add setting for how often users get digest emails by default: default_digest_email_frequency.
2013-08-23 17:36:25 -04:00
ee4ffe7abe
Merge pull request #1372 from ZogStriP/site-setting-for-allowing-animated-avatars
...
add a site setting for allowing animated avatars
2013-08-23 14:26:33 -07:00
43a8bff652
add a site setting for allowing animated avatars
2013-08-23 18:55:02 +02:00
663adde90e
Users can change their own username at any time if they have no posts
2013-08-23 11:23:00 -04:00
6a3c849067
Fix [object Object] in staff logs details modal
2013-08-23 10:08:35 -04:00
f36fc8c41f
remove unnecessary onebox body padding
2013-08-23 02:53:14 -07:00
5cf0c59628
remove onebox info left padding
2013-08-23 02:48:55 -07:00
c409d91203
add "temporarily" to flagged content hidden
2013-08-23 00:07:08 -07:00
1a58bfbdc9
Update client.zh_CN.yml
2013-08-23 09:52:10 +08:00
472f0684c3
Merge pull request #1345 from salbertson/refactor-find_by_username_or_email
...
Improve test coverage and refactor User.find_by_username_or_email
2013-08-22 17:14:06 -07:00
3b15e2e58e
Banned users are not returned as pending review users
2013-08-22 19:23:49 -04:00
25e0c3eac1
Log IP addresses with screened emails and urls
2013-08-22 19:04:35 -04:00
612c0ccccb
FIX: Autolinking within a list
2013-08-22 18:03:01 -04:00
513f941f50
Fixes @mentions inside of lists
2013-08-22 17:50:36 -04:00
86012ac579
Fix a case when the wrong topic is loaded because the slug starts with a number
2013-08-22 16:23:46 -04:00
f2c4b3e37f
FIX: Following a mention with a coded mention.
2013-08-22 16:13:02 -04:00
6fe0d29a01
FIX: @mentions within backticks followed by proper @mentions.
2013-08-22 15:55:29 -04:00
32655e9dad
digest email footer should say "unsubscribe"
2013-08-22 12:53:28 -07:00
5e50c4624f
FIX: New lines in code blocks were somewhat unpredictable
2013-08-22 13:46:51 -04:00
1dbe1fb1bc
Refactor User.find_by_username_or_email
...
* Improve test coverage
2013-08-22 09:40:07 -07:00
0f27232711
FIX: Support inline code blocks with @mentions in them.
2013-08-22 12:18:36 -04:00
10bc24b514
Add a note to allow_uncategorized_topics description
2013-08-22 12:14:41 -04:00
24617dd776
Show empty categories with descriptions to everyone
2013-08-22 11:55:20 -04:00
1983da14c3
PNG Files optimization
2013-08-22 14:00:25 +02:00
ae93fcebde
FIX: Autolines were duplicating some text
2013-08-21 22:49:55 -04:00
a3757016d9
FIX: Quotes with new lines were broken
2013-08-21 22:36:02 -04:00
d7596840e5
only staff should be able to see bookmarks and favs of other users
...
ensure that when they click on them they see the correct topics (topics for user they are looking at, not current user)
2013-08-22 09:18:54 +10:00
38e80b999f
benching script, work in progress
2013-08-22 09:01:45 +10:00
735efd8b09
Merge pull request #1368 from johnpaulashenfelter/documentation/remove_references_to_clockwork
...
Remove references to clockwork
2013-08-21 15:52:33 -07:00
ff3b163a78
FIX: Another email regexp for quote lines in the format we can recognize including
...
the site name.
2013-08-21 16:54:51 -04:00
cc2b0f1a5f
took a stab at other translations with help from google
2013-08-21 16:29:05 -04:00
bd2006b270
updated english translation
2013-08-21 16:28:51 -04:00
610f52b1d9
removed clockwork reference from docs
2013-08-21 16:26:39 -04:00
adbb6a19bb
Fix 'You must choose a category' when a category is already chosen
2013-08-21 16:14:22 -04:00