Mark VanLandingham
|
f9894aec97
|
DEV: Remove Discourse.User and import instead
|
2019-11-13 15:34:30 -05:00 |
|
Mark VanLandingham
|
3c5df82590
|
DEV: Remove Discourse.Site in favor of import (#8344)
* DEV: Remove Discourse.Site in favor of importing Site
* Ran prettier
|
2019-11-13 12:13:47 -05:00 |
|
Robin Ward
|
f518065654
|
FIX: computed is part of @ember/object not @ember/object/computed
|
2019-11-13 11:58:09 -05:00 |
|
Mark VanLandingham
|
e51efce356
|
DEV: Remove all instances of Ember.computed (#8324)
|
2019-11-08 12:28:11 -06:00 |
|
Robin Ward
|
7e44065bcb
|
REFACTOR: Migrate Discourse.Post to imports
|
2019-11-08 13:13:13 -05:00 |
|
Mark VanLandingham
|
6275c05c0d
|
DEV: Move computed to discourseComputed (#8312)
|
2019-11-07 15:38:28 -06:00 |
|
Mark VanLandingham
|
014f19b6ea
|
DEV: Import Promise from rsvp (#8296)
|
2019-11-05 10:37:32 -06:00 |
|
Robin Ward
|
640a05c4ee
|
REFACTOR: Remove Ember.get
|
2019-11-01 13:50:15 -04:00 |
|
Robin Ward
|
90f934a660
|
REFACTOR: Use a module for Ember.isEmpty
|
2019-11-01 13:50:15 -04:00 |
|
Mark VanLandingham
|
2ae21e9c35
|
DEV: Import every instance of Ember.computed function (#8267)
* DEV: Import every instance of Ember.computed function
* export default for Ember.computed
|
2019-10-30 15:28:29 -05:00 |
|
Mark VanLandingham
|
c7475ee03b
|
DEV: Import EmberObject rather than global variable (#8256)
* DEV: Import ember/object rather than Ember.Object globally
* fixed broken object proxy import
* prettier on js
* added @ember/object/proxy to loader
* added unstaged file
* Fixed objet proxy reference is loader
* Linting!
|
2019-10-29 14:23:50 -05:00 |
|
Robin Ward
|
afe7429e7d
|
Add more analytics events
The ability to track when likes and bookmarks are toggled
|
2019-10-07 16:39:17 -04:00 |
|
Joffrey JAFFEUX
|
1dde6a5355
|
DEV: prevents post.siteSettings computed property to be overridden (#7941)
This happens when loading a post from a json object and is a behavior which will be impossble in future Ember updates.
|
2019-07-25 11:54:23 +02:00 |
|
Bianca Nenciu
|
4f97f85178
|
DEV: Fix lint. (#7824)
|
2019-06-28 20:24:09 +02:00 |
|
Joffrey JAFFEUX
|
df6d46b235
|
FIX: regression and attempts to have clearer naming (#7701)
|
2019-06-05 11:23:30 +02:00 |
|
Joffrey JAFFEUX
|
0fd7f74664
|
REFACTOR: post model (#7659)
|
2019-06-05 11:04:35 +02:00 |
|
Joffrey JAFFEUX
|
d93f753b17
|
apply prettier on gigantic find and replace (#7604)
|
2019-05-27 10:42:53 +02:00 |
|
Joffrey JAFFEUX
|
bfea922167
|
DEV: global s/this.get\("(\w+)"\)/this.$1 (#7592)
|
2019-05-27 10:15:39 +02:00 |
|
Maja Komel
|
4b455e741e
|
DEV: Ember 3.8.0
Co-Authored-By: majakomel <maja.komel@gmail.com>
|
2019-04-26 12:16:21 +02:00 |
|
Bianca Nenciu
|
31053f30de
|
FEATURE: Let users delete their own topics. (#7267)
|
2019-03-29 17:10:05 +01:00 |
|
Arpit Jalan
|
05ebb52ec4
|
FEATURE: defer flags when deleting child replies (#7111)
|
2019-03-06 14:32:25 +05:30 |
|
Joffrey JAFFEUX
|
1a3655b787
|
DEV: s/Em/Ember (#6874)
|
2019-01-11 17:54:23 +01:00 |
|
Joffrey JAFFEUX
|
f9648de897
|
DEV: upgrades from Ember 2.13 to Ember 3.5.1 (#6808)
Co-Authored-By: Bianca Nenciu <nbianca@users.noreply.github.com>
Co-Authored-By: David Taylor <david@taylorhq.com>
|
2019-01-10 11:06:01 +01:00 |
|
Arpit Jalan
|
40f10855c6
|
FIX: defer flags (only) when handling a flag and deleting replies (#6702)
|
2018-11-29 22:44:18 +05:30 |
|
Joffrey JAFFEUX
|
03a7d532cf
|
DEV: introduces prettier for es6 files
|
2018-06-15 17:03:24 +02:00 |
|
kleinfreund
|
4ce1d230c7
|
Prefer throwing a new Error object instead of just a string expression
|
2018-06-12 12:56:22 +10:00 |
|
Robin Ward
|
b31e6e64fb
|
FIX: After deleting a post, staff can recover it
|
2018-02-09 19:42:16 -05:00 |
|
Régis Hanol
|
50487d6122
|
FIX: wasn't able to recover a post
|
2017-12-16 13:04:20 +01:00 |
|
Régis Hanol
|
1b4483c942
|
FEATURE: Added 'select +below' and 'select +all replies' options to selecting posts
|
2017-12-13 22:12:06 +01:00 |
|
Robin Ward
|
079f108ceb
|
UX: Improve interface for flagging with many flaggers
|
2017-09-25 12:28:00 -04:00 |
|
Robin Ward
|
5fd3b6615b
|
Remove some Discourse.Site constants
|
2017-09-25 12:25:14 -04:00 |
|
Sam
|
a13d146251
|
Correct post deletion spec so it is async
|
2017-07-28 10:50:18 -04:00 |
|
Sam
|
ae68795d82
|
FIX: deleting own post results in error
|
2017-07-28 10:14:11 -04:00 |
|
Robin Ward
|
c53eeaaa68
|
REFACTOR: Remove requirejs calls
|
2017-07-05 17:24:27 -04:00 |
|
Robin Ward
|
754c1e5438
|
Upgrade to Babel 6
|
2017-07-05 15:25:23 -04:00 |
|
Robin Ward
|
45a257815a
|
Convert front end paths from /users/ to /u/
|
2017-03-30 10:23:24 -04:00 |
|
Guo Xiang Tan
|
32846aad2a
|
FIX: Toggling post's wiki status should not create a new version.
|
2017-01-20 15:42:33 +08:00 |
|
Robin Ward
|
7953a53cc5
|
Replace findProperty and filterProperty with findBy and filterBy
|
2016-10-26 15:45:06 -04:00 |
|
Guo Xiang Tan
|
0128fdfc46
|
FIX: Discourse.ajax is deprecated.
|
2016-07-28 18:20:24 +08:00 |
|
Andre Pereira
|
8cbd585e20
|
FEATURE: Allow staff users to merge posts.
|
2016-07-27 12:04:14 +08:00 |
|
Robin Ward
|
b8125b3512
|
REFACTOR: Remove Discourse.Ajax
|
2016-07-11 12:57:05 -04:00 |
|
Robin Ward
|
a546395397
|
REFACTOR: Migrate markdown functionality in ES6
|
2016-07-11 12:57:05 -04:00 |
|
Robin Ward
|
400c061046
|
Ember.keys is deprected in favor of Object.keys
|
2016-04-28 16:37:20 -04:00 |
|
Arpit Jalan
|
89248580dc
|
FEATURE: revert post to a specific revision
|
2016-03-11 02:46:55 +05:30 |
|
Robin Ward
|
d1e85bdd8b
|
FEATURE: Use virtual dom framework for faster post rendering
|
2016-02-11 11:00:40 -05:00 |
|
Régis Hanol
|
cf4c256b17
|
FEATURE: new 'raw email' modal when listing rejected emails
|
2016-02-01 21:41:49 +01:00 |
|
Sam
|
5c899c765b
|
Revert "Revert "REFACTOR: support booting discourse with DISCOURSE_NO_CONSTANTS""
This reverts commit c21457d6a7.
|
2015-11-21 12:27:06 +11:00 |
|
Robin Ward
|
c21457d6a7
|
Revert "REFACTOR: support booting discourse with DISCOURSE_NO_CONSTANTS"
This reverts commit c0b277d273.
|
2015-11-20 10:00:12 -05:00 |
|
Sam
|
c0b277d273
|
REFACTOR: support booting discourse with DISCOURSE_NO_CONSTANTS
This change is discussed here: https://meta.discourse.org/t/deprecating-es6-compatibility-layer/35821
Prior to this change we were not booting correctly with DISCOURSE_NO_CONSTANTS
|
2015-11-21 00:14:50 +11:00 |
|
Régis Hanol
|
2c384aec83
|
FIX: reply as new topic wasn't working in FF when the post was only composed of an image
|
2015-10-01 21:43:43 +02:00 |
|