1
0
mirror of https://github.com/flarum/core.git synced 2025-08-16 13:24:11 +02:00
Commit Graph

3714 Commits

Author SHA1 Message Date
Toby Zerner
f95cc87522 Translations are now automatically included 2015-11-02 18:52:47 +10:30
Toby Zerner
5ffac115ad Translations are now automatically included 2015-11-02 18:52:41 +10:30
Toby Zerner
b7b8f4f90e Translations are now automatically included 2015-11-02 18:52:33 +10:30
Toby Zerner
8f9f904deb Translations are now automatically included 2015-11-02 18:52:23 +10:30
Toby Zerner
5be607a6a7 Translations are now automatically included 2015-11-02 18:52:17 +10:30
Toby Zerner
cb6be3fcc5 Translations are now automatically included 2015-11-02 18:51:44 +10:30
Toby Zerner
5c1b7aa288 Translations are now automatically included 2015-11-02 18:51:37 +10:30
Toby Zerner
25e8c53af3 Temporary fix for email URLs 2015-11-01 17:13:48 +10:30
Toby Zerner
896e8efee9 Temporary fix for email URLs 2015-11-01 17:13:37 +10:30
Toby Zerner
1b53ee8562 Update ItemList API 2015-11-01 09:39:10 +10:30
Toby Zerner
d2c96287d4 Update ItemList API 2015-11-01 09:38:54 +10:30
Toby Zerner
42d87d2b48 Add lib translations 2015-10-31 18:20:11 +10:30
Toby Zerner
2c94819144 Reduce length of slug field to prevent error when creating unique index 2015-10-31 18:19:45 +10:30
Toby Zerner
5431b84eef Fix typo in new post notification translation key 2015-10-31 18:19:00 +10:30
Toby Zerner
7b3cd8b1c1 Fix user mentioned notification registration 2015-10-31 18:18:44 +10:30
Toby Zerner
2a76c27814 Submit spam and ham feedback to Akismet 2015-10-31 14:50:07 +10:30
Toby Zerner
c39f4f01ea Fix flag count queries 2015-10-31 14:49:44 +10:30
Toby Zerner
0ec3b0aabb Update serializer API 2015-10-30 22:45:26 +10:30
Toby Zerner
7db94e6bc5 Update ItemList API 2015-10-30 22:45:07 +10:30
Toby Zerner
714464ab03 Update ItemList API 2015-10-30 22:44:51 +10:30
Toby Zerner
f7f25c8f41 Update ItemList API 2015-10-30 22:34:20 +10:30
Toby Zerner
c371fe764b Update API relationship serializer/listener 2015-10-30 11:07:20 +10:30
Toby Zerner
76b676d489 Update API relationship listener 2015-10-30 11:07:03 +10:30
Toby Zerner
3695d7d8c7 Update API relationship listener 2015-10-30 11:06:57 +10:30
Toby Zerner
50645c5db9 Update API relationship listener 2015-10-30 11:06:50 +10:30
Maël Soucaze
5ff4c1fd64 Quote values with special or reserved characters
Quotes are required when the string contains special or reserved
characters (`:`, `{`, `}`, `[`, `]`, `,`, `&`, `*`, `#`, `?`, `|`, `-`,
`<`, `>`, `=`, `!`, `%`, `@`, and `\`).

See:
http://symfony.com/doc/current/components/yaml/yaml_format.html#strings
2015-10-28 14:26:56 +01:00
Toby Zerner
9e725ca48a Recompile JS 2015-10-27 12:40:35 +10:30
Toby Zerner
36b81b55bb Recompile JS 2015-10-27 12:40:16 +10:30
Toby Zerner
090d2ad2dd Recompile JS 2015-10-27 12:40:10 +10:30
Toby Zerner
2aeb6087bb Recompile JS 2015-10-27 12:39:58 +10:30
Toby Zerner
9732e1d6a1 Recompile JS 2015-10-27 12:39:51 +10:30
Toby Zerner
f637b160fd Recompile JS 2015-10-27 12:38:24 +10:30
Toby Zerner
6dbdd7d657 Recompile JS 2015-10-27 12:17:44 +10:30
Toby Zerner
7aa46e99cb Recompile JS 2015-10-27 12:17:34 +10:30
Toby Zerner
53444845cc Recompile JS 2015-10-27 12:17:15 +10:30
Toby Zerner
f7e815f6e6 Recompile JS 2015-10-27 12:17:08 +10:30
Toby Zerner
db375498a1 Recompile JS 2015-10-27 12:17:02 +10:30
Toby Zerner
56d4fb1c73 Recompile JS 2015-10-27 12:16:54 +10:30
Toby Zerner
2e1bc6eece Recompile JS 2015-10-27 12:16:47 +10:30
Toby Zerner
6ac115edf5 Recompile JS 2015-10-27 12:16:37 +10:30
Toby Zerner
8e5a19962f Recompile JS 2015-10-27 12:16:28 +10:30
Toby Zerner
fc339254cf Trim the /embed prefix off of post permalinks 2015-10-27 12:08:42 +10:30
Toby Zerner
40c32e1b3a Show sidebar items at top of embed 2015-10-27 12:03:03 +10:30
dcsjapan
edc98bfe71 Pluralize the post liked notification string
- Adds a comment to indicate a pluralizable string.
- Supports https://github.com/flarum/likes/commit/e867b54.
2015-10-24 12:36:30 +09:00
Toby Zerner
553414e672 i18n: Pluralise notification text 2015-10-24 13:15:18 +10:30
Toby Zerner
3d7fcaa2b2 Truncate list of replies, pluralize notification text
ref flarum/core#597
2015-10-24 13:14:57 +10:30
dcsjapan
b3dbe065c4 Add an "others" key for Likes notifications
- Adds a key I overlooked in the reorganization.
2015-10-24 11:11:44 +09:00
Toby Zerner
2b49987ff3 i18n: Use new translation strings
closes flarum/core#527
2015-10-24 12:27:53 +10:30
Toby Zerner
50b9245bff Merge branch 'pluralize-others' of https://github.com/dcsjapan/flarum-english
# Conflicts:
#	locale/flarum-mentions.yml
2015-10-24 11:56:04 +10:30
Toby Zerner
de61e492cb Merge pull request #35 from dcsjapan/pluralize-alert
Pluralize the post mentioned notification string
2015-10-24 11:53:49 +10:30