1
0
mirror of https://github.com/flarum/core.git synced 2025-08-25 17:31:55 +02:00
Commit Graph

8867 Commits

Author SHA1 Message Date
Maël Soucaze
fac1c55176 Update license year range to 2016 2016-01-25 16:52:59 +01:00
Maël Soucaze
6049c66ed5 Update license year range to 2016 2016-01-25 16:52:32 +01:00
Maël Soucaze
63d5747407 Update license year range to 2016 2016-01-25 16:51:33 +01:00
Maël Soucaze
14601f0282 Update license year range to 2016 2016-01-25 16:50:50 +01:00
Maël Soucaze
ac69b26430 Update license year range to 2016 2016-01-25 16:50:30 +01:00
Maël Soucaze
a4aef88a36 Update license year range to 2016 2016-01-25 16:49:11 +01:00
Maël Soucaze
798741ccfc Update license year range to 2016 2016-01-25 16:48:51 +01:00
Maël Soucaze
7bd1f7319d Update license year range to 2016 2016-01-25 16:48:30 +01:00
Maël Soucaze
93ad7cc837 Update license year range to 2016 2016-01-25 16:47:27 +01:00
Maël Soucaze
c13b90274c Update license year range to 2016 2016-01-25 16:46:33 +01:00
Franz Liedke
32af5838b2 Merge pull request #26 from jwdeitch/patch-1
Added validation for tags
2016-01-25 14:50:18 +01:00
jwdeitch
91eb39d615 Update TagValidator.php 2016-01-25 07:58:22 -05:00
jwdeitch
245270e629 Added validation for tags
https://github.com/flarum/core/issues/758
2016-01-24 23:06:57 -05:00
Franz Liedke
bdeb457361 Merge pull request #4 from Luceos/validator
added validator
2016-01-24 17:45:32 +01:00
Daniel Klabbers
56e0eeebb1 removed "useless" phpdoc, added description for validator 2016-01-23 09:49:23 +01:00
Daniel Klabbers
d6766dbf7e added validator 2016-01-22 22:14:08 +01:00
Franz Liedke
29b1b2614a Travis: Use pre-installed Composer
I also disabled the XDebug extension for the PHP runtime, which should
improve Composer runtime considerably. This is what Composer itself does.
2016-01-20 22:22:13 +01:00
Franz Liedke
c9bf15abd2 Update extension skeleton
Closes #743.
2016-01-20 22:14:08 +01:00
Franz Liedke
4a3fcbfbc2 Fix path to extension stub directory
Refs #743.
2016-01-20 22:01:01 +01:00
Franz Liedke
2b8716cde0 Fix obsolete import 2016-01-20 21:38:14 +01:00
Franz Liedke
864f88fbd2 Hardcode primary keys during installation
This avoids misleading assumptions about automatically generated primary keys
in some cases.

Fixes #566.
2016-01-20 21:36:50 +01:00
Franz Liedke
301ff7e8b2 Expose creation time in flag serializer
Fixes flarum/core#651.
2016-01-20 21:06:37 +01:00
Franz Liedke
5fa9d58062 #317: Better reply insertion intelligence 2016-01-20 20:18:55 +01:00
Toby Zerner
2ff8fc0126 Tweak padding on user dropdown button so avatar is flush with border radius 2016-01-19 19:19:16 +10:30
Toby Zerner
fa54ac90cb Fix mistake in previous commit 2016-01-19 19:07:06 +10:30
Toby Zerner
c52d32fbd0 Remove usage of finally
See flarum/core@60d78ce
2016-01-19 18:58:15 +10:30
Toby Zerner
4ef8cbee0a Patch Mithril bug causing redraws to fail
Turns out there's a little more to the regression in a506b7c. First, we need to give the spaces in between list items a key too. Second, there's a bug in the latest Mithril code where using string keys can break the diffing algorithm. I've patched it manually in our dist JS files for now, and reported the issue: https://github.com/lhorie/mithril.js/issues/934
2016-01-19 18:55:57 +10:30
Toby Zerner
fa56ef23c0 Update bower dependencies, fix redraw regression
- In Mithril, `finally` has been removed from promise objects as it is not part of the ES spec. See https://gist.github.com/jish/e9bcd75e391a2b21206b for info on the substitute.
- Fix a regression introduced in a506b7c which broke some redraws
2016-01-19 17:59:19 +10:30
Toby Zerner
cc9851d010 Add Composer branch-alias
This allows installations to require version 0.1.0 with minimum-stability=dev, and they will get the latest from master.

See flarum/core#727
2016-01-19 17:20:25 +10:30
Toby Zerner
97cb86dcbe Add Composer branch-alias
This allows installations to require version 0.1.0 with minimum-stability=dev, and they will get the latest from master.

See flarum/core#727
2016-01-19 17:20:19 +10:30
Toby Zerner
b41ad78266 Add Composer branch-alias
This allows installations to require version 0.1.0 with minimum-stability=dev, and they will get the latest from master.

See flarum/core#727
2016-01-19 17:19:46 +10:30
Toby Zerner
cb21d8290a Add Composer branch-alias
This allows installations to require version 0.1.0 with minimum-stability=dev, and they will get the latest from master.

See flarum/core#727
2016-01-19 17:19:40 +10:30
Toby Zerner
ebafb903fe Commit latest dist files
See https://github.com/flarum/core/issues/727#issuecomment-172384020
2016-01-19 17:19:36 +10:30
Toby Zerner
d38c49809c Add Composer branch-alias
This allows installations to require version 0.1.0 with minimum-stability=dev, and they will get the latest from master.

See flarum/core#727
2016-01-19 17:19:17 +10:30
Toby Zerner
4374d8d7c0 Add Composer branch-alias
This allows installations to require version 0.1.0 with minimum-stability=dev, and they will get the latest from master.

See flarum/core#727
2016-01-19 17:19:08 +10:30
Toby Zerner
88a06b1843 Add Composer branch-alias
This allows installations to require version 0.1.0 with minimum-stability=dev, and they will get the latest from master.

See flarum/core#727
2016-01-19 17:18:56 +10:30
Toby Zerner
3b9b31db12 Add Composer branch-alias
This allows installations to require version 0.1.0 with minimum-stability=dev, and they will get the latest from master.

See flarum/core#727
2016-01-19 17:18:44 +10:30
Toby Zerner
8f827b977b Add Composer branch-alias
This allows installations to require version 0.1.0 with minimum-stability=dev, and they will get the latest from master.

See flarum/core#727
2016-01-19 17:18:38 +10:30
Toby Zerner
b453dac32c Add Composer branch-alias
This allows installations to require version 0.1.0 with minimum-stability=dev, and they will get the latest from master.

See flarum/core#727
2016-01-19 17:18:28 +10:30
Toby Zerner
48c398df98 Add Composer branch-alias
This allows installations to require version 0.1.0 with minimum-stability=dev, and they will get the latest from master.

See flarum/core#727
2016-01-19 17:18:23 +10:30
Toby Zerner
85d6b326c5 Add Composer branch-alias
This allows installations to require version 0.1.0 with minimum-stability=dev, and they will get the latest from master.

See flarum/core#727
2016-01-19 17:18:14 +10:30
Toby Zerner
1fdcf58014 Add Composer branch-alias
This allows installations to require version 0.1.0 with minimum-stability=dev, and they will get the latest from master.

See flarum/core#727
2016-01-19 17:18:10 +10:30
Toby Zerner
8c228d9dcd Add Composer branch-alias
This allows installations to require version 0.1.0 with minimum-stability=dev, and they will get the latest from master.

See flarum/core#727
2016-01-19 17:17:56 +10:30
Toby Zerner
155b268319 Add Composer branch-alias
This allows installations to require version 0.1.0 with minimum-stability=dev, and they will get the latest from master.

See flarum/core#727
2016-01-19 17:17:46 +10:30
Toby Zerner
6936a5452a Add Composer branch-alias
This allows installations to require version 0.1.0 with minimum-stability=dev, and they will get the latest from master.

See flarum/core#727
2016-01-19 17:17:29 +10:30
Toby Zerner
01d3803bed Add Composer branch-alias
This allows installations to require version 0.1.0 with minimum-stability=dev, and they will get the latest from master.

See #727
2016-01-19 17:00:10 +10:30
Toby Zerner
84f869abf2 Commit latest dist files
See https://github.com/flarum/core/issues/727#issuecomment-172384020
2016-01-19 16:53:31 +10:30
Toby Zerner
8beea31836 Commit latest dist files
See https://github.com/flarum/core/issues/727#issuecomment-172384020
2016-01-19 16:53:21 +10:30
Toby Zerner
d9d70aa43c Commit latest dist files
See https://github.com/flarum/core/issues/727#issuecomment-172384020
2016-01-19 16:53:13 +10:30
Toby Zerner
d7058e500a Commit latest dist files
See https://github.com/flarum/core/issues/727#issuecomment-172384020
2016-01-19 16:53:05 +10:30