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

3714 Commits

Author SHA1 Message Date
Toby Zerner
fb17769074 Actually no npm lockfile, at least for now
Since I tend to do `npm link gulp flarum-gulp` so I'm not sure if the lockfile is valid?
2017-07-08 21:48:36 +09:30
Toby Zerner
b3fd4d92bd Actually no npm lockfile, at least for now
Since I tend to do `npm link gulp flarum-gulp` so I'm not sure if the lockfile is valid?
2017-07-08 21:48:28 +09:30
Toby Zerner
c134843633 Actually no npm lockfile, at least for now
Since I tend to do `npm link gulp flarum-gulp` so I'm not sure if the lockfile is valid?
2017-07-08 21:48:19 +09:30
Toby Zerner
a5d79ea287 Update dependencies 2017-07-08 21:41:36 +09:30
Toby Zerner
c349e8cb54 Update dependencies 2017-07-08 21:38:57 +09:30
Toby Zerner
162eef01dd Update dependencies 2017-07-08 21:36:49 +09:30
Toby Zerner
99c62ccdb0 Fix validation of "hidden" checkbox not working 2017-07-08 21:36:30 +09:30
Clark Winkelmann
86496f3e06 Keep images and links when quoting (#25)
* Keep images and links when quoting

* Fix bower dependencies
2017-06-29 08:26:15 +09:30
Clark Winkelmann
2bbf4a2b4b Drop bower usage (#27) 2017-06-29 08:25:24 +09:30
David Sevilla Martín
eac6e2e32f Use mentioned_by_self_text correctly (#26)
* Use mentioned_by_self_text correctly

* Whoops! Use , not david

* Fix dist js error
2017-06-25 10:54:18 +09:30
David Sevilla Martín
f33ee0dd43 Add core.admin.basics.show_language_selector_label 2017-06-12 09:20:27 -04:00
David Sevilla Martín
3945dbf760 Fix capitalization. Whoops! 2017-05-26 20:45:35 -04:00
David Sevilla Martín
7f59657230 Add view user list locale 2017-05-26 19:15:23 -04:00
David Sevilla Martín
01124e5c59 Apply fixes from StyleCI (#1) 2017-05-19 08:12:52 -04:00
David Sevilla Martin
59de5cceac add alert & email notifications for suspend & unsuspend 2017-05-18 20:32:23 -04:00
Miles Cellar
8a034a21c3 Optimize Union Jack SVG with SVGO
The SVG now weighs 259 bytes only (27.45% saving).
2017-05-18 22:23:55 +02:00
Miles Cellar
19ae5c0252 Add IPv4/IPv6 validation messages
Source: 7e5739d266
2017-05-18 22:07:12 +02:00
StoneSoldier
4cbb914cdc flagged_by text grammar fix (#103)
* flagged_by text grammar fix

changed "{username} flagged" to "Flagged by {username}" and "{username}
flagged as {reason}" to "{username} flagged this as {reason}"

* changed to "Flagged by {username} as {reason}"
2017-05-10 20:47:09 +02:00
Franz Liedke
81a311c256 Fix order of imports 2017-04-13 09:30:38 +02:00
Franz Liedke
ffa5e8b8c7 Disallow editing if discussions are locked
Fixes flarum/core#1156.
2017-04-13 08:22:08 +02:00
Dave Shoreman
c2fe1fdce5 Lazy-load any included relationships on /api/tags 2017-04-11 14:01:17 +01:00
Dave Shoreman
f61d834a76 Enable parent to be set during creation via API (#39)
* Enable parent to be set during creation via API

Sets the parent ID as long as it exists and is a top-level primary tag.
If it's not, it'll simply be ignored. Position is set automatically to
be one higher than the current highest, or 0 if parent has no children.

Example data (in addition to the usual attributes):
```
"relationships": {
    "parent": {
        "data": {
            "id": 1
        }
    }
}
```

* Add support for creating top-level tags

To set a top-level primary tag, pass parent id of 0
For a secondary tag, pass null or remove it from the request
To set as a child, pass the parent tag's id
2017-04-11 13:54:35 +09:30
Dave Shoreman
941a0b2c8a Specify available includes for /api/tags endpoint 2017-04-10 23:23:32 +01:00
Dave Shoreman
fb8ad8fe9a Fix Internal Server Error for blank API requests
Attempting to send an empty body to the create and update endpoints will
result in Flarum outputting "Internal Server Error" as plain text,
instead of failing gracefully with a json-ised validation exception.

This commit adds an empty array as the third parameter to array_get,
which sets the default value and thus allows Flarum to do its thing.
2017-04-06 04:16:40 +01:00
Franz Liedke
425a612537 Recompile dist JS 2017-03-06 22:01:14 +01:00
Franz Liedke
04b32d9abc Improve order of mention auto-completes
Suggest plain mention of username before explicitly replying to a
specific post.

Closes flarum/core#1118.
2017-03-06 22:00:25 +01:00
Miles Cellar
ec5059221e Update description of filled rule
Source: 90886732cf
2017-03-05 20:31:55 +01:00
Miles Cellar
35db9d7294 Add "Rename" to the reused translations
Just because there are now two references of it.
2017-03-02 16:41:15 +01:00
Franz Liedke
cf82c04525 Fix nesting of rename_discussion translations
Refs #98.
2017-02-28 22:39:33 +01:00
Franz Liedke
e7b794b55b Rename translation key 2017-02-26 23:47:11 +01:00
Franz Liedke
c6382eecee Merge pull request #98 from wiwatsrt/Patch-1
Rename discussion modal translations
2017-02-26 23:36:36 +01:00
VSN Reddy Janga
7e84ed7e3c Hide diff for compiled diff files 2017-02-20 19:45:45 +05:30
VSN Reddy Janga
cc8c4fe518 Hide diff for compiled diff files 2017-02-20 19:43:45 +05:30
VSN Reddy Janga
4aff33e670 Hide diff for compiled diff files 2017-02-20 19:38:38 +05:30
VSN Reddy Janga
7d924fb829 Hide diff for compiled diff files 2017-02-20 19:37:23 +05:30
VSN Reddy Janga
faa7bd305f Hide diff for compiled diff files 2017-02-20 19:36:20 +05:30
VSN Reddy Janga
9437436b4e Hide diff for compiled diff files 2017-02-20 19:35:10 +05:30
VSN Reddy Janga
6f5ec67b30 Hide diff for compiled diff files 2017-02-20 19:34:23 +05:30
VSN Reddy Janga
754c2e68b7 Hide diff for compiled diff files 2017-02-20 19:33:30 +05:30
VSN Reddy Janga
ec5257dd9a Hide diff for compiled diff files 2017-02-20 19:32:25 +05:30
VSN Reddy Janga
c621c4cf20 Hide diff for compiled diff files 2017-02-20 19:31:23 +05:30
VSN Reddy Janga
85f72f34c9 Hide diff for compiled diff files 2017-02-20 19:29:57 +05:30
VSN Reddy Janga
b7f2469523 Hide diff for compiled diff files 2017-02-20 19:28:13 +05:30
VSN Reddy Janga
dba8ab3244 Hide diff for compiled diff files 2017-02-20 19:27:07 +05:30
Wiwat Srisattha
3e4b9f40bd Remove unnecessary double quotes 2017-02-19 09:02:29 +07:00
Wiwat Srisattha
f39e2b1ee2 Rename discussion modal translations 2017-02-19 08:56:43 +07:00
Franz Liedke
1a2f8c4987 Use new core API for modifying WebAppView properties 2017-02-14 22:59:23 +01:00
Clark Winkelmann
97f469da80 Fix copy-paste shame
This hurts 😂
2017-02-04 23:34:52 +01:00
Franz Liedke
080379e230 Merge pull request #92 from renyuneyun/master
add missing translations (for EditUserModal.js)
2017-02-03 17:22:00 +01:00
Franz Liedke
af49f339ca Merge pull request #93 from milescellar/patch-2
Add missing translation
2017-01-03 21:02:24 +01:00