1
0
mirror of https://github.com/flarum/core.git synced 2025-07-16 14:26:25 +02:00
Commit Graph

7 Commits

Author SHA1 Message Date
542fac888d chore: repo maintenance (#30)
* Bump deps

* Update imports

* Format
2022-01-11 10:40:45 +00:00
6c27c08672 Update for ICU MessageFormat 2021-05-12 19:24:06 -04:00
080f553a08 Mithril 2 Update (#22)
Update for Mithril 2
2020-09-23 22:49:05 -04:00
72ba762fed Truncate notification excerpts 2018-12-03 09:37:14 +10:30
e038aebfa0 Remove notification pluralization logic
Since we don't return an "unread count" in the API, this pluralization
logic is useless at the moment. Related to #643 and #716 but really
needs further thought in #868.
2018-09-21 11:27:45 +09:30
74fac8c206 Database changes (#16)
* Add foreign keys

* Rename table

* Use whereColumn

* Update core attribute names
2018-09-16 20:49:51 +02:00
8efb08dcfa Webpack (#15)
See https://github.com/flarum/core/pull/1367

* Replace gulp with webpack and npm scripts for JS compilation
* Set up Travis CI to commit compiled JS
* Restructure `js` directory; only one instance of npm, forum/admin are "submodules"
* Restructure `less` directory
2018-06-20 13:35:14 +09:30