Commit Graph

41 Commits

Author SHA1 Message Date
ffcf3f7e7d Have BBCode tests go through the cooked code path, as in the future
both parsers will be present in the same module.
2013-08-12 14:05:58 -04:00
51f5cf77fb Convert Discourse.User to use Discourse.Singleton 2013-08-08 12:42:08 -04:00
879aa06601 Change tiny date formatting for dates in past years. Example: 10 Dec '12 2013-08-06 13:47:24 -04:00
be9217d4c8 add server-side filesize check on uploads 2013-07-24 00:54:41 +02:00
2986798ba7 add newuser-max-attachments setting 2013-07-22 02:39:17 +02:00
8406a4230c FIX: click tracking on attachments wasn't working 2013-07-19 01:27:09 +02:00
e3bbb2c8bb Never render an avatar img if we know the username is invalid. 2013-07-18 12:03:09 -04:00
19f3a8d640 Each user activity filter has its own URL now. 2013-07-17 15:42:31 -04:00
Sam
c2be81a76e Merge pull request #1199 from ZogStriP/uploads
adds the `max_attachment_size_kb` setting
2013-07-16 23:03:42 -07:00
d466d11e71 Ember RC6 update 2013-07-16 10:35:18 -04:00
Sam
6a2ffa9415 fix qunit tests 2013-07-16 17:52:25 +10:00
5ce05ff5cb adds the max_attachment_size_kb setting
so that we can specify a different max upload size for attachments and images.
2013-07-16 02:01:36 +02:00
3397c2235f display the size of the attachment in the preview
instead of adding it during post processing
2013-07-14 12:28:24 +02:00
62d161fd70 Show number before trust level. Also use less memory for trust levels. 2013-07-12 16:18:32 -04:00
5eaae063f0 Discourse Macro Helpers + Minor Fix to Admin User View 2013-07-11 19:35:52 -04:00
360695bb0a update front-end specs 2013-07-10 22:59:54 +02:00
0e3e5bf533 Add relative_date_duration site setting 2013-07-10 12:38:43 -04:00
924c5d65cb wrapped I18n.lookup to inject the "js" namespace 2013-07-09 02:10:55 +02:00
11bb9aafc7 Extra tests for composer 2013-07-05 13:04:49 -04:00
7c82d6d4d0 FIX: new users are allowed to upload images to your servers 2013-07-05 00:44:18 +02:00
Sam
f08e9d8822 Merge pull request #1142 from ZogStriP/fix-can-no-longer-paste-image-in-chrome-post-editor
FIX: can no longer paste image in Chrome post editor
2013-07-03 16:08:51 -07:00
5a56af03bc FIX: can no longer paste image in Chrome post editor 2013-07-04 00:39:23 +02:00
4331bba549 FIX: Quotes with text against them had the wrong spacing 2013-07-03 18:26:08 -04:00
6723ba6014 Add a list of for file uploads 2013-07-01 02:19:03 +02:00
2d6118297d Changes to tiny date format to remove mon and show short format dates instead 2013-06-28 13:10:04 -04:00
Sam
87f7bd921b minor tweak for name splitter (split on number) 2013-06-28 16:15:13 +10:00
Sam
e63bfd2f4c improve the breakUp user name algorithm, add some tests 2013-06-28 13:56:38 +10:00
689b296204 FIX: urls in BBCode tags weren't working 2013-06-27 00:42:11 +02:00
6b58713fa6 Fix title attributes on post info 2013-06-26 16:27:18 -04:00
573c4b41f0 reverting changes to the markdown conversion pipeline order 2013-06-25 17:13:41 +02:00
3d2ef18bb7 move BBCode formating before the markdown conversion 2013-06-24 22:25:08 +02:00
82c21868f3 Moved JSHint into Qunit suite. It's much harder to forget about now! 2013-06-21 14:07:11 -04:00
bb908d5913 Email parsing uses Traditional Markdown Linebreaks by default. Added JS tests for line breaks. 2013-06-21 11:37:26 -04:00
4cd71972be Cleaned up QUnit test structure 2013-06-20 13:58:54 -04:00
Sam
91a1864a53 fix invalid tests due to formatting rule changes 2013-06-20 18:00:31 +10:00
8c4aac7f94 Migrate all jasmine specs to Qunit. Removed Jasmine. 2013-06-19 18:18:35 -04:00
62e21b8175 Markdown moved to Qunit 2013-06-18 18:05:08 -04:00
f0ebca51cc Moved Formatter, KeyValueStore and Onebox jasmine tests to QUnit. 2013-06-18 17:23:00 -04:00
60fce196c7 More Qunit tests including a CLI runner 2013-06-18 13:44:20 -04:00
8e96299653 FIX: Discourse.Presence was broken on arrays. The flag button was showing for anonymous users. 2013-06-18 11:36:48 -04:00
797b99db7c Moved a bunch of tests to QUnit. Added basic Discourse.Site support to test suite. 2013-06-17 11:38:30 -04:00