Robin Ward
d2ac5a9ac6
Rename /category/xyz
paths to /c/xyz
-- @SamSaffron did most of the
...
work even though I'm merging the patch!
2014-10-16 12:15:31 -04:00
Régis Hanol
8bb20f2260
UX: dim hidden revisions
2014-10-16 16:32:02 +02:00
Régis Hanol
5b004f8cce
UX: add 'no-text' class to button that only use an icon
2014-10-16 16:25:51 +02:00
Régis Hanol
de47acf548
UX: wiki/moderator/deleted background applied excessively to unrolled replies
2014-10-16 16:19:01 +02:00
Damon Aw
a5e576adca
UX Improvement: Autofocus the topic field on edit
...
- After clicking on the pencil icon to edit a topic, the focus is not set on the input.
- This leads to cases where using keyboard shorcuts (e.g. cmd + left) leads to navigation instead.
- Searching around online, it seems the cleanest way to add a text-field that autofocuses is to create a component.
- I followed the [cookbook](http://emberjs.com/guides/cookbook/user_interface_and_interaction/focusing_a_textfield_after_its_been_inserted/ ) and did the most naive implementation.
- This focuses the text-field but at the start of the input. Setting selectionStart and selectionEnd solves this problem, but does not work on IE 8 and below.
2014-10-14 23:31:01 -04:00
Jeff Atwood
9822dcf137
we don't want a max-width on html email tables
2014-10-14 16:56:43 -07:00
Robin Ward
cd8b896272
Revert "UX: On mobile add a max width for really long forum names"
...
This reverts commit ba245ca098
.
2014-10-14 17:27:58 -04:00
Robin Ward
2322586131
FIX: Saving a field as not required was actually making it required
...
until you edited it.
2014-10-14 17:21:34 -04:00
Robin Ward
dd16ff81be
Change help text for user fields to not mention it's explicitly
...
required.
2014-10-14 17:14:21 -04:00
Jeff Atwood
3dbd1c195a
FIX: wide mobile topic title overflowed in editor
2014-10-14 14:12:52 -07:00
Robin Ward
ba245ca098
UX: On mobile add a max width for really long forum names
2014-10-14 17:01:16 -04:00
cpradio
ac708b4068
Don't use __container__ instead use needs: ['user-notifications'], (thanks eviltrout!)
2014-10-14 16:23:20 -04:00
Neil Lalonde
27ebaae4e4
FIX: update Transifex config to include some missing files
2014-10-14 16:05:40 -04:00
Robin Ward
84af9d2bff
FIX: If we migrated your TOS setting, fix the name so it doesn't look
...
weird in the admin section.
2014-10-14 15:52:36 -04:00
Robin Ward
216f718607
Support /group/xyz
paths as well as /groups/xyz
2014-10-14 15:11:22 -04:00
Robin Ward
366d7e892c
Merge pull request #2867 from techAPJ/patch-1
...
FEATURE: send `set password` instructions after invite redemption
2014-10-14 11:01:07 -04:00
Régis Hanol
9c0321dc53
forgot to rename these strings when renaming import to restore
2014-10-14 16:58:21 +02:00
Régis Hanol
1f42e85e0d
Merge pull request #2873 from mcwumbly/hide-post-revisions
...
FEATURE: ability to hide/show specific post revisions
2014-10-14 16:45:17 +02:00
David McClure
19d5362c6b
FEATURE: ability to hide or show specific post revisions
2014-10-14 07:19:45 -07:00
Régis Hanol
b8c526c877
Merge pull request #2866 from Yachtsman/emoji_ru_localization
...
Add emoji ru localization
2014-10-14 15:01:10 +02:00
Régis Hanol
e9673a4768
Merge pull request #2875 from techAPJ/patch-4
...
FIX: fix email replies for ms outlook
2014-10-14 15:00:31 +02:00
Arpit Jalan
24a0db3244
FIX: fix email replies for ms outlook
2014-10-14 16:20:35 +05:30
Sam
cc688155f4
Merge pull request #2868 from chancancode/dont_silence_deprecation_warnings
...
*Don't* silence the deprecation warnings in test
2014-10-14 18:44:36 +11:00
Sam
b4c29a9f3b
FIX: regression in autocomplete
2014-10-14 18:22:44 +11:00
Sam
737be5e151
Merge pull request #2871 from mamhoff/autocomplete-again
...
Fix buggy autocomplete behaviour for non-US keyboards
2014-10-16 17:35:48 +11:00
Martin Meyerhoff
f3337ab551
reduce number of times caretPosition() is called
2014-10-15 08:50:47 +02:00
Sam
2bace90054
FIX: migration would break if locale was forced to french
2014-10-14 18:07:59 +11:00
Jeff Atwood
303b2a78cd
slight copy simplifications. Omit Needless Words
2014-10-15 22:41:09 -07:00
Jeff Atwood
6c95ddf90c
remove another lightbox 100% width hack
2014-10-15 22:38:18 -07:00
Jeff Atwood
fc1176acae
FIX: use overflow:hidden on reply expansions
2014-10-15 22:34:56 -07:00
Jeff Atwood
08d1f1ef7c
JavaScript does love its commas
2014-10-13 21:27:32 -07:00
Jeff Atwood
825bd0d053
UX: add reply glyph back to topic level reply button
2014-10-13 21:16:44 -07:00
Sam
5aaafff798
cache breaker for new uglify options
2014-10-14 11:04:07 +11:00
Robin Ward
a67d1c1765
FIX: Symbol was missing colon
2014-10-15 17:54:17 -04:00
Robin Ward
65ab88da77
Let's try to change Uglifier settings properly
2014-10-15 16:51:16 -04:00
Régis Hanol
60a0173e01
update onebox to latest version
2014-10-15 22:47:26 +02:00
Robin Ward
bc01589ea5
Add screw_ie8
setting
2014-10-15 16:28:06 -04:00
Robin Ward
0a14d80f4a
Don't specify uglifier in dev
2014-10-15 16:23:06 -04:00
Robin Ward
42d9dedad1
Check if Uglifier
is defined (we're precompiling assets)
2014-10-15 16:08:00 -04:00
Robin Ward
8a6f9425d4
Fix uglifier args
2014-10-15 16:00:45 -04:00
Robin Ward
309144d9fc
Let's try telling uglifier to user 1k lines
2014-10-15 15:55:55 -04:00
Robin Ward
b250696e04
FIX: Deprecation warnings on webkitIndexedDB
2014-10-15 15:46:23 -04:00
Robin Ward
2c989f3eb3
FIX: ActiveRecord error when calling find
for the topic list key.
2014-10-15 15:29:45 -04:00
Neil Lalonde
f88075cbba
FEATURE: CORS settings per-site in a multisite env
2014-10-15 15:20:39 -04:00
Régis Hanol
bb59798066
FEATURE: ensure consistency of post revisions
2014-10-15 21:09:08 +02:00
Robin Ward
a967d4dfba
FIX: Support popState on static 404 page
2014-10-15 14:42:18 -04:00
Robin Ward
022ca25fea
Remove acccidental console.log
2014-10-15 14:37:14 -04:00
Robin Ward
224f503e6f
FIX: refreshTitle
error when navigating to a 404 page
2014-10-15 14:33:22 -04:00
Régis Hanol
31e9cafe0e
FEATURE: use original filename when clicking the download link in the lightbox
2014-10-15 19:20:04 +02:00
Neil Lalonde
4762b4ac24
FIX: on completion of external auth, window.close may fail because of iOS Safari bug. Prompt user to manually close the window.
2014-10-15 11:00:34 -04:00