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
Andy Miller
418f0972a9
Merge pull request #571 from getgrav/feature/gpm-avoid-reinstalling-already-installed-packages
...
Command line GPM: Avoid prompting to reinstall already installed packages
2016-01-04 10:36:10 -07:00
Andy Miller
9a777efd52
Merge pull request #569 from getgrav/feature/improve-gpm-unreachable-error-message
...
Improve error when trying to install a plugin/theme from the command line and GPM is unreachable
2016-01-04 10:30:22 -07:00
Andy Miller
aa8a329c7b
Merge pull request #557 from getgrav/feature/use-rawurldecode
...
Allows '+' in the URLs, such as http://localhost/grav/blog/tag:c++
2016-01-04 10:19:18 -07:00
Andy Miller
e4930a144f
Merge pull request #554 from getgrav/feature/session-improvements
...
Add secure and httponly parameters to sessions
2016-01-04 09:54:49 -07:00
Matias Griese
194014007f
Merge pull request #583 from getgrav/feature/fix-checksum
...
Call finalizeObject on Config from loadCompiledFile() when cache is already built
2016-01-04 15:22:24 +02:00
Matias Griese
dc8f2c1466
Fixed page blueprints and theme inheritance issue ( #534 )
2016-01-04 15:18:50 +02:00
Flavio Copes
6ee48c74f7
Call finalizeObject on Config from loadCompiledFile() when cache is already built
...
finalizeObject, which assigns the checksum to the Config object, was
never called after the cache was built
2016-01-03 19:10:17 +01:00
Flavio Copes
136a9e8218
Also check for GPM permissions. Fixes #579
2016-01-02 16:25:31 +01:00
Andy Miller
34045ea62b
whitespace removal
2016-01-01 17:27:28 -07:00
Andy Miller
267edbee7d
optimization
2015-12-31 16:25:27 -07:00
Andy Miller
da882ebcd2
set twig_first: false by default due to modular pages
2015-12-31 15:35:54 -07:00
Andy Miller
73b9abd38b
Added a global setting for twig_first processing, and set it to true (was false)
2015-12-31 12:25:22 -07:00
Andy Miller
6e399fe0ed
maintain md5 keys during sorting process #566
2015-12-31 12:06:46 -07:00
Andy Miller
5f9ed17091
Added support for APCu and PHP 7.0
2015-12-31 11:47:50 -07:00
Andy Miller
dc9b9509d7
Moved onPageContentProccessed into content building section so it's fired more reliably
2015-12-30 16:28:02 -07:00
Andy Miller
b4f34c8643
Added plugins config to debugger
2015-12-30 16:26:59 -07:00
Andy Miller
52544a8b25
Fix for not fully reprocessing content with cache_enable: false
2015-12-30 15:44:42 -07:00
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
425ae30e62
fix for attributes on external urls
2015-12-29 09:56:13 -07:00
Andy Miller
a45196dc97
regular date: header should not impact published visibility
2015-12-28 15:49:17 -07:00
Andy Miller
87870bcde7
Fix for new webserver-config folder
2015-12-28 13:15:51 -07:00
Flavio Copes
104012228c
Command line GPM: Avoid prompting to reinstall already installed packages
2015-12-28 18:22:16 +01:00
Flavio Copes
e3deb40f69
Improve error when trying to install a plugin/theme from the command line and GPM is unreachable
...
Previously it listed four times `PHP Warning: Invalid argument
supplied for foreach()...`, now it fails with an error message
2015-12-28 08:53:23 +01:00
Flavio Copes
492b290845
Fix #565 handle case where we only have inline data for css or js
2015-12-26 08:54:33 +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
Flavio Copes
efded08d6e
Uses Uri::host() to calculate the host. If localhost, set it to ''
...
Now also works with Chrome on localhost SSL sites. The problem was,
Chrome on Localhost wants the domain to be `""` or `false` even if the
site is accessed with another domain name.
Worked fine in other browsers.
2015-12-23 09:18:27 +01:00
Andy Miller
879b5ef272
version update
2015-12-22 17:15:34 -07:00
Flavio Copes
91a57e1a16
Allows '+' in the URLs, such as http://localhost/grav/blog/tag:c++
2015-12-22 19:06:04 +01:00
Flavio Copes
3698afb8a6
Add secure and httponly parameters to sessions
2015-12-22 17:03:39 +01: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
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
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