1
0
mirror of https://github.com/flarum/core.git synced 2025-06-12 17:42:07 +02:00
Commit Graph

1237 Commits

Author SHA1 Message Date
4869baea74 convert: common/utils/ItemList 2020-07-10 14:13:31 +02:00
24a48310ff convert: common/utils/humanTime 2020-07-10 14:05:09 +02:00
bdb759c558 convert: common/utils/formatNumber 2020-07-10 14:05:07 +02:00
d189272473 Initial TypeScript infrastructure ()
This allows us to get started with converting all Flarum JavaScript code to TypeScript.
In addition, we will have time to experiment to find the best Webpack configuration before integrating into flarum-webpack-config.

See .
2020-07-03 14:47:44 +02:00
7d48c24dda Bundled output for commit 5786f1a10b [skip ci] 2020-07-03 05:17:34 +00:00
5786f1a10b Fix discussions user page ()
* Fixed up discussions user page, improve discussion list state signature
2020-07-03 01:16:08 -04:00
b4421e1cce Bundled output for commit 359b4ab5a3 [skip ci] 2020-07-02 22:33:46 +00:00
359b4ab5a3 Fix user card issue by reverting to original behavior ()
* Fix user card issue by reverting to original behavior
2020-07-02 18:32:41 -04:00
50a9f7ce86 Bundled output for commit 8dd5420405 [skip ci] 2020-07-01 00:34:15 +00:00
8dd5420405 Switch from 'moment' to 'dayjs' ()
* Switch from 'moment' to 'dayjs'

* Use humanize code from duration plugin (without actual plugin) for time lapsed events
2020-06-30 20:33:00 -04:00
640cc0989b Bundled output for commit 44376cef61 [skip ci] 2020-07-01 00:00:24 +00:00
44376cef61 Extract ModalManagerState from ModalManager () 2020-06-30 19:59:16 -04:00
4f181c84fc Bundled output for commit ea9d601338 [skip ci] 2020-06-30 22:08:06 +00:00
ea9d601338 Extract AlertManagerState from AlertManager () 2020-06-30 18:06:59 -04:00
e2c416903e Bundled output for commit e81159249f [skip ci] 2020-06-28 17:45:26 +00:00
e81159249f Add check to register state of '0' as false for checkboxes ()
* Add check to register state of '0' as false for checkboxes
* Add comment explaining state === '0'
2020-06-28 13:44:14 -04:00
d93cf4a574 Bundled output for commit a33fbbf814 [skip ci] 2020-06-27 18:20:09 +00:00
a33fbbf814 Add index page title, add mechanism to clear title from defaultRoute. ()
* Add "All Descriptions title to index

* Added system to clear custom title if we're on the default route
2020-06-27 14:18:49 -04:00
0c645a6c15 Bundled output for commit b44b79eba9 [skip ci] 2020-06-26 16:25:45 +00:00
b44b79eba9 Fix typo and update outdated doc block 2020-06-26 18:23:56 +02:00
93398b738b Bundled output for commit 7816b61bfb [skip ci] 2020-06-26 14:08:35 +00:00
7816b61bfb Remove documentation for obsolete component prop 2020-06-26 16:06:56 +02:00
7dc3a194c3 Expose a method for clearing notification list
Needed for pusher extension.

Refs .
2020-06-26 15:10:41 +02:00
cea7824b57 Bundled output for commit 088eb0c4f2 [skip ci] 2020-06-26 12:32:40 +00:00
088eb0c4f2 Move DiscussionListState to correct folder 2020-06-26 12:52:33 +02:00
2ba67b021f Expose state classes via compat
This way, they can be extended by extensions.
2020-06-26 12:50:43 +02:00
92791a253d Bundled output for commit 138c784a50 [skip ci] 2020-06-24 00:51:55 +00:00
138c784a50 Call liveHumanTimes() to update ago times every 10s ()
This file has existed for 5 years, yet it was never used.
2020-06-23 20:50:57 -04:00
bb567e5278 Bundled output for commit cf4f2f283e [skip ci] 2020-06-20 14:19:53 +00:00
w-4
cf4f2f283e Fix discussion unreadCount could be higher than commentCount ()
* Fix discussion unreadCount being higher than commentCount if posts have been deleted
2020-06-20 10:18:26 -04:00
ed01f389a8 Bundled output for commit 71e313e677 [skip ci] 2020-06-19 21:42:28 +00:00
71e313e677 Clean up app.current, app.previous in JS ()
- Encapsulate app.current, app.previous in PageState objects
- Reorganize Page classes to use one central base class in common

Co-authored-by: Franz Liedke <franz@develophp.org>
2020-06-19 17:41:26 -04:00
b82504b4b1 Bundled output for commit 898d68d9f3 [skip ci] 2020-06-19 00:30:16 +00:00
898d68d9f3 Remove leftover property
Refs .
2020-06-19 02:27:01 +02:00
69f0172b92 Bundled output for commit 62fe9db732 [skip ci] 2020-06-19 00:11:51 +00:00
62fe9db732 Don't store PostUser instance in CommentPost ()
* Don't save component state in CommentPost
2020-06-18 20:10:25 -04:00
ed566cd18f Bundled output for commit 5c1663d8f1 [skip ci] 2020-06-18 23:54:42 +00:00
5c1663d8f1 Move Discussion List State into its own class ()
Extract discussion list state
2020-06-18 19:53:40 -04:00
c5d3b058ba Bundled output for commit 4a804dbbbc [skip ci] 2020-06-18 22:48:18 +00:00
4a804dbbbc Remove app.search instance, cache app.cache.searched ()
* Moved search state logic into search state
2020-06-18 18:47:01 -04:00
f4afb006ed Bundled output for commit 646b35374d [skip ci] 2020-06-18 21:29:07 +00:00
646b35374d Don't store checkbox instances in NotificationGrid ()
* Don't store checkbox states in NotificaitonGrid, use props for loading in Checkbox and Switch, replace preferenceSaver with internal management of loading state
2020-06-18 17:28:05 -04:00
4fc06336df Bundled output for commit 65f2d5fb75 [skip ci] 2020-06-18 21:09:49 +00:00
65f2d5fb75 Extract NotificationList state ()
* Extract NotificationList state
2020-06-18 17:08:06 -04:00
3b1f5ca07b Bundled output for commit d1750fecc0 [skip ci] 2020-05-31 02:50:39 +00:00
d1750fecc0 Send Test Mail Feature ()
- Add UI, backend for sending test emails
- Change mail settings endpoint to /api/mail/settings
2020-05-30 22:49:36 -04:00
63242edeb3 Bundled output for commit 0aed3764c4 [skip ci] 2020-05-31 02:29:29 +00:00
0aed3764c4 Scroll to edited post or inform the user ()
* scroll to edit or inform the user
2020-05-30 22:28:08 -04:00
bbd815a9ab Bundled output for commit acf4e9c80d [skip ci] 2020-05-20 00:53:05 +00:00
acf4e9c80d Removed excess Widget class in favor of DashboardWidget () 2020-05-19 20:52:07 -04:00