Andy Miller
|
b442aa2dd6
|
Added page option for markdown_extra
|
2014-08-25 09:29:35 -06:00 |
|
Andy Miller
|
65720df28d
|
Added a new random sort order option
|
2014-08-25 08:56:38 -06:00 |
|
Andy Miller
|
4a1989e3a8
|
Added a default 'detect' mode for Tracy, can be changed via debugger.mode
|
2014-08-25 08:40:41 -06:00 |
|
Andy Miller
|
74b838c1bc
|
just a question...
|
2014-08-23 09:44:08 -06:00 |
|
Andy Miller
|
a5a97b5396
|
enabled page plugins by default as these are not called when cached
|
2014-08-23 06:54:13 -06:00 |
|
Andy Miller
|
ca519dd5c4
|
Refactored the markdown link trait to use call_user_func_array() rather eval() which is slow and rather dangerous.
|
2014-08-22 20:39:25 -06:00 |
|
Andy Miller
|
7a622c6f5b
|
switching user agent package
|
2014-08-22 14:07:45 -06:00 |
|
Andy Miller
|
f3aec65624
|
Added support for custom inline images with markdown #10, no more twig needed!
|
2014-08-21 21:55:37 -06:00 |
|
Andy Miller
|
3f0af44e8c
|
Added /asssets dir to the setup command
|
2014-08-20 18:26:14 -06:00 |
|
Andy Miller
|
5e07b1ebfd
|
added a helpful dump wrapper
|
2014-08-20 13:47:10 -06:00 |
|
Andy Miller
|
ea227913da
|
switched assets to use new php stream locators
|
2014-08-20 13:46:46 -06:00 |
|
Matias Griese
|
dd4a2aa288
|
Add scheme support for Assets class
|
2014-08-20 21:37:19 +03:00 |
|
Matias Griese
|
48d8284124
|
Add support for theme stream wrappers
|
2014-08-20 20:55:27 +03:00 |
|
Matias Griese
|
fae64f5b7a
|
Add basic theme configuration support
|
2014-08-20 20:51:49 +03:00 |
|
Matias Griese
|
77172e7978
|
Optimize autoloading and allow APC to cache plugin PHP
|
2014-08-20 12:18:26 +03:00 |
|
Andy Miller
|
05b2296594
|
more semantic naming of variables
|
2014-08-19 21:57:44 -06:00 |
|
Andy Miller
|
49244c3f0b
|
made $grav public so its accessible in plugins
|
2014-08-19 21:57:29 -06:00 |
|
Andy Miller
|
ba9e813fbb
|
Merge branch 'feature/setup_symlink_patch' into develop
|
2014-08-19 20:38:36 -06:00 |
|
Andy Miller
|
cb4428068d
|
#18 Refactoring per the new page events system
|
2014-08-19 19:10:00 -06:00 |
|
Andy Miller
|
ecb412ea6d
|
vendor updates
|
2014-08-19 14:58:47 -06:00 |
|
Matias Griese
|
7561ace5e2
|
Merge branches 'develop' and 'feature/streamwrappers' of https://github.com/getgrav/grav into feature/streamwrappers
Conflicts:
system/src/Grav/Common/Grav.php
|
2014-08-19 19:39:48 +03:00 |
|
Matias Griese
|
a85c2638e4
|
Fix #17: Use Symfony EventDispatcher
|
2014-08-19 18:45:42 +03:00 |
|
Matias Griese
|
dcc4335f8e
|
Fix regression: plugins not firing
|
2014-08-19 09:56:18 +03:00 |
|
Andy Miller
|
19b23746dc
|
minor trim fix
|
2014-08-18 17:12:47 -06:00 |
|
Andy Miller
|
1295637355
|
#15 Workaround for apache style userdir (~username) routing
|
2014-08-18 17:12:32 -06:00 |
|
Andy Miller
|
620c204128
|
extra Tracy use in Assets
|
2014-08-18 17:09:13 -06:00 |
|
Matias Griese
|
3952e5d73e
|
Add a few stream wrappers
|
2014-08-18 22:27:27 +03:00 |
|
Matias Griese
|
a42144c3f7
|
Implement stream wrappers
|
2014-08-18 21:24:32 +03:00 |
|
Djamil Legato
|
53cec9b620
|
Fixed setup command in combination of symlink not linking properly directories.
|
2014-08-18 09:56:26 -07:00 |
|
Matias Griese
|
e3da090768
|
Use similar way to get Grav context across the classes
|
2014-08-18 19:05:20 +03:00 |
|
Matias Griese
|
285874caf5
|
Fix exception using wrong namespace in Assets
|
2014-08-18 17:22:44 +03:00 |
|
Matias Griese
|
b0bf847208
|
Convert DI variables to lower case
|
2014-08-18 15:23:53 +03:00 |
|
Matias Griese
|
846c836cb8
|
Add DEV/PROD parameter to debugger constructor
|
2014-08-18 14:47:11 +03:00 |
|
Matias Griese
|
0c374eac23
|
Merge branch 'develop' of https://github.com/getgrav/grav into feature/DI
Conflicts:
composer.json
index.php
system/src/Grav/Common/Grav.php
system/src/Grav/Common/Themes.php
system/src/Grav/Common/Twig.php
|
2014-08-18 14:39:50 +03:00 |
|
Matias Griese
|
e91b9c84bf
|
Implement DI container
|
2014-08-18 14:13:51 +03:00 |
|
Andy Miller
|
9f2236dea3
|
Added support for Markdown Extra - optional and default is GFM style markdown
|
2014-08-17 18:54:10 -06:00 |
|
Andy Miller
|
8374d03a36
|
Added some additional input filtering on query and param options
|
2014-08-17 18:20:23 -06:00 |
|
Andy Miller
|
419bceb47a
|
GRAV_VERSION available in twig for use in templates
|
2014-08-17 17:46:22 -06:00 |
|
Andy Miller
|
5f8b37507e
|
fixes for pipeline assets at root / rather than /subdir
|
2014-08-17 17:16:54 -06:00 |
|
Andy Miller
|
b716ca3270
|
removed left over debug :(
|
2014-08-17 16:01:19 -06:00 |
|
Andy Miller
|
57f969c806
|
Merge branch 'develop' of github.com:getgrav/grav into feature/asset_management
|
2014-08-17 15:50:47 -06:00 |
|
Andy Miller
|
215c8da542
|
clean up codebase a little
|
2014-08-17 15:49:38 -06:00 |
|
Pascal Borreli
|
41aadf25ed
|
Fixed typos/CS
|
2014-08-17 20:29:40 +01:00 |
|
Andy Miller
|
0e9417ab1b
|
initial commit of new asset pipeline work + user agent handling
|
2014-08-15 22:05:22 -06:00 |
|
Matias Griese
|
9ed16512fe
|
Fix PHP warning on locking without file handle
|
2014-08-15 15:07:48 +03:00 |
|
Matias Griese
|
ec8c3d9e60
|
Better error message when template file isn't found
|
2014-08-15 14:47:48 +03:00 |
|
Matias Griese
|
fee9518134
|
Update system default settings to be more suitable for production
|
2014-08-15 14:37:44 +03:00 |
|
Matias Griese
|
7612cee9d6
|
Make images progressive by default
|
2014-08-15 14:17:14 +03:00 |
|
Andy Miller
|
249b9bf8be
|
Added images dir to list of folders to clear. Plus added 'touching' of system.yaml to trigger clearing of APC/XCache/WinCache etc.
|
2014-08-12 19:36:39 -06:00 |
|
Andy Miller
|
0d42091df3
|
Removed some unneeded twig filters
|
2014-08-12 19:35:31 -06:00 |
|