1
0
mirror of https://github.com/flarum/core.git synced 2025-08-17 22:01:44 +02:00
Commit Graph

8914 Commits

Author SHA1 Message Date
Toby Zerner
5203be4ec8 Select contents of search input on focus 2015-09-22 17:06:06 +09:30
Toby Zerner
a184577877 Keep post actions visible when controls dropdown is open
Also show without hover on touch devices
2015-09-22 17:05:14 +09:30
Toby Zerner
d89e62b8d8 Properly hide loading spinner on unsuccessful post edit 2015-09-22 16:57:06 +09:30
Toby Zerner
d4dda26383 Rename column for consistency 2015-09-22 16:54:32 +09:30
Toby Zerner
2976541d5c Add "Debug" button to inspect the response of a failed AJAX request
Related to #118
2015-09-18 16:46:46 +09:30
Toby Zerner
a2a0d8ee83 Distinguish links in alerts 2015-09-18 14:39:20 +09:30
Toby Zerner
8d5cbd6802 Further tweaks to post layout
Move footer after actions so that we'll be able to have larger things
in the footer (e.g. Answers) without pushing down the controls.
2015-09-18 14:38:57 +09:30
Toby Zerner
2fbbe0bea7 Use SettingsModal component 2015-09-18 13:32:20 +09:30
Toby Zerner
d5cc7494b0 Use SettingsModal component 2015-09-18 13:31:04 +09:30
Toby Zerner
3146e9bc03 SettingsRepository is a default dep for migrations now 2015-09-18 13:30:52 +09:30
Toby Zerner
790bf44a98 Use SettingsModal component 2015-09-18 13:30:21 +09:30
Toby Zerner
362afd1bd2 Clean up 2015-09-18 13:29:50 +09:30
Toby Zerner
205400500e Allow formatter to be used for things other than post formatting 2015-09-18 13:29:43 +09:30
Toby Zerner
6ddd99dca5 Allow settings to be deleted using LIKE
Also give migrations access to the SettingsRepository
2015-09-18 13:28:38 +09:30
Toby Zerner
6cacf37d0d Add events for serializing/unserializing config values 2015-09-18 13:16:35 +09:30
Toby Zerner
092f5a27c9 Reflect composer's focus state in a property 2015-09-18 13:15:58 +09:30
Toby Zerner
57efa7a335 Smooth out initial composer slide animation 2015-09-18 13:14:12 +09:30
Toby Zerner
7bfc3c3d21 Add abstract SettingsModal component in admin app
Makes building settings modals (that update basic config values) a
whole lot quicker/easier.
2015-09-18 13:13:25 +09:30
Toby Zerner
9544d7dd6a Patch Mithril with a bidi attribute
Enables quick bidirectional bindings. So instead of this:

<input value={prop()} oninput={m.withAttr('value', prop)}/>

... we can do this:

<input bidi={prop}/>
2015-09-18 13:06:37 +09:30
Toby Zerner
6f5433a81c Cleanup, update changelog 2015-09-18 13:01:31 +09:30
Toby Zerner
023f946720 Add option to set tags as default route 2015-09-17 12:57:47 +09:30
Toby Zerner
af1ac1ef42 Extend social login access token expiry 2015-09-17 12:57:22 +09:30
Toby Zerner
a602790cb0 Remove "custom" home page input
Also add an API to let extensions define additional default route
options.

Allowing default routes with parameters (e.g. /d/123) is very difficult
because of the way Mithril routing works, and it doesn't have a
convincing use-case to justify the trouble. So I've removed the custom
input altogether.

closes #427
2015-09-17 12:56:39 +09:30
Toby Zerner
5cc745f610 Add migration generator 2015-09-17 12:16:38 +09:30
Toby Zerner
d35d97ee6a Update changelog 2015-09-17 09:11:48 +09:30
Toby Zerner
aea32622ad Clean up, add gitattributes 2015-09-17 09:10:51 +09:30
Toby Zerner
c472be9336 Add gitattributes 2015-09-17 09:10:35 +09:30
Toby Zerner
751dddd940 Add gitattributes 2015-09-17 09:10:28 +09:30
Toby Zerner
94371f845e Add gitattributes 2015-09-17 09:10:10 +09:30
Toby Zerner
1f8ccc8674 Namespace migrations 2015-09-17 09:10:05 +09:30
Toby Zerner
ce8d98e77e Add gitattributes 2015-09-17 09:10:00 +09:30
Toby Zerner
55f6b70a15 Namespace migrations 2015-09-17 09:09:56 +09:30
Toby Zerner
d0ef8e1c69 Add gitattributes 2015-09-17 09:09:47 +09:30
Toby Zerner
36607a92cc Add gitattributes 2015-09-17 09:09:41 +09:30
Toby Zerner
354da3c5c9 Namespace migrations 2015-09-17 09:09:37 +09:30
Toby Zerner
2b99f051e4 Add gitattributes 2015-09-17 09:09:34 +09:30
Toby Zerner
8da417c5b5 Add gitattributes 2015-09-17 09:09:26 +09:30
Toby Zerner
14884928a8 Namespace migrations 2015-09-17 09:09:21 +09:30
Toby Zerner
efcbc80b7e Add gitattributes 2015-09-17 09:09:16 +09:30
Toby Zerner
04f33261ee Namespace migrations 2015-09-17 09:09:11 +09:30
Toby Zerner
0746d0aee3 Add gitattributes 2015-09-17 09:09:07 +09:30
Toby Zerner
e796e98e98 Namespace migrations 2015-09-17 09:09:02 +09:30
Toby Zerner
2832128b86 Add gitattributes 2015-09-17 09:08:46 +09:30
Toby Zerner
be550ec8f9 Namespace migrations 2015-09-17 09:08:31 +09:30
Toby Zerner
f214d32f2f Add gitattributes 2015-09-17 09:08:24 +09:30
Toby Zerner
d6d1fc482d Namespace migrations 2015-09-17 09:08:19 +09:30
Toby Zerner
23b787279f Namespace migrations to avoid potential conflicts
Core migrations are under the Flarum\Migrations\Core namespace.
Extension migrations must be under the
Flarum\Migrations\{ExtensionName} namespace.

closes #422
2015-09-17 08:54:31 +09:30
Franz Liedke
f1099a1df3 Merge pull request #506 from Luceos/fixed_meta_description
missing meta description from admin area
2015-09-16 21:52:58 +02:00
Daniel Klabbers
3c492f486a fixed flarum/core#489 missing meta description from admin area 2015-09-16 21:43:53 +02:00
Toby Zerner
774d896b96 Merge pull request #499 from Luceos/php_version_fix
version constraint must match laravel dependancies at least
2015-09-16 17:33:23 +09:30