Simple forum software for building great communities.
Go to file
Toby Zerner 72a2749943 Fall back to en after the forum's default locale
Since we'll be encouraging (requiring?) people to include an "en" translation in extensions they want to put on the Marketplace, we should have a further fallback to "en" if it can't find translations in the forum's default language. That way if people only use extensions from the Marketplace, they'll hardly ever see any key names.

Thanks to @dcsjapan for the suggestion.
2015-11-02 17:55:31 +10:30
assets/fonts Major refactor and improvements 2015-10-08 14:28:02 +10:30
error Implement proper update process 2015-10-19 15:09:54 +10:30
js Revert e1315d2; always attempt to parse JSON 2015-10-31 14:49:14 +10:30
less Fix appearance of event posts on mobile 2015-10-14 16:35:06 +10:30
migrations Merge pull request #615 from oldskool/ip-logging 2015-10-31 10:04:06 +10:30
scripts Clean up some old code 2015-10-22 12:25:22 +10:30
src Fall back to en after the forum's default locale 2015-11-02 17:55:31 +10:30
stubs Clean up some old code 2015-10-22 12:25:22 +10:30
tests Added validation handler tests 2015-10-28 12:46:49 +00:00
views Translate basic HTML views 2015-10-21 11:36:49 +10:30
.editorconfig Clean up editorconfig, eslint, npm dependencies 2015-09-04 12:11:34 +09:30
.eslintignore Add JavaScript eslint config 2015-07-05 21:25:09 +09:30
.eslintrc Clean up editorconfig, eslint, npm dependencies 2015-09-04 12:11:34 +09:30
.gitattributes Include the extension stub's .gitignore file 2015-08-29 18:29:33 +09:30
.gitignore Added some tests for the database setting repository 2015-09-28 15:34:32 +01:00
.php_cs Add header comment; PSR-2 fixes; remove seeders 2015-08-26 16:56:32 +09:30
.travis.yml Travis: Test on PHP 7 and HHVM, too 2015-11-02 08:11:22 +01:00
CHANGELOG.md Update changelog for bundled extensions 2015-09-22 18:20:32 +09:30
composer.json Update to newest version of Whoops middleware 2015-10-31 12:56:38 +01:00
CONTRIBUTING.md Update readme/contributing 2015-11-01 16:00:25 +10:30
LICENSE Update links and remove license file extension 2015-08-27 19:56:37 +09:30
phpunit.yml Updated tests namespace to be ps4-valid. Added tests for flooding exception, fixed broken code 2015-10-27 12:48:27 +00:00
README.md Update readme/contributing 2015-11-01 16:00:25 +10:30

Flarum Core

This repository contains Flarum's core code. If you want to set up a forum, visit the main Flarum repository.

Contributing

Flarum is open-source and we would love your help building it! Please read the Contributing Guide to learn how you can help.