Andy Miller
9d2ef020b4
Merge pull request #747 from maxlysenko/feature/override-default-parsedown-processing
...
A way to override default Parsedown behavior
2016-04-06 17:46:26 -06:00
Andy Miller
d28e7bc147
Merge pull request #758 from getgrav/feature/load-twig-intl-extension
...
Add twig/extensions to allow Twig dates translation
2016-04-06 17:39:01 -06:00
Andy Miller
0ed84642e9
Added option to exclude_externals from pipeline and before_excludes to control the render order - #770
2016-04-06 17:27:31 -06:00
Andy Miller
d349e5d67b
Support localhost environments based on hostname for vhost support - #772
2016-04-06 12:03:39 -06:00
Andy Miller
993c10df10
Fix for languages/ folder in themes with individual lang files - #761
2016-04-05 18:13:09 -06:00
Andy Miller
5e107116c5
Fix for non-pipeline assets getting lost when pipeline is cached to filesystem - #770
2016-04-05 16:13:12 -06:00
Andy Miller
3571663e0f
Merge pull request #767 from getgrav/feature/fix-local-themes-with-same-name-as-gpm
...
Fix local themes with same folder name (slug) as a theme published on the GPM
2016-04-04 22:17:58 -06:00
Andy Miller
5e85ac640e
Merge pull request #737 from getgrav/feature/add-base-including-language-to-uri
...
Add URI::baseIncludingLanguage()
2016-04-04 22:14:50 -06:00
Andy Miller
d8e1a33479
Fix for double encoding resulting from Markdown Extra - #764
2016-04-04 21:29:11 -06:00
Andy Miller
d68a5b68c4
Fix for a remote link breaking all CSS rewrites for pipeline - #768
2016-04-04 18:36:38 -06:00
Mathias Rhein
1408477827
Updating Caddyfile
...
* Updating Caddyfile
Now /sitemap.xml or blog.rss or /info.php and so on are working also the evil regex is removed
* Updating Caddyfile
adding suggestion by @abiosoft
2016-04-04 14:29:22 +02:00
Flavio Copes
ee37650b35
If a blueprint has no version specified, it's not a GPM package, do not try to update it (CLI/Admin)
2016-04-04 10:25:00 +02:00
Andy Miller
34a211a532
reworked the theme stuff
2016-04-01 17:05:39 -06:00
Andy Miller
6790a7c86b
better text
2016-03-31 18:17:29 -06:00
Andy Miller
4e171c7e80
minor code fixes
2016-03-31 18:16:13 -06:00
Andy Miller
e839fccc2e
Tweaked the blank plugin and removed out of date random option
2016-03-31 18:14:14 -06:00
Andy Miller
ab23b52416
Merge pull request #725 from Vivalldi/feature/dev-tools
...
Developer CLI Tools
2016-03-31 17:30:46 -06:00
Tyler Cosgrove
d752cd09c6
Error handling
...
try-catch
2016-03-31 19:29:20 -04:00
Tyler Cosgrove
82f52548d3
Add message success message
2016-03-31 19:08:16 -04:00
Andy Miller
187b2b331e
use new alias method
2016-03-31 16:51:57 -06:00
Tyler Cosgrove
08cd9f0510
🚮 Clean Up; 🆕 New plugin option for creation
2016-03-31 18:34:38 -04:00
Andy Miller
83fbcf33b9
Merge branch 'develop' of https://github.com/getgrav/grav into develop
2016-03-31 16:14:57 -06:00
Andy Miller
fbb51cffac
Add a shortcut for pages.find() alias
2016-03-31 16:14:52 -06:00
Flavio Copes
810deb4105
Add twig/extensions to allow Twig dates translation
...
Client code can now use
`{{ a_date|localizeddate('long', 'short', grav.language.getLanguage) }}`
2016-03-31 14:48:30 +02:00
Matias Griese
da6a91f132
Fix wrong page_cache_id on multisite
2016-03-31 14:40:13 +03:00
Matias Griese
51ee7eef24
Remove extra debug message
2016-03-31 14:37:50 +03:00
Matias Griese
5ac7de5d7d
Replace LOG_DIR with log:// stream ( #715 )
2016-03-31 14:21:36 +03:00
Matias Griese
2c9c712bec
Deprecate SYSTEM_DIR constant
2016-03-31 14:03:43 +03:00
Flavio Copes
7158dd9beb
Revert "Add own date Twig filter override to translate dates automatically based on the locale"
...
This reverts commit 46ba290004 .
2016-03-26 21:54:32 +01:00
Flavio Copes
c3ede5c425
Handle Grav version dependency
2016-03-24 10:30:03 +01:00
maxlysenko
7b3c02cece
A way to override default Parsedown behavior
...
As discussed in #736 It's possible to override default Parsedown processing if the new `tag` for existing `type` will be inserted into the array in higher position then the standard tag we want to override.
2016-03-24 10:03:40 +03:00
Flavio Copes
94f6e6d8ce
Merge pull request #739 from vkarampinis/patch-1
...
fix some greek translations
2016-03-22 14:05:45 +01:00
Vaios Karampinis
bfd48218ab
fix some greek translations
2016-03-22 11:47:00 +02:00
Flavio Copes
9ef5b16baa
Fix getting the next available release
2016-03-21 11:33:47 +01:00
Flavio Copes
8682df2e32
Add URI::baseIncludingLanguage()
...
Return the base relative URL including the language prefix, or the base
relative url if multilanguage is not enabled
2016-03-21 11:02:58 +01:00
Flavio Copes
c8a78871a9
Fix issue in installing a plugin that has themes that use it as a dependency
2016-03-21 10:54:11 +01:00
Flavio Copes
c24637a8a6
Merge pull request #735 from martinec/patch-1
...
minor refactor: default is 'and'
2016-03-21 09:00:41 +01:00
Cristian Martinez
d632adec75
minor refactor: default is 'and'
2016-03-21 01:45:55 +01:00
Vivalldi
8096c535c8
New Plugin Comp; Fix renaming
2016-03-19 16:29:33 -04:00
Djamil Legato
9c38fd9b8f
Do not backup node_modules folder
2016-03-18 16:37:05 -07:00
Flavio Copes
2cf0e2f8b6
Merge pull request #731 from getgrav/feature/translate-dates-automatically
...
Translate dates automatically in Twig filter
2016-03-18 23:30:38 +01:00
Matias Griese
8ae4e3fd64
Display error when bin/grav install hasn't been run instead of throwing exception
2016-03-18 09:18:13 +02:00
Flavio Copes
4bb6876c78
Add back negation!
2016-03-17 21:13:24 +01:00
Flavio Copes
71bbb03bd9
Change exception to die() in order to always show a message when these fatal errors are found
...
As proposed by @mahagr
2016-03-17 20:33:32 +01:00
Flavio Copes
3aca86ef6f
In GPM::checkNoOtherPackageNeedsThisDependencyInALowerVersion() accept a list of packages that will be excluded from the check
...
Used when updating dependencies of other packages, which cannot be
updated otherwise if we don't know that the package that needs them in
a lower version will be updated too
2016-03-17 17:45:52 +01:00
Flavio Copes
909695169c
Correct getting the latest available version of a package
2016-03-17 17:44:02 +01:00
Flavio Copes
80c6793ef7
Fix getting the latest version when the available property is not set
2016-03-17 16:49:12 +01:00
Flavio Copes
2ad75c8b91
Fix flow
2016-03-17 16:46:17 +01:00
Flavio Copes
3c43888de1
Drop leftover exit() call
2016-03-17 16:44:44 +01:00
Flavio Copes
51c281e7df
Fix blueprint string
2016-03-16 20:25:36 +01:00