|
250ca11416
|
Add PluginAPI for registering a connector class
|
2016-12-15 11:54:37 -05:00 |
|
|
9afa55a3fd
|
FIX: Random failing plugin tests
|
2016-11-22 15:36:18 -05:00 |
|
|
07717dfaa7
|
FIX: Emoji not rendering using plugin api.
|
2016-11-21 14:33:17 +08:00 |
|
|
3f54730c2d
|
Make title attribute on emoji widget optional.
|
2016-11-18 12:36:48 +08:00 |
|
|
239cbc6e68
|
Make eslint happy.
|
2016-11-16 10:55:57 +08:00 |
|
|
64b5c81843
|
FIX: Add alt and title attribute to emoji widget.
|
2016-11-16 10:48:20 +08:00 |
|
|
be1d74d207
|
Split out common functions into discourse-common module
|
2016-09-22 09:52:19 -04:00 |
|
|
a546395397
|
REFACTOR: Migrate markdown functionality in ES6
|
2016-07-11 12:57:05 -04:00 |
|
|
4657d22eb0
|
Make eslint happy.
|
2016-07-04 11:00:14 +08:00 |
|
|
d102a079b1
|
FIX: Bump plugin API version.
|
2016-07-01 09:32:30 +08:00 |
|
|
2484ef93ed
|
Use ES6 arrow functions instead.
|
2016-06-17 11:37:15 +08:00 |
|
|
a74291c91a
|
We no longer pass it the controller.
|
2016-06-16 17:12:45 +08:00 |
|
|
5813352439
|
FEATURE: Add new API to add a toolbar popup menu button.
|
2016-06-15 00:39:53 +08:00 |
|
|
dd0260e435
|
Improve example for addStorePluralization .
|
2016-05-17 11:23:32 +08:00 |
|
|
4f671724cc
|
Add store addPluralization to plugin-api. (#4224)
|
2016-05-16 11:11:15 -04:00 |
|
|
187d7d6f96
|
Remove more views and deprecations.
|
2016-04-28 16:17:18 -04:00 |
|
|
514c3976f0
|
PERF: Migrate header to discourse widgets
|
2016-04-25 10:48:04 -04:00 |
|
|
b10b6c673d
|
Add h helper to plugin-api in v0.3
|
2016-04-07 16:38:30 -04:00 |
|
|
514d6ede0e
|
FIX: addPosterIcon wasn't working on initial load
|
2016-04-01 18:25:13 +02:00 |
|
|
e0347b18da
|
UX: Improve icon positioning on mobile
|
2016-03-23 14:44:34 -04:00 |
|
|
1006b1ba94
|
Various Plugin Enhancements and Extension Points
|
2016-03-11 15:53:37 -05:00 |
|
|
d538bcbe40
|
FIX: Don't cloak videos once they begin playing
|
2016-02-29 13:56:54 -05:00 |
|
|
627ef54efe
|
New PluginAPI for widget settings
|
2016-02-26 14:26:29 -05:00 |
|
|
05a0308663
|
Finish documenting new PluginAPI
|
2016-02-23 12:44:52 -05:00 |
|
|
ef079004da
|
Ability to decorate after post cooked, and rawHtml helper
|
2016-02-23 12:10:25 -05:00 |
|
|
54904133a0
|
Ability to mount ember views into vdom
It's slow but can be used as a last resort for old plugins.
|
2016-02-22 12:10:34 -05:00 |
|
|
e848ea5a99
|
Depcreate PageTracker in favor of PluginAPI
|
2016-02-19 16:30:59 -05:00 |
|
|
9b0b213ba2
|
FIX: Less safe API for icons
|
2016-02-19 16:03:26 -05:00 |
|
|
8b318f76a1
|
Expose decoration for plugins such as signatures
|
2016-02-19 14:46:29 -05:00 |
|
|
f2f49a5e96
|
Ability to add text to a poster name icon
|
2016-02-19 14:22:36 -05:00 |
|
|
4d599612a2
|
Support for emoji poster icons
|
2016-02-18 17:03:18 -05:00 |
|
|
6935925f10
|
Update Polls plugin to work with new Plugin API
|
2016-02-18 15:23:43 -05:00 |
|
|
f6aa1ac37a
|
Migrate onToolbarCreate to the DiscourseAPI
|
2016-02-18 15:23:43 -05:00 |
|
|
c0a6e34610
|
API for extra post menu buttons and support for solved button
|
2016-02-17 15:56:30 -05:00 |
|
|
98f4b3f8a9
|
FIX: Bad merge
|
2016-02-17 12:00:08 -05:00 |
|
|
e8f76c335a
|
Merge branch 'master' into vdom
|
2016-02-17 18:10:12 +11:00 |
|
|
63cda22623
|
Upgrade withPluginApi to support non-api callbacks
|
2016-02-16 16:44:27 -05:00 |
|
|
c6456f5c3e
|
Provide an option callback to the API
|
2016-02-16 16:22:35 -05:00 |
|
|
3811b8aa4c
|
withPluginAPI shim to updated plugins will not raise errors
|
2016-02-16 12:25:01 -05:00 |
|
|
3a78321c63
|
withPluginApi means you don't have to check for null.
|
2016-02-16 12:17:22 -05:00 |
|
|
f9722f8598
|
Add custom post icons to PluginAPI
|
2016-02-12 16:57:24 -05:00 |
|
|
9b8871d7dd
|
PluginAPI for more stable backwards compatibility going forward
|
2016-02-12 15:46:36 -05:00 |
|
|
5f65bf420c
|
FIX: Support the plugin-api for decorators
|
2016-02-11 11:00:42 -05:00 |
|
|
d1e85bdd8b
|
FEATURE: Use virtual dom framework for faster post rendering
|
2016-02-11 11:00:40 -05:00 |
|
|
395d01c5f9
|
FIX: Have the preview refreshed event fire by decorateCooked
|
2015-11-10 13:26:12 -05:00 |
|
|
b2a7411620
|
FIX: decorateCooked was not being applied to embedded posts
|
2015-06-01 11:58:50 -04:00 |
|
|
7c9fb5d3fc
|
Refactored SiteMap/Header to support more dynamic flag counts
Also fixes deprecation in `plugin-outlet`
|
2015-03-11 16:12:53 -04:00 |
|
|
2d3a9b334d
|
FIX: LazyYT was not being applied when a post was edited
|
2014-12-18 12:28:14 -05:00 |
|
|
59c3ca7e7b
|
PLUGIN: New API for decorating a post with jQuery
|
2014-07-21 11:38:38 -04:00 |
|