00893ef1de
FEATURE: new search filter - @username
2016-05-12 14:26:26 +05:30
628773258e
Merge pull request #4221 from DeanMarkTaylor/patch-4
...
FEATURE: Support multiple file selection on mobile
2016-05-11 15:12:49 -07:00
f401d8d7de
FIX: undefined
text on user profile
2016-05-11 16:25:43 -04:00
c06a6a96cc
FEATURE: Embed images in tweets with dimensions, if present
2016-05-11 16:11:26 -04:00
47720ba1ca
UX: Clicking a participant in the topic map should just show the card
2016-05-11 15:09:36 -04:00
7c0fb41ec0
Deprecation: Use Ember.Helper
for later versions of Ember
2016-05-11 14:26:09 -04:00
b3c24e50e3
Deprecations: More {{#each x in y}}
templates
2016-05-11 14:26:08 -04:00
b2bcefd906
Deprecation: Removes more references to view.xyz
in templates
2016-05-11 14:26:08 -04:00
995c01fb58
Deprecation: Remove controller
from templates
2016-05-11 14:26:08 -04:00
c7beecd8e3
Deprecation: somethingBinding
is deprecated in newer embers
2016-05-11 14:26:07 -04:00
e3f016a79b
Deprecations: A couple more {{#each x in y}}
2016-05-11 14:26:07 -04:00
da5e7c7383
Deprecations: {{bind-attr}} is deprecated
2016-05-11 14:26:06 -04:00
c15ade8a88
Deprecation: {{view}}
helper
2016-05-11 14:26:06 -04:00
17e0f450e9
FEATURE: Support multiple file selection on mobile
2016-05-11 19:21:33 +01:00
1714019cf7
FIX: OFFSET wasn't being applied correctly
2016-05-11 13:39:21 -04:00
e831203897
FIX: Widgets should support links to foreign hosts
2016-05-11 12:02:10 -04:00
4d48a1dd79
add search help text for #category-slug filter
2016-05-11 15:57:31 +05:30
2e0350ee74
FEATURE: new search filter - #category-slug
2016-05-11 15:37:27 +05:30
cefcc81ced
bump in lockfile
2016-05-11 12:29:32 +10:00
fb513fc936
another messagebus upgrade to work around rubygems bug
2016-05-11 12:01:00 +10:00
d0b9b69cba
FIX: message_bus upgrade to correct CORS issue
2016-05-11 10:42:34 +10:00
116fbe85ce
Merge pull request #4220 from cpradio/fix-horizontal-rule-flag-modal
...
FIX: Add the horizontal rule back to the flag modal dialog
2016-05-10 17:21:52 -07:00
a79c683c5f
FIX: Add the horizontal rule back to the flag modal dialog
2016-05-10 20:15:55 -04:00
9e3b96c8e4
Support for adding extra links to the hamburger general area
2016-05-10 16:15:38 -04:00
55dcccb287
Version bump to v1.6.0.beta4
v1.6.0.beta4
2016-05-10 10:52:05 -04:00
4875fe1c3e
FIX: Logo links to a different domain were broken
2016-05-10 10:42:16 -04:00
6f9a3d1370
combine https lines
2016-05-09 15:18:35 -07:00
85e98eeb59
FIX: Accidentally comitted more than I wanted to
2016-05-09 17:07:31 -04:00
3d392670a7
FIX: ES5 file shouldn't have const
in it
2016-05-09 17:05:07 -04:00
49a6d0b789
FIX: Don't bother with negative offsets
2016-05-09 16:33:55 -04:00
66fb02acad
Permit in topic search when full name is null ( #4217 )
...
* Permit in topic search when full name is null
* as per @gschlager and @ZogStriP pull 4217
2016-05-09 22:20:35 +02:00
d224966a0e
FIX: retry sending an email in 1 hour when SMTP server is busy
2016-05-09 20:37:33 +02:00
e8623ccd92
Update Translations
2016-05-09 23:39:52 +05:30
29b94b5ad3
FIX: If you ctrl+f twice, it should show the browser version
2016-05-09 12:06:14 -04:00
bc0b487cd7
FIX: the tags_sort_alphabetically setting applies to the tags list page too
2016-05-09 11:47:30 -04:00
03605f1b01
hide bookmarks count in user summary except for yourself
2016-05-09 15:51:43 +02:00
f7e552e131
IE10 isn't even supported by MS any more
2016-05-09 03:50:31 -07:00
3353b119ab
FIX: Notifications do not fade after marking all as read.
2016-05-09 17:02:44 +08:00
b4a8cb415e
FIX: remove category filter from page view reports
2016-05-09 13:16:09 +05:30
9d737d894d
FIX: Don't diplay character reference in HTML diffs ( #4204 )
...
* FIX: Don't diplay character reference in HTML diffs
Before this change, HTML escaping was done before splitting text into
tokens, so token splitter saw literals like "'", and split them as
it was normal text into parts into ["&", "#", "39", ";"]. This caused
diff to display character references, as those tokens used separate
HTML tags to display their insertion/deletion status.
* Avoid making one element arrays while generating diffs
2016-05-09 08:44:21 +02:00
1883fa205c
fix setting page input and select width inconsist issue ( #4216 )
2016-05-09 08:37:51 +02:00
7c888c9a77
Merge pull request #4062 from xfalcox/patch-6
...
FIX: Properly downcase unicode chars
2016-05-08 21:39:00 +10:00
9583f69d1c
Merge pull request #4215 from fantasticfears/travis
...
Update to ruby 2.3.1 on Travis
2016-05-08 21:33:38 +10:00
2cda3c1e6b
upgrade sidekiq to fix redis leak
2016-05-08 21:23:13 +10:00
c209155521
upgrade eventmachine so it compiles more easily on mac
2016-05-08 21:21:58 +10:00
ebb62193d1
Merge pull request #4214 from gschlager/patch-1
...
Fix import from phpBB 3.1
2016-05-08 10:15:59 +05:30
85e2467a0d
watch ruby 2.3.1 on travis
2016-05-07 23:57:33 +02:00
1eaaa97849
Fix import from phpBB 3.1
2016-05-07 23:35:48 +02:00
9741584ae8
FIX: Hide invite button on mobile
2016-05-06 17:21:06 -04:00
aa5ea719ee
fix build
2016-05-06 19:50:44 +02:00