Andy Miller
7adaf536f1
Fix for image URLs not being fully URL encoded #1622
2017-09-14 17:21:53 -06:00
Andy Miller
ffd61065ac
Implemented Composer\CaBundle for safer SSL negotiation #1241
2017-09-14 16:58:09 -06:00
Andy Miller
8ff1042fe3
Refactored asset sorting logic
2017-09-14 15:20:24 -06:00
Andy Miller
79fa88c315
Fixed Page::summary() when using delimiter and multibyte UTF8 Characters #1644
2017-09-11 08:56:50 -06:00
Andy Miller
ccad675336
Prepare for release
2017-09-07 18:06:39 -06:00
Andy Miller
898ab989aa
Revert "Fix setting session cookie twice ( #1634 )"
...
This reverts commit 96028d1d69 .
2017-09-07 13:07:08 -06:00
Andy Miller
580dac1784
Added new dirname filter
2017-09-07 10:43:28 -06:00
Andy Miller
2eb8690c2d
Added new basename filter
2017-09-07 10:39:54 -06:00
Antony Dabonde
481fe1903e
Added system option to enable case insensitive urls. ( #1638 )
2017-09-05 13:58:57 -06:00
j000
96028d1d69
Fix setting session cookie twice ( #1634 )
...
Because setting cookie twice bothers me. Now proper options are applied to first one, so no need to set it again.
2017-09-05 13:57:46 -06:00
Mike Mellor
8532c2d06e
Added current position to page object ( #1632 )
2017-09-05 13:57:32 -06:00
Dávid Szabó
9147a10cc7
Add try to load alphanumeric class ( #1630 )
2017-09-05 13:57:17 -06:00
Andy Miller
0179c6ee65
blueprint alignment
2017-08-31 21:58:20 -06:00
Andy Miller
550b51f77a
Added new tl filter/function to translate language #1618
...
This addresses issues with the PR. It uses a new twig filter that gives full access to the langauges->translate() function.
2017-08-28 12:22:53 -06:00
Andy Miller
3572833e7a
Revert "fix Twig dynamic translation ( #1618 )"
...
This reverts commit 7a7ffd3492 .
2017-08-28 12:02:11 -06:00
Andy Miller
c52931e7fa
hilight for 2fa in account should be on true
2017-08-27 12:57:39 -06:00
Andy Miller
535a3d9a83
return if not authenticated
2017-08-26 18:39:05 -06:00
Andy Miller
d075c29254
Added chunk_split() twig filter
2017-08-26 11:49:57 -06:00
Andy Miller
42d3b12b13
moved from help to sublabel
2017-08-25 18:42:57 -06:00
Andy Miller
3eace66274
Added 2fa authenticator check
2017-08-25 16:40:10 -06:00
Chris Jung
0543d997f6
Gregwar/Image supports gaussianBlur ( #1623 )
...
Since grav uses the GD Adapter of Gregwar/Image and has no option to change it, this should be safe to implement, when the latest Version of the Lib is used.
2017-08-25 10:44:59 -06:00
Andy Miller
cc8a20537e
Added support for redis password option #1620
2017-08-24 09:17:25 -06:00
Andy Miller
04690ce206
Use multilevel field to handle Asset Collections #1201
2017-08-24 07:57:56 -06:00
iusvar
7a7ffd3492
fix Twig dynamic translation ( #1618 )
...
* fix Twig dynamic translation
* fix Twig dynamic translation
2017-08-23 14:30:39 -06:00
Eihrister
667c4340d8
Changing back the default redirect code from 301 to 302. ( #1619 )
2017-08-23 14:29:18 -06:00
圈爷
39af36977e
Quick Fix Summary issues ( #1554 )
...
* Quick Fix Summary issues
1. Calculate the string size without any html tags, so now you can get exactly what you wanted length;
2. Support utf8 2 character widths characters, like Chinese, Japanese;
3. This is a quick dirty mod, some associated functions should be rethinked;
* fix: Add an option to compatibel with old version
Now, you can use page.summary(10) as normal, or page.summary(10, true) to ignore all html tags and medias
* fit PS2R coding style
* psr-2 reformated without assignment align
2017-08-22 13:17:56 -06:00
Andy Miller
4cf5f00441
Added natsort on plugin load #1614
2017-08-22 11:22:13 -06:00
Andy Miller
ebce5ecd31
Prepare for release
2017-08-16 11:05:12 -06:00
Matias Griese
f02b7a6028
Merge remote-tracking branch 'origin/develop' into develop
2017-08-15 14:55:48 +03:00
Matias Griese
828e1a54f1
Fixed parent theme auto-loading in child themes of Gantry 5
2017-08-15 14:55:40 +03:00
Andy Miller
04d7945f10
Pushing default namespace
2017-08-14 16:17:27 -06:00
Andy Miller
4b948e2cbb
Added a new Collection::intersect() method #1605
2017-08-11 13:41:46 -06:00
Andy Miller
122ded671c
Merge branch 'develop' of https://github.com/getgrav/grav into develop
2017-08-11 11:17:11 -06:00
Andy Miller
c7c234d04a
Added array_key_exists wrapper function
2017-08-11 11:17:05 -06:00
Andy Miller
a37582eb4c
Added new events and paths to support namespacing #1604
2017-08-11 11:16:09 -06:00
Matias Griese
4776b0e6b5
Fixed Data::exists() and Data::raw() functions breaking if Data::file() hasn't been called with non-null value
2017-08-10 11:44:34 +03:00
naucon
7bfb316d6b
Allow system.session.timeout field to be 0 ( #1598 )
2017-08-02 17:01:21 -06:00
Andy Miller
9168b192ff
Added missing method access
2017-07-26 20:55:27 -06:00
Andy Miller
c2d22694f3
Updated with comparisons
2017-07-26 20:52:54 -06:00
Andy Miller
633a2a750f
option to configure image cache clearing #1481
2017-07-26 12:53:16 -06:00
Andy Miller
13341c323d
Added cache-control property #1591
2017-07-26 12:33:35 -06:00
Andy Miller
f6667077f3
Prepare for release
2017-07-19 12:15:30 -06:00
Tim Robbings
bbc4a23c86
Fix default sort order ( #1575 )
...
This appears to have broken page ordering.
Test-information:
Did a quick test on a personal project, clearing cache and reloading
the page fixed the default sort order of the navbar (i.e. it displayed
according to numeric folder prefixes).
2017-07-17 15:47:53 -06:00
Flavio Copes
c178b22c10
Check if medium thumbnail exists before resetting
2017-07-17 18:10:06 +02:00
Flavio Copes
cd081b22a4
Fix ordering in linux+intl environments ( #1571 )
...
Added for next point release
2017-07-17 10:08:03 -06:00
Andy Miller
5f2542c1c7
Prepare for release
2017-07-16 17:00:13 -06:00
Djamil Legato
287a51148a
Fix natural sort when > 100 pages ( #1564 )
...
* Fix natural sort when > 100 pages
* Revert manual and default sort type
* Only check prefix numbers
2017-07-11 18:01:13 -06:00
Andy Miller
3148f3f502
Merge branch 'develop' of https://github.com/getgrav/grav into develop
2017-07-10 21:59:35 -06:00
Andy Miller
966c4f5866
Fix for broken range slider
...
https://github.com/getgrav/grav-plugin-admin/issues/1153
2017-07-10 21:59:28 -06:00
Tasos Papalyras
01c7a36025
Fix undeclared variable $difference ( #1563 )
...
Fixes a bug when returning nicetime
2017-07-07 00:21:41 -06:00