Andy Miller
46d682f889
Revert "Fix for audio/video parsedown #1924 "
...
This reverts commit 33cfa5e104 .
# Conflicts:
# CHANGELOG.md
2018-04-12 15:25:19 -06:00
Andy Miller
47037e3f5e
moved sortArrayByKey logic into Utils::
2018-04-09 14:35:44 -06:00
Rex Kelly
cb490a1762
Add overriding of setup.php config file, via constants ( #1945 )
...
I'm working on a custom install of Grav, where being able to dynamically swap setup files was required. I've modified the $file assignment to permit overriding it's value via a defined constant, "GRAV_SETUP_PATH".
And I thought that might be useful to others, so I'm submitting a pull request.
2018-04-09 11:35:49 -06:00
Djamil Legato
3248b97997
Reverted zip changes while adding extra details about unzip failure
2018-03-29 13:07:11 -07:00
Djamil Legato
3c26d831fd
Refactored Installer (zip) change to maintain consistency in the errorCode
2018-03-29 12:15:34 -07:00
Andy Miller
f4e584cda1
Fix for bad ZipArchive references
2018-03-24 13:49:56 -06:00
Andy Miller
a6306aae05
Prepare for release
2018-03-21 11:49:28 -06:00
Matias Griese
3a207843c7
Merge branch 'develop' of https://github.com/getgrav/grav into feature/1.4
2018-03-20 09:22:19 +02:00
Andy Miller
8f1639c10b
case for case sensitive metadata grav-admin-plugin#1370
2018-03-18 21:37:17 -06:00
Andy Miller
33cfa5e104
Fix for audio/video parsedown #1924
2018-03-18 12:55:20 -06:00
Al-Demon
a20d6d7230
Update LanguageCodes.php ( #1917 )
...
Add Bosnian LanguageCode
2018-03-18 11:57:16 -06:00
Andy Miller
40e7ee79b4
Added more detailed error handling ( #1922 )
2018-03-18 11:56:59 -06:00
Andy Miller
727f759b41
Added some twig stuff
2018-03-13 16:10:12 -06:00
Andy Miller
f42d59409b
updaetd clean command with some minor changes
2018-03-11 16:28:50 -06:00
Andy Miller
0e26422613
Prepare for release
2018-03-11 16:12:55 -06:00
Matias Griese
234555b208
Fixed session timing out because of session cookie was not being sent
2018-03-11 21:52:49 +02:00
Andy Miller
4c1d1dd5d0
Prepare for release
2018-03-09 13:02:50 -07:00
Andy Miller
cad10b6095
Test fixes for session/parsedown changes, jquery update, quark default theme
2018-03-09 12:45:27 -07:00
Andy Miller
7aa930ca55
Merge branch '1.4' into develop
...
# Conflicts:
# system/src/Grav/Common/Twig/TwigExtension.php
# system/src/Grav/Common/Uri.php
# tests/unit/Grav/Common/AssetsTest.php
2018-03-09 12:43:08 -07:00
Matias Griese
7e1c6b6137
Do not initialize session in CLI and unit tests
2018-03-09 21:07:44 +02:00
Andy Miller
d008376169
Updated parsedown + toolbox
2018-03-08 17:08:20 -07:00
Andy Miller
eaac77881f
Force clearing PHP clearstatcache and opcache-reset on Cache::clear()
2018-03-08 14:52:49 -07:00
Andy Miller
54cd7f85b8
theme_var() twig function now checks page header var first
2018-03-02 15:39:59 -06:00
Andy Miller
5ffe32ef58
Fix alt tag issue #1883
2018-03-01 15:30:51 -06:00
Andy Miller
b0ad83ebf7
support both alt and alt_text
2018-03-01 15:13:42 -06:00
mahagr
d5060a2012
Framework\Route::getRoute() return relative path only if offset isn't 0
2018-02-25 17:38:55 -06:00
mahagr
bf16e2e854
Framework\Route::getRoute() with parameters should return relative path
2018-02-25 17:37:23 -06:00
mahagr
ec78319993
Add Framework\Route::getRoute() parameters
2018-02-25 17:35:01 -06:00
mahagr
67b5649ee4
Add Framework\Route::getRouteParts() function
2018-02-25 17:29:29 -06:00
CSixtyFour
eca23a918a
Fix for #1827 ( #1888 )
...
Modified Build scheme and Build port functions to take into account those in SSL offloading situations.
2018-02-24 11:00:26 -07:00
Andy Miller
5b291f8f54
Added Route overrides
2018-02-22 16:14:24 -07:00
Matias Griese
274c701907
Improved Object serialize()/unserialize()
2018-02-22 09:00:41 +02:00
Andy Miller
e533024b2e
Added {% switch %} twig tag
2018-02-21 23:00:37 -07:00
Andy Miller
8750602f76
Added new {% markdown %} twig tag
2018-02-21 17:28:43 -07:00
Todd Coleman
51a9b9b7c7
Taxonomy Filtering - space characters ( #1880 )
...
Taxonomies with spaces were not recognized because they are encoded in the uri.
2018-02-21 10:43:20 -07:00
Matias Griese
42d8836569
Improved Session initialization ( #1879 )
2018-02-21 10:42:09 -07:00
Matias Griese
01886b6df9
Added better session checks, warn in debugbar if session messages cannot be used
2018-02-21 12:53:40 +02:00
Matias Griese
742c6f9baa
Fixed issue with UriFactory::parseQuery()
2018-02-20 12:00:17 +02:00
Matias Griese
c97da77153
Merge branch '1.4' of https://github.com/getgrav/grav into 1.4
2018-02-20 11:07:36 +02:00
Matias Griese
871848dc28
Added Grav\Framework\Route classes to allow route/link manipulation
...
Added `$grav['uri]->getCurrentRoute()` method to get `Grav\Framework\Route\Route` instance for the current URL
2018-02-20 11:07:28 +02:00
Andy Miller
84a0b5d1e1
cleanup with default value
2018-02-19 21:23:11 -07:00
Matias Griese
35f7a2a9de
Added $grav['uri]->getCurrentUri() function to get Grav\Framework\Uri instance for the current URL.
2018-02-19 11:10:37 +02:00
Matias Griese
62dfa0e060
Reorder functions in Common\Uri class
2018-02-19 10:30:16 +02:00
Andy Miller
4259d01638
Fix bug with remote minimum PHP version determination
2018-02-18 14:07:35 -07:00
Matias Griese
39783df92d
Fixed bug with absolute_urls=true
2018-02-17 14:35:02 +02:00
Matias Griese
d39253e36f
Moved URI parts filtering functions to Framework\UriPartsFilter class
2018-02-17 14:28:26 +02:00
Matias Griese
82868037ec
Some code cleanup on ParsedownGravTrait and Grav classes
2018-02-17 13:03:56 +02:00
Matias Griese
17ba58a5c2
Framework\Uri: Improve query parameter handling
2018-02-17 13:00:40 +02:00
Matias Griese
0a79788582
Improve Uri class by adding useful tests
2018-02-17 12:23:45 +02:00
Andy Miller
ccf0f9c74e
Added support for php dependencies in GPM blueprints
2018-02-16 18:16:07 -07:00