Matias Griese
b791e8efda
Blueprint refactor: fix site blueprint
2016-01-21 15:38:12 +02:00
Matias Griese
130d039101
Merge branch 'feature/plugin-early' of https://github.com/getgrav/grav into feature/blueprints-update
2016-01-21 14:11:09 +02:00
Matias Griese
ebee88dd39
Update blueprints object version
2016-01-21 14:00:54 +02:00
Matias Griese
ad25462bd5
Merge branches 'develop' and 'feature/plugin-early' of https://github.com/getgrav/grav into feature/plugin-early
...
# Conflicts:
# composer.lock
2016-01-21 13:58:48 +02:00
Flavio Copes
563a990f0d
Also continue to handle Whoops 2.0.0-alpha if installed
2016-01-21 12:51:26 +01:00
Flavio Copes
1fdc34b43c
PHPdoc
2016-01-21 12:07:28 +01:00
Flavio Copes
11dc04262b
Fix Whoops APIs after updating Whoops to 2.0
2016-01-21 11:01:44 +01:00
Matias Griese
e686472eeb
Merge branches 'develop' and 'feature/plugin-early' of https://github.com/getgrav/grav into feature/plugin-early
2016-01-21 11:15:22 +02:00
Matias Griese
152a3c4943
Merge branch 'develop' of https://github.com/getgrav/grav into feature/blueprints-update
2016-01-21 10:53:45 +02:00
Matias Griese
9a4830808d
Refactor Blueprints class
2016-01-21 10:11:57 +02:00
Andy Miller
77d4925f38
Added shortcode square brackets to grav trait
2016-01-16 17:54:43 -07:00
Flavio Copes
e80a17540c
Merge pull request #605 from getgrav/feature/modular-page-modified-date
...
The date for the last update of a page that is modular is the update time of the module that was last modified
2016-01-15 13:19:51 +01:00
Flavio Copes
72fb77894e
Merge pull request #608 from hacklab01/patch-1
...
Update hr.yaml
2016-01-15 13:00:11 +01:00
Flavio Copes
70f8707b04
Blueprint for New Folder modal
2016-01-15 12:54:28 +01:00
v3d
0d33a1d479
Update hr.yaml
...
Update MONTHS_OF_THE_YEAR and DAYS_OF_THE_WEEK
2016-01-15 12:40:58 +01:00
Andy Miller
5d38e60076
Enhanced the bin/gpm info CLI command with CHANGELOG support - #559
2016-01-14 17:21:54 -07:00
Matias Griese
431f538536
Fix bug in Data:extra()
2016-01-14 12:59:48 +02:00
Andy Miller
d65ec29408
Moved logic into page recurse where pages are already recursed and use collection()
2016-01-13 17:42:56 -07:00
Andy Miller
758ef2313a
Merge branch 'feature/fix-hide-home-in-urls-second-level-childs' into develop
2016-01-13 17:09:03 -07:00
Matias Griese
a118824cf5
Allow plugins to have their own blueprints
2016-01-13 11:00:53 +02:00
Matias Griese
af6e352083
Fix stream override ordering
2016-01-12 11:59:45 +01:00
Matias Griese
5786530cda
Fix stream override ordering
2016-01-12 12:53:54 +02:00
Andy Miller
be2af197c3
Allow twig_vars to be exposed earlier and merged later
2016-01-11 16:18:57 -07:00
Matias Griese
9d983e7486
Feature: Load plugins early
2016-01-11 19:56:18 +02:00
Matias Griese
6087e786f5
Merge remote-tracking branch 'origin/develop' into develop
2016-01-10 17:19:30 +02:00
Matias Griese
9fa5681a4f
Split configuration setup into 2 stages
2016-01-10 17:19:18 +02:00
Flavio Copes
182b6977bd
The date for the last update of a page that is modular is the update time of the module that was last modified
2016-01-10 15:03:50 +01:00
Flavio Copes
3da7079777
Fix default generator metadata
2016-01-10 13:23:35 +01:00
Flavio Copes
dfee5fdea9
Avoid setting empty metadata
2016-01-09 23:34:31 +01:00
Flavio Copes
aa9b735a50
Return the parent routes in the route options.
...
Added a Pages::parentsRawRoutes() method, uses the same internal method
as Pages::parents().
Refactored Pages::getList() to accept an optional $rawRoutes bool and
if set, return the raw routes
2016-01-09 20:45:06 +01:00
Andy Miller
9a3005e3c5
Added a reverse_proxy config option and use it to skip setting ports when enabled
2016-01-08 16:35:33 -07:00
Andy Miller
ee20bf70e0
version update
2016-01-08 15:31:23 -07:00
Andy Miller
8cb098c6e0
Removed IP stuff from nonce.. just too many scenarios where it causes problems. going to rely on session_id() for the uniqueness.
2016-01-08 15:28:03 -07:00
Andy Miller
3054a67078
Added rotate, flip and fixOrientation to available image methods
2016-01-07 18:49:09 -07:00
Andy Miller
eb29d68958
Safety check for array of nonces
2016-01-07 14:10:58 -07:00
Andy Miller
0866a62a1f
version update
2016-01-07 13:26:53 -07:00
Andy Miller
1a7fd382a9
Merge branch 'feature/https_gpm_urls' into develop
2016-01-07 13:23:43 -07:00
Flavio Copes
cdc96ca574
Improve comment messages for temporary nonce methods
2016-01-07 11:59:40 +01:00
Andy Miller
d121aa3415
Use https for GPM rather than http
2016-01-06 21:54:43 -07:00
Djamil Legato
6aaeb9e1f1
Fixed typo
2016-01-06 16:24:11 -08:00
Andy Miller
9e13593c11
Merge pull request #592 from getgrav/feature/fix-nonces-ips
...
Fix nonces for proxied IPs
2016-01-06 15:47:21 -07:00
Flavio Copes
0b3970d7c1
Restore old generateNonceString in generateNonceStringOldStyle
2016-01-06 23:43:18 +01:00
Flavio Copes
95c09f2ce5
Add HTTP_CLIENT_IP too
2016-01-06 23:34:28 +01:00
Flavio Copes
c78619aad3
Temp generation of older token for this release only
2016-01-06 23:19:00 +01:00
Flavio Copes
566da30513
Fix getting the user's IP address when proxied
2016-01-06 23:15:06 +01:00
Djamil Legato
f8c8ac4371
Response Class: Following redirects when open_basedir is set
2016-01-06 13:31:50 -08:00
Andy Miller
3c4dd26c20
Fix for media with + in the name
2016-01-05 15:45:58 -07:00
Andy Miller
f5fc509f14
Added cache driver setting to debug out
2016-01-05 14:59:24 -07:00
Flavio Copes
c655d9e8fc
Revert "Merge pull request #571 from getgrav/feature/gpm-avoid-reinstalling-already-installed-packages"
...
This reverts commit 418f0972a9 , reversing
changes made to 9a777efd52 .
2016-01-04 20:50:15 +01:00
Andy Miller
2ef7f7cf36
Merge branch 'feature/hide_home_in_urls' into develop
2016-01-04 11:14:57 -07:00