Tamas Csizmadia
2a02c8bc4f
Hungarian translation in system/languages/hu.yaml
2015-11-21 21:53:03 +01:00
Andy Miller
2051fed5b7
Merge pull request #458 from benblee/patch-1
...
Prevent crawling of unnecessary directories
2015-11-20 19:57:45 -07:00
Ben Lee
268714863e
Prevent crawling of unnecessary directories
...
Prevent search engines from crawling and indexing unnecessary files and directories. The "/user/plugins/" directory may need to be added to the Allow list if plugins use frontend accessible assets. This is tested at a basic level using Google Fetch and Render.
2015-11-20 19:33:24 -07:00
Andy Miller
60c6532307
Merge branch 'release/1.0.0-rc.5' into develop
2015-11-20 17:54:40 -07:00
Andy Miller
2a0a9a225c
version update
2015-11-20 17:54:28 -07:00
Andy Miller
aee92b58c7
Updated composer.phar
2015-11-20 17:34:34 -07:00
Andy Miller
16db950009
composer updates
2015-11-20 17:34:02 -07:00
Andy Miller
bde33e7188
Lighttpd/Lightly configuration file - Thanks @Mr3ase
2015-11-20 14:59:58 -07:00
Djamil Legato
267efbe164
Merge branch 'develop' of https://github.com/getgrav/grav into develop
2015-11-20 12:40:52 -08:00
Djamil Legato
f9e137c994
Added pad filter for strings (uses str_pad)
2015-11-20 12:40:48 -08:00
Andy Miller
e7f9751403
add new Page.relativePagePath helper method
2015-11-20 08:08:39 -07:00
Djamil Legato
06d663680c
Removed unused label
2015-11-19 20:05:29 -08:00
Djamil Legato
1bbdca5032
Merge branch 'develop' of https://github.com/getgrav/grav into develop
2015-11-19 18:07:40 -08:00
Djamil Legato
c1654a988e
Fixed deprecated message
2015-11-19 18:07:16 -08:00
Andy Miller
18a540c867
Don't set a default hash in system.yaml
2015-11-19 18:56:05 -07:00
Andy Miller
99fc8df322
old command was called newuser not new-user, also pointed to login plugin now.
2015-11-19 18:30:31 -07:00
Flavio Copes
2d21cb8b1e
Simplify, clear slashes for all nonces automatically. Remove Utils:: getNonceForGetRequest methoid
...
The reason is, we need to get the nonce in JavaScript and we can simply
use the one in the form, made for POST requests
2015-11-19 23:23:32 +01:00
Flavio Copes
d8008654b9
Add a new Utils::getNonceForGetRequest() method, and use that in Uri:: addNonce()
2015-11-19 22:44:10 +01:00
Andy Miller
146295fb1e
fix for state check if user was already logged in without state
2015-11-19 13:43:15 -07:00
Djamil Legato
63e083ea37
Implemented new state check for accounts. If an account state is set to disabled no actions will be allowed
2015-11-18 18:31:19 -08:00
Andy Miller
b1630feb5d
Disable time limit in case of slow downloads: #385
2015-11-18 19:04:57 -07:00
Andy Miller
1185a91c90
Fix for Media using absolute URLs internally causing breakages in functionality: #401
2015-11-18 18:39:30 -07:00
Andy Miller
dce6d7894b
Added form blueprints for new append_url_extension field in system.yaml and page headers
2015-11-18 17:35:07 -07:00
Andy Miller
375ee0d1fa
remove version from auto-generated generator tag
2015-11-18 17:17:53 -07:00
Andy Miller
ce0574f897
Merge branch 'develop' of https://github.com/getgrav/grav into develop
2015-11-18 17:13:31 -07:00
Andy Miller
c515111446
Don't check valid media list if its' in whitelist
2015-11-18 17:13:22 -07:00
Djamil Legato
7d6393628e
Merge branch 'develop' of https://github.com/getgrav/grav into develop
2015-11-18 16:12:12 -08:00
Djamil Legato
24fde7261a
Deprecated: bin/grav new-user is now deprecated in favor of bin/plugin admin new-user
2015-11-18 16:12:08 -08:00
Djamil Legato
3d922abf1a
Fixed listing duplicate plugins when multiple commands present.
2015-11-18 16:11:44 -08:00
Andy Miller
7f1d3a94fe
Support default case of allowing all valid media types. Config option replaces with a whitelist of types supported. #452
2015-11-18 15:52:01 -07:00
Andy Miller
3d774b7585
moved fallback types to media
2015-11-18 15:50:46 -07:00
Djamil Legato
b0083548b6
Rearranged properly changelog entries
2015-11-18 11:55:34 -08:00
Djamil Legato
905dae3b16
Updated changelog
2015-11-18 11:51:16 -08:00
Djamil Legato
d79979371b
Merge branch 'develop' of https://github.com/getgrav/grav into develop
2015-11-18 11:47:26 -08:00
Flavio Copes
c4bff94f7d
Merge pull request #454 from diomed/patch-1
...
Croatian translation
2015-11-18 20:43:07 +01:00
Kruno H
7c4fd3858c
Croatian translation
2015-11-18 20:35:23 +01:00
Djamil Legato
3b9af8883d
Merge branch 'develop' of https://github.com/getgrav/grav into develop
2015-11-18 10:43:02 -08:00
Djamil Legato
29b34d7de0
Listing all plugins with CLI available. Better helper when empty arguments
2015-11-18 10:40:06 -08:00
Flavio Copes
5193551d04
Fix date representation in system config
...
Fixes https://github.com/getgrav/grav-plugin-admin/issues/278
2015-11-18 17:15:18 +01:00
Matias Griese
d2660e0755
Fixed gzip compression making it to work correctly with all servers and browsers
2015-11-18 18:14:35 +02:00
Flavio Copes
2d8ac27fdd
Merge pull request #451 from yaman-jain/docfixes
...
PhpDoc
2015-11-18 14:49:58 +01:00
yaman-jain
49a5b38589
PhpDoc: callback definition as per #451
2015-11-18 16:01:19 +05:30
yaman-jain
6e2f792bb9
Merge branch 'develop' into docfixes
2015-11-18 15:55:25 +05:30
Djamil Legato
da098fd46a
Implemented support for Plugins to hook into Grav CLI via bin/plugin <plugin-name>
2015-11-17 19:33:55 -08:00
Djamil Legato
3e081b340f
Cleaned up Console commands, now extending Grav's own ConsoleCommand class
2015-11-17 19:31:13 -08:00
Djamil Legato
698015a03d
Merge branch 'develop' of https://github.com/getgrav/grav into develop
2015-11-17 19:12:45 -08:00
Djamil Legato
000a10f936
Added check in Plugins::get method to ensure a plugin exists
2015-11-17 18:36:08 -08:00
Flavio Copes
c764e31c8a
Merge pull request #448 from bovisp/patch-3
...
Added form validation translations
2015-11-17 22:32:38 +01:00
Flavio Copes
c18021d52a
Merge pull request #450 from bovisp/patch-2
...
Added a translation for "Invalid input in " text
2015-11-17 22:32:15 +01:00
Flavio Copes
3d0cc67415
Merge pull request #449 from bovisp/patch-1
...
Added a translation for "Validation failed:" text
2015-11-17 22:32:00 +01:00