Djamil Legato
287a51148a
Fix natural sort when > 100 pages ( #1564 )
...
* Fix natural sort when > 100 pages
* Revert manual and default sort type
* Only check prefix numbers
2017-07-11 18:01:13 -06:00
Andy Miller
4332dd07a9
Update changelog
2017-07-10 22:02:34 -06:00
Andy Miller
3148f3f502
Merge branch 'develop' of https://github.com/getgrav/grav into develop
2017-07-10 21:59:35 -06:00
Andy Miller
966c4f5866
Fix for broken range slider
...
https://github.com/getgrav/grav-plugin-admin/issues/1153
2017-07-10 21:59:28 -06:00
Tasos Papalyras
01c7a36025
Fix undeclared variable $difference ( #1563 )
...
Fixes a bug when returning nicetime
2017-07-07 00:21:41 -06:00
Andy Miller
f76d8827eb
Prepare for release
1.3.0-rc.5
2017-07-05 11:15:49 -06:00
Matias Griese
a59fc7b8b8
Merge branch 'develop' of https://github.com/getgrav/grav into 2.0
...
# Conflicts:
# CHANGELOG.md
2017-07-04 09:51:44 +03:00
Flavio Copes
4b723832ea
Sanitize the error message in the error handler page
2017-07-03 17:10:22 +02:00
Flavio Copes
823244a787
Revert "Set folder name as required during validation [grav-plugin-admin#1146]( https://github.com/getgrav/grav-plugin-admin/issues/1146 )", was preventing validation
2017-06-30 10:40:49 +02:00
Andy Miller
876380b9a7
Updated changelog
2017-06-29 17:15:39 -06:00
Andy Miller
eac96c00dc
Also for routes
2017-06-29 14:09:34 -06:00
Andy Miller
5e3dbbf092
Fix for broken regex redirects/routes
2017-06-29 14:07:31 -06:00
Flavio Copes
08920d5b10
Allow to set system.session.timeout to 0 to clear session on browser close ( #1538 )
...
* Allow to set expire to 0 to clear session on browser close
* Changelog
2017-06-29 15:32:35 +02:00
Flavio Copes
144fcf43cf
Set folder name as required during validation, fix https://github.com/getgrav/grav-plugin-admin/issues/1146
2017-06-29 15:29:19 +02:00
Matias Griese
e9c11bbef2
Fixed global media files disappearing after a reload ( #1545 )
2017-06-28 11:50:39 +03:00
Matias Griese
ee079635bf
Merge branch 'develop' of https://github.com/getgrav/grav into 2.0
...
# Conflicts:
# CHANGELOG.md
2017-06-28 10:37:46 +03:00
Andy Miller
90182e2ceb
Merge branch 'develop' of https://github.com/getgrav/grav into develop
2017-06-27 15:41:33 -06:00
Andy Miller
2b7707a6a0
Renamed media func to avoid conflict
2017-06-27 15:41:28 -06:00
Flavio Copes
cd60acde5f
Create CODE_OF_CONDUCT.md ( #1541 )
2017-06-26 08:27:02 -06:00
Andy Miller
e14ab682fd
Set to testing
1.3.0-rc.4
2017-06-22 17:49:02 -06:00
Andy Miller
7736447ae8
Prepare for release
2017-06-22 14:18:31 -06:00
Flavio Copes
f83b65be19
Update matthiasmullie/minify to 1.3.45. Fix #1518
2017-06-22 15:35:52 +02:00
Andy Miller
b1715dc54f
Only rebuild metadata if files don't exist
2017-06-20 13:26:28 -06:00
Flavio Copes
40ad4a3d5b
Add translations contribution explanation
2017-06-15 16:12:11 +02:00
Flavio Copes
69bf98ae6e
Explain correct branch for PR
2017-06-15 16:06:06 +02:00
Flavio Copes
4dfbcf0318
Add security contact to the README and point to contributing guide
...
Removed useless gitflow information in favor of simpler PR-based approach described in the contributing doc
2017-06-15 16:04:08 +02:00
Matias Griese
ce319de97c
Merge branch 'develop' of https://github.com/getgrav/grav into 2.0
...
# Conflicts:
# CHANGELOG.md
2017-06-12 09:30:11 +03:00
Flavio Copes
5e329d343f
Fix changelog
2017-06-08 13:31:46 +02:00
Matias Griese
1bd3d2693d
Merge branch 'develop' of https://github.com/getgrav/grav into 2.0
2017-06-08 11:29:08 +03:00
Flavio Copes
947c920fbd
Improved error message when running bin/grav install instead of bin/gpm install, and also when running on a non-skeleton site #1027
...
```
$ bin/grav install
HINT Are you trying to install Grav? Grav is already installed. You
need to run this command only if you download a skeleton from GitHub
directly.
$ bin/grav install admin
HINT Are you trying to install a plugin or a theme? Make sure you use
bin/gpm install <something>, not bin/grav install. This command is only
used to install Grav skeletons.
```
2017-06-06 13:15:08 +02:00
Flavio Copes
354ef34c7a
Restore GravTrait in ConsoleTrait, fix https://github.com/getgrav/grav-plugin-login/issues/119
2017-06-06 13:00:39 +02:00
Matias Griese
3468f59ac7
Merge branch 'develop' of https://github.com/getgrav/grav into 2.0
2017-06-06 12:20:04 +03:00
Ole Vik
ff8a8dde28
Fix Windows routing with built-in server ( #1502 )
...
Strips backward-slashes from Medium.php's and ImageMedium.php's url() method.
2017-06-04 14:24:29 -06:00
the4thamigo-uk
9c0f06e306
fix #1504 process_twig and frontmatter.yaml ( #1507 )
2017-06-04 14:21:28 -06:00
ShtHappens796
634f2bdfa0
Nicetime fix: 0 seconds from now -> just now ( #1509 )
...
* Update TwigExtension.php
Check if date matches, which means the post / comment was posted just now.
Will return proper value to whatever function uses it.
The file /system/languages/en.yaml and basically all language files need to include the JUST_NOW text value which should be "just now", of course correctly translated in each language.
This fix has been created in order to fix the "0 seconds from now" message as it sounds weird.
* Update en.yaml - Add JUST_NOW variable
Should be translated to other languages and included in all translation files.
2017-06-02 06:32:15 -06:00
Denis Efremov
5551cb834c
Fixed help text wrapping ( #1503 )
2017-05-31 19:54:50 +02:00
Matias Griese
c4fac41fe3
Improve CacheTrait::getMultiple()
2017-05-31 13:35:14 +03:00
Matias Griese
512aae350e
Fix cloning issues with ObjectCollection
2017-05-31 13:34:04 +03:00
Djamil Legato
abccf2278d
Removed HHVM PHP environment from travis.
2017-05-30 16:39:51 -07:00
Matias Griese
673131926a
Improve caching functions
2017-05-29 14:30:52 +03:00
Matias Griese
668c9801eb
Merge branch 'develop' of https://github.com/getgrav/grav into 2.0
2017-05-29 10:12:20 +03:00
Matias Griese
6dbf704a13
Implement memory and chain cache
2017-05-29 10:12:02 +03:00
Andy Miller
c1edbab1fa
added lower/upper filter types
2017-05-27 08:35:18 -06:00
Andy Miller
7274f52988
only build media from supported media types
2017-05-27 00:21:29 -06:00
Andy Miller
53bccab326
Adde pathinfo twig function
2017-05-26 17:52:19 -06:00
Matias Griese
83943ce70d
Namespace and TTL not needed in MemoryCache adapter
2017-05-26 13:12:18 +03:00
Matias Griese
99eff9587c
Implement MemoryCache adapter
2017-05-26 12:27:48 +03:00
Matias Griese
5ec844d883
Merge branch 'develop' of https://github.com/getgrav/grav into 2.0
2017-05-26 11:57:00 +03:00
Andy Miller
0ca58122a9
added a relativePath() method
2017-05-25 06:13:27 -06:00
Andy Miller
4107518a02
updated changelog
2017-05-24 11:50:11 -06:00