Commit Graph

116 Commits

Author SHA1 Message Date
Bob den Otter 05a080f7a0 Merge branch '4.2' 2021-02-28 13:57:58 +01:00
Bob den Otter 06e7891a1c Backport warnOutdatedComposerJson to 4.2 2021-02-28 13:55:53 +01:00
Bob den Otter ae09664bdb Create Welcome command for Bolt 4.2 - #2209 2021-02-27 15:15:46 +01:00
Bob den Otter c58ed30ace CS fixes, type hinting 2021-02-25 14:39:44 +01:00
Ivo Valchev 42dd7829af Merge pull request #2319 from bolt/feature/4.2-composer-warning
Show warning for outdated `composer.json` for 4.2
2021-01-21 09:42:21 +01:00
Ivo Valchev e81cc648ab Invite Bolters to join people.boltcms.io 2021-01-16 16:18:55 +01:00
Ivo Valchev 06d250f733 Update InfoCommand.php 2021-01-15 13:35:32 +01:00
Ivo Valchev 33cf31b340 Fix callable phpstan error 2021-01-15 09:14:50 +01:00
Ivo Valchev 0c0be6393c Don't warn in core itself 2021-01-14 17:27:26 +01:00
Ivo Valchev 776afb8379 csfix 2021-01-14 17:27:26 +01:00
Ivo Valchev 0af9ca158b Show warning for outdated composer.json for 4.2 2021-01-14 17:27:26 +01:00
Ivo Valchev 21870e9181 Fix welcome command explanation 2021-01-07 14:21:42 +01:00
Ivo Valchev 1ad78f799b Create Welcome command 2020-12-03 12:33:47 +01:00
Bob den Otter d254315a21 Don't break installation if no SQLite is present 2020-11-02 10:40:24 +01:00
Bob den Otter 3f9049cc70 Don't break installation if no SQLite is present 2020-11-02 10:39:49 +01:00
Chris e170e888b8 Fixed Extensions List Command issue with package name 2020-10-18 21:50:48 +03:00
Simon Groenewolt c027191895 insert blank line before return to make cscheck happy :-) 2020-10-03 20:25:30 +02:00
Simon Groenewolt 31119721b2 fix @var annotation to hint that 'null' is a possible value 2020-10-03 19:47:26 +02:00
Simon Groenewolt eca804da4b Small updates based on review and code analysis. 2020-10-03 17:54:11 +02:00
Simon Groenewolt 9f0631098b fix namespace (should have tested before committing) 2020-10-03 15:38:30 +02:00
Simon Groenewolt d571d72921 reset password command is in the documentation (https://github.com/bolt/docs/blob/4.0/docs/howto/resetting-a-password.md), but not in the code. This is a simple version. Differences to the documentation: you have to specify the username (e-mail not possible) and you get the option of specifying a password yourself. 2020-10-03 15:32:50 +02:00
Bob den Otter c66d027016 Adding base-2021 to CopyThemesCommand 2020-09-20 12:38:59 +02:00
Bob den Otter 506d747d16 Make possible to check if an extension is present, directly in Twig 2020-09-13 17:39:45 +02:00
Ivo Valchev e2d02f0ffd Update src/Command/ExtensionsConfigureCommand.php
Co-authored-by: Bob den Otter <bob@twokings.nl>
2020-08-18 09:15:00 +02:00
Ivo Valchev 0933fce8a2 Remove services before composer remove 2020-08-17 17:41:40 +02:00
Micha Lehmann ffb35f1529 replaced hardcoded '/' by DIRECTORY_SEPARATOR php constant to support path splitting on Windows machines 2020-08-14 13:26:52 +02:00
Ivo Valchev 84fb1af151 Some minor code improvements 2020-08-03 11:55:10 +02:00
Bob den Otter 86cbde2107 CS fixes 2020-07-29 09:50:07 +02:00
Bob den Otter c56c88a587 Allow extensions to have an install method, which is called on installation (to install assets, for example) 2020-07-29 08:04:24 +02:00
Bob den Otter 80a81178f3 Minor changes, revert how services_bolt.yaml is handled. 2020-07-20 12:01:16 +02:00
Ivo Valchev 964a92fce1 Better name for the extensions:configure command 2020-07-17 15:01:49 +02:00
Ivo Valchev a57f489bff Extensions config are loaded on composer install and composer update 2020-07-17 13:40:25 +02:00
Bob den Otter 663224080e Display Symfony version in "About" and bolt:info screens 2020-07-01 16:41:27 +02:00
Bob den Otter 711bc3c52c Update src/Command/SetupCommand.php 2020-06-24 17:33:40 +02:00
Ivo Valchev 6cfb53353e Better feedback on bolt:setup errors 2020-06-24 17:19:56 +02:00
Ivo Valchev 8abc2e99d8 Update and required changes for ecs 8 2020-06-22 17:28:22 +02:00
Ivo Valchev 3ceba98065 Return correct exit status for cache:thumbs, bolt:reset-secret and bolt:info 2020-05-11 11:27:51 +02:00
Bob den Otter f8f5751972 Updating CS 2020-05-03 15:06:04 +02:00
Bob den Otter 5dcd29d173 Adding ConcatSpaceFixer 2020-05-03 15:00:18 +02:00
Bob den Otter 41dca3dcba Move the check for JSON to Doctrine/Version class 2020-04-04 12:22:11 +02:00
vershinin_so c0b3d0af52 refactoring commands 2020-03-26 11:40:25 +03:00
Bob den Otter 3e9157731c Set default (fallback) permissions correctly 2020-03-20 06:13:10 +01:00
Bob den Otter 5f6ad82cac csfix 2020-03-19 07:50:33 +01:00
Bob den Otter 89369ab301 Make it more clear that regular users cant login 2020-03-19 06:42:31 +01:00
Bob den Otter f8300287e9 Set permissions on created files correctly (as configured) 2020-03-18 06:46:28 +01:00
Bob den Otter 763561eb12 Add cache:thumbs command to clear thumbnail cache 2020-03-15 08:31:51 +01:00
Bob den Otter 2d0f0a88a9 Better handling if database/tables don't exist yet 2020-03-14 10:37:48 +01:00
Bob den Otter 1658bbc8a2 Allow configuration of web root folder 2020-02-22 12:46:35 +01:00
Ivo Valchev 0780c9220f Fix typo in method name 2020-02-21 14:21:27 +01:00
Ivo Valchev 142602158e Call reset-secret command in setup command 2020-02-21 14:09:20 +01:00