Ben Thomson
00849268ed
Allow customised deletion messages in lists
...
Provides the ability for developers to specify a custom message for bulk deletion actions, as well as a custom message when no records could be deleted due to missing selections or an altered query not finding any applicable records.
2020-11-19 17:28:30 +08:00
Ben Thomson
50816a9556
Add support for defining quick actions in the Backend's main nav ( #5344 )
...
Plugins now have the ability to define quick actions through a "registerQuickActions" method, which follows the same configuration as the "registerNavigation" method. It is still recommended and preferred that most plugin functionality be defined in their own main menu items, but this will allow a plugin to easily define a shortcut (or remove one).
2020-11-10 12:53:17 +08:00
Marc Jauvin
59d183b3b0
Add Sortable Behavior to ReorderController validateModel ( #5268 )
...
Checks for the newly added Sortable Behavior as well as the existing Sortable Trait. See b19deb853f
2020-11-04 11:18:22 -06:00
Salvatore Brosio
df91c529a1
Improved Italian translations ( #5338 )
...
Co-authored-by: salvatore brosio <salvatore.brosio@gmail.com>
2020-10-29 11:25:19 -06:00
Ben Thomson
866af34b1a
Use number literals for booleans in filter conditions.
...
SQL Server treats literal "false" and "true" as column names. This is probably the same for any other database type that does not have a true "boolean" storage.
Refs: https://github.com/rainlab/blog-plugin/pull/526#issuecomment-716299459
2020-10-26 15:32:13 +08:00
Senuros
e1ba909b65
Improve German translation ( #5329 )
2020-10-23 23:05:40 -06:00
Bertware
6fb3708440
Improve Dutch translation ( #5328 )
...
Sources:
https://www.vandale.nl/gratis-woordenboek/nederlands/betekenis/component
http://de-of-het.nl/component/
2020-10-23 14:14:59 -06:00
Luke Towers
a9a2c6e83b
Improve handling of custom editor styles in the backend
2020-10-20 15:35:27 -06:00
Igor
baecc2c1e6
Fix codestyle ( #5323 )
2020-10-20 15:02:53 -06:00
Luke Towers
51d1c16369
More tweaks to the default publisher permissions, added separate permission for users to manage their own personal editor preferences.
2020-10-20 09:20:16 -06:00
4NIK3T
463cd57bc0
Add removeSideMenuItems function ( #5285 )
...
Similar to addSideMenuItems, add a helper function to removeSideMenuItems
2020-10-13 15:51:59 +08:00
Ben Thomson
af6db51b79
Allow "no records" message to be defined for relation widgets.
...
Both the "view" and "manage" widgets, in list mode, now support a custom message when no records are available. To maintain BC, if "emptyMessage" is provided in the relation config, this is still used for the "view" widget in list mode.
Fixes https://github.com/octobercms/october/issues/3594
2020-10-07 14:05:17 +08:00
Blaž Oražem
4d25ec6813
Improve Slovenian translation ( #5292 )
2020-10-02 02:35:39 -06:00
Ben Thomson
789de0217d
Add styling for fancy breadcrumb based on Backend brand colors
2020-09-24 16:52:59 +08:00
Ben Thomson
ed06a6f1ac
Do minItem initialization before checking current value in repeater prep
...
Fixes https://github.com/octobercms/october/issues/5274
2020-09-17 12:45:55 +08:00
Luke Towers
8a785e4393
Tightened up the default permissions granted to the "Publisher" system role out of the box
2020-09-11 02:10:59 -06:00
serega-kasyanow
4c41eee1b3
Update module facade docblocks ( #5273 )
2020-09-11 10:49:16 +08:00
Luke Towers
b407f26e02
Add support for \Path\To\Class::staticMethodName for defining field options.
...
Related: 95d0b61a29
2020-09-10 12:12:46 -06:00
lctoan
1ef50d4751
Improve Taiwanese translations ( #5264 )
2020-09-07 09:48:12 -06:00
Luke Towers
79cbfa34a6
Composer updates for 1.1.0
2020-09-06 21:07:10 -06:00
Luke Towers
fd2d634b5e
Composer updates for 1.0.469
2020-09-06 21:05:00 -06:00
Luke Towers
91e4e96929
Allow the Filter widget container to be targeted by the AJAX framework
2020-09-04 14:29:06 -06:00
Luke Towers
acd0616aaa
Fix typo, credit to @alxy for identifying
2020-08-30 02:08:06 -06:00
Ben Thomson
c75231c60e
Fix repeated condition in thumbnail options
2020-08-24 21:34:28 +08:00
Ben Thomson
684d18ffc4
Clean up
2020-08-24 15:23:49 +08:00
Ben Thomson
d104d47911
Clear relation fields when unlinking a relation
2020-08-24 15:18:33 +08:00
Ben Thomson
b51428f585
Unassign previous hasOne relation when creating or linking a new record.
...
Prevents multiple relations existing for a hasOne relation when used in a Relation widget.
2020-08-24 15:17:38 +08:00
Ben Thomson
e384a37457
Apply same fix from 5a843bc to the create action as well
2020-08-24 15:16:01 +08:00
Luke Towers
d3e346013d
minor inline doc correction
2020-08-23 23:58:31 -06:00
Luke Towers
5a843bc909
Fix support for updating belongsTo relationships with the RelationController.
...
Fixes #5198 , #5243 ; replaces #5217 . Related: 6e25c5a8d0 #
2020-08-23 23:57:05 -06:00
Web-VPF
f708754f07
Update Russian translation ( #5247 )
2020-08-23 02:51:48 -06:00
Luke Towers
779a87999c
Added support for new "image" column type that uses the ImageResizer class
2020-08-21 17:54:31 -06:00
Ben Thomson
c7ed0ffa1a
Implement improved testing procedure ( #5238 )
...
Refs: 5feb7b872f
2020-08-14 08:00:39 +08:00
moisessepulveda
cdb8acd214
Improvements to Spanish translations ( #5237 )
2020-08-13 12:03:35 +08:00
Luke Towers
0a9c751e1b
Merge branch 'develop' into wip/laravel-6
2020-08-03 01:49:06 -06:00
Luke Towers
18af35d928
Prevent error from occurring when the active sorting column is hidden from the results.
...
Fixes #5227
2020-07-30 10:54:09 -06:00
Luke Towers
6ea06b3d8e
restore original password min length value
2020-07-19 02:07:09 -06:00
Luke Towers
18714ae9f0
Add L6 as a dep to the modules to prevent people with older Laravel versions from accidentally pulling in the L6 update
2020-07-19 01:42:58 -06:00
Luke Towers
1aab58d1e4
Merge branch 'develop' into wip/laravel-6
2020-07-19 01:35:37 -06:00
Luke Towers
c1fd1b9346
Fix support for ignoreTimezone in date filter types
...
Fixes #5197
2020-07-19 01:01:09 -06:00
Klaas Poortinga
517c588ef7
Fix filter type "group" when 500+ options are available ( #5141 )
...
When 500 options or more are presented in a group filter, PHP `max_input_vars` limits may prevent the filter from working. This fix passes selected options through as a JSON string to get around the limits.
2020-07-17 17:12:41 +08:00
Luke Towers
d17b6eaf32
Merge branch 'develop' into wip/laravel-6
2020-07-17 00:47:32 -06:00
Ben Thomson
70eac9b0e2
Recompile assets
2020-07-16 18:00:19 +08:00
Patrick Boivin
987dfa4eb7
Add Paragraph Formats to Editor Settings ( #4861 )
...
Co-authored-by: Luke Towers <github@luketowers.ca>
Co-authored-by: Ben Thomson <ben@abweb.com.au>
2020-07-16 17:54:21 +08:00
Ben Thomson
4950edc196
Add sensitive field input ( #5201 )
...
A field widget that allows for entering of sensitive information that can be revealed at the user's request - ie. API keys, secrets.
When a sensitive field that has been previously populated is loaded again, a placeholder is used instead of the real value, until the user opts to reveal the value. The real value is loaded via AJAX.
Credit to @tomaszstrojny for the original implementation.
Replaces #5062 . Fixes #5061 , #1850 , perhaps #1061 .
Co-authored-by: Tomasz Strojny <tomasz@init.biz>
Co-authored-by: Luke Towers <github@luketowers.ca>
2020-07-08 16:26:38 +08:00
Luke Towers
dd8ceaa106
Merge branch 'develop' into wip/laravel-6
2020-06-27 20:06:39 -06:00
Luke Towers
b2d88d6da9
Fix issue when refreshing an entire form that occurs because the toggleEmptyTabs timer runs after the elements it was based on have all been replaced.
2020-06-24 11:33:44 -06:00
Ben Thomson
47ca69e1f4
Merge remote-tracking branch 'origin/develop' into wip/laravel-6
2020-06-23 11:01:21 +08:00
Giuseppe Montuoro
cbbc82ac86
Use the current context when making redirects in FormController onSave handlers ( #5132 )
...
Related: d0546599d1
2020-06-20 16:04:57 -06:00
Luke Towers
ef36399cf7
Improve error handling for invalid counter properties on backend menu items
2020-06-19 23:54:44 -06:00