❤ rose shimada
c51a07c4e9
Adding xlsm to supported mime types ( #1054 )
...
Most of Excel family is there except for macro-capable xls in Office 2007. Tested and working to enable .xlsm file upload.
2016-10-03 16:56:59 +02:00
Flavio Copes
70a38d1d3a
Avoid gitignoring any vendor folder in a Grav site subfolder (but still ignore the main vendor/ folder)
2016-10-03 16:22:03 +02:00
Flavio Copes
bc3943b386
Reformat
2016-10-03 16:03:01 +02:00
Andy Miller
c6f8fe259a
Removed duplicate method Grav::mime() and used existing (renamed) Utils::getMimeByExtension(), also added Utils::getExtensionByMime()
2016-10-01 17:16:35 -06:00
Andy Miller
53baf47e58
Fixed an issue with inflectorFilter test
2016-09-30 19:11:25 -06:00
Andy Miller
29c6a94c92
Updated to Twig 1.25.0 and fixed an issue that resulted with streams in bin/plugin
2016-09-30 19:02:56 -06:00
Andy Miller
c0c77fff67
Added ability to override the twig template format (html, son, xml, etc) via page header #1067
2016-09-30 12:12:52 -06:00
Andy Miller
c3e74c2e09
Set Twig back to 1.24 until we can fix some issues
2016-09-30 09:02:49 -06:00
Andy Miller
9bd058e319
Added ability to set cache.enabled via plugin
2016-09-30 07:51:06 -06:00
Andy Miller
50ff5f0920
Don't support page folders that contain param_sep in the folder name - https://github.com/getgrav/grav-plugin-admin/issues/796
2016-09-29 17:03:28 -06:00
Andy Miller
d7dce7a6d7
Merge branch 'develop' of https://github.com/getgrav/grav into develop
2016-09-29 16:45:47 -06:00
Andy Miller
d1f87ca5d9
Updated vendor libraries
2016-09-29 16:45:36 -06:00
Andy Miller
956e5bd34f
Fixed external page saving - https://github.com/getgrav/grav-plugin-admin/issues/789
2016-09-29 16:45:20 -06:00
Matias Griese
112b895d56
Add option not to set environment (CLI)
2016-09-29 11:48:04 +03:00
Djamil Legato
d824e8a934
Merge branch 'develop' of https://github.com/getgrav/grav into develop
2016-09-28 12:45:21 -07:00
Djamil Legato
3e02961c77
Ensure to always return an array from Licenses::get
2016-09-28 12:45:17 -07:00
Andy Miller
17b0dcc8fb
updated changelog
2016-09-28 09:59:54 -06:00
Andy Miller
6f5b44be11
Added built-in check to see if in admin, and in correct route for the plugin
2016-09-28 09:57:54 -06:00
Djamil Legato
2938b08e3d
Force Licenses slug to always be lowercase
2016-09-27 15:51:55 -07:00
Andy Miller
68c3287ad9
Refactored how file is processed
2016-09-27 13:22:17 -06:00
Djamil Legato
274fef2112
Validate license before adding it
2016-09-27 11:51:46 -07:00
Djamil Legato
0cc01d3355
Added new Licenses::validate method to validate the format of a License
2016-09-27 11:29:59 -07:00
Djamil Legato
ba6a32ad3f
Better highlight for the troubleshooting link
2016-09-27 10:31:28 -07:00
Djamil Legato
a6ff929e22
If there is no repository data, display a nicer message with details on how to proceed to potentially fix it
2016-09-27 09:49:33 -07:00
Djamil Legato
840e27f20a
Fixed missing check for Response when in CLI
2016-09-27 09:49:08 -07:00
Djamil Legato
007f4b8185
InstallCommand can now handle Licenses
2016-09-27 09:19:40 -07:00
Andy Miller
12659700af
Tweaks to Licenses file
2016-09-26 18:06:55 -06:00
Andy Miller
37a65efd89
Fix for saving
2016-09-26 13:05:57 -06:00
Djamil Legato
4f7fb896cb
Fixed missing $error_message
2016-09-24 14:54:28 -07:00
Djamil Legato
5d452578e2
Added new License class
2016-09-24 00:15:06 -07:00
Djamil Legato
08974738f1
Tweaked error output for Response
2016-09-23 16:11:48 -07:00
Djamil Legato
89070f0bbf
More detailed error for cURL
2016-09-23 15:25:35 -07:00
Djamil Legato
18dff3f8e3
Updated changelog
2016-09-23 15:14:54 -07:00
Djamil Legato
4b43c39ff5
Response class now handles better unsuccessful requests such as 404 and 401
2016-09-23 15:09:04 -07:00
Djamil Legato
2eec82fb99
Fixed missing progress method in DirectInstall Command
2016-09-23 15:07:26 -07:00
Aaron Dalton
24ea511ad1
Added documented options to .htaccess to support detecting forwarded HTTPS ( #1063 )
...
support.
2016-09-23 15:36:40 -05:00
Benny
18463b958f
Check for modular folder in Types::scanTemplates ( #1061 )
2016-09-23 12:46:08 -05:00
Djamil Legato
c4f71c9dda
Fixed verify peer default value and issue with fopen
2016-09-22 17:59:52 -07:00
Bernhard Altendorfer
584f4efcb1
Added possiblity to connect to redis via a unix socket ( #1055 )
...
* Added possiblity to connect to redis via a unix socket
* Improved redis via socket config usage and added config option to blueprints
* Updated Changelog
* Improved redis via socket by adding a default value and a placeholder in the blueprint
2016-09-21 10:45:13 -06:00
Djamil Legato
afc7963644
SSL Verify Peer ( #1053 )
...
* GPM: SSL verify peer and method (auto|fopen|curl) are now settings
* Added Admin blueprints settings
* Fixed default verify_peer value
* Fixed lang references for verify_peer
* Minor fixes for improper comments default values
2016-09-19 11:21:16 -07:00
Djamil Legato
53f41d396e
Another parsing error
2016-09-19 10:05:14 -07:00
Djamil Legato
f561f27332
Fixed Parsing error
2016-09-19 10:02:32 -07:00
Djamil Legato
744239ca76
Trying to move things around in Travis, to prevent PR from failing
2016-09-19 10:01:18 -07:00
Andy Miller
e942d1a1e6
Updated changelog to reflect new direct-install command
2016-09-19 06:41:53 -06:00
Andy Miller
a5430cda7b
Fix for huge session timeouts #1050
2016-09-19 06:41:31 -06:00
Andy Miller
c57e43ea1d
New bin/gpm direct-install command ( #1038 )
...
* initial push of DirectInstall command
* Refactored to support direct-install
* added info about dependencies, and continue question
* Cleanup per @w00fz comments
* put Grav destination check back.
2016-09-18 10:23:55 -06:00
Matias Griese
7710cba7ad
Add batch() function to Page Collection class
2016-09-16 13:22:30 +03:00
Andy Miller
3047311652
Merge branch 'release/1.1.5' into develop
2016-09-09 16:29:16 -06:00
Andy Miller
370f683985
version update
2016-09-09 16:29:08 -06:00
Andy Miller
1baf19d486
Merge branch 'develop' of https://github.com/getgrav/grav into develop
2016-09-09 16:02:45 -06:00