Matias Griese
9444b63f8b
Added Grav\Framework\Collection\AbstractIndexCollection, Grav\Framework\Object\ObjectIndex classes
2018-09-12 13:34:48 +03:00
Matias Griese
79df293fc4
Added Grav\Framework\File classes for handling YAML, Markdown, JSON, INI and PHP serialized files
2018-09-12 10:58:39 +03:00
Matias Griese
be0573f6ea
Composer update
2018-09-07 14:58:50 +03:00
Matias Griese
4dc6264c64
Merge branch 'develop' of https://github.com/getgrav/grav into 1.6
...
# Conflicts:
# system/src/Grav/Common/Twig/TwigExtension.php
2018-09-07 14:44:14 +03:00
Matias Griese
bbc4fd6c79
Allow twig tags {% script %}, {% style %} and {% switch %} to be placed outside of blocks
2018-09-07 13:13:33 +03:00
Matias Griese
732ff8ecab
Fixed nicetime() twig function
2018-09-07 10:36:56 +03:00
Matias Griese
3a0c7168c9
Merge branch 'develop' of https://github.com/getgrav/grav into 1.6
2018-09-06 12:35:21 +03:00
Matias Griese
41b7aadbda
Fixed duplicate language strings (Yaml 4.1)
2018-09-06 12:34:50 +03:00
Matias Griese
a0e475b277
Merge branch 'develop' of https://github.com/getgrav/grav into 1.6
2018-09-06 11:04:19 +03:00
Matias Griese
834d6938db
Fixed is_safe twig filter option
2018-09-06 10:28:40 +03:00
Matias Griese
a7ad34bd99
Resolve merge conflicts
2018-09-06 09:18:34 +03:00
Andy Miller
dfabceb3d2
Fix for Page::translatedLanguages() #2163
2018-09-05 19:08:42 -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
Matias Griese
935fb98013
Added new {% throw 404 'Not Found' %} twig tag (with custom code/message
2018-09-05 12:03:57 +03:00
Matias Griese
665fa6cc9c
Require doctrine/cache 1.8
2018-09-04 09:24:50 +03:00
Matias Griese
772f07e521
Make asset and image stream read/write
2018-09-04 09:24:18 +03:00
Matias Griese
2bbf219dc0
Composer update
2018-08-31 08:29:02 +03:00
Matias Griese
7cc98b8265
Merge branch 'develop' of https://github.com/getgrav/grav into 1.6
...
# Conflicts:
# CHANGELOG.md
# index.php
# system/defines.php
2018-08-31 08:26:39 +03:00
Matias Griese
1808fd3d6e
Allow $page->slug() to be called before $page->init() without breaking the page
2018-08-29 15:46:46 +03:00
Matias Griese
0b5c1dcfa7
Deprecation handling fixes
2018-08-26 11:01:17 +03:00
Matias Griese
1369f941f2
Commented out deprecation error on twig for now
2018-08-25 22:08:59 +03:00
Matias Griese
2101c6d0dc
Further improve deprecated notices handling
2018-08-24 19:12:59 +03:00
Matias Griese
1993fc6a2c
Better detect deprecation notices
2018-08-24 18:26:50 +03:00
Matias Griese
b9b43d1f05
Fixed notice on new deprecation logic
2018-08-24 18:22:07 +03:00
Matias Griese
8d53cf3c77
Add backtraces to the deprecation messages
2018-08-24 14:51:05 +03:00
Matias Griese
756ddaa97d
Added Deprecated tab to DebugBar to catch future incompatibilities with later Grav versions
2018-08-24 11:31:51 +03:00
Djamil Legato
89f64e423d
Fixed error message
2018-08-23 15:28:16 -07:00
Djamil Legato
ec5596b1a3
Fixed check for install command with symlinks, erroring out when no symlink available
2018-08-23 15:25:57 -07:00
Andy Miller
2de89e31c0
Merge branch 'release/1.5.1'
1.5.1
2018-08-23 13:02:49 -06:00
Andy Miller
9ca5598b6f
Merge tag '1.5.1' into develop
...
Release v1.5.1
2018-08-23 13:02:49 -06:00
Andy Miller
05863276ef
prepare for release
2018-08-23 13:02:37 -06:00
Andy Miller
5ac518f311
cast inline/indent to int
2018-08-22 12:54:45 -06:00
Andy Miller
41f488f8da
Switch to Grav YAML wrapper that supports native and fallback YAML libs
2018-08-22 12:42:45 -06:00
Matias Griese
6cc6e51878
Added static Grav\Common\Yaml class which should be used instead of Symfony\Component\Yaml\Yaml
2018-08-22 20:59:00 +03:00
Andy Miller
78bcf84127
Merge branch 'develop' of github.com:getgrav/grav into develop
...
# Conflicts:
# CHANGELOG.md
2018-08-21 14:10:02 -06:00
Andy Miller
6b224823f1
typo
2018-08-21 14:09:33 -06:00
Andy Miller
2734b2f605
Broken handling of user folder in Grav URI object #2151
2018-08-21 14:09:25 -06:00
Matias Griese
1ee88d5836
Updated deprecated Twig code so it works in both in Twig 1.34+ and Twig 2.4+
2018-08-20 10:51:58 +03:00
Matias Griese
2dfd6b76d8
Remove PHP 5.6 and 7.0 from travis
2018-08-18 12:02:56 +03:00
Matias Griese
330b2e6a6b
Changelog update
2018-08-18 00:34:35 +03:00
Matias Griese
896c25dc9e
Updated Symfony Components to 4.1
2018-08-18 00:32:55 +03:00
Matias Griese
3b04315a38
Grav 1.6.0-dev: updated minimum PHP requirements to 7.1.3
...
Updated Doctrine Collections and Cache
2018-08-17 23:29:24 +03:00
Andy Miller
33fffa6a50
Merge tag '1.5.0' into develop
...
Release v1.5.0
2018-08-17 11:24:56 -06:00
Andy Miller
dbd825f0b6
Merge branch 'release/1.5.0'
1.5.0
2018-08-17 11:24:55 -06:00
Andy Miller
8ab0078d5a
Prepare for release
2018-08-17 11:24:43 -06:00
Andy Miller
c381bc8304
PHP 7.2 by default now
2018-08-16 14:58:19 -06:00
Andy Miller
fb20b58369
changelog update
2018-08-15 17:12:20 -06:00
Andy Miller
906017e0c1
Added system blueprint for strict_mode settings
2018-08-15 17:12:10 -06:00
Andy Miller
266369ee04
unified 1.5.0 changelog entry for clarity
2018-08-15 16:15:37 -06:00
Andy Miller
308ac14dbe
Updated changelog
2018-08-15 16:11:47 -06:00