Andy Miller
33d69d7783
Merge pull request #759 from getgrav/feature/fix-redirect
...
Add params, query and fragment when redirecting to a language or default route
2016-04-06 17:49:43 -06:00
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
974d107355
This allows a frontmatter.yaml file to be included in a page folder and be merged with header.
2016-04-06 15:28:27 -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
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
Flavio Copes
7619d3b54a
Add params, query and fragment when redirecting to a language or default route
2016-04-01 11:28:28 +02: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
Tobias Braner
1d2c4ea2a6
[Refactoring] after changing from static to instance methods the is an thus does not need to be passed through any more
2016-03-24 09:54:38 +01:00
Tobias Braner
6f91e27389
[Refactoring] switched static methods to instance methods as the grav container already exists
2016-03-24 09:13:05 +01:00
Tobias Braner
7051dad34c
[Refactoring] removed debugger als callback parameter in measureTime as it is already injected in the container
2016-03-24 09:09:45 +01:00
Tobias Braner
1f49bee5f2
[Refactoring]: removed block style foreach
2016-03-24 08:38:09 +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
Tobias Braner
7edb382d37
[Cleanup] Removed unnecessary use statement
2016-03-24 07:58:00 +01:00
Tobias Braner
b86a9ef564
[Refactoring] Cleaned up the Grav class. Reimplemented load and process
...
to follow clean coding standards.
Cleaned up container setup
Added comments for the new methods in Grav
Removed not needed use statements from grav file
Refactored the grav->process method to be more extendable
Cleaned up a bit, reordered class methods, used measureTime in load
2016-03-24 07:53:10 +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
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
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