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
Flavio Copes
f0cdd7c03e
Merge branch 'develop' into feature/nonce
2015-11-13 18:24:03 +01:00
Andy Miller
5e40201888
Merge pull request #441 from yaman-jain/removePackageInterface
...
PackageInterface was deleted #435
2015-11-13 11:03:08 -06:00
Flavio Copes
f2c2debb28
Fix exception message when label is not set
2015-11-13 17:50:04 +01:00
Andy Miller
0e3e7497ac
Fix for https://github.com/getgrav/grav-plugin-form/issues/17
2015-11-12 18:31:15 -07:00
Andy Miller
72313ac9ec
Merge branch 'feature/new-imagemedium-methods' into develop
2015-11-12 17:40:21 -07:00
yaman-jain
dc80228f0b
PackageInterface was deleted #435
2015-11-13 00:48:54 +05:30
Flavio Copes
a83642a7e3
Added a higherQualityAlternative () method to get the highest quality image available (3x or 2x)
2015-11-12 19:15:26 +01:00
Flavio Copes
00d8403095
Allow to get the image quality in addition to setting it
2015-11-12 19:14:52 +01:00
Matias Griese
e1ec8e9742
Fix undefined variable in Config class
2015-11-12 20:09:23 +02:00
Flavio Copes
0725af5367
Handle case login plugin disabled (thanks @hwmaier)
2015-11-12 09:17:22 +01:00
Andy Miller
65e543af02
Merge pull request #434 from yaman-jain/feature/smallfixes
...
remove duplicate key
2015-11-11 18:24:29 -07:00
Andy Miller
b49e8315eb
Merge pull request #439 from enko/patch-1
...
Use PCRE_UTF8 so unicode strings don't break up.
2015-11-12 00:42:45 +01:00
Tim
c5a89112b4
Use PCRE_UTF8 so unicode strings don't break up.
...
The `Truncator`-class fails when the truncated text contains unicode characters with a nice exception:
"DOMDocumentFragment::appendXML(): Entity: line 1: parser error : Input is not proper UTF-8, indicate encoding ! Bytes: 0xC3 0xE2 0x80 0xA6"
By using the `PCRE_UTF8` modifier `u` everything is UTF8 and all is fine.
2015-11-12 00:13:21 +01:00
Flavio Copes
94ec474ffa
Merge branch 'develop' into feature/nonce
2015-11-11 17:47:57 +01:00
Flavio Copes
da4593fdc1
Drop commented referrer code
2015-11-11 17:13:54 +01:00
Flavio Copes
b8413cefaf
Avoid having to deal with slashes in URLs
2015-11-10 17:34:23 +01:00
Flavio Copes
d3097e4fd0
Merge pull request #433 from Sommerregen/patch-3
...
Fixes #432 (Theme autoloading doesn't seem to work)
2015-11-10 14:32:14 +01:00
yaman-jain
51753f0716
remove unused 'use' statements
2015-11-10 18:24:01 +05:30
yaman-jain
b7ada873b8
remove duplicate key
2015-11-10 17:34:01 +05:30
Benny
ed8b08a9e4
Fixes #432 (Theme autoloading doesn't seem to work)
2015-11-10 11:19:30 +01:00
Flavio Copes
e1fdb6803d
Add nonce functionality
2015-11-06 15:31:49 +01:00
Andy Miller
5cb9f2f42f
Merge pull request #419 from hwmaier/feature/empty-inline-assets
...
Don't create <style> or <script> tags for empty inline CSS or inline JS
2015-11-06 10:08:10 +05:30
Flavio Copes
fcf48ed2e5
Merge pull request #420 from bariscelik/develop
...
added "Turkish" language
2015-11-05 09:16:36 +01:00
Barış ÇELİK
050512536a
added "Turkish" language
2015-11-05 08:42:24 +03:00
Henrik Maier
99207fca13
Don't create <style> or <script> tags for empty inline CSS or inline JS
2015-11-05 13:37:06 +10:00
Andy Miller
77d80f12f3
Fix for untranslated validation messages #246
2015-11-02 17:28:46 -07:00
Flavio Copes
e400207a65
Fix https://github.com/getgrav/grav-plugin-admin/issues/249 , password not required any more. If not set, it's not changed. If set, it's changed (if it satisfies the requirements)
2015-11-02 18:57:16 +01:00
Andy Miller
4b68036a1b
Fixed assets stream for bin/grav clear
2015-11-01 20:52:14 -07:00
Henrik Maier
a95b716aa7
Return resource even if not physically present
2015-11-01 19:43:54 -07:00
Henrik Maier
dc8efded34
Use streams instead of hardcoded paths for clearCache()
2015-11-01 19:43:53 -07:00
Andy Miller
e016b17276
Revert "Use streams instead of hardcoded paths for clearCache()"
...
This reverts commit a86ce7cb28 .
2015-11-01 19:24:46 -07:00
Andy Miller
b99876f0b4
Revert "Return resource even if not physically present"
...
This reverts commit b3144ee921 .
2015-11-01 19:24:39 -07:00
Andy Miller
66abc842b7
Merge branch 'develop' of https://github.com/getgrav/grav into develop
2015-11-01 18:34:41 -07:00
Andy Miller
9f36158c67
Merge pull request #405 from hwmaier/feature/trailing-slash
...
Added support for default routes with a trailing slash
2015-11-01 18:34:31 -07:00
Andy Miller
18c1ca3919
added 'theme' to config containing current theme configuration so now possible to just to {{ config.theme.dropdown_enabled }} #406
2015-11-01 18:32:55 -07:00
Andy Miller
0c729e5b0a
latest vendor updates
2015-11-01 13:56:10 -07:00
Andy Miller
55f3b78ab1
Merge pull request #393 from hwmaier/feature/image-height-width
...
Support for width/height and style attributes to media and image files
2015-11-01 09:43:28 -07:00
Andy Miller
a73b796ca7
Merge pull request #407 from hwmaier/feature/enable-progressive-bug
...
Clear previously applied operations when doing a reset on image files to avoid calling filters twice
2015-11-01 09:42:29 -07:00
Andy Miller
bb0bca7ef1
Merge pull request #408 from hwmaier/feature/clear-cache
...
Use streams instead of hardcoded paths for clearCache()
2015-11-01 08:53:54 -07:00
Henrik Maier
b3144ee921
Return resource even if not physically present
2015-11-01 18:55:33 +10:00
Henrik Maier
a86ce7cb28
Use streams instead of hardcoded paths for clearCache()
2015-11-01 17:50:23 +10:00
Henrik Maier
ccf2a780b6
Clear previously applied operations when doing a reset on image files
2015-11-01 10:26:56 +10:00
Henrik Maier
b0c1dbe4b7
Added support for default routes with a trailing slash
2015-10-31 16:21:05 +10:00
Djamil Legato
ec73eef695
Updated comments for subfolders
2015-10-30 10:49:08 -07:00
Andy Miller
467d68344e
added a default umask_fix property to system.yaml
2015-10-30 11:42:36 -06:00
Andy Miller
8899b3ebb8
Rewrote nginx.conf to be simpler and more in line with .htaccess
2015-10-30 11:42:08 -06:00
Andy Miller
5478cfaf9f
Improved .htaccess security
2015-10-30 11:41:52 -06:00
Andy Miller
4b6a85f30a
updated vendor libs
2015-10-30 11:41:03 -06:00