1323 Commits

Author SHA1 Message Date
Jack Wilkinson
26c8995bba
Maintenance Allowed IP list (#147)
Co-authored-by: Luke Towers <github@luketowers.ca>
Co-authored-by: Ben Thomson <git@alfreido.com>
2021-09-07 16:45:25 +08:00
rezalaal
5c27bd65c6
Improve Persian translation (#293)
Credit to @rezalaal
2021-08-25 09:36:06 -06:00
Luke Towers
fd28ffb9c1 Log the real user for a CMS theme change 2021-08-24 14:36:21 -06:00
Luke Towers
c9bd17c223 Fix composer issues 2021-07-22 16:02:26 -06:00
Luke Towers
6e8507c426 Missed some swaps 2021-07-20 01:21:16 -06:00
Luke Towers
0c5099f0b1 Throw SystemException for critical not-found code paths
Throws SystemException (therefor creating critical logged errors) for code paths resulting in not found exceptions (AJAX handlers, partials, content, components, etc) to make it easier to identify and result issues before end users are affected.
2021-07-19 17:11:29 -06:00
LucianDex
087bd2b6ff
Updated all RO translations for Winter CMS modules. (#198) 2021-06-17 16:15:27 +08:00
Arvis Lācis
0af791d2c7
Improved Latvian translation (#142)
Credit to @arvislacis
2021-05-03 01:39:34 -06:00
Serena Villa
a5233ca57e
Improved Italian Translations (#134)
Credit to @josieit
2021-05-01 20:34:57 -06:00
Arvis Lācis
9e53549bc4
Improved Latvian translation (#128) 2021-04-29 09:45:30 -06:00
Jan Boech
2aa3f66b96
Update lang.php
Minor corrections (typos)
2021-04-28 16:47:40 +02:00
Luke Towers
f95d2529f9 Bust the cache on the AJAX framework asset URLs 2021-04-15 21:13:06 -06:00
Romain 'Maz' BILLOIR
18e34fbbe7
Move media rename and move actions' translation key from cms to backend (#62) 2021-03-23 09:42:41 -06:00
Luke Towers
06b91d16f2 Merge branch 'october-develop' into develop
# Conflicts:
#	.github/FUNDING.yml
#	.github/ISSUE_TEMPLATE/0_IMMEDIATE_SUPPORT.md
#	LICENSE
#	README.md
#	SECURITY.md
#	composer.json
#	modules/backend/composer.json
#	modules/backend/helpers/Backend.php
#	modules/cms/composer.json
#	modules/system/assets/ui/js/popup.js
#	modules/system/assets/ui/less/checkbox.less
#	modules/system/assets/ui/storm.css
#	modules/system/composer.json
#	modules/system/console/WinterInstall.php
#	modules/system/console/WinterVersion.php
#	modules/system/database/migrations/2021_10_01_000025_Db_Add_Pivot_Data_To_Deferred_Bindings.php
#	package.json
#	tests/fixtures/plugins/database/tester/updates/create_tags_table.php
2021-03-22 14:35:20 -06:00
jacobdekeizer
ae647ca50b
Fix dependency injection for component on cms page (#5060) 2021-03-19 14:40:12 +11:00
Luke Towers
a8a093ade4 Remove requirements for winter/storm from the module composer files 2021-03-11 23:46:36 -06:00
Luke Towers
a2dbe31caa More composer installers fixes 2021-03-11 21:31:02 -06:00
Luke Towers
b1d45dc983 fix composer installers compatibility 2021-03-11 21:08:17 -06:00
Luke Towers
dd9c394fee Ensure that the winter-* installers are loaded 2021-03-11 12:29:18 -06:00
Luke Towers
c047f34156 Merge branch 'wip/rebrand-1.0' into wip/rebrand-develop
# Conflicts:
#	.github/workflows/code-quality-pr.yaml
#	.github/workflows/code-quality-push.yaml
#	.github/workflows/tests.yml
#	README.md
#	composer.json
#	modules/backend/behaviors/ImportExportController.php
#	modules/backend/behaviors/ReorderController.php
#	modules/backend/composer.json
#	modules/backend/models/ExportModel.php
#	modules/cms/ServiceProvider.php
#	modules/cms/classes/Asset.php
#	modules/cms/classes/CmsObject.php
#	modules/cms/classes/CmsObjectCollection.php
#	modules/cms/composer.json
#	modules/system/ServiceProvider.php
#	modules/system/aliases.php
#	modules/system/assets/js/lang/lang.es.js
#	modules/system/assets/js/lang/lang.it.js
#	modules/system/assets/js/lang/lang.zh-tw.js
#	modules/system/assets/ui/storm-min.js
#	modules/system/classes/CombineAssets.php
#	modules/system/classes/ErrorHandler.php
#	modules/system/classes/SystemController.php
#	modules/system/classes/UpdateManager.php
#	modules/system/composer.json
#	modules/system/console/WinterFresh.php
#	modules/system/console/WinterUtil.php
#	modules/system/controllers/updates/_list_toolbar.htm
#	modules/system/providers.php
#	tests/UiTestCase.php
#	tests/functional/backend/AuthTest.php
#	tests/functional/phpunit.xml
#	tests/unit/backend/classes/NavigationManagerTest.php
#	tests/unit/cms/classes/CmsObjectTest.php
#	tests/unit/cms/classes/ControllerTest.php
#	tests/unit/cms/classes/ThemeTest.php
#	tests/unit/plugins/database/PluginModelTest.php
#	tests/unit/plugins/database/ValidationModelTest.php
#	tests/unit/system/console/WinterEnvTest.php
2021-03-11 00:22:09 -06:00
Luke Towers
32d0702f11 Added missing registerAssetBundles() method 2021-03-10 23:32:08 -06:00
Luke Towers
1e8cfb47af Manual comb through and rebrand following up the bulk patch rebrand 2021-03-10 15:25:57 -06:00
Luke Towers
cfa763b714 Initial rebrand commit generated from the 1.0 rebrand branch patch file 2021-03-10 15:02:53 -06:00
Luke Towers
b66e75ad43 Update minimum requirements in composer 2021-03-10 11:47:14 -06:00
Luke Towers
2cdccb7c3a Rebrand CSS & LESS 2021-03-10 11:14:36 -06:00
Luke Towers
53fb9fcf67 More rebranding 2021-03-10 03:35:10 -06:00
Luke Towers
a6f14241da Add alias support to SettingsManager 2021-03-10 02:58:27 -06: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
Luke Towers
2fbd5eee05 Obtained the winter\ namespace 2021-03-09 14:37:09 -06:00
Luke Towers
687a6bb626 Added missing CMS asset bundles 2021-03-09 14:21:32 -06:00
Luke Towers
a77e8b3b66 Add support for NavigationManager owner aliasing.
Written by @jaxwilko in #4
2021-03-09 14:12:25 -06:00
Luke Towers
048413382c $.oc to $.wn 2021-03-08 02:48:10 -06:00
Luke Towers
d52ea0ccf8 further WIP on rebrand 2021-03-08 02:41:13 -06:00
Samuel Georges
c9c58d2858 Rollback #4908 2021-03-08 18:25:13 +11:00
Luke Towers
62fbbdc182 Further WIP on October -> Winter rebrand 2021-03-07 02:24:21 -06:00
Luke Towers
7d80b771fe Initial work on Winter rebrand for 1.0 branch 2021-03-06 04:06:19 -06:00
Luke Towers
7e383e7c45 Auto detect editor to use in CMS template editing section 2021-03-06 03:24:39 -06:00
Luke Towers
924b4ce844 Revert 1fac424f71.
Refs: https://github.com/octobercms/october/issues/5457
2021-03-06 03:09:32 -06:00
Marc Jauvin
c02346b3d5
Disable customize button on inactive themes (#5492) 2021-02-04 10:35:01 -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
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
Luke Towers
2af7bd97a3 Fixed bug where /0 would return the homepage.
Fixes #5390.
2020-12-08 12:00:58 -06:00
Ben Thomson
40303e4aee
Disable booting backend localization if theme is missing.
Fixes https://github.com/octobercms/october/issues/5381
2020-12-04 16:30:23 +08:00
Ben Thomson
16e0bd4d09
Move theme localization to the boot process. (#5349)
It appears that doing this in the "register" process can result, at times, in an exception to be thrown as the connection to the DB is not yet established.
2020-11-11 09:53:31 +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
3590571642
fix themes localization namespace (#5348) 2020-11-09 13:10:22 -06:00
Siarhei Karavai
061d35e5fd
Register theme backend localization files (#4960)
Closes #4308.
2020-11-07 15:13:25 -06:00
Senuros
5dfe1ff748
Improve German translation (#5331) 2020-10-25 20:10:08 -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