Sam
dba1616762
FIX: blank page on user page in rare cases
2014-10-07 11:43:17 +11:00
Jeff Atwood
b4c38dbc5a
correct star spacing for topics with no category
2014-10-06 16:19:27 -07:00
Jeff Atwood
7c386035d1
remove float-left from title-wrapper
2014-10-06 16:02:16 -07:00
Jeff Atwood
8474e3b77f
oops
2014-10-06 15:33:25 -07:00
Jeff Atwood
93e7aa832c
tweaks to has-category docked layout
2014-10-06 15:32:38 -07:00
Robin Ward
e383a8ab01
Merge pull request #2854 from techAPJ/patch-1
...
Feature: resend invites
2014-10-06 17:25:36 -04:00
Neil Lalonde
96e4d2b662
remove the notification_email_top customization
2014-10-06 17:00:20 -04:00
Neil Lalonde
ad387a1150
FEATURE: posts will be deleted immediately if delete_removed_posts_after is set to 0
2014-10-06 16:30:07 -04:00
Robin Ward
76a9eca5b0
FIX: Malformed HTML really screws with the renderer
2014-10-06 16:29:13 -04:00
Robin Ward
52298faaa0
Revert "Revert "Add striped category badges under title""
...
This reverts commit 85b6b2550e
.
2014-10-06 16:29:13 -04:00
Robin Ward
02814f0d89
Revert "Revert "new docked title category style - needs additional work""
...
This reverts commit e886cc2dad
.
2014-10-06 16:29:13 -04:00
Régis Hanol
aa3a658bb1
remove float from the 'show email' button on user's profile on mobile
2014-10-06 22:24:43 +02:00
Robin Ward
e886cc2dad
Revert "new docked title category style - needs additional work"
...
This reverts commit 43467a8aaa
.
2014-10-06 16:13:51 -04:00
Robin Ward
85b6b2550e
Revert "Add striped category badges under title"
...
This reverts commit 331e63e3af
.
2014-10-06 16:13:51 -04:00
Arpit Jalan
78fd99fc40
Feature: resend invites
2014-10-07 01:43:17 +05:30
Robin Ward
379b810397
Merge pull request #2853 from techAPJ/patch-3
...
FIX: fix broken test
2014-10-06 15:59:16 -04:00
Robin Ward
331e63e3af
Add striped category badges under title
2014-10-06 15:58:57 -04:00
Kris Aubuchon
43467a8aaa
new docked title category style - needs additional work
2014-10-06 15:58:57 -04:00
Régis Hanol
ac069d22a9
FIX: delete spammer modal doesn't show the email address
2014-10-06 21:55:52 +02:00
Arpit Jalan
20c2480eb3
FIX: fix broken test
2014-10-07 01:23:39 +05:30
Régis Hanol
baee5c95ac
add more context to allow better translation of 'max' in TL3 requirements
2014-10-06 21:32:19 +02:00
Jeff Atwood
e301a89b3f
optional_re shouldn't be included by default
2014-10-06 12:31:17 -07:00
Neil Lalonde
427487783b
remove block_login? check from current user
2014-10-06 14:39:48 -04:00
Régis Hanol
67c10a7eab
UX: add topic admin button to the bottom of the topic
2014-10-06 20:19:07 +02:00
Robin Ward
b1271ed44b
FIX: Remove html entities from text emails
2014-10-06 13:57:38 -04:00
Robin Ward
55fc54fe69
Merge pull request #2844 from akshaymohite/optimization-fixes
...
raise migration error in development if pending migrations
2014-10-06 13:35:53 -04:00
Robin Ward
d82767fbdf
Merge pull request #2845 from akshaymohite/access-specifiers-fix
...
Fix access specifiers with private_class_methods instead of removing dir...
2014-10-06 13:34:29 -04:00
Robin Ward
318286dc7c
Merge pull request #2847 from techAPJ/patch-2
...
Improve email_subject setting copy
2014-10-06 13:33:15 -04:00
Jeff Atwood
948f4a59e9
Merge pull request #2852 from awesomerobot/master
...
restructuring post titles a bit
2014-10-06 09:57:00 -07:00
Robin Ward
90e3242a3c
FIX: topic-admin-menu
controller was not a proper singleton.
2014-10-06 12:27:12 -04:00
Kris Aubuchon
1224ffa1c5
restructuring post titles a bit
2014-10-06 11:50:18 -04:00
Robin Ward
47573fcd99
FIX: error importing some topics where bumped_at
coudln't be
...
determined.
2014-10-06 09:26:52 -04:00
Victor Kavunenko
1a52dba3af
due to travis error message: can't modify frozen string
2014-10-06 12:45:11 +03:00
Victor Kavunenko
9cf68c99b7
FIX: force encoding for title field
...
Job exception: incompatible character encodings: UTF-8 and ASCII-8BIT
--
This exception rise up for correct(!) UTF-8 cyrillic (in my case, but non-latin overall, I suppose) in title field during RSS polling (feed polling url) and breaks topics creation.
So, just force_encoding() makes it work.
2014-10-06 10:40:14 +03:00
Sam
6391dc7f28
FIX: hitting edit while replying does nothing
2014-10-06 10:51:02 +11:00
Sam
54281d5944
badge system is not experimental
2014-10-06 09:36:56 +11:00
Arpit Jalan
f3b05993e0
Improve email_subject setting copy
2014-10-05 23:15:37 +05:30
Akshay
378bc6e5dc
private methods need to be called as method_name instead of ClassName#method_name
2014-10-04 09:53:46 +05:30
Akshay
9524b514c6
Fix access specifiers with private_class_methods instead of removing directly
2014-10-04 09:20:41 +05:30
Akshay
7cd8b4f329
raise migration error in development if pending migrations
2014-10-04 07:02:30 +05:30
Jeff Atwood
fa830c8d69
fix avatar expanded topic map height
2014-10-03 15:58:02 -07:00
Jeff Atwood
3483c7b0de
UX: drop text from loading spinner, make bigger
2014-10-03 13:38:55 -07:00
Neil Lalonde
90771937f0
FIX: broken external auth
2014-10-03 16:15:00 -04:00
Jeff Atwood
ce8a4266b6
FIX: mobile layout was too wide
2014-10-03 12:49:48 -07:00
Robin Ward
1e5195e68f
FIX: Could sometimes open two category drop downs at once.
2014-10-03 15:42:45 -04:00
Robin Ward
45ad31c1c8
Merge pull request #2843 from zconnelly13/change_supported_version_of_ruby
...
Change supported version of ruby
2014-10-03 14:51:47 -04:00
Robin Ward
e55b437eb9
Replace the rest of the deprecated {{action xyz}}
with `{{action
...
"xyz"}}`
2014-10-03 14:43:27 -04:00
Zac Connelly
7f8a42a63a
Change supported version of ruby
2014-10-03 17:48:36 +00:00
Robin Ward
f2520939b8
Merge pull request #2839 from Elberet/smf2-import
...
Fix pretty_text translation helper again, this time for real
2014-10-03 13:13:32 -04:00
Robin Ward
41db949e9d
FIX: Allow HTML in custom fields
2014-10-03 13:06:54 -04:00