Flavio Copes
017500a6b5
Add a Page::topParent() method to retrieve the topmost parent of a page
...
Adding to this branch as it's needed for the Admin change that handles
this branch change
2015-12-29 19:10:30 +01:00
Andy Miller
3eb2a5664a
logic to strip home from Page routes and urls (optional)
2015-12-24 17:42:02 -07:00
Djamil Legato
15fd233e56
Added new --installed-only | -I option for bin/gpm index that filters only the installed packages
2015-12-24 14:44:57 -08:00
Djamil Legato
912f697cff
Give ZipBackup a larger timeout when possible (10mins)
2015-12-24 14:30:20 -08:00
Flavio Copes
d827228dc2
Add new languages to Grav
2015-12-24 19:11:24 +01:00
Flavio Copes
84073a53cb
Add MONTHS_OF_THE_YEAR and DAYS_OF_THE_WEEK to the Grav language file,
...
Took translations from
https://github.com/getgrav/grav-theme-twentyfifteen/blob/develop/languag
es.yaml
2015-12-24 19:05:13 +01:00
Flavio Copes
f562573640
Add a contributing readme
2015-12-23 20:13:37 +01:00
Flavio Copes
66aa66954c
Add empty thumb.png image as default
2015-12-23 16:30:12 +01:00
Flavio Copes
99275dfe59
Optimize images, save 38% in file size
2015-12-23 16:29:58 +01:00
Andy Miller
d726f15aa3
PHP version update
2015-12-22 21:54:07 -07:00
Andy Miller
7c6cd30aea
Merge branch 'release/1.0.6' into develop
2015-12-22 17:15:45 -07:00
Andy Miller
879b5ef272
version update
2015-12-22 17:15:34 -07:00
Matias Griese
8e1b2bc6e4
FastCGI: Use Apache's mod_deflate if Grav's builtin gzip compression was turned off ( #548 )
2015-12-22 11:54:20 +02:00
Andy Miller
37dd107281
Revert "Fix orientation for images added via twig"
...
This reverts commit 484a34cd92 .
2015-12-21 22:01:38 -07:00
Andy Miller
2d3b41c62d
Revert "Fix for images orientation in page content"
...
This reverts commit 4581077dcd .
2015-12-21 22:01:32 -07:00
Andy Miller
c9b8fc0e1b
Revert "Cleanup"
...
This reverts commit b2c7e22634 .
2015-12-21 22:01:18 -07:00
Andy Miller
7eb57b674a
Merge branch 'develop' of https://github.com/getgrav/grav into develop
2015-12-21 21:58:47 -07:00
Andy Miller
25b33d0204
Revert "Proposed fix for #541 "
...
This reverts commit 6c6871f607 .
2015-12-21 21:58:31 -07:00
Flavio Copes
d47faed870
Cleanup
2015-12-21 21:58:31 -07:00
Flavio Copes
9a8efdf9cd
Fix for images orientation in page content
2015-12-21 21:58:31 -07:00
Flavio Copes
593fd20a15
Fix orientation for images added via twig
2015-12-21 21:58:31 -07:00
Flavio Copes
ef75582e20
Proposed fix for #541
...
After reading http://stackoverflow.com/a/6998242 rawurldecode (and
rawurlencode) is better over urldecode/urlencode: "rawurlencode is the
way to go most of the time. It deals with the modern scheme for URI
components, where as urlencode does things the old school way, where +
meant "space."
2015-12-21 21:58:31 -07:00
Andy Miller
7440074491
Revert "Proposed fix for #541 "
...
This reverts commit 6c6871f607 .
2015-12-21 21:46:36 -07:00
Andy Miller
9688ed0f51
Merge pull request #543 from getgrav/features/use-rawurldecode-encode
...
Use rawurldecode and rawurlencode instead of urldecode/urlencode
2015-12-21 21:16:59 -07:00
Andy Miller
45d415e547
Merge branch 'feature/exif-auto-fix-orientation' into develop
2015-12-21 21:13:09 -07:00
Flavio Copes
b2c7e22634
Cleanup
2015-12-21 19:18:51 +01:00
Flavio Copes
4581077dcd
Fix for images orientation in page content
2015-12-21 19:10:19 +01:00
Flavio Copes
729f83b3d4
Fix regression in image parameters handling introduced in 23a9a73600
...
Parameters without a value (e.g. `sepia`, `grayscale`, `emboss` and
others) were not applied any more)
2015-12-21 18:02:25 +01:00
Flavio Copes
bf361db5fc
File field validation, handle case multiple not specified
2015-12-21 16:26:05 +01:00
Flavio Copes
328e9b20de
Also add config save to themes
2015-12-21 16:16:26 +01:00
Flavio Copes
484a34cd92
Fix orientation for images added via twig
2015-12-21 13:55:29 +01:00
Andy Miller
5ab4d916b0
tweaked whoops sidebar
2015-12-20 12:32:23 -07:00
Andy Miller
f0974e0d24
minor whoops styling
2015-12-20 12:30:15 -07:00
Andy Miller
06a5aa6d01
Manually rolled back APCu support for PHP7 until it is available in the released version of Doctrine (currently only in master branch)
2015-12-20 11:58:53 -07:00
Andy Miller
a88829bd57
Merge branch 'feature/update-whoops' into develop
2015-12-20 11:51:44 -07:00
Andy Miller
c023c74ae5
Merge branch 'feature/update-whoops' of https://github.com/getgrav/grav into feature/update-whoops
2015-12-20 11:51:14 -07:00
Andy Miller
a8ad14222d
moved sample web server configs into a dedicated directory
2015-12-20 11:50:45 -07:00
Flavio Copes
6c6871f607
Proposed fix for #541
...
After reading http://stackoverflow.com/a/6998242 rawurldecode (and
rawurlencode) is better over urldecode/urlencode: "rawurlencode is the
way to go most of the time. It deals with the modern scheme for URI
components, where as urlencode does things the old school way, where +
meant "space."
2015-12-20 14:18:56 +01:00
Flavio Copes
5764e5e686
Merge branch 'develop' into feature/update-whoops
2015-12-20 11:52:52 +01:00
Flavio Copes
b89044a709
Fix language string
2015-12-20 11:51:48 +01:00
Flavio Copes
5fc4755d3b
Merge pull request #537 from fbardel/patch-1
...
Update fr.yaml
2015-12-19 18:39:33 +01:00
François
2f2adaaee8
Update fr.yaml
2015-12-19 18:17:07 +01:00
Flavio Copes
e2ae24faa9
Merge branch 'develop' into feature/update-whoops
2015-12-19 15:30:08 +01:00
Flavio Copes
55bc84c118
Fix #535 case insensitive https check
2015-12-19 14:20:45 +01:00
Flavio Copes
a47d5d00b3
Merge branch 'develop' into feature/update-whoops
2015-12-19 11:53:52 +01:00
Flavio Copes
05c2b98929
Fix #523 locale in url with base_url_* variables, even if include_default_lang is set to false
2015-12-19 10:48:52 +01:00
Flavio Copes
c5d3098b25
Only call extra method on blueprints if blueprints exist
...
Reverts partial change made in
https://github.com/getgrav/grav/commit/ac3396e6c46f9bcd8d5cbb45370b5daad
c84aadc
2015-12-19 10:28:06 +01:00
Flavio Copes
6805f32a13
Merge pull request #533 from mikewink/patch-1
...
Fixed hardcoded string "Security"
2015-12-19 09:33:56 +01:00
Andy Miller
b8aa250a22
Merge branch 'develop' into feature/update-whoops
2015-12-18 23:08:31 -07:00
Andy Miller
bf05a36dfe
Updated some libs
2015-12-18 23:08:14 -07:00