Flavio Copes
a15e063b92
Merge branch 'develop' into feature/introduce-user-groups
2015-11-21 16:52:51 +01:00
Andy Miller
2a0a9a225c
version update
2015-11-20 17:54:28 -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
Matias Griese
9adf81294d
Merge branches 'develop' and 'feature/refactor' of https://github.com/getgrav/grav into feature/refactor
2015-11-20 09:28:58 +02:00
Matias Griese
3033818589
On plaintext authentication verify, use default hash even if its not set in configuration
2015-11-20 09:22:07 +02: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
Matias Griese
5dd1554e5d
Fix modified function in config
2015-11-19 12:02:08 +02:00
Matias Griese
748f329c8e
Merge branches 'develop' and 'feature/refactor' of https://github.com/getgrav/grav into feature/refactor
...
Conflicts:
CHANGELOG.md
2015-11-19 10:51:26 +02:00
Matias Griese
7228b25393
Fix configuration reload
2015-11-19 10:49:55 +02: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
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
d79979371b
Merge branch 'develop' of https://github.com/getgrav/grav into develop
2015-11-18 11:47:26 -08: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
Matias Griese
90fcf448c7
Merge branches 'develop' and 'feature/refactor' of https://github.com/getgrav/grav into feature/refactor
2015-11-18 18:17:33 +02: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
Matias Griese
dd2ddfeb40
Refactor Config classes
2015-11-18 15:32:14 +02:00
Matias Griese
ac3396e6c4
Data objects: Allow function call chaining, lazy load blueprints
2015-11-18 14:43:32 +02: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
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
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