1
0
mirror of https://github.com/flarum/core.git synced 2025-08-19 23:01:56 +02:00
Commit Graph

3489 Commits

Author SHA1 Message Date
Toby Zerner
d842d8e460 Webpack (#14)
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:34:41 +09:30
Toby Zerner
3ff07832f4 Webpack (#9)
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:34:30 +09:30
Toby Zerner
2c6a2b2d70 Webpack (#52)
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"
* Maintain partial compatibility API (importing from absolute paths) for extensions
* Restructure `less` directory
2018-06-20 13:31:45 +09:30
Toby Zerner
93ee7de0fc Use new Formatter extender 2018-06-17 15:01:19 +09:30
Toby Zerner
b36a1d809c Use new Formatter extender 2018-06-17 15:00:42 +09:30
Toby Zerner
a4f71bae31 Use new Formatter extender 2018-06-17 15:00:15 +09:30
Toby Zerner
ae31581450 Restructure JS and LESS 2018-06-17 14:53:35 +09:30
Sajjad Hashemian
dfaf0eb0f3 Revert "add yamllinter check (#124)" (#127)
This reverts commit bca3810496.
2018-06-16 14:09:10 +09:30
Sajjad Hashemian
dcef34bafa [WIP] sort keys (#125)
* sort core.yml

* sort flarum-suspend.yml

* sort flarum-tags.yml

* undo email subjects
2018-06-16 14:08:20 +09:30
Franz Liedke
3718d5dcec Get rid of obsolete ControllerInterface
See flarum/core#1443.
2018-05-30 09:55:11 +02:00
Franz Liedke
8a831849c0 Get rid of obsolete ControllerInterface
See flarum/core#1443.
2018-05-30 09:55:04 +02:00
Franz Liedke
392ae3db0a Remove unnecessary parameter in migration closure 2018-05-30 09:52:56 +02:00
Sajjad Hashemian
bca3810496 add yamllinter check (#124)
* add yamllinter check

* ignore validation.yml

* enhancement

* cleanup
2018-05-30 14:18:04 +09:30
Clark Winkelmann
b0876604ac Add tags page back button tooltip translation 2018-05-24 18:51:50 +02:00
Clark Winkelmann
a8274a5821 Use more consistent capitalization for back tooltip 2018-05-24 18:51:31 +02:00
Clark Winkelmann
e029cdff87 Fix history usage (introduces new translation) 2018-05-24 18:50:54 +02:00
Clark Winkelmann
a7ebbf1035 Use Page component for Tags page 2018-05-24 18:50:11 +02:00
Clark Winkelmann
69057183e0 Remove unused color variable 2018-05-24 18:18:39 +02:00
Miles Cellar
843432a392 Update to the latest Laravel version (#122)
Add message for "Not Regex" validation rule (293fae6bd8 (diff-9c04f727a922ad4f105b9ad764ec221d)) and add language lines for the newly added comparison validation rules (51507a6d8a (diff-9c04f727a922ad4f105b9ad764ec221d) and 7d8e91ab66 (diff-9c04f727a922ad4f105b9ad764ec221d)).
2018-05-16 21:45:27 +02:00
Daniël Klabbers
16689cbac7 Update core.yml
now that we need the full icon class, the groups icon text has to be updated too
2018-05-13 22:03:37 +02:00
David Sevilla Martín
83cdd63737 Apply fixes from StyleCI (#3) 2018-05-12 10:50:28 -04:00
David Sevilla Martín
c3c1672993 Delete old event files 2018-05-12 10:28:36 -04:00
David Sevilla Martín
cd8d747985 Merge upstream into master 2018-05-12 10:19:52 -04:00
Ammar Fadhlur Rahman
21443d95b4 Change fa icon prefix to fas 2018-05-10 15:06:30 +07:00
Ammar Fadhlur Rahman
6d3c084a5f Change fa icon prefix to fas 2018-05-10 15:04:42 +07:00
Ammar Fadhlur Rahman
28e4bfa409 Change fa icon prefix to fas 2018-05-10 15:03:19 +07:00
Ammar Fadhlur Rahman
bc8960c3ec Change fa icon prefix to fas 2018-05-10 15:02:22 +07:00
Ammar Fadhlur Rahman
ca805afdfe Change fa icon prefix to fas 2018-05-10 15:01:02 +07:00
Ammar Fadhlur Rahman
0d18e0e140 Change fa icon prefix to fas 2018-05-10 14:59:28 +07:00
Ammar Fadhlur Rahman
4acd676543 Change fa icon prefix to fas 2018-05-10 14:58:35 +07:00
Ammar Fadhlur Rahman
1fcb84ebd3 Change fa icon prefix to fas 2018-05-10 14:56:52 +07:00
Ammar Fadhlur Rahman
9746161c4f Change fa icon prefix to fas 2018-05-10 14:53:21 +07:00
Toby Zerner
d7191c19db Move to devDependencies 2018-04-25 10:31:52 +09:30
Toby Zerner
d5a4195cbc Update for webpack 2018-04-25 10:16:58 +09:30
Charlie
0f75139a51 Fix ordering bug
If an empty request is sent to the /tags/order endpoint, all tags
would get moved to secondary tags.
2018-03-19 22:49:25 +01:00
Franz Liedke
5057f05194 Use new extender name 2018-03-19 01:08:43 +01:00
Franz Liedke
8d74b40e49 Please StyleCI 2018-03-18 22:36:10 +01:00
Arseny Sysolyatin
7ae7603342 Implement negation for tag gambit
Closes #42.
2018-03-18 20:31:18 +01:00
Clark Winkelmann
5bf642046d Remove unused parameter 2018-03-07 04:04:19 +01:00
fvlasie
0b218489f0 Improved style of ENglish 2018-03-03 19:11:12 -08:00
Toby Zerner
a3755e06f0 Only show sticky excerpt on unread discussions 2018-02-24 16:00:45 +10:30
Franz Liedke
c88fcd5cf9 Make StyleCI happy 2018-02-23 23:48:53 +01:00
AFR
d3baf624d1 Adapt to FontAwesome v5.0.6 icon name changes (#8) 2018-02-23 23:47:51 +01:00
AFR
3caa5e52e6 Adapt to FontAwesome v5.0.6 icon name changes (#15) 2018-02-23 23:47:36 +01:00
AFR
f25cf83e9b Adapt to FontAwesome v5.0.6 icon name changes (#14) 2018-02-23 23:47:15 +01:00
AFR
5506b3f76f Adapt to FontAwesome v5.0.6 icon name changes (#47) 2018-02-23 23:46:24 +01:00
AFR
cc50059f57 Adapt to FontAwesome v5.0.6 icon name changes (#2) 2018-02-23 23:44:35 +01:00
AFR
14e0939947 Adapt to FontAwesome v5.0.6 icon name changes (#7) 2018-02-23 23:44:26 +01:00
AFR
a7a497855b Adapt to FontAwesome v5.0.6 icon name changes (#12) 2018-02-23 23:44:19 +01:00
AFR
1e61e2e5a1 Adapt to FontAwesome v5.0.6 icon name changes (#12) 2018-02-23 23:44:03 +01:00