Djamil Legato
8ddfa571d3
Merge pull request #48 from rindeal/feature/config-fixes
...
fix for PHP warning "is_file(): open_basedir restriction in effect", round 2
2014-09-05 18:14:07 -07:00
Jan Chren
393c8cab2a
final workaround for PHP bug 52065
2014-09-06 03:09:07 +02:00
Jan Chren
cb03c7ab0d
Revert "reverted back to file-only checks, changed to file_exists()"
...
This reverts commit d234b8e212 .
2014-09-06 00:46:59 +02:00
Andy Miller
bce0797c55
Merge pull request #47 from rindeal/feature/config-fixes
...
fix for PHP warning "is_file(): open_basedir restriction in effect"
2014-09-05 16:04:54 -06:00
Jan Chren
d234b8e212
reverted back to file-only checks, changed to file_exists()
2014-09-06 00:00:47 +02:00
Djamil Legato
481e61b08b
Merge pull request #46 from rindeal/feature/configurable-assets-attributes
...
Feature/configurable assets attributes
2014-09-05 14:51:34 -07:00
Jan Chren
f8fe108db5
PHPDocs updated
2014-09-05 23:19:18 +02:00
Jan Chren
103abc5f6d
assets attributes implemented
2014-09-05 23:11:02 +02:00
Djamil Legato
f515438c62
Merge branch 'feature/vendor_free' into develop
2014-09-05 14:07:01 -07:00
Djamil Legato
470bac23bc
Removed vendors from the mapping in SetupCommand
2014-09-05 13:40:35 -07:00
Djamil Legato
123c75ae2d
Changed command suggestion to run for installing the dependencies
2014-09-05 12:58:56 -07:00
Djamil Legato
d05c049d4c
Autorun composer install when running the grav cli
2014-09-05 12:58:36 -07:00
Djamil Legato
c7ece89fea
Including compohser.phar
2014-09-05 12:58:15 -07:00
Djamil Legato
4c9e02d648
Ignoring vendor folder
2014-09-05 12:58:06 -07:00
Djamil Legato
57ab99fb13
Getting away from providing vendor with the repo
2014-09-05 12:56:43 -07:00
Andy Miller
217db86b10
accidental commit reverted
2014-09-05 08:36:11 -06:00
Jan Chren
8da3eb32f0
fix for PHP warning "is_file(): open_basedir restriction in effect"
...
Example:
PHP Warning: is_file(): open_basedir restriction in effect. File(/home/users/.../user/plugins/.gitkeep/.gitkeep.yaml) is not within the allowed path(s): (/home/users/.../:/usr/share/pear/) in .../web/system/src/Grav/Common/Config.php:237
2014-09-05 15:46:18 +02:00
Andy Miller
0b0ce2eb27
Merge pull request #43 from rindeal/hotfix/debugger-mode
...
Some tiny fixes in Debugger
2014-09-04 11:50:18 -06:00
Jan Chren
cc81ea7e3e
disable display_errors in production environment
2014-09-04 02:50:27 +02:00
Djamil Legato
32dfc001af
Switch to old fashion array declaration in the index.php to allow PHP to parse without failing and then check for the required PHP version (5.4+) [ Fixes #36 ]
2014-09-03 17:43:15 -07:00
Andy Miller
a0f5e35ad5
removed memcahed from the list of cache options
2014-09-03 17:54:50 -06:00
Andy Miller
971508f613
Removed memcache from auto setup, added memcache server config, removed memcached support
2014-09-03 17:49:55 -06:00
Jan Chren
144d64e0c8
detect mode only if debugger enabled
2014-09-04 00:29:45 +02:00
Jan Chren
a999046882
removed unused functions
2014-09-04 00:27:30 +02:00
Matias Griese
943921eadb
Fix broken password validation
2014-09-03 21:19:16 +03:00
Matias Griese
c73e0d140d
Go back to PSR-4
2014-09-03 09:07:29 +03:00
Your Name
891751d09e
Fixed case where base_url was empty
0.9.1
2014-09-02 16:58:55 -05:00
user.email
15db488abc
Merge branch 'release/0.9.1'
2014-09-02 14:05:39 -07:00
user.email
e40ea38dd6
Merge branch 'release/0.9.1' into develop
2014-09-02 14:05:39 -07:00
user.email
bbc8f6b293
Preparing for release v0.9.1
2014-09-02 14:05:15 -07:00
Andy Miller
848e3e473f
removed unused multi views reference
2014-09-02 11:54:57 -06:00
Matias Griese
263b7b3b1c
Add support for twig markup like {{ url('theme://images/logo.png') }}
2014-09-02 20:04:54 +03:00
Matias Griese
48d7332e6a
Make basic template inheritance to work
2014-09-02 19:25:18 +03:00
Matias Griese
7ca98baa34
Fix autoloading without composer update -o
2014-09-02 08:22:50 +03:00
Matias Griese
ac7d1459d6
Move configure() from Theme to Themes class
2014-09-01 14:25:12 +03:00
Matias Griese
f66bc37b1b
Fix ResourceLocator not working with multiple paths
2014-09-01 14:23:50 +03:00
Andy Miller
e0ade6c658
Merge branch 'develop' of github.com:getgrav/grav into develop
2014-08-31 14:34:44 -06:00
Andy Miller
8cbe0ec591
added fix for file-based paths including .md filenames
2014-08-31 14:34:32 -06:00
Andy Miller
015490fc21
Update README.md
2014-08-30 14:35:29 -06:00
Andy Miller
a8c5d70967
Updated README with some more core feature links
2014-08-30 14:34:47 -06:00
Andy Miller
f95d6b11de
Added support for absolute path images and refactored a little
2014-08-30 14:19:14 -06:00
Andy Miller
a33bfd8cb0
Added support for relative links and actual path links to markdown links
2014-08-30 13:40:55 -06:00
Andy Miller
188e7ddb75
Added updated minify package with fix for @supports, vendor commits and cleanup
2014-08-29 17:22:59 -06:00
Andy Miller
d3d02a2c79
Revert "Added Content-Length header"
...
This reverts commit a737cfc2ec .
2014-08-29 15:03:19 -06:00
Andy Miller
365f7bb596
Should address issue #38 where some people are not getting cache clears
2014-08-29 14:42:50 -06:00
Djamil Legato
a737cfc2ec
Added Content-Length header
2014-08-29 10:01:05 -07:00
Matias Griese
6ce32e753d
Fix theme thumbnail urls
2014-08-29 12:07:40 +03:00
Matias Griese
8f8e0b08a4
Add theme:/// to be able to refer all the themes
2014-08-29 11:57:49 +03:00
Matias Griese
a702af2348
Fix some misc bugs for admin plugin
2014-08-29 11:26:05 +03:00
Andy Miller
4b6be8e513
just a variable name change
2014-08-28 18:05:50 -06:00