Commit Graph

11479 Commits

Author SHA1 Message Date
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
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
303b2a78cd slight copy simplifications. Omit Needless Words 2014-10-15 22:41:09 -07:00
6c95ddf90c remove another lightbox 100% width hack 2014-10-15 22:38:18 -07:00
fc1176acae FIX: use overflow:hidden on reply expansions 2014-10-15 22:34:56 -07:00
08d1f1ef7c JavaScript does love its commas 2014-10-13 21:27:32 -07:00
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
a67d1c1765 FIX: Symbol was missing colon 2014-10-15 17:54:17 -04:00
65ab88da77 Let's try to change Uglifier settings properly 2014-10-15 16:51:16 -04:00
60a0173e01 update onebox to latest version 2014-10-15 22:47:26 +02:00
bc01589ea5 Add screw_ie8 setting 2014-10-15 16:28:06 -04:00
0a14d80f4a Don't specify uglifier in dev 2014-10-15 16:23:06 -04:00
42d9dedad1 Check if Uglifier is defined (we're precompiling assets) 2014-10-15 16:08:00 -04:00
8a6f9425d4 Fix uglifier args 2014-10-15 16:00:45 -04:00
309144d9fc Let's try telling uglifier to user 1k lines 2014-10-15 15:55:55 -04:00
b250696e04 FIX: Deprecation warnings on webkitIndexedDB 2014-10-15 15:46:23 -04:00
2c989f3eb3 FIX: ActiveRecord error when calling find for the topic list key. 2014-10-15 15:29:45 -04:00
f88075cbba FEATURE: CORS settings per-site in a multisite env 2014-10-15 15:20:39 -04:00
bb59798066 FEATURE: ensure consistency of post revisions 2014-10-15 21:09:08 +02:00
a967d4dfba FIX: Support popState on static 404 page 2014-10-15 14:42:18 -04:00
022ca25fea Remove acccidental console.log 2014-10-15 14:37:14 -04:00
224f503e6f FIX: refreshTitle error when navigating to a 404 page 2014-10-15 14:33:22 -04:00
31e9cafe0e FEATURE: use original filename when clicking the download link in the lightbox 2014-10-15 19:20:04 +02:00
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
5569c45d3b FIX: revision history modal wasn't properly handling large revision on mobile 2014-10-14 00:02:09 +02:00
65dd05cb41 UX: fix revision history modal on mobile 2014-10-13 23:26:49 +02:00
d70bb0e58b UX: fix post admin menu positioning & closing on mobile 2014-10-13 22:38:22 +02:00
d926cc13ac FEATURE: add webp and svg to known image formats 2014-10-13 12:43:39 -07:00
199896a607 UX: add new wiki color as a site-level color variable 2014-10-13 19:43:24 +02:00
0555b84e4d UX: different auto-close message when 'based on last post' is checked 2014-10-13 18:58:56 +02:00
8f390c979b FEATURE: Mark All as Read button for Notifications page
Added a Mark All as Read button to the top/bottom of the notifications user page
https://meta.discourse.org/t/possibility-to-selectively-or-completely-mark-notifications-as-read/20227

Remove notifications property (no longer used)
2014-10-13 06:31:27 -04:00
3a571997a0 remove right padding from topic list titles 2014-10-13 02:49:22 -07:00
ad4994ff0b move "easier to tap" topic list paddings to base 2014-10-13 00:26:13 -07:00
dd870e8cdc top/bottom pad title in topic lists: easier click 2014-10-12 23:48:04 -07:00
0a678fbf36 slight mobile improvement for editing topic title 2014-10-12 23:28:33 -07:00
Sam
a34ed4d3e5 FEATURE: Make it easier to localize "email has been taken" 2014-10-13 14:18:53 +11:00
Sam
32a8b1b4ed Merge pull request #2877 from lidlanca/patch-8
Fix: Set title for multiple youtube video player with the same ID  (dont rely on id to set title)
2014-10-15 12:23:44 +11:00
432aa76221 var are you? 2014-10-14 20:38:59 -04:00
17febe4914 Fix: Set title for multiple youtube video player with the same ID (don't rely on id to set title)
When an identical youtube video is embedded multiple times on the same page. 
it will only be successful setting title to 1st element in the dom matching a unique id which is based on the actual youtube video id.
2014-10-14 19:50:42 -04:00
1f8e1f8f17 Remove old IE support from WMD, part III 2014-10-12 01:01:40 -07:00
43bcde2060 Remove old IE support froM WMD, part II
native methods that IE8 didn't support but IE9 does
2014-10-12 00:46:08 -07:00
28b9176bbc oh JavaScript, you so crazy 2014-10-12 00:33:13 -07:00
aa29fc3b4a remove old IE support from WMD, part I: uaSniffed 2014-10-12 00:22:14 -07:00
08bdf26e70 Revert "remove old IE support crap from WMD Editor"
This reverts commit 7bbf7d02e3e29039e495c2cb6ede42dd953144c8.
2014-10-12 00:14:22 -07:00
7bbf7d02e3 remove old IE support crap from WMD Editor
we barely support IE9 this does not matter at all
2014-10-12 00:05:18 -07:00
053e3fca20 improve 'try again' mobile network error page 2014-10-11 23:36:37 -07:00
a23884fd53 FIX: mobile, multi-line first post actions blocked topic map 2014-10-11 23:25:38 -07:00
68b456a57d remove unnecessary spinner styles for mobile 2014-10-11 23:19:04 -07:00