Flavio Copes
eb120a2cda
Drop duplicate docblock
2016-02-18 14:02:48 +01:00
Matias Griese
be297677e8
Blueprint extend: Fix extending blueprints for configuration
2016-02-18 14:16:37 +02:00
Flavio Copes
0143ac22e3
Improve calculateVersionNumberFromDependencyVersion using extracted method
2016-02-17 14:33:52 +01:00
Flavio Copes
17c47889a6
Improve calculateMergedDependenciesOfPackages
...
Raise exceptions if two merged versions in "next significant release"
format are incompatible
Wrote appropriate tests.
2016-02-17 14:33:27 +01:00
Flavio Copes
5cdc10075a
Add versionFormatIsNextSignificantRelease and versionFormatIsEqualOrHigher methods
...
And corresponding tests
2016-02-17 14:22:59 +01:00
Flavio Copes
b331758d9c
Add checkNextSignificantReleasesAreCompatible method
...
Added own tests too.
Returns true if two releases are compatible by the 'next significant
release' meaning.
~1.2 is equivalent to >=1.2 <2.0.0
~1.2.3 is equivalent to >=1.2.3 <1.3.0
In short, allows the last digit specified to go up
2016-02-17 14:19:14 +01:00
Flavio Copes
503ff8d70f
First step towards versions in dependencies
...
Add InstallCommand::calculateMergedDependenciesOfPackages and
InstallCommand::calculateVersionNumberFromDependencyVersion and
corresponding unit tests
2016-02-16 15:24:33 +01:00
Matias Griese
3a0a20ab97
Blueprint extend: Add blueprint special types support
2016-02-16 13:58:13 +02:00
Flavio Copes
b59cdbfdcf
Lint
2016-02-15 16:53:26 +01:00
Matias Griese
a4c817147b
Merge branches 'develop' and 'feature/blueprints-update' of https://github.com/getgrav/grav into feature/blueprints-update
2016-02-15 11:20:08 +02:00
Matias Griese
ed3c1c7b3a
Blueprint extend: reverse order of the multi-extend
2016-02-15 11:19:46 +02:00
Andy Miller
afc0559d68
log error on invalid slug - only when setting the value from frontmatter
2016-02-12 17:51:20 -07:00
Andy Miller
59b75a339c
sort strings naturally and case insensitively #643
2016-02-12 17:36:08 -07:00
Andy Miller
7a1d9e454b
Add support for custom page-level dateformat field (core only)
2016-02-12 15:33:23 -07:00
Matias Griese
afd680b133
Merge branch 'develop' of https://github.com/getgrav/grav into feature/blueprints-update
...
# Conflicts:
# composer.lock
2016-02-12 09:32:24 +02:00
Andy Miller
bf91d13222
version update
2016-02-11 15:37:14 -07:00
Andy Miller
864f14344e
Add method to get contentMeta and initialize content if needed
2016-02-11 12:59:46 -07:00
Flavio Copes
b50ebba477
Merge branch 'develop' into feature/blueprints-update
2016-02-11 20:10:06 +01:00
Matias Griese
81e25e314b
Hide streams blueprint from admin
2016-02-11 20:55:48 +02:00
Flavio Copes
028554dbf8
Fix languages in Grav
2016-02-11 16:27:34 +01:00
Flavio Copes
bda8de3076
Typo
2016-02-11 16:27:34 +01:00
Andy Miller
36be17617d
use old cache_id mechanism for safety
2016-02-10 22:48:04 -07:00
Andy Miller
bb23f6157f
Support content level meta data .. so you can store things in cache alongside content
2016-02-10 22:44:54 -07:00
Takefumi Ota
39b1eed912
Add Ja language file.
2016-02-09 10:27:57 +09:00
Andy Miller
bfe3a7750e
version update
2016-02-05 15:59:40 -07:00
Andy Miller
1d23d29485
Various PSR fixes
2016-02-05 12:39:04 -07:00
Andy Miller
3bec73049b
Revert "use ConsoleCommand"
...
This reverts commit 990663cd60 .
2016-02-05 12:35:32 -07:00
Andy Miller
cd7366ca8d
removed unused stuff
2016-02-05 12:35:21 -07:00
Andy Miller
63812cc6b1
Use strict boolean compare
2016-02-05 12:26:29 -07:00
Andy Miller
de9b6df2c7
removed TODOs..
2016-02-05 12:17:08 -07:00
Andy Miller
990663cd60
use ConsoleCommand
2016-02-05 12:11:57 -07:00
Flavio Copes
7953271265
Linting fixes
2016-02-05 18:01:28 +01:00
Andy Miller
b6c289067f
Translations from crowdin
2016-02-04 16:22:32 -07:00
Andy Miller
1d2c1c3a29
Fixed conflict with Grav naming
2016-02-04 14:44:58 -07:00
Flavio Copes
03f48d56a4
Use Grav::instance() instead of using GravTrait's getGrav() method
2016-02-04 18:01:00 +01:00
Flavio Copes
54f959b462
Reinitialize Grav on every test
...
Don't need to worry about changing configuration or pages or anything
in a test, every test method will start with a clean slate
2016-02-04 14:12:27 +01:00
Matias Griese
927ef9b8ba
Form validation: Fix strict mode
2016-02-04 14:31:24 +02:00
Matias Griese
6e3d08d9d0
Form validation: Display multiple validation errors
2016-02-04 13:49:21 +02:00
Andy Miller
82a5afa732
Fixed an issue in code and in the tests for untouched image file locations
2016-02-03 12:48:22 -07:00
Andy Miller
72836982e6
various fixes for broken tests
2016-02-02 22:45:42 -07:00
Andy Miller
d12c8b10a2
Merge branch 'feature/converturl-rewrite' into develop
2016-02-02 22:02:21 -07:00
Andy Miller
b208ced437
various fixes
2016-02-02 22:01:56 -07:00
Andy Miller
c4e72819a6
various improvements to image handling .. still some places to fix
2016-02-02 18:48:39 -07:00
Andy Miller
3541ea8ec8
some fixes for image processing
2016-02-02 15:22:25 -07:00
Matias Griese
1d7fbe42d3
Blueprints: Fix form ordering in @import
2016-02-02 14:31:10 +02:00
Flavio Copes
848497774b
🎨 format and PHPDoc Twig folder
2016-02-02 11:09:22 +01:00
Matias Griese
327826542d
Blueprints: Add support for importing fields ( #637 )
2016-02-02 11:56:12 +02:00
Andy Miller
51104a1d55
Added language support to the initializeFromUrl() method
2016-02-01 22:53:13 -07:00
Andy Miller
75419120be
fix for externals with absolute_urls enabled
2016-02-01 19:44:43 -07:00
Andy Miller
94feeac119
fixed a conflict with environment and host
2016-02-01 19:20:03 -07:00