discourse/app/views
Régis Hanol cd2c9edb46 FIX: 🐛 upload on IE9 wasn't working :'(
- FIX: make sure we set a default name to a pasted image only on Chrome (the only browser that supports it)
- FIX: use ".json" extension to uploads endpoints since IE9 doesn't pass the correct header
- FIX: pass the CSRF token in a query parameter since IE9 doesn't pass it in the headers
- FIX: display error messages comming from the server when there is one over the default error message
- FIX: HACK around IE9 security issue when clicking a file input via JavaScript (use a label and set `visibility:hidden` on the input)
- FIX: hide the "cancel" upload on IE9 since it's not supported
- FIX: return "text/plain" content-type when uploading a file for IE9 in order to prevent it from displaying the save dialog
- FIX: check the maximum file size on the server 💥
- update jQuery File Upload Plugin to v. 5.42.2
- update JQuery IFram Transport Plugin to v. 1.8.5
- update jQuery UI Widget to v. 1.11.1
2015-01-28 19:43:20 +01:00
..
categories fix a few places we were using /category vs /c 2015-01-06 15:56:07 -08:00
common FEATURE: remove override stylesheet option, too confusing 2014-12-23 13:03:48 +11:00
default Initial release of Discourse 2013-02-05 14:16:51 -05:00
email specify max-width 100% on digest email logos 2014-11-17 02:10:33 -08:00
embed First attempt: Move username on top of embedded posts 2014-05-09 15:14:00 -04:00
exceptions FIX: Safari 7 changed popstate behavior 2014-12-19 10:56:19 -05:00
invites FEATURE: add site setting allow_new_registrations which can be used to block all new account registrations 2014-07-14 15:42:22 -04:00
layouts FIX: 🐛 upload on IE9 wasn't working :'( 2015-01-28 19:43:20 +01:00
list FIX: language was not being inserted into RSS 2015-01-23 15:57:29 -08:00
pending_flags_mailer bg transparency for user profiles 2014-11-12 23:33:45 -08:00
robots_txt Add /badges to robots.txt for now, we don't have a crawlable view so 2014-10-30 14:32:42 -04:00
static FIX: Better page titles for SEO 2014-10-30 14:26:56 -04:00
topics FIX: full user names were showing up in crawlers and rss feeds in spite enables_names setting being disabled 2015-01-22 22:34:35 +05:30
user_notifications UX: Change category badge style to use stripes 2015-01-20 14:56:06 -05:00
users Rename no_js layout to no_ember 2015-01-15 15:56:53 -05:00