9c67a39e69
Fix default database name
2015-08-28 14:53:01 +09:30
5d3ea065a9
Merge pull request #278 from huytd/https-web-font
...
Make Google Web Font work on both HTTP and HTTPS
2015-08-28 12:50:12 +09:30
8b5a346259
Make Google Web Font work on both HTTP and HTTPS
2015-08-27 20:17:42 -07:00
3fab329937
Use gd as the image driver
...
Presumably gd is more common than imagick, and we already check for it
during installation.
2015-08-28 05:41:25 +09:30
22ab34f75c
Require the PHP DOM extension
2015-08-28 05:30:27 +09:30
dc1e192eac
Allow non-admins to reset their password
...
The EditUser command requires the actor to have the "edit" permission,
which is only granted to admins. We don't want to allow users to change
their own password via the API, though. So instead of dispatching the
command, we'll just update the user's password directly in the action.
2015-08-28 03:38:55 +09:30
8601402750
Fix reset password error
2015-08-28 02:16:28 +09:30
1b0f9b7a9c
Fix incorrect chmod instruction
2015-08-27 21:51:36 +09:30
31df87535b
Check to make sure directories are writable
2015-08-27 21:45:02 +09:30
6e2fe039b3
Fix typo causing bundled extensions to not be enabled
2015-08-27 21:28:15 +09:30
b7482b7466
Check some more extension requirements
2015-08-27 20:37:20 +09:30
f84d002d35
Don't enable the Pusher extension by default
2015-08-27 20:11:14 +09:30
65901ce216
Check some requirements before installation
2015-08-27 20:11:06 +09:30
22182f3106
Update links and remove license file extension
2015-08-27 19:56:37 +09:30
85638f6669
Fix installer link to Flarum website
2015-08-27 11:37:49 +02:00
ccefb679ad
Reorganise dashboard help text
2015-08-27 10:59:50 +09:30
7c214a6b69
User lighter default theme color
2015-08-27 10:51:14 +09:30
1090e1f639
Import admin "log out" translation
2015-08-27 10:50:57 +09:30
430a8cd575
Polish admin dashboard
2015-08-27 10:50:15 +09:30
54ec8364d5
Coding standards
2015-08-27 01:40:18 +02:00
8f02a5229a
Revert PATH_INFO magic
2015-08-27 01:31:28 +02:00
49bb9ef5e3
Make sure search input has a background when focused
2015-08-27 08:47:06 +09:30
3911139b17
Collapse search input on tablets. closes flarum/core#162
...
While this solution isn't perfect (perhaps a search icon which opens a
dropdown would be better, like Discourse does) - it'll do for now :)
2015-08-27 08:34:19 +09:30
abd6da73f5
Fix config retrieval
2015-08-27 00:58:56 +02:00
dafb4c06bc
Change base URL etc. in config.php file
2015-08-27 00:47:54 +02:00
6e52762b7a
By default, don't rewrite API base URL
2015-08-26 23:43:33 +02:00
342f797d80
Use path info for routing
2015-08-26 23:39:39 +02:00
e4ceb84aaf
Extract method
2015-08-26 10:33:41 +02:00
f2b05798e2
Redirect using configured base URL
2015-08-26 17:48:25 +09:30
f3d45902fc
Delete config.php if installation fails
2015-08-26 17:46:49 +09:30
f331f1d07d
Fix JS docblock
2015-08-26 17:11:54 +09:30
941479edb8
Begin JavaScript cleanup
2015-08-26 16:56:33 +09:30
156462d33e
Fix error on index page
2015-08-26 16:56:32 +09:30
0979139d67
Monkey patch mithril so we can use JSX component syntax
...
<Alert foo="bar"/> instead of Alert.component({foo: 'bar'})
2015-08-26 16:56:32 +09:30
455b00e234
Add header comment; PSR-2 fixes; remove seeders
2015-08-26 16:56:32 +09:30
30c2a415e0
Cleanup small things in installer
2015-08-26 09:02:28 +02:00
cf964b2c20
Make sure active discussion is highlighted
2015-08-26 11:02:12 +09:30
447dcd760d
Reduce contrast on post stream time gaps
2015-08-26 10:19:24 +09:30
d07182622e
Autoload the cached PHP renderer
2015-08-26 09:46:20 +09:30
bde590b5a6
Use PHP formatter rendering engine
...
Removes dependency on XSLT extension
2015-08-26 09:34:49 +09:30
3490e8887b
Use new discussion URL format
2015-08-25 19:52:24 +09:30
8525bcf419
Make discussion slug URL parameter optional
2015-08-25 19:32:41 +09:30
f954a42748
Add flysystem dependency
2015-08-25 19:32:15 +09:30
08806a2689
Tweak notification excerpt styles
2015-08-21 10:00:09 +09:30
7664c0a94a
Add notification excerpts to help distinguish posts
2015-08-21 09:54:41 +09:30
36d03054bf
Remove old code
2015-08-19 14:54:08 +09:30
4419b6d6b1
Migrate extensions in upgrade script
2015-08-18 13:56:49 +09:30
91c5cef521
Get generate:extension command working again
2015-08-18 13:56:25 +09:30
5f23e8c447
Only delete avatar if it exists
2015-08-17 16:06:51 +09:30
f67b7fda6a
Ensure posts are sorted correctly
2015-08-17 15:52:39 +09:30