Andy Miller
|
b111a2c29d
|
Added standard Yes/No lang strings to Grav
|
2019-02-01 13:34:23 -07:00 |
|
Andy Miller
|
f2155aa04f
|
Merge branch '1.6' of github.com:getgrav/grav into 1.6
|
2019-02-01 11:26:21 -07:00 |
|
Andy Miller
|
45346b72f2
|
Fix for trailing slash redirect in multlang
|
2019-02-01 11:26:16 -07:00 |
|
Matias Griese
|
632a2d79b6
|
Merge branch 'develop' of https://github.com/getgrav/grav into 1.6
# Conflicts:
# CHANGELOG.md
|
2019-02-01 09:05:29 +02:00 |
|
Matias Griese
|
2fa5021a0c
|
Improved User unserialize to not to break the object if serialized data is not what expected
|
2019-02-01 09:04:01 +02:00 |
|
Andy Miller
|
e4b1d2ed9e
|
Enhancements to logviewer output to support lines in trace
|
2019-01-31 18:38:31 -07:00 |
|
Andy Miller
|
a3fea3d0fc
|
Added LogViewer class and CLI command
|
2019-01-31 15:39:46 -07:00 |
|
Matias Griese
|
d50e5d954d
|
Fixed oopsie in Package class
|
2019-01-31 20:49:12 +02:00 |
|
Matias Griese
|
970af3870e
|
Some code cleanup
|
2019-01-31 17:57:05 +02:00 |
|
Matias Griese
|
9ba572d788
|
Fixed non-namespaced exceptions in scheduler
|
2019-01-31 17:53:11 +02:00 |
|
Matias Griese
|
ba2c37c216
|
Removed apc and xcache support, made apc alias of apcu
|
2019-01-31 17:51:04 +02:00 |
|
Matias Griese
|
0e14a325f8
|
Fixed some static/object calls to match the method
|
2019-01-31 17:42:18 +02:00 |
|
Matias Griese
|
1141dabbd8
|
Code cleanup
|
2019-01-31 17:32:06 +02:00 |
|
Matias Griese
|
7a044c7397
|
Added index file support for Flex Objects
|
2019-01-31 15:07:30 +02:00 |
|
Matias Griese
|
d0b3dd1d99
|
Improved error detection for broken Flex Objects
|
2019-01-31 15:06:41 +02:00 |
|
Matias Griese
|
4f80a1567d
|
Update PHP file headers and copyrights
|
2019-01-31 10:04:57 +02:00 |
|
Andy Miller
|
23098a6b02
|
Revert "Grav 1.6 copyright updates and cleanup (PHP files only) (#2351)"
This reverts commit 0566185c4f.
|
2019-01-30 17:54:37 -07:00 |
|
Andy Miller
|
5c8a37be64
|
Updated version
|
2019-01-30 17:35:30 -07:00 |
|
Andy Miller
|
37fcb12ad1
|
Updated languages
|
2019-01-30 17:33:25 -07:00 |
|
Andy Miller
|
999e439d47
|
Merge branch 'develop' into 1.6
|
2019-01-30 13:45:19 -07:00 |
|
Matias Griese
|
0566185c4f
|
Grav 1.6 copyright updates and cleanup (PHP files only) (#2351)
* Framework: update copyrights to 2019
* Some code cleanup (Assets, Backup, Config, Session)
* Continue code cleanup, update copyrights
* Fixed exception issues in scheduler, code cleanup
* Remove apc and xcache support, make apc alias of apcu
* Fixed Getters::count() method not returning anything
* More code cleanup, copyright updates
* Copyright updates for Grav\Console
|
2019-01-30 13:44:19 -07:00 |
|
Hamilton Turner
|
b91574e5c2
|
Remove unused parameter (#2357)
|
2019-01-30 13:42:34 -07:00 |
|
Matias Griese
|
604361045b
|
Fixed bad host header in PSR-7 (if using 'php -S localhost:8000 system/router.php') part 2
|
2019-01-30 21:04:53 +02:00 |
|
Matias Griese
|
d45efb484c
|
Fixed bad host header in PSR-7 (if using 'php -S localhost:8000 system/router.php')
|
2019-01-30 20:51:09 +02:00 |
|
Matias Griese
|
610c6c341c
|
Fixed ImageMedium constructor warning when file cannot be accessed
|
2019-01-30 11:20:12 +02:00 |
|
Matias Griese
|
6daf480bfc
|
Fixed FlexMediaTrait::getMedia() trying to include uploaded but already moved media
|
2019-01-30 11:17:49 +02:00 |
|
Matias Griese
|
bbdac0fd6d
|
Made FormFlashFile more robust against deleted files (over time)
|
2019-01-29 22:22:00 +02:00 |
|
Matias Griese
|
5f5bfdaa42
|
Add protected method FormTrait::unsetFlash()
|
2019-01-29 19:32:19 +02:00 |
|
Matias Griese
|
ad7fdd5c2b
|
Fixed a bug in FormFlashFile::moveTo() not deleting the old file
|
2019-01-29 18:12:38 +02:00 |
|
Matias Griese
|
1321e582d5
|
FlexObject: Fixed a bug when updating media
|
2019-01-29 14:13:14 +02:00 |
|
Matias Griese
|
f78658738a
|
FlexObject: Fixed a bug when updating media
|
2019-01-28 13:00:51 +02:00 |
|
Andy Miller
|
7c99ece0e1
|
make sure HTTP_DNT is set before inspecting it
|
2019-01-25 16:49:23 -07:00 |
|
Andy Miller
|
9058e1166d
|
prepare for release
|
2019-01-25 14:42:33 -07:00 |
|
Andy Miller
|
fbd3bbdbf9
|
Prepare for release
|
2019-01-25 14:38:31 -07:00 |
|
Matias Griese
|
5ad4ffd3cf
|
FormFlash: Fixed some image cropping issues
|
2019-01-25 12:12:04 +02:00 |
|
Matias Griese
|
0700e4bfdb
|
Replace array cast in FormTrait::getFiles()
|
2019-01-25 10:42:21 +02:00 |
|
Matias Griese
|
82e5df960d
|
Merge remote-tracking branch 'origin/1.6' into 1.6
|
2019-01-25 10:40:36 +02:00 |
|
Matias Griese
|
3ace15d01a
|
Added FlexCollection::sort() method
|
2019-01-25 10:40:28 +02:00 |
|
Andy Miller
|
d367e6a1fb
|
Fix null -> array issue
|
2019-01-24 15:08:23 -07:00 |
|
Matias Griese
|
a09940ef6a
|
Added FlexCollection::sort() method
|
2019-01-24 16:21:26 +02:00 |
|
Matias Griese
|
6d89108cc4
|
Merge remote-tracking branch 'origin/1.6' into 1.6
|
2019-01-23 21:24:37 +02:00 |
|
Matias Griese
|
bd01b07b4b
|
Reverted Route::__toString() behavior and added deprecated message for proper use (part 2)
|
2019-01-23 21:24:31 +02:00 |
|
Andy Miller
|
4e31a114ef
|
Use new toString()
|
2019-01-23 12:16:48 -07:00 |
|
Matias Griese
|
18d53079dd
|
Reverted Route::__toString() behavior and added deprecated message for proper use
|
2019-01-23 20:54:10 +02:00 |
|
Matias Griese
|
57de7cc03d
|
Missing docblock parameter
|
2019-01-23 15:13:52 +02:00 |
|
Matias Griese
|
2d7eeb611d
|
Added missing Flex::getObject() and Flex::getCollection() parameters
|
2019-01-23 13:02:33 +02:00 |
|
Matias Griese
|
e6b6e218f8
|
Fixed MediaTrait::getMedia() to return refreshed Media object after calling MediaTrait::clearMediaCache()
|
2019-01-23 11:20:44 +02:00 |
|
Matias Griese
|
243055289b
|
Add FormFlash::clearFiles() method
|
2019-01-23 10:59:04 +02:00 |
|
Matias Griese
|
52c7d8dfb7
|
Fixed Grav\Framework\Route::__toString() returning relative URL, not relative route
|
2019-01-23 10:55:32 +02:00 |
|
Matias Griese
|
8381261b7c
|
Do not cache FlexObject::authorize()
|
2019-01-22 13:33:44 +02:00 |
|