ORIENT/modules/backend
Dan Harrin cd86c62b94
Relation Manager Customisation Improvements (#4444)
This change allows for easy customisation of the relation manager titles and toolbar buttons.

For buttons - define your custom strings directly in the standard `toolbarButtons` syntax...

```
toolbarButtons:
    create: acme.blog::lang.subcategory.CreateButtonText
    delete: # omit the string to fall back to the default button text
```

...and the old syntax still works...

```
toolbarButtons: create|delete
```

For titles - define different strings for each mode (form, list or pivot)...

```
title:
    form: acme.blog::lang.subcategory.FormTitle
    list: acme.blog::lang.subcategory.ListTitle
```

This feature provides developer convenience, for example in this situation where I have a relation manager that is used to assign user permissions to a project:
Before
![Screenshot 2019-07-10 at 09 28 22](https://user-images.githubusercontent.com/41773797/60953626-6bc0de80-a2f5-11e9-8001-04e816ad6967.png)
After
![Screenshot 2019-07-10 at 09 32 51](https://user-images.githubusercontent.com/41773797/60953773-b9d5e200-a2f5-11e9-93a9-69238ea696aa.png)

This PR contains no breaking changes.
2020-03-27 12:56:07 -06:00
..
assets Event goes off not on 2019-12-13 21:56:39 +11:00
behaviors Relation Manager Customisation Improvements (#4444) 2020-03-27 12:56:07 -06:00
classes Add config for throttling login attempts into Backend (#4974) 2020-03-11 10:57:19 +08:00
controllers Add header and cookie support to ResponseMaker 2019-11-02 18:57:32 +11:00
database Code quality clean up (#4449) 2019-07-18 08:50:37 -06:00
facades Code dusting (#2826) 2017-04-24 21:38:19 +10:00
formwidgets Modify codeditor widget to implement html attributes set through form field definition (#5001) 2020-03-25 14:47:39 -06:00
helpers Allow decompiled Backend JS assets (#4549) 2019-08-16 16:19:16 +08:00
lang Improved Russian translation (#5005) 2020-03-27 12:16:21 -06:00
layouts Minor cleanup 2019-10-09 09:44:24 -06:00
models Add config for throttling login attempts into Backend (#4974) 2020-03-11 10:57:19 +08:00
reportwidgets Hide link to "Access Logs" when the user doesn't have access (#4462) 2019-07-19 09:53:02 -06:00
skins {@inheritDoc} -> @inheritDoc 2017-03-16 06:26:14 +11:00
traits Fix docbocks ListController behaviour. (#4989) 2020-03-23 20:12:49 +11:00
views Prevent subject and password from being HTML encoded in the invite email (#4301) 2019-04-30 09:13:55 -06:00
widgets Modify password field to support placeholder attribute (#5003) 2020-03-26 13:38:40 -06:00
ServiceProvider.php Added support for mode: switch to the PermissionEditor formwidget 2019-10-15 16:46:02 -06:00
composer.json Updating links in composer files 2018-04-16 02:33:08 -06:00
routes.php Add missing documentation comment blocks for fired events (#4788) 2019-11-24 23:59:00 -06:00