5660 Commits

Author SHA1 Message Date
Alwin Drenth
675a90daa1
Improve configuration files (#5544)
* Improve config indentation

* Add missing new lines in config

* Add trailing comma to cms configuration file
2021-03-24 16:55:28 +11:00
Alwin Drenth
2a7c7190d4
Update Dutch (nl) translations (#5543) 2021-03-24 15:47:35 +11:00
Web-VPF
1af6d2024a
Update Russian language (#5540) 2021-03-22 10:35:27 +11:00
jacobdekeizer
ae647ca50b
Fix dependency injection for component on cms page (#5060) 2021-03-19 14:40:12 +11:00
Marten
83c63f93b4
Allow DI in console command constructor (#4920)
Allow DI in console command constructor
2021-03-18 15:59:30 +11:00
Marc Jauvin
27c632034a
implement artisan october:util purge orphans (#5465)
* implement october:util purge orphan
2021-03-18 15:20:39 +11:00
Samuel Georges
86ef971976 Rename migration 2021-03-18 07:16:59 +11:00
Sergey Kasyanov
d865186ac1
Support saving deferred bindings with pivot data. (#5466)
* Support saving deferred bindings with pivot data.
2021-03-18 06:24:39 +11:00
Samuel Georges
12520828ba Adds helper for backend timezones 2021-03-18 05:21:36 +11:00
Ryan Showers
ef271e1940
call controlUtils.disposeControls in popup.js (#5537)
#5112 adds the necessary cleanup for the formwidget but 'dispose-control' listener is not triggered when a popup is closed
2021-03-18 05:10:09 +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
02f431b42f Faux hide the native element for client side validation
Note that the hidden element is now 'clickable' and can be misaligned in some instances. If this becomes a problem, explore ways to reduce its footprint
2021-03-15 13:27:24 +11:00
meesiris
5cc3307165
Radio and checkbox didn't show popup "Please select one of these options." when field definitions required: true. Because it can not focus. (#5520)
Use display:block;opacity:0 instead of display:none
2021-03-15 13:20:19 +11:00
Samuel Georges
7a925f43a9 Remove merge plugin config
No longer needed, see previous commit
2021-03-13 10:44:47 +11:00
Samuel Georges
de897f9748 Remove composer-merge plugin
There was never any good reason to include this, since plugins are installed by

- composer: where dependencies become merged
- gateway: where dependencies are already included
- developers (A): include a custom repo in composer
- developers (B): run composer update in the plugin directory

It makes the system unpredictable and needlessly complex. Also there are reports of it slowing down composer
2021-03-12 07:20:36 +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
Samuel Georges
c9c58d2858 Rollback #4908 2021-03-08 18:25:13 +11:00
huna2021
3b650b7ebd
Fixes missing default value (#5507) 2021-03-06 10:04:00 +11:00
Samuel Georges
1b704e0e23 Merge branch 'develop' into 1.1 2021-03-06 08:59:55 +11:00
Samuel Georges
848e99b59b Pump the gas on trusted hosts
Although a nice idea, this is an overreach of the platform's area of concern and we will come up with a better solution for it soon
2021-03-06 08:42:02 +11:00
Vladimir Chernyshev
16ed9705a9
Permanent Composer 2 compatibility (#5506) 2021-03-05 18:21:40 +11:00
Ben Thomson
92ab25c582
PHP 8 compatibility (#5357)
PHP support
2021-03-05 18:20:44 +11:00
Samuel Georges
64a2742246 Nuke cruft 2021-03-05 14:22:34 +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
GitLog
daf281df41
Fix: Rollback plugins (#5192) 2021-03-04 22:13:32 +11:00
Samuel Georges
ded5c13452 Warm up to composer integration
Make note about response time
2021-03-04 21:31:30 +11:00
Sam Geo
7a628f409c
Remove support option 2021-03-04 15:07:27 +11:00
Samuel Georges
a3bf139d64 Clarify IP ownership
Luke Towers did not author October CMS
2021-03-04 14:58:22 +11:00
Samuel Georges
3e83fbab71 Luke has left the project 2021-03-04 14:57:17 +11:00
Sam Geo
fb918449e0
Update license with acceptable attribution 2021-03-04 14:50:01 +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
Sam Geo
9f13f2581b
Tidy up funding options
It makes sense to support October directly. If you are looking for ways to contribute financially, please contact us via email
2021-03-04 12:35:33 +11:00
Sam Geo
def99f6902
Core team to handle security reports 2021-03-04 12:33:16 +11:00
Marc Jauvin
00f65ca725
Honor cms.linkPolicy config in ImageResizer (#5401) 2021-02-26 13:53:18 -06: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
Ben Thomson
6be9bca5e1
Remove duplicated word 2021-02-22 11:26:44 +08:00
Luke Towers
0311203776
Consistency 2021-02-21 09:58:10 -06:00
Luke Towers
e3cf0e5843
Improvements to the contribution guide 2021-02-21 09:57:42 -06:00
Luke Towers
6a9e60dd49
Update PHP platform to support Laravel 6.20+
Refs: b1555ed43f
2021-02-15 02:54:00 -06:00
Ruben van Erk
623cfe191a
Improve Dutch translation (#5497) 2021-02-07 11:59:07 -06:00
Michał Płodowski
62dd76b3ef
Update pikaday to version 1.8.2 (#5395)
Fixes #5388
2021-02-05 13:16:29 -06:00
Marc Jauvin
c02346b3d5
Disable customize button on inactive themes (#5492) 2021-02-04 10:35:01 -06:00
Romain 'Maz' BILLOIR
becb688123
Fix docblocks of addCss/Js: add array to $name type (#5491) 2021-02-03 20:53:12 -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
Romain 'Maz' BILLOIR
a848688acb
Fix double dash typo on data-ajax--delay (#5477) 2021-01-28 16:39:02 -06:00
Frendhi
d2b3f865f1
Fix checkboxlist label missing if $option is not string or array (#5463) 2021-01-18 17:23:01 +08:00
Luke Towers
47b2aa0f15
Fix safeMode triggering unnecessarily
Fixes a long standing issue where when safe mode is enabled and the line endings present in the templates differed from the line endings used by the user's browser it would cause safe mode to prevent saving any changes (even when those changes did not include real changes to the code property) because the user's browser would "helpfully" change the original line endings to the line endings of the browser before sending it back to the server.
2021-01-15 14:54:31 -06:00
Ben Thomson
505b1ce0db
Drop Rain tests from main October CMS test suite (#5449)
The Rain library is separately tested with a TestCase base class which does not instantiate an application. This removes the conflict caused from the TestCase class which is within October CMS itself, which instantiates an applications and handles things differently.
2021-01-13 10:13:27 +08:00