Toby Zerner
71d3a1df33
Refactor start/endComputation into lazyRedraw method
2015-08-31 12:04:51 +09:30
Toby Zerner
01c6c6f3fb
Require extensions directory to be writable
2015-08-31 11:22:57 +09:30
Toby Zerner
b286ff82e0
Make "Choose Tags" link translatable
...
closes flarum/core#345
2015-08-31 10:56:08 +09:30
Toby Zerner
ad3f4ff718
Remove <script> tags from plain post content
...
closes #362
2015-08-31 10:49:24 +09:30
Franz Liedke
b8ba44b274
Fix last commit
2015-08-30 15:02:48 +02:00
Franz Liedke
e5a17e8e21
Travis: Use Composer scripts
2015-08-30 15:00:01 +02:00
Franz Liedke
099d66187d
Add Composer scripts
2015-08-30 14:59:10 +02:00
Toby Zerner
bef3f1ba4e
Merge pull request #10 from binaryoung/patch-1
...
Fix issue-email notifications quoting wrong reply
2015-08-30 16:27:24 +09:30
young
b86077dfcf
Fix issue-email notifications quoting wrong reply
...
This commit fix this bug https://github.com/flarum/core/issues/304.Problem not in newPost.blade.php but in this file.
2015-08-30 13:16:06 +08:00
Toby Zerner
fc2025bf44
Correct translation
2015-08-30 10:09:17 +09:30
Franz Liedke
b290161ef4
Make sure query filter works with database prefix, too.
...
Related to flarum/core#269 .
2015-08-29 23:08:36 +02:00
Franz Liedke
74fdf7b79c
Make sure query filter works with database prefix
...
Related to flarum/core#269 .
2015-08-29 23:07:21 +02:00
Franz Liedke
a90dfd686a
Make sure query filter works with database prefix, too
...
Related to flarum/core#269 .
2015-08-29 23:02:00 +02:00
Franz Liedke
26e6993a49
Make sure query filter works with database prefix, too
...
Related to flarum/core#269 .
2015-08-29 23:00:53 +02:00
Franz Liedke
9fdfb024dd
Use existing helper method
2015-08-29 22:49:43 +02:00
Franz Liedke
4a271a7868
Fix asset URL generation
...
This is important when Flarum is deployed in a subfolder.
Closes #291 .
2015-08-29 22:38:31 +02:00
Franz Liedke
13aed29c26
Installer: Check for openssl extension
...
Closes #296 .
2015-08-29 22:07:50 +02:00
Franz Liedke
7b24c82f6f
Make Tags item translateable
2015-08-29 21:53:37 +02:00
Franz Liedke
5fc23ff012
Allow Ctrl key for submitting posts, too
...
Closes #276 .
2015-08-29 17:09:14 +02:00
Toby Zerner
e0552239b6
Merge pull request #338 from lbausch/discussion_validation
...
Add validation to limit discussion title length
2015-08-29 18:58:42 +09:30
Lorenz Bausch
4af20f8101
limit max title length to 80 characters
2015-08-29 11:26:18 +02:00
Lorenz Bausch
c9bac2ed03
remove executable flag from file
2015-08-29 11:23:05 +02:00
Toby Zerner
2451ec21b9
Include the extension stub's .gitignore file
2015-08-29 18:29:33 +09:30
Toby Zerner
7163b8e746
Add CONTRIBUTING
...
(copied from flarum/flarum)
2015-08-29 18:29:19 +09:30
Toby Zerner
616d3e30ee
Allow string primitives to be added to ItemLists
2015-08-29 15:25:36 +09:30
Toby Zerner
bb7d51440c
Add helpful hint on how to upgrade PHP
2015-08-29 14:44:55 +09:30
Toby Zerner
b51add6708
Merge pull request #299 from huytd/fix-wordwrap
...
Fix text overlap in search result with long content
2015-08-29 08:31:37 +09:30
Huy Tran
4d715fb0df
Fix text overlap in search result with long content
2015-08-28 15:18:17 -07:00
Franz Liedke
21338c3d75
Merge pull request #20 from OlivierBarbier/fix-tags-migration
...
Fix last_time type
2015-08-28 16:03:52 +02:00
Olivier Barbier
66416bbeb3
Fix last_time type
2015-08-28 16:00:04 +02:00
Toby Zerner
9c67a39e69
Fix default database name
2015-08-28 14:53:01 +09:30
Toby Zerner
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
Huy Tran
8b5a346259
Make Google Web Font work on both HTTP and HTTPS
2015-08-27 20:17:42 -07:00
Toby Zerner
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
Toby Zerner
22ab34f75c
Require the PHP DOM extension
2015-08-28 05:30:27 +09:30
Toby Zerner
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
Toby Zerner
8601402750
Fix reset password error
2015-08-28 02:16:28 +09:30
Toby Zerner
845a8bbcd8
Fix discussion composer not submitting
2015-08-27 23:32:06 +09:30
Toby Zerner
1b0f9b7a9c
Fix incorrect chmod instruction
2015-08-27 21:51:36 +09:30
Toby Zerner
31df87535b
Check to make sure directories are writable
2015-08-27 21:45:02 +09:30
Toby Zerner
6e2fe039b3
Fix typo causing bundled extensions to not be enabled
2015-08-27 21:28:15 +09:30
Toby Zerner
b7482b7466
Check some more extension requirements
2015-08-27 20:37:20 +09:30
Toby Zerner
f84d002d35
Don't enable the Pusher extension by default
2015-08-27 20:11:14 +09:30
Toby Zerner
65901ce216
Check some requirements before installation
2015-08-27 20:11:06 +09:30
Toby Zerner
22182f3106
Update links and remove license file extension
2015-08-27 19:56:37 +09:30
Franz Liedke
85638f6669
Fix installer link to Flarum website
2015-08-27 11:37:49 +02:00
Toby Zerner
ccefb679ad
Reorganise dashboard help text
2015-08-27 10:59:50 +09:30
Toby Zerner
7c214a6b69
User lighter default theme color
2015-08-27 10:51:14 +09:30
Toby Zerner
1090e1f639
Import admin "log out" translation
2015-08-27 10:50:57 +09:30
Toby Zerner
430a8cd575
Polish admin dashboard
2015-08-27 10:50:15 +09:30