Andy Miller
a86e0d4b96
Update copyright date
2023-01-02 11:09:32 -07:00
Andy Miller
720a965c7e
update changelog
2022-12-02 12:23:04 -07:00
Andy Miller
d080578e83
Upgrade composer to 2.4.2 - fixes #3627
2022-10-05 15:10:32 -06:00
Matias Griese
b3b5fca16c
Fixed 'mbstring' extension is not loaded error, use Polyfill instead [ #3504 ]
2022-02-14 09:38:22 +02:00
Andy Miller
3b7921b698
updated copyright year
2022-01-03 09:14:00 -07:00
Matias Griese
3bfbb1a4ef
Composer 2 checks for minimum PHP version, remove duplicated checks
2021-12-08 15:17:28 +02:00
Matias Griese
8d04330dc5
Upgraded
2021-11-30 13:56:36 +02:00
Djamil Legato
25f8b787b6
Oh, don’t mind me… just bringing Grav to 2021! 🎆
2021-02-04 21:09:42 -08:00
Djamil Legato
100babc11b
Updated bundled composer.phar binary to latest version 2.0.9
2021-02-04 20:42:23 -08:00
Matias Griese
9893792768
Improve all console commands
2021-01-06 19:13:19 +02:00
Matias Griese
379033aae4
Further improve CLI commands
2021-01-06 13:45:19 +02:00
Matias Griese
193ab52a35
Better --env support for bin/grav and bin/gpm console commands
2021-01-06 13:11:43 +02:00
Andy Miller
db6bfc00fc
Upgraded bin/composer.phar to composer 2
2020-10-26 11:37:24 -06:00
Andy Miller
f965961401
udpated bundled composer to 2.0.0-dev
...
Signed-off-by: Andy Miller <rhuk@mac.com>
2020-06-27 11:51:49 -06:00
Matias Griese
8936e82e9b
More bin/plugin improvements
2020-02-11 18:39:46 +02:00
Matias Griese
14ff7fae33
CLI: Added $grav->initializeCli() method
2020-02-11 14:20:46 +02:00
Matias Griese
59f05ec8a2
Fixed bin/plugin initialization
2020-02-11 10:24:06 +02:00
Matias Griese
81dd33c2e9
Fixed custom Flex directories in grav/plugin commands
2020-02-10 21:58:33 +02:00
Matias Griese
1cf390206e
Regression: Fixed fatal error in cli/plugin command
2020-02-10 19:51:59 +02:00
Matias Griese
3f56c5a727
Merge branch 'develop' of github.com:getgrav/grav into 1.7
...
Conflicts:
CHANGELOG.md
system/src/Grav/Common/Page/Page.php
2020-02-10 10:14:55 +02:00
Matias Griese
e55b239536
Fixed encoding problems when PHP INI setting default_charset is not utf-8 [ #2154 ]
2020-02-10 09:50:39 +02:00
Matias Griese
a77d6bcfa0
Event improvements
2020-01-21 10:08:02 +02:00
Andy Miller
4ca1f1f4ca
updated libs
2019-10-23 15:32:40 -06:00
Matias Griese
ce2b80aeb9
Added bin/grav page-system-validator [-r|--record] [-c|--check] to test Flex Pages
2019-09-13 21:45:54 +03:00
Andy Miller
833fe8b729
Added a new bin/grav server CLI command
2019-07-09 15:54:39 -06:00
Djamil Legato
7e1d3b260e
Fixed regression with bin/plugin not listing the plugins available ( 1c725c0)
2019-05-17 23:01:54 -07:00
Andy Miller
f4cca777c2
Created a YAML Linter CLI command
2019-04-20 17:41:09 -06:00
Andy Miller
0f0e6ab1c8
Missed this one! #2442
2019-04-12 07:26:44 -06:00
Andy Miller
1c725c02f0
Better error checking in bin/plugin for existence and enabled
2019-03-05 12:46:48 -07:00
Matias Griese
b2df60647d
Initialize users before plugins on bin/plugin commands
2019-02-14 09:56:11 +02:00
Andy Miller
a63040aa11
Updated built-in composer
2019-02-13 13:18:22 -07:00
Andy Miller
3e97ecab68
Fixes issue with uninitialized users object
2019-02-13 13:17:21 -07:00
Andy Miller
a3fea3d0fc
Added LogViewer class and CLI command
2019-01-31 15:39:46 -07:00
Matias Griese
380b3be928
Added $grav->setup() to simplify CLI and custom access points
2018-11-12 12:21:44 +02:00
Djamil Legato
d70d0b889e
Fixed count of commands list for bin/plugin
2018-11-01 17:18:48 -07:00
Matias Griese
eb97964a00
Debugger optimizations
2018-10-16 13:12:26 +03:00
Andy Miller
d893dd55ff
Merge branch 'develop' into 1.6
...
# Conflicts:
# .gitignore
# bin/grav
2018-09-30 18:39:46 -06:00
Andy Miller
fb98ca7b19
Added a new Security CLI command
2018-09-30 18:34:53 -06:00
Andy Miller
178193ab1a
Added a deleteAll() method and also renamed CLI command
2018-09-20 11:07:39 -06:00
Andy Miller
5499f2edb6
Feature/scheduler ( #2170 )
...
* scheduler first commit
* moved jobs to config
* got some args working
* commands and static methods working.. events hooked up
* No longer dependent on `exec()`.. uses Symfony\Process
* More improvements
* support getAt()
* Make inflector available in DI
* Fix for inflector
* store job run states
* more improvements including cron twig function
* Add scheduler to event + cleanup
* improvements to the CLI command
* Added id field
* use proper func
* Added email
* Fix quotes
* Updated built-in composer
* Better command for adding the scheduler cron via terminal
* Fixed typo and added cron language
* Added Cron class to make at -> human readable date possible
* Added some checks when there are no jobs
* Added method to get CronExpression
* Revamped with Symfony 4.1 CLI updates
2018-09-05 19:02:12 -06:00
Andy Miller
18928d6962
Revert "fire onPluginsInitialized event"
...
This reverts commit f7832e78dc .
2018-05-08 09:48:56 -06:00
Andy Miller
f7832e78dc
fire onPluginsInitialized event
2018-05-07 21:32:00 -06:00
Andy Miller
07db8a2f9d
Updated composer binary
2018-03-20 10:33:26 -06:00
Andy Miller
6e8455fde6
Updated composer.phar
2017-01-27 07:20:58 -07:00
Andy Miller
29c6a94c92
Updated to Twig 1.25.0 and fixed an issue that resulted with streams in bin/plugin
2016-09-30 19:02:56 -06:00
Andy Miller
c57e43ea1d
New bin/gpm direct-install command ( #1038 )
...
* initial push of DirectInstall command
* Refactored to support direct-install
* added info about dependencies, and continue question
* Cleanup per @w00fz comments
* put Grav destination check back.
2016-09-18 10:23:55 -06:00
Djamil Legato
4401fbc6a6
Improved bin/plugin to list plugins with commands faster by limiting the depth of recursion
2016-09-09 11:56:02 -07:00
Andy Miller
fa35ba87e5
updated composer binary
2016-09-03 11:12:30 -06:00
Andy Miller
20c0b48070
-a
2016-09-03 09:34:18 -06:00
Andy Miller
9b94ce6405
Allow environment to be passed to bin/gpm and bin/plugin commands
2016-09-01 15:44:43 -06:00