Commit Graph

2967 Commits

Author SHA1 Message Date
merdan 25d8b45b27 first initial commit 2021-06-04 11:26:26 +05:00
Romain 'Maz' BILLOIR c7bfcbda6b
Add max files option to fileupload (#5352) 2021-05-05 05:42:31 +10:00
danielbidala e001fc4742 Fix filter group overflow 2021-04-29 09:24:10 +10:00
Samuel Georges 44bfe43c24 Fixes logic error
Fixes #5572
2021-04-20 10:24:44 +10:00
meesiris ac9b1795da
Add trigger change after update fields (#5557) 2021-04-15 12:25:56 +10:00
Samuel Georges 751d687cbf Recompile assets 2021-04-09 15:43:37 +10:00
Alexander Guth c4e3903988
Fix pagelinks plugin in richeditor (#5553) 2021-04-09 15:41:50 +10:00
KonstantinObuhov 17ed2b1e27
See here the problem https://github.com/briannesbitt/Carbon/issues/610 (#5548)
* See here the problem https://github.com/briannesbitt/Carbon/issues/610

* Change DEFAULT_AFTER_DATE to 0001-01-01 00:00:00
2021-04-09 15:37:48 +10:00
Pete Halverson baa7fdc99d
Support readonly and disabled fields when value is an array (#4683)
Issue #4330
2021-03-31 17:48:43 +11:00
Web-VPF 1af6d2024a
Update Russian language (#5540) 2021-03-22 10:35:27 +11:00
Samuel Georges 12520828ba Adds helper for backend timezones 2021-03-18 05:21:36 +11:00
Samuel Georges ea4ca1802b Rem defect - refs #5112 2021-03-17 19:50:17 +11:00
Mantas Šimkūnas fbbcbbb32f
Unbind event handlers upon destruction of the form widget (#5112)
* Unbind event handlers upon destruction of the form widget
2021-03-17 19:46:48 +11:00
Samuel Georges b30c7d5b37 Simplify module packages definitions
This has potential for recursion in composer lookups and should be directed by the main composer file or rain library

Also removed Luke from authors, he added himself and this was never authorized by us
2021-03-10 15:05:03 +11:00
Ben Thomson 92ab25c582
PHP 8 compatibility (#5357)
PHP support
2021-03-05 18:20:44 +11:00
thomas4Bitcraft 9d06eb5c7d
Dynamically configure per page options (#5528)
* added perPageOptions to allowed config attributes

* Update Lists.php

Updated List Widget to be able to change perPageOptions according to lists config
2021-03-05 12:29:27 +11:00
Jan Boech b33a659689
Update lang.php - groups_comment in french (#5525)
Wrong comment on groups_comment in french. Missuse with role comment. Groups can't be changed granuraly in user permission.
2021-03-04 14:09:25 +11:00
Saifur Rahman Mohsin 59de6e1d25
Respect user-defined admin password during october:install(#5481)
During the regular october install using october:install, the user-defined password is overwritten with the random generated string password. Instead, now it uses random password only if the user-defined password defaults to *admin* and if a user did set a custom password, that is used instead.
2021-02-26 13:49:52 -06:00
Kallef Alexandre e4a6fcc24a
Improve Brazilian Portuguese translations (#5490) 2021-02-03 14:35:12 -06:00
Szabó Gergő 533e17775a
Improvements to the Hungarian translation (#5475) 2021-02-01 07:43:42 +08:00
Frendhi d2b3f865f1
Fix checkboxlist label missing if $option is not string or array (#5463) 2021-01-18 17:23:01 +08:00
Ben Thomson 555ab61f23
Add app.trustedHosts config and force host checks on password reset (#5423)
Add app.trustedHosts config and force host checks on backend password reset.

Related: f29865ae3d
2021-01-04 12:35:47 -06:00
LucianDex 786d59eff8
Fix typo (#5433) 2020-12-26 18:20:59 -06:00
Luke Towers 2d6b35b31e
Pass the Form & Field instances to the static method used to generate field options
Brings code into line with documentation here: 1015a56294
2020-12-11 15:33:43 -06:00
Martin Vančo 5bbc714984
Update sk.js (#5375)
Fixes wrong 'style' translation (replaces letter 'ť' with 'Š'), adds translation for Insert File and Insert Audio.
2020-12-03 12:26:20 +08:00
Luke Towers c8899898e6
Documented richeditor.listTypes & richeditor.getTypeInfo events (#5295) 2020-11-20 15:45:17 -06:00
Alvaro Cánepa e2eb299bee
Migrate to League\Csv 9.0 (#5335)
OC 1.1 require `league/csv: ~9.1` but use code from 8.x on ImportExport behavior.
https://csv.thephpleague.com/9.0/upgrading/
2020-11-20 15:41:05 -06:00
Ben Thomson d7d6faeedb
Generate random password for seeded admin account through october:up (#4866) 2020-11-20 03:43:33 -06:00
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