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

8781 Commits

Author SHA1 Message Date
Toby Zerner
f2dbb96e84 Improve client XHR error handling
The default XHR error handler produce an alert which is appropriate to the response status code. It can be overridden per-request (by specifying the `errorHandler` option) so that the alert can be suppressed or displayed in a different position (e.g. inside a modal).

ref #118
2015-10-20 12:48:26 +10:30
dcsjapan
be172f5092 Group translation keys by sub-key instead of prefix
- Adds new sub-keys to replace key prefixes, and adjusts key names accordingly.
- Moves several button strings from `admin.permissions_` to `admin.permissions_controls`
- Merges `forum.settings_notify_` strings into `forum.settings`
- Rolls `forum.user_avatar_` strings into `forum.user`
- Moves the `user_deleted_text` to the `lib` namespace.
- Adds four other leftover strings to the `lib` namespace.
- Includes minor changes to formatting and comments.
2015-10-19 18:24:38 +09:00
Toby Zerner
a6ba05862f Merge pull request #11 from maelsoucaze/readme
Update translating instructions
2015-10-19 19:16:52 +10:30
Maël Soucaze
8dda2018f4 Update translating instructions 2015-10-19 10:43:14 +02:00
Toby Zerner
38ad35a47b Merge pull request #10 from maelsoucaze/comments
Comment the code (and add SVG LF support)
2015-10-19 19:08:04 +10:30
Toby Zerner
f78110370f Merge pull request #9 from maelsoucaze/valid-svg-1-1
Valid SVG 1.1 Markup
2015-10-19 19:03:13 +10:30
Toby Zerner
3c8c3258ec Merge pull request #8 from maelsoucaze/email-subjects
Use right email subjects
2015-10-19 19:02:42 +10:30
Maël Soucaze
f27d328c84 Comment the code 2015-10-19 10:30:16 +02:00
Maël Soucaze
1eaa2c5130 Valid SVG 1.1 Markup. 2015-10-19 10:20:05 +02:00
Maël Soucaze
d3c1097f86 Use right email subjects. 2015-10-19 10:11:40 +02:00
Toby Zerner
bf04dba33e Enforce unique slugs
closes flarum/core#393
2015-10-19 16:50:19 +10:30
Toby Zerner
0952651cf3 Fix migrate command and generated migration namespace 2015-10-19 16:48:16 +10:30
Toby Zerner
e357d2b535 Add third state to flags header icon
closes flarum/core#500
2015-10-19 16:20:00 +10:30
Toby Zerner
49ed9c7dde Fix error when replying to a post by a deleted user 2015-10-19 16:18:26 +10:30
Toby Zerner
1dd847bd36 Translate group names during serialization
closes #564
2015-10-19 15:44:28 +10:30
Toby Zerner
a74c4ebd71 Add error handling to edit group modal 2015-10-19 15:44:00 +10:30
Toby Zerner
ed4be20be2 Only decrease unread count if notification is unread
closes #590
2015-10-19 15:27:46 +10:30
Toby Zerner
23eb4c805b Implement proper update process
If the version in the settings table mismatches the code version, then we return a 503 error for all requests coming through index.php and api.php, while admin.php serves up a form prompting for the database password which will run outstanding migrations.
2015-10-19 15:09:54 +10:30
Toby Zerner
4d25738cb3 Add Interface suffix to SettingsRepository 2015-10-19 15:00:09 +10:30
Toby Zerner
244b8fd132 Add Interface suffix to SettingsRepository 2015-10-19 14:59:26 +10:30
Toby Zerner
f0a96c3e1c Add Interface suffix to SettingsRepository 2015-10-19 14:59:15 +10:30
Toby Zerner
0e06d70b73 Add Interface suffix to SettingsRepository 2015-10-19 14:58:47 +10:30
Toby Zerner
029c306bd0 Add email translations; namespace reused strings 2015-10-19 11:24:08 +10:30
Toby Zerner
c0bf875890 Make emails translatable
closes #267
2015-10-19 11:23:39 +10:30
Toby Zerner
f47be34df0 Gracefully fail for LESS compilation errors, not just parsing ones 2015-10-17 15:55:03 +10:30
Toby Zerner
6cc3dd4dea Prevent crash when no locales are enabled 2015-10-16 14:02:09 +10:30
Toby Zerner
9e7c30044a Allow pluralisation of event post description 2015-10-16 12:50:12 +10:30
Toby Zerner
37fac5a0d4 Update translation IDs 2015-10-16 12:42:40 +10:30
Toby Zerner
fed89e0de1 Update plural translations 2015-10-16 12:41:48 +10:30
Toby Zerner
fdb6d4735d Update translation ID 2015-10-16 12:40:41 +10:30
Toby Zerner
d70bbbe18d Update translation ID 2015-10-16 12:35:35 +10:30
Toby Zerner
1f5269d874 Namespace extension translations
Also update with the new plural syntax
2015-10-16 12:35:05 +10:30
Toby Zerner
0ffea2dde0 cs fix 2015-10-15 22:51:26 +10:30
Toby Zerner
e6ee0ebefa Add validation translations
These are the translations for Laravel's Validation component. They are in their own top-level namespace. Unlike the rest of Flarum's translations, the variables are marked by a :colon prefix rather than {curlies}.
2015-10-15 22:38:17 +10:30
Toby Zerner
eff26abc6a Switch to new plural format
Flarum is now powered by Symfony's Translation component, which has a more powerful pluralization system. The rules for all locales are included in core so they no longer need to be included per-language pack. See http://symfony.com/doc/current/components/translation/usage.html#pluralization to learn about the format.

closes #550
2015-10-15 22:37:00 +10:30
Toby Zerner
bc3fa5d451 Refactor translation and validation
We now use Symfony's Translation component. Yay! We get more powerful pluralisation and better a fallback mechanism. Will want to implement the caching mechanism at some point too. The API is replicated in JavaScript, which could definitely use some testing.

Validators have been refactored so that they are decoupled from models completely (i.e. they simply validate arrays of user input). Language packs should include Laravel's validation messages.

ref #267
2015-10-15 22:30:45 +10:30
Toby Zerner
f6830c6ab6 Flush the embed client assets when settings are changed 2015-10-15 10:48:25 +10:30
Franz Liedke
154465069d Revert previous commit 2015-10-14 13:52:52 +02:00
Franz Liedke
a872d4d31e Fix version constraint for tobscure/json-api 2015-10-14 13:42:18 +02:00
Franz Liedke
79df1d793a Require version 0.1 of Whoops middleware 2015-10-14 13:40:02 +02:00
Toby Zerner
76eaf8cb2d Refactor tag sorting algorithm
closes flarum/core#325
2015-10-14 17:04:17 +10:30
Toby Zerner
4eebd97b46 Fix default forum route controller 2015-10-14 17:03:29 +10:30
Toby Zerner
945d65c91b Potential fix for #381
Have not yet been able to test in situ.
2015-10-14 16:35:48 +10:30
Toby Zerner
9e9b45cf70 Fix appearance of event posts on mobile 2015-10-14 16:35:06 +10:30
Franz Liedke
f6f0aaf0d2 Clean up 2015-10-14 07:50:42 +02:00
Toby Zerner
eb49e1d4e8 Update references to forum. permissions
ref flarum/core#425
2015-10-14 16:12:10 +10:30
Toby Zerner
ba97ad561e Remove forum. prefix from permissions
closes #425
2015-10-14 16:11:00 +10:30
Toby Zerner
74f7c2a1db Fix typo in sign_up_log_in_text 2015-10-14 16:05:42 +10:30
Toby Zerner
c557bcde28 Store temporary files in storage dir
closes #482
2015-10-14 15:49:31 +10:30
Toby Zerner
0544f5cb30 Basic parsing of HTML tags in translations
This allows text to be wrapped with a virtual element:

	key: "This is a <test>Test</test>"

	app.trans('key', {test: <a href="#"/>});

closes #574
2015-10-14 15:24:28 +10:30