Djamil Legato
f9e137c994
Added pad filter for strings (uses str_pad)
2015-11-20 12:40:48 -08: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
Paul Bovis
3f94a6fda9
moved $language variable inside catch statement
...
As requested
2015-11-17 14:25:51 -07:00
yaman-jain
7f0eefbde5
updated/added PhpDoc for methods
2015-11-18 02:32:44 +05:30
Paul Bovis
280377985f
Added form validation translations
...
These will need to be translated into other languages.
2015-11-17 11:57:15 -07:00
Paul Bovis
d5b3f070a5
Added a translation for "Invalid input in " text
...
The English phrase "Invalid input in " was hardcoded at line 40. I created a new translation 'FORM.INVALID_INPUT' and placed it in /system/languages/en.yaml. It will need to be translated into other languages by others.
2015-11-17 11:55:31 -07:00
Paul Bovis
3505ef046d
Added a translation for "Validation failed:" text
...
The English term "Validation failed:" was hard coded on line 83. Instead, I created a translation and placed this at /system/languages/en.yaml. It will need to be translated into other languages by others.
2015-11-17 11:50:47 -07:00
Flavio Copes
a6bc565356
Replace forward slashes automatically to avoid problems when used in GET request
2015-11-17 11:59:30 +01:00
Flavio Copes
a1ee3cf4e4
Avoid using our own hash, let PHP use its own for password_hash, fix #445
2015-11-17 11:59:02 +01:00
Andy Miller
e96445abe3
Added append_url_extension option to system/page headers.
2015-11-16 21:33:24 -07:00
Andy Miller
c22fae0d3d
just added a comment
2015-11-16 21:33:01 -07:00
Flavio Copes
3cf6e8762c
Merge pull request #426 from getgrav/feature/nonce
...
Add nonce functionality
2015-11-13 19:18:29 +01:00