Sommerregen
6dbb6eb432
Changed "mergeConfig" head to match previous method signature
2015-06-20 14:38:57 +02:00
Sommerregen
e580bb9998
Added params option for mergeConfig method
2015-06-20 14:38:33 +02:00
Sommerregen
d309491f06
Modified $page->summary() to allow custom summary assignments
2015-06-20 13:54:57 +02:00
Sommerregen
0e35048143
Add onBuildPagesInitialized event for memory and time consuming plugins
2015-06-20 13:53:07 +02:00
Andy Miller
c919ed36b4
Error handling around bad regex .. just to be safer
2015-06-17 17:53:32 -06:00
Andy Miller
6d2a7c53dc
very simple, yet surprisingly powerful Regex style redirect and route support
2015-06-17 17:39:44 -06:00
Djamil Legato
a8582fc131
Hello Travis!
2015-06-17 12:58:23 -07:00
Djamil Legato
76b7bd855d
initial travis setup to trigger detection
2015-06-16 23:06:57 -07:00
Andy Miller
5656bb3caf
Pre-load ArrayInput to avoid Exception if it gets moved/replaced during upgrade
2015-06-16 20:51:38 -06:00
Andy Miller
57bd4d8f22
Merge branch 'release/0.9.28'
0.9.28
2015-06-16 16:15:42 -06:00
Andy Miller
e71cd5a7ad
Merge branch 'release/0.9.28' into develop
2015-06-16 16:15:42 -06:00
Andy Miller
4132388dda
version update
2015-06-16 16:15:25 -06:00
Andy Miller
1edabe3b00
added page level overrides of etag and last_modified header flags
2015-06-16 10:25:27 -06:00
Andy Miller
019fdd65e9
added toggles to enable/disable last_modified and etag headers
2015-06-16 09:58:56 -06:00
Andy Miller
fa432cd32f
Another incorrect slug name
2015-06-15 16:03:22 -06:00
Andy Miller
4935679659
fix #202 - incorrect slug name causing issues
2015-06-15 15:00:49 -06:00
Andy Miller
835c64c173
comment fix
2015-06-15 14:59:44 -06:00
Andy Miller
4d6ecbe618
Moved convertUrl() from ParsedownGravTrait into Uri as a static method
2015-06-14 17:54:22 -06:00
Andy Miller
63456aad85
reset how symfony libs versions are set in composer
2015-06-13 06:45:49 -06:00
Andy Miller
bec2ee91b5
updated symphony versions
2015-06-13 06:44:17 -06:00
Andy Miller
027c9cdd04
updated to latest cache library - should be a little faster!
2015-06-12 22:32:23 -06:00
Andy Miller
8ecea3a8c1
some more fixes for image handling in certain scenarios
2015-06-12 15:54:20 -06:00
Andy Miller
69e6d57346
Merge pull request #200 from Seebz/issue-199
...
Fix for issue #199 - Looks good! Thanks
2015-06-08 14:47:06 +01:00
Seebz
8127d9cf31
Fix for issue #199
2015-06-04 16:46:18 +02:00
Gert
bc1a9b31fa
add @config directive to get config values from blueprints
2015-06-03 16:21:49 +02:00
Gert
ff5658e803
update blueprints
2015-06-01 21:23:53 +02:00
Gert
3d986cdd91
Merge branch 'develop' of github.com:getgrav/grav into feature/blueprint-extend
...
* 'develop' of github.com:getgrav/grav:
optimization to image handling supporting url encoded filenames and removed a regex
Fix for #196 - `+` in an image filename
2015-06-01 11:43:39 +02:00
Andy Miller
32810efcd9
optimization to image handling supporting url encoded filenames and removed a regex
2015-05-27 14:55:50 +02:00
Andy Miller
76b463792e
Fix for #196 - + in an image filename
2015-05-26 16:18:59 +03:00
Gert
b4a0a31539
fix pages.process defaults
2015-05-25 17:33:57 +02:00
Gert
acbc7efdc8
remove theme selection from general settings
2015-05-25 17:23:24 +02:00
Gert
8475e0803a
Merge branch 'develop' of github.com:getgrav/grav into feature/blueprint-extend
...
* 'develop' of github.com:getgrav/grav:
removed unneeded flags from reggae
fix for dot files
fix for path detection on windows [fix #194 ]
Fix for issue #194 - query string handling
2015-05-25 17:18:41 +02:00
Andy Miller
f779fc57df
removed unneeded flags from reggae
2015-05-22 11:43:23 +03:00
Andy Miller
7afef9073c
fix for dot files
2015-05-21 22:44:11 +02:00
Gert
370b5db34e
remove unexisting option
2015-05-20 22:09:43 +02:00
Gert
6adabb5f71
add ignore field for removing fields on extended blueprints
2015-05-20 21:55:04 +02:00
Gert
df9a0eeab2
set context for default blueprint extends
2015-05-20 21:30:35 +02:00
Gert
e6d58b780e
load system blueprints as a fallback for pages
2015-05-20 20:33:40 +02:00
Gert
e4b65d5d7f
add check for themes without blueprints/templates folders
2015-05-20 18:18:32 +02:00
Gert
bf61a123cc
implement blueprints for the list type
2015-05-20 17:13:22 +02:00
Gert
71f0757015
remove debug line
2015-05-20 16:52:41 +02:00
Gert
f1e57e0e9c
modular type needs to have modular/ prefix
2015-05-20 16:45:54 +02:00
Gert
1147516dcc
fix for path detection on windows [ fix #194 ]
2015-05-20 16:07:39 +02:00
Andy Miller
3f1661965b
Fix for issue #194 - query string handling
2015-05-18 18:54:08 +02:00
Gert
adb0b3ab18
Merge branch 'develop' of github.com:getgrav/grav into feature/blueprint-extend
...
* 'develop' of github.com:getgrav/grav:
use PHP_BINARY constant
fix composer execution for various scenarios
Remove unnecessary white space
Move default location to class constant
Improve composer location identification
Fix line break in command
Propagate composer check to all occurences
Use global composer install when available
2015-05-15 22:59:31 +02:00
Gert
8afad07146
Merge branch 'fix/composer-execution' into develop
...
* fix/composer-execution:
use PHP_BINARY constant
fix composer execution for various scenarios
2015-05-15 21:05:33 +02:00
Gert
81bce07a6e
use PHP_BINARY constant
2015-05-15 20:16:42 +02:00
Gert
e883b57ac6
fix composer execution for various scenarios
2015-05-15 19:54:33 +02:00
Gert
921685ff88
fix blueprint type changing when extends
2015-05-15 17:32:21 +02:00
Andy Miller
ae2f95b1ae
Merge pull request #192 from eschmar/feature/composer-global
...
Fix composer location method
2015-05-15 16:44:44 +02:00