Sommerregen
e142f5ee61
Add language property to page
2015-08-03 22:08:07 +02:00
Djamil Legato
9746c2db5d
Move yaml missing
2015-08-03 12:43:24 -07:00
Andy Miller
311598e3a6
Merge pull request #242 from flaviocopes/patch-1
...
Fix moving the page to the root
2015-08-03 08:15:26 -06:00
Andy Miller
109d19f02e
changed order
2015-08-03 08:01:27 -06:00
Flavio Copes
bc5ea13821
Fix moving the page to the root
...
$parent->route() returned null when moving to the root
2015-08-03 10:19:56 +02:00
Andy Miller
e9cc34f481
Merge pull request #241 from aptly-io/fix_twig_vars_sideeffect
...
Fix #240 I'm ok with this.
2015-08-02 20:07:31 -06:00
franchan
9f254b6c84
Fix #240
...
$page->content() fires the onPageContentRaw event.
A plugin handler for this event might want to update the twig variable
with additional information during twig rendering.
However, $twig_vars takes a copy of $Twig->twig_vars and
therefore never sees any later changes in $Twig->twig_vars.
By moving the method call $page->content() earlier,
potential twig variable changes from a plugin get now inside this
local variable copy.
2015-08-02 23:52:48 +02:00
Andy Miller
4f442d1edc
support admin overrides of blueprints
2015-08-02 12:13:08 -06:00
Andy Miller
a1a10ab23d
more tweaks for blueprints
2015-08-01 17:40:58 -06:00
Andy Miller
21beefd387
added array() function to cast as an array
2015-08-01 13:37:32 -06:00
Andy Miller
a7e03c9d5c
Stopped storing metadata in page header
2015-08-01 13:37:12 -06:00
Andy Miller
49781f9717
made metadata optional
2015-08-01 13:36:52 -06:00
Andy Miller
ca12c69741
fix for system lang files
2015-08-01 10:20:15 -06:00
Djamil Legato
333814eab0
Reenabled toggleables for Published
2015-07-31 13:10:51 -07:00
Djamil Legato
c18311eeb2
Moved blog and blog item blueprints out of Grav and into Antimatter theme
2015-07-31 13:10:24 -07:00
Flavio Copes
dc56f85881
Separate sessions for site and admin
2015-07-31 18:21:43 +02:00
Flavio Copes
532e035724
Load uri before session
2015-07-31 18:21:06 +02:00
Andy Miller
c3431e1ead
Merge branch 'develop' of https://github.com/getgrav/grav into develop
...
# By Flavio Copes
# Via Andy Miller (3) and Flavio Copes (1)
* 'develop' of https://github.com/getgrav/grav :
Move $session_timeout & $session_path inside the if statement
Correctly instantiate the Inflector
Force english in admin
Refresh session timeout
2015-07-31 08:35:46 -06:00
Andy Miller
3016e77897
loose validation so un-formed values are not lost
2015-07-31 08:35:35 -06:00
Andy Miller
cf69ba0d66
Merge pull request #236 from flaviocopes/patch-4
...
Correctly instantiate the Inflector
2015-07-31 08:34:27 -06:00
Andy Miller
4e82891779
Merge pull request #232 from flaviocopes/patch-2
...
Refresh session timeout
2015-07-31 08:33:25 -06:00
Flavio Copes
7fa3e7bf28
Move $session_timeout & $session_path inside the if statement
2015-07-31 16:06:02 +02:00
Flavio Copes
656c23a891
Correctly instantiate the Inflector
...
$this->grav is not what we expect here. Got a fatal error on `$ bin/gpm` execution
2015-07-31 16:01:52 +02:00
Flavio Copes
8962d2b1e4
Force english in admin
2015-07-31 15:48:47 +02:00
Flavio Copes
eefb761e98
Refresh session timeout
2015-07-30 19:17:04 +02:00
Andy Miller
9363da137f
Merge branch 'develop' of https://github.com/getgrav/grav into develop
...
# By Djamil Legato
# Via Djamil Legato
* 'develop' of https://github.com/getgrav/grav :
Added support for select multiple attribute in array filter
2015-07-29 22:00:30 -06:00
Andy Miller
c4daae2f95
added new blueprintName() method that takes into account blueprint value passed via a form
2015-07-29 22:00:03 -06:00
Andy Miller
b201b21e46
added blueprint hidden field to standard blueprints
2015-07-29 21:59:24 -06:00
Djamil Legato
0845b5e28a
Added support for select multiple attribute in array filter
2015-07-29 20:43:13 -07:00
Andy Miller
b9f9570033
minor reformatting
2015-07-29 12:19:56 -06:00
Andy Miller
baa0e73703
updated default yaml
2015-07-29 11:31:50 -06:00
Andy Miller
e97aaccfee
added a cache_all option for media images
2015-07-28 20:57:16 -06:00
Andy Miller
f58cfd8571
Merge branch 'feature/blueprint-extend' into develop
...
Conflicts:
system/blueprints/config/site.yaml
system/blueprints/config/system.yaml
2015-07-28 18:36:02 -06:00
Andy Miller
1a43d31c50
whitespace removal
2015-07-28 16:23:49 -06:00
Andy Miller
d244442e70
fixed translations with multiple plugins
2015-07-28 12:11:07 -06:00
Djamil Legato
a009c56271
Supported Language and Taxonomies are now using Selectize tags in admin
2015-07-28 11:08:37 -07:00
Andy Miller
f30af37faf
php tidy
2015-07-28 11:10:38 -06:00
Andy Miller
bb4eea7999
missing use statement - issue #230
2015-07-28 04:54:16 -06:00
Andy Miller
e26b80d873
removed some extraneous messages
2015-07-27 08:32:29 -06:00
Andy Miller
b23aa1bc4c
tweaks to system blueprint
2015-07-24 17:29:37 -06:00
Andy Miller
e22655b440
updated site.yaml blueprint
2015-07-24 15:16:36 -06:00
Andy Miller
8e57839271
missing some init() checks
2015-07-24 10:55:57 -06:00
Andy Miller
16f779c8f5
changed Inflector from static to class + added multilang support
2015-07-24 10:26:54 -06:00
Andy Miller
bd08d787f2
typo
2015-07-24 08:20:46 -06:00
Andy Miller
df99fe0073
blueprint updates
2015-07-24 08:20:36 -06:00
Andy Miller
7a2fceaee9
renamed translations.fallback property
2015-07-24 08:08:50 -06:00
Andy Miller
bb69656bd7
added base languages config
2015-07-24 08:08:23 -06:00
Andy Miller
5be0618b4d
more blueprints progress
2015-07-24 07:50:47 -06:00
Andy Miller
ad00252a4e
base translations settings
2015-07-24 07:50:35 -06:00
Andy Miller
84eee30d1f
fix for string/array conversion error
2015-07-24 07:50:18 -06:00