Andy Miller
|
53bccab326
|
Adde pathinfo twig function
|
2017-05-26 17:52:19 -06:00 |
|
Andy Miller
|
0ca58122a9
|
added a relativePath() method
|
2017-05-25 06:13:27 -06:00 |
|
Andy Miller
|
42d99756ea
|
Added a tonne of new thumbs
|
2017-05-24 11:48:23 -06:00 |
|
Andy Miller
|
f22d6beb28
|
Prepare for release
|
2017-05-22 14:41:08 -06:00 |
|
Andy Miller
|
d40cb3c74a
|
Fix for bad base_url paths in some URLs
|
2017-05-21 16:24:13 -06:00 |
|
Andy Miller
|
9277381527
|
Fix for inefficient path parts
|
2017-05-21 16:23:27 -06:00 |
|
Andy Miller
|
7dd886837f
|
Tweak to 'hash' file check method
|
2017-05-20 22:17:40 -06:00 |
|
Andy Miller
|
ba562f0486
|
Added Utils::getPagePathFromToken()
|
2017-05-20 22:16:53 -06:00 |
|
Flavio Copes
|
ce32a08cbf
|
Remove unpublished pages from the translated languages, move into untranslated list (#1482)
* Remove unpublished pages from the translated languages, move into untranslated list
Refs https://github.com/getgrav/grav-plugin-sitemap/issues/43
* Add missing part
* Add flags to avoid breaking changes
|
2017-05-19 10:01:02 +02:00 |
|
Andy Miller
|
f7266ef752
|
Typo
|
2017-05-18 14:33:10 -06:00 |
|
Andy Miller
|
f126f3fd53
|
Put onOutputRendered back in processor
|
2017-05-18 14:16:26 -06:00 |
|
OliverO2
|
890b0280b3
|
Fix output handling in RenderProcessor (#1483)
Ensure that output modifications by subscribers to onOutputGenerated are picked up.
|
2017-05-18 17:45:08 +03:00 |
|
Matias Griese
|
5a93fcf952
|
Minor fix for adding custom page vars if page template file cannot be found
|
2017-05-18 13:09:29 +03:00 |
|
Matias Griese
|
f3cecd8bdd
|
Merge remote-tracking branch 'origin/develop' into develop
|
2017-05-18 09:51:14 +03:00 |
|
Matias Griese
|
7543f3e543
|
Define public $this->output variable for Grav container (for PhpStorm)
|
2017-05-18 09:51:03 +03:00 |
|
Andy Miller
|
ffe286ea49
|
cleanup output
|
2017-05-17 15:29:21 -06:00 |
|
Andy Miller
|
f31f6f8e04
|
Moved onOutputRendered() back into Grav core
|
2017-05-17 14:31:59 -06:00 |
|
Andy Miller
|
725e6ab303
|
Prepare for release
|
2017-05-17 12:17:57 -06:00 |
|
Andy Miller
|
cb36bdabdf
|
Added timestamp on configurations #1480
|
2017-05-17 12:11:48 -06:00 |
|
Flavio Copes
|
8dabe88246
|
Avoid validation on a YAML field, do not parse YAML (#1480)
YAML parsing causes a fatal error if the field is not a string
|
2017-05-17 11:42:27 -06:00 |
|
Andy Miller
|
18f97b067d
|
Various checks for Exif existence before using
|
2017-05-17 10:31:56 -06:00 |
|
Andy Miller
|
fd858248af
|
Added media and vardump Twig functions
|
2017-05-17 10:31:27 -06:00 |
|
Andy Miller
|
6496508810
|
Prepare for release
|
2017-05-16 13:33:59 -06:00 |
|
Matias Griese
|
9c5df5977d
|
Merge remote-tracking branch 'origin/develop' into develop
|
2017-05-15 20:26:52 +03:00 |
|
Matias Griese
|
d3526ae544
|
Added support for a single array field in the forms
|
2017-05-15 20:26:45 +03:00 |
|
Andy Miller
|
52d4c3f137
|
Only store 'extra' metadata in yaml
|
2017-05-15 10:45:14 -06:00 |
|
Andy Miller
|
0c0bf4b137
|
Store metadata atomically for easy retrieval
|
2017-05-15 10:03:36 -06:00 |
|
Flavio Copes
|
6b282d845f
|
Fix issue with exif when composer update is not run
For git-cloned repos
|
2017-05-15 12:36:31 +02:00 |
|
Andy Miller
|
82f223248e
|
Added Exif + Auto generation of meta.yaml files (#1472)
* Added Exif + Auto generation of meta.yaml files
* Added twig function
* Put a check in for `exif_read_data` function
|
2017-05-12 16:20:22 -06:00 |
|
Ole Vik
|
a9f1ca429a
|
Tiny typo (#1473)
|
2017-05-12 15:28:40 -06:00 |
|
Andy Miller
|
7db5d9189b
|
Updated clean command
|
2017-05-12 15:28:03 -06:00 |
|
Andy Miller
|
8ff2003411
|
Added base32/64 encode/decode twig filters
|
2017-05-12 14:47:55 -06:00 |
|
j000
|
899cbffe33
|
ETag header should be inside double quotes (#1471)
It's small change, but still...
https://tools.ietf.org/html/rfc7232#section-2.3
|
2017-05-12 12:05:35 -06:00 |
|
Matias Griese
|
77b44f83e1
|
Add missing APCu
|
2017-05-11 13:37:24 +03:00 |
|
Matias Griese
|
5fc5813274
|
Use older version of doctrine/collections (PHP 5.5 support)
|
2017-05-10 11:06:40 +03:00 |
|
Matias Griese
|
08e0679942
|
Oops, accidentally merged local 2.0 branch into develop, revert GravTrait deprecation and several new Framework classes
|
2017-05-10 10:08:08 +03:00 |
|
Matias Griese
|
6c062edd18
|
Add Page interfaces to Grav Framework
|
2017-05-10 09:44:59 +03:00 |
|
Matias Griese
|
65d844c6e7
|
Merge branch 'feature/objects' of https://github.com/getgrav/grav into 2.0
|
2017-05-10 09:43:38 +03:00 |
|
Matias Griese
|
10b4a90501
|
Add useful functions to FileCollection class
|
2017-05-09 21:40:35 +03:00 |
|
Matias Griese
|
5f00e1f8ee
|
Rename Collection class to ArrayCollection
|
2017-05-09 21:27:33 +03:00 |
|
Matias Griese
|
3c468a23c1
|
Remove Object Finder classes (replaced by FileCollection)
|
2017-05-09 20:18:32 +03:00 |
|
Matias Griese
|
93c4396bfb
|
Add FileCollection class
|
2017-05-09 20:17:26 +03:00 |
|
Matias Griese
|
19ac7f3e3f
|
Add AbstractLazyCollection
|
2017-05-09 12:32:07 +03:00 |
|
Flavio Copes
|
04243f7dd3
|
Fix #1462 issue with no groups definition
|
2017-05-06 15:04:30 +02:00 |
|
Flavio Copes
|
cdc6b910cb
|
Bump year
|
2017-05-05 17:21:59 +02:00 |
|
Flavio Copes
|
219bf9dc6c
|
Groups selection pre-filled in user form
|
2017-05-05 17:19:16 +02:00 |
|
Matias Griese
|
ad66f0b637
|
Fix saving stored collections
|
2017-05-05 15:59:44 +03:00 |
|
Matias Griese
|
bd7469d8e0
|
Fix StoredObjectInterface::save() to have parameter to include children
|
2017-05-05 15:21:16 +03:00 |
|
Matias Griese
|
bfda4df2f2
|
Add storage interface also to object collection
|
2017-05-05 14:26:12 +03:00 |
|
Matias Griese
|
718608cd55
|
Improve object classes
|
2017-05-05 13:38:29 +03:00 |
|