Commit Graph

226 Commits

Author SHA1 Message Date
Matias Griese
0ab39a9b85 Fix page saving using html instead of raw input 2014-09-19 19:36:13 +03:00
Andy Miller
cccd084a55 working on blueprints 2014-09-18 18:05:00 -06:00
Matias Griese
bde5e65d10 Fix a bug on calling raw() from non-existing page 2014-09-18 11:42:27 +03:00
Matias Griese
874bfe47b8 Move page related blueprints into its own folder 2014-09-18 11:33:13 +03:00
Matias Griese
0e75f999cc Minor fix on general page blueprints 2014-09-17 11:24:02 +03:00
Andy Miller
4e3b5039da Added title to new page blueprint 2014-09-16 18:12:34 -06:00
Andy Miller
3fe18a9213 set taxonomy field to large 2014-09-15 21:28:02 -06:00
Djamil Legato
bfa9cc294e Merge branch 'release/0.9.2' into develop 2014-09-15 17:08:40 -07:00
Djamil Legato
2f3f4a1137 Preparing for release v0.9.2 2014-09-15 17:08:27 -07:00
Andy Miller
c50cba64bb Went to simplified array rather than metadata object 2014-09-15 17:46:55 -06:00
Andy Miller
5b2aa6ead9 reverted naming 2014-09-15 17:25:10 -06:00
Andy Miller
6a3f6b9be2 missed one 2014-09-15 16:50:39 -06:00
Andy Miller
61169d868c changed metadata var name 2014-09-15 16:47:09 -06:00
Andy Miller
72023fcd4a added a comment to class 2014-09-15 16:36:16 -06:00
Andy Miller
7c160b9b08 updated metadata to be new format 2014-09-15 14:15:29 -06:00
Andy Miller
e8e90892aa minor change of default site description 2014-09-15 14:08:12 -06:00
Andy Miller
16ad95c205 Updated with more flexible metadata support in pages and site.yaml 2014-09-15 13:25:35 -06:00
Andy Miller
d509ed0a34 Code tidy #55 2014-09-14 16:20:54 -06:00
Andy Miller
6d0539c793 #55 Skip Minify by default on Windows systems. Can activate with assets.css_minify_windows = true if you have updated your ThreadStackSize in httpd.conf 2014-09-14 16:18:19 -06:00
Andy Miller
0276ce94df wrapper for existing modular() method 2014-09-12 17:06:35 -06:00
Andy Miller
978dc571bb Fix for menu not highlighting properly 2014-09-11 15:32:44 -06:00
Andy Miller
059189ec77 Fancy selectize support 2014-09-11 15:32:18 -06:00
Andy Miller
bf39adbda7 Fixes and reformatting of blueprints 2014-09-10 14:49:11 -06:00
Matias Griese
ec82760cbf Merge remote-tracking branch 'origin/develop' into develop 2014-09-10 20:41:09 +03:00
Matias Griese
3f6901c036 Fail gracefully when theme does not exist 2014-09-10 20:40:49 +03:00
Andy Miller
ee623596a8 system.yaml updates and synchronization 2014-09-10 10:12:08 -06:00
Matias Griese
5739e9729f Add stream support into ResourceLocator::addPath() 2014-09-10 14:45:16 +03:00
Djamil Legato
e2021d1075 Merge pull request #52 from rindeal/feature/speed-optimizations
Just some speed optimizations
2014-09-08 22:29:39 -07:00
Jan Chren
ff3ebb1f17 calculate only once in loops 2014-09-09 02:05:19 +02:00
Matias Griese
b50ec3fedd Separate themes from plugins, add themes:// stream and onTask events 2014-09-08 22:18:31 +03:00
Matias Griese
5f03dfa8ed Fix url() twig function when Grav isn't installed to root 2014-09-08 09:51:37 +03:00
Andy Miller
fa92ec0141 Added method to get user IP address 2014-09-07 19:57:14 -06:00
Andy Miller
193eda633c Added an option to disable the shutdown close connection to help with debugging 2014-09-07 09:00:29 -06:00
Andy Miller
2a43983ede added onShutdown event that fires after the connection has been closed (background processing) 2014-09-06 14:32:21 -06:00
Andy Miller
cd5707f2d2 removed barDump() test :) 2014-09-06 13:31:34 -06:00
Andy Miller
5667f8b023 Added shutddown event to flush buffer and set content length (tracy-safe) 2014-09-06 13:29:56 -06:00
Andy Miller
09248f2917 Added barDump() to Debugger 2014-09-06 13:28:47 -06:00
Djamil Legato
528f85642f Reverted streams for theme 2014-09-05 22:39:26 -07:00
Andy Miller
95a806c8f8 removed stray test page 2014-09-05 22:41:48 -06:00
Andy Miller
7a38ac0810 override modified only if a non-markdown file was modified 2014-09-05 22:25:48 -06:00
Andy Miller
0fec4c003b getList was returning nothing 2014-09-05 22:25:13 -06:00
Andy Miller
80d08eace7 fixes for themes streams and such 2014-09-05 20:52:46 -06:00
Djamil Legato
e2917e36f8 Fixed use of streams. Using YAML_EXT constant for the extension. Changed get and all methods to static 2014-09-05 18:51:14 -07:00
Djamil Legato
8ddfa571d3 Merge pull request #48 from rindeal/feature/config-fixes
fix for PHP warning "is_file(): open_basedir restriction in effect", round 2
2014-09-05 18:14:07 -07:00
Jan Chren
393c8cab2a final workaround for PHP bug 52065 2014-09-06 03:09:07 +02:00
Jan Chren
cb03c7ab0d Revert "reverted back to file-only checks, changed to file_exists()"
This reverts commit d234b8e212.
2014-09-06 00:46:59 +02:00
Andy Miller
bce0797c55 Merge pull request #47 from rindeal/feature/config-fixes
fix for PHP warning "is_file(): open_basedir restriction in effect"
2014-09-05 16:04:54 -06:00
Jan Chren
d234b8e212 reverted back to file-only checks, changed to file_exists() 2014-09-06 00:00:47 +02:00
Djamil Legato
481e61b08b Merge pull request #46 from rindeal/feature/configurable-assets-attributes
Feature/configurable assets attributes
2014-09-05 14:51:34 -07:00
Jan Chren
f8fe108db5 PHPDocs updated 2014-09-05 23:19:18 +02:00