Commit Graph

355 Commits

Author SHA1 Message Date
Andy Miller
cc68065f94 Fix for extended image url handling in markdown 2014-10-10 15:57:29 -06:00
Djamil Legato
0fc1f5492f Prepearing for release 2014-10-10 14:02:01 -07:00
Matias Griese
7250a3ecc1 Fix theme overrides 2014-10-10 21:12:11 +03:00
Matias Griese
ac1874795b Modify some blueprints 2014-10-10 15:25:37 +03:00
Matias Griese
2fb8fb62c6 Add function to load user account 2014-10-10 15:02:56 +03:00
Matias Griese
fd9816c177 Bluprints: Move validation parameter inside the form 2014-10-10 12:27:41 +03:00
Matias Griese
5a6e32fce7 Add option to create modular content 2014-10-10 11:57:57 +03:00
Djamil Legato
774850f30d Inverted order of questions on self upgrade. Now first is change log view and then if you want to upgrade. Makes more sense :) 2014-10-09 20:42:57 -07:00
Andy Miller
41f4d269b0 Various tweaks and hopefully improvements to file change detection 2014-10-09 21:04:30 -06:00
Djamil Legato
18e79ce4fe Typo 2014-10-09 18:45:59 -07:00
Djamil Legato
92ce0aa816 Added getChangelog method with option to set a diff starting point version
Selfupgrade command is now going to prompt you before continuing upgrading and optionally can show the change log
Added -y|--all-yes option in grav self upgrade command to skip any prompt and just upgrade
2014-10-09 18:44:30 -07:00
Andy Miller
5ca9180033 return state for compatibility with functions that look for true/false 2014-10-09 18:43:23 -06:00
Andy Miller
1856d1f8c7 Stupidly forgot we already had a recursive delete method in Folder class! 2014-10-09 18:42:53 -06:00
Djamil Legato
af9810d1b3 Now resetting permissions for all binaries inside bin/ when running sandbox 2014-10-09 17:21:46 -07:00
Andy Miller
88063c2a60 Merge branch 'develop' of github.com:getgrav/grav into develop 2014-10-09 18:03:54 -06:00
Andy Miller
7f615f19f7 Unified multiple versions of "remove directory" method 2014-10-09 18:03:32 -06:00
Djamil Legato
5f7b70748b GPM installer now extracts into the grav instance cache folder rather than system tmp folder 2014-10-09 16:49:08 -07:00
Andy Miller
79268130f4 clear-cache CLI command deletes specific folders. new --all flag added 2014-10-09 16:50:43 -06:00
Andy Miller
8b78b4997e Switched GPM repo to use custom Doctrine cache 2014-10-09 16:50:08 -06:00
Andy Miller
e224841650 switched Doctrine cache to use new stream locator for directory and moved to sub folder 2014-10-09 14:53:37 -06:00
Djamil Legato
a69e5fa115 Switched deprecated Parsedown parse method to text 2014-10-09 12:34:35 -07:00
Andy Miller
539b7931e6 Revert "Moved File Page cache into /cache/pages subfolder"
This reverts commit f303c1243f.
2014-10-09 13:18:32 -06:00
Andy Miller
f303c1243f Moved File Page cache into /cache/pages subfolder 2014-10-09 13:13:24 -06:00
Andy Miller
347d8ecebe Moved Twig cache into /cache/twig subfolder 2014-10-09 13:05:55 -06:00
Matias Griese
5430792687 Disable markdown file compilation for now 2014-10-09 20:40:34 +03:00
Andy Miller
e591212166 typo in descriptions 2014-10-08 14:29:22 -06:00
Andy Miller
77f19974f5 Merge branch 'develop' of github.com:getgrav/grav into develop 2014-10-08 13:24:52 -06:00
Andy Miller
8b34e7dc19 Add inline CSS and JS support to Assets 2014-10-08 13:24:37 -06:00
Djamil Legato
3d4fb6a7d4 Detecting symbolically linked plugins and themes, flagging them and ignoring updates for them 2014-10-08 11:59:25 -07:00
Matias Griese
a8b6841923 Simplify modular page logic 2014-10-08 19:54:59 +03:00
Matias Griese
e09ab139c8 Simplify modular page loading 2014-10-08 19:43:21 +03:00
Matias Griese
fe6a0a27b3 Remove unneeded debugging 2014-10-08 19:00:05 +03:00
Matias Griese
2f4c32e682 Add session close before redirect 2014-10-08 18:59:32 +03:00
Matias Griese
fdf2884f97 Fix Page::filePath() for modular content 2014-10-08 15:12:22 +03:00
Matias Griese
8d8129b49e Add support for modular raw template 2014-10-08 14:33:27 +03:00
Matias Griese
a811ee67cc Add blueprints support for modular content 2014-10-08 14:21:24 +03:00
Matias Griese
f9bfed2b22 Use blueprints from plugins 2014-10-08 13:24:26 +03:00
Matias Griese
3991f51cdf Remove unused file 2014-10-08 12:26:59 +03:00
Matias Griese
0902840aa4 Add support for listing custom page templates/types 2014-10-08 12:26:45 +03:00
Matias Griese
df475af2fd Add back Twig::processString() as it is used in plugins 2014-10-07 20:47:44 +03:00
Matias Griese
9fb56df9a0 Add back configuration key to caching (was accidentally removed) 2014-10-07 14:03:53 +03:00
Matias Griese
b11b39752f Compile markdown files into PHP and cache them 2014-10-07 12:32:31 +03:00
Matias Griese
8cd361ca41 Fix undefined variable in Data\Blueprint class 2014-10-07 12:31:42 +03:00
Matias Griese
4c04dfc747 Do not check blueprint updates when caching configuration 2014-10-07 12:31:01 +03:00
Matias Griese
6cc3d15ee7 Fix warnings when sorting empty collection of pages 2014-10-07 12:22:41 +03:00
Matias Griese
c0bf787dc7 Fix undefined variable in Uri::query() part 2 2014-10-07 12:06:30 +03:00
Matias Griese
4452cf3d1b Fix undefined variable in Uri::query() 2014-10-07 12:02:18 +03:00
Matias Griese
9fa97ad46b Use compiled Yaml files in medium and plugins 2014-10-07 11:04:52 +03:00
Matias Griese
6c3e1d83a7 Merge branch 'develop' of https://github.com/getgrav/grav into develop 2014-10-07 11:02:18 +03:00
Matias Griese
9f2d1b48e6 Use session class in shutdown 2014-10-07 11:02:09 +03:00