Andy Miller
85fb5bccf3
text addition
2015-02-15 14:07:40 -07:00
Andy Miller
bd595ca9f6
some corner case fixes
2015-02-15 14:04:50 -07:00
Andy Miller
ace8823bd6
Added symlink + git clone installation methods
2015-02-15 13:37:51 -07:00
Sommerregen
5051b15145
Fix to merge nested page options with default plugin configurations
2015-02-15 21:20:20 +01:00
Andy Miller
1c1f2c268a
beginning of dependency work
2015-02-14 22:33:50 -07:00
Andy Miller
545c76088c
move timezone setting to after Config's init() method
2015-02-14 13:07:45 -07:00
Andy Miller
b418a7fd1e
added timezone override support
2015-02-14 10:38:01 -07:00
Andy Miller
2938848df1
added a twig processTemplate() method
2015-02-13 11:35:21 -07:00
Andy Miller
17172f8920
added a contains() static method
2015-02-13 11:35:04 -07:00
Andy Miller
aeb237633e
Merge pull request #139 from Zifius/patch-1
...
Update formatting to have blocks nesting less confusing
2015-02-10 17:01:31 -07:00
Andy Miller
d8a29dd639
Moved parsedown config into trait
2015-02-09 18:56:33 -07:00
Andy Miller
5c139e4b3c
added a new markdown twig filter
2015-02-09 18:56:12 -07:00
Andy Miller
d69a0a9b06
minor naming updates
2015-02-09 16:35:02 -07:00
Andy Miller
07ce9c83ac
changed getGrav() to static
2015-02-08 11:42:08 -07:00
Andy Miller
1d3559f0db
Added a new filter to convert relative to absolute URLs
2015-02-07 12:21:40 -07:00
Andy Miller
be92a1da97
Merge pull request #141 from Gertt/patch-1
...
fix page ids not picking up folder-only pages
2015-02-07 09:56:54 -07:00
Gertt
97b430a888
Update Page.php
2015-02-07 17:55:46 +01:00
Gertt
b696e0d790
fix page ids not picking up folder-only pages
2015-02-07 17:47:58 +01:00
Gert
5b08a8605e
various bugfixes, thumbnail support for files
2015-02-07 00:05:40 +01:00
Andy Miller
ab358dd820
Merge branch 'release/0.9.17'
0.9.17
2015-02-05 20:59:46 -07:00
Andy Miller
573b3227c7
Merge branch 'release/0.9.17' into develop
2015-02-05 20:59:46 -07:00
Andy Miller
50785c2434
version update
2015-02-05 20:59:23 -07:00
Andy Miller
fb9705809d
HHVM fixes due to issues with traits and static variables #138
2015-02-05 15:07:31 -07:00
Alexander Turiak
1aeac01284
Update formatting to have blocks nesting less confusing
2015-02-05 12:43:49 +02:00
Gert
0cc35b56e5
Merge branch 'develop' of github.com:getgrav/grav into feature-multimedia
...
* 'develop' of github.com:getgrav/grav:
Utilize new summary.delimiter setting rather than constant
PSR fixes
fix for markdown adding HTML tags into inline JS/CSS
moved summary delimiter into site config
fix for twig set capturing
Moved to camels for plugins+themes as optional class naming type
Added summary option
2015-02-04 22:39:47 +01:00
Gert
1423375312
enable markdown for any medium object and further cleanup
2015-02-04 22:39:34 +01:00
Gert
640ba16f8b
fix alternatives detect
2015-02-04 22:38:24 +01:00
Andy Miller
d4e17442b2
Merge branch 'develop' of https://github.com/getgrav/grav into develop
...
# By Sommerregen
# Via Andy Miller (1) and Sommerregen (1)
* 'develop' of https://github.com/getgrav/grav :
Added summary option
2015-02-02 17:27:04 -07:00
Andy Miller
eb4eafd915
Utilize new summary.delimiter setting rather than constant
2015-02-02 17:25:51 -07:00
Andy Miller
dc65475723
PSR fixes
2015-02-02 17:25:24 -07:00
Andy Miller
3f33e97f0c
fix for markdown adding HTML tags into inline JS/CSS
2015-02-02 17:25:14 -07:00
Andy Miller
02508933d7
moved summary delimiter into site config
2015-02-02 17:24:41 -07:00
Andy Miller
89ebf2b011
Merge pull request #136 from Sommerregen/feature/added-summary-option
...
Added summary option
2015-02-02 17:23:00 -07:00
Andy Miller
c747c4baf7
fix for twig set capturing
2015-02-02 16:27:36 -07:00
Andy Miller
a3c848e4e2
Moved to camels for plugins+themes as optional class naming type
2015-02-02 13:08:56 -07:00
Gert
345d61f04f
Merge branch 'develop' of github.com:getgrav/grav into feature-multimedia
...
* 'develop' of github.com:getgrav/grav:
per-page debug setting not working as intended. Changing approaches...
fix for using just defaults
version update
Added a page override support to media debug
Some performance optimizations
some cleanup refactoring
PSR fixes
Added 'enabled' option for summary and fixed query support in assets
Added merge config and disable function in "Plugin.php"
2015-02-02 20:58:29 +01:00
Andy Miller
f0585ddb4e
per-page debug setting not working as intended. Changing approaches...
2015-02-02 09:59:54 -07:00
Sommerregen
a6790cace3
Added summary option
2015-02-01 18:15:24 +01:00
Andy Miller
f244fc93c8
fix for using just defaults
2015-01-30 19:19:49 -07:00
Andy Miller
846a0baed8
Merge branch 'release/0.9.16'
0.9.16
2015-01-30 18:13:37 -07:00
Andy Miller
26ebb8fa6d
Merge branch 'release/0.9.16' into develop
2015-01-30 18:13:37 -07:00
Andy Miller
cb8ea7780f
version update
2015-01-30 18:13:25 -07:00
Andy Miller
5400bd3951
Added a page override support to media debug
2015-01-30 17:38:43 -07:00
Andy Miller
03521cd3f6
Some performance optimizations
2015-01-29 17:22:55 -07:00
Andy Miller
1eb0e37214
Merge pull request #133 from Sommerregen/feature/merge-config-and-disable-function-in-plugin.php
...
Added merge config and disable function in "Plugin.php"
2015-01-29 13:02:23 -07:00
Andy Miller
3e769618ec
some cleanup refactoring
2015-01-29 10:40:30 -07:00
Andy Miller
9319d5c0aa
PSR fixes
2015-01-29 10:27:10 -07:00
Andy Miller
eb94940df6
Merge pull request #132 from Sommerregen/feature/summary-options-and-query-support-in-assets
...
Added 'enabled' option for summary and fixed query support in assets
2015-01-29 10:23:59 -07:00
Sommerregen
a4c8c53939
Added 'enabled' option for summary and fixed query support in assets
2015-01-29 16:57:46 +01:00
Sommerregen
567dd0d2c6
Added merge config and disable function in "Plugin.php"
2015-01-29 16:51:17 +01:00