Matias Griese
|
501bc0133f
|
FormFlash: Allow no field for file uploads
|
2018-12-07 21:35:28 +02:00 |
|
Matias Griese
|
787bf8beeb
|
FlexForm: Implemented delayed flash uploads
|
2018-12-07 20:41:37 +02:00 |
|
Matias Griese
|
257396aa06
|
FormFlash: Added support for removing existing files (null instead of object)
|
2018-12-05 14:45:29 +02:00 |
|
Matias Griese
|
7eb469f0ae
|
Fixed bug in FlexForm::getFlash()
|
2018-12-05 12:09:56 +02:00 |
|
Matias Griese
|
156e544ab9
|
Change FormFlash constructor to be more generic, add method to clear session
|
2018-12-05 09:37:56 +02:00 |
|
Matias Griese
|
b38a143c66
|
Added new $grav['filesystem'] service using an instance of the new Filesystem object
|
2018-12-04 15:30:37 +02:00 |
|
Matias Griese
|
cd21d65400
|
FlexForm: minor improvement to making method overriding more of copy/paste
|
2018-12-04 15:03:29 +02:00 |
|
Matias Griese
|
48acad3e47
|
Improve Filesystem class
|
2018-12-03 13:54:40 +02:00 |
|
Matias Griese
|
7d8fff9571
|
Minor fix, oops
|
2018-12-03 11:36:42 +02:00 |
|
Matias Griese
|
cb4ea86310
|
Improved Grav\Framework\File classes to use better type hints and the new Filesystem class
|
2018-12-03 11:26:55 +02:00 |
|
Matias Griese
|
2b099c2ed5
|
Added Grav\Framework\Filesystem\Filesystem class with methods to manipulate stream URLs
|
2018-12-03 11:11:00 +02:00 |
|
Matias Griese
|
6afb55cc30
|
Improved Grav\Framework\File\Formatter classes to have abstract parent class and some useful methods
|
2018-12-03 08:00:14 +02:00 |
|
Matias Griese
|
0937e0ff91
|
Added return type DI\Container::has(): bool
|
2018-12-03 07:40:59 +02:00 |
|
Matias Griese
|
d602cb6e9e
|
Fixed Object serialization breaking if overriding jsonSerialize() method
|
2018-12-03 07:34:59 +02:00 |
|
Matias Griese
|
e02fa1a4e7
|
Some code cleanup
|
2018-12-03 07:28:50 +02:00 |
|
Matias Griese
|
f01792ae81
|
Added FormFlash and FormFlashFile classes, allow custom FlexForm class, improvements
|
2018-12-01 22:09:44 +02:00 |
|
Matias Griese
|
bc18b9408b
|
Added onAction.{$action} event
|
2018-12-01 10:04:15 +02:00 |
|
Matias Griese
|
8fdd34c245
|
Added support for task:action (like task but works without nonce)
|
2018-11-30 23:04:34 +02:00 |
|
Matias Griese
|
cd5bda3f9e
|
Improve debug messages (routed page, flex view)
|
2018-11-30 20:31:32 +02:00 |
|
Matias Griese
|
e14129d278
|
Implemented object save in FlexForm::submit()
|
2018-11-30 15:16:22 +02:00 |
|
Matias Griese
|
decb19b92e
|
Further improve FlexObject::update()
|
2018-11-30 15:06:27 +02:00 |
|
Matias Griese
|
eb770e95d5
|
Fixed FlexObject::update() call with partial object update
|
2018-11-30 14:30:50 +02:00 |
|
Matias Griese
|
77f035eb2d
|
FlexForm: Allow custom nonce, fix fatal error on validation failure
|
2018-11-30 13:15:20 +02:00 |
|
Matias Griese
|
db2738978e
|
Sanitize $grav['task']`
|
2018-11-30 13:14:10 +02:00 |
|
Matias Griese
|
180f3c2eca
|
FlexDirectory::getObject() should return any existing object
|
2018-11-30 13:13:13 +02:00 |
|
Matias Griese
|
e84fbc425f
|
FlexMediaTrait: Fix media meta file
|
2018-11-29 23:19:28 +02:00 |
|
Matias Griese
|
c5e2ed9f22
|
FlexForm: Added methods for file upload/delete task routes
|
2018-11-29 22:04:57 +02:00 |
|
Matias Griese
|
a92f0898d8
|
Fixed Medium::relativePath() for streams
|
2018-11-29 21:12:37 +02:00 |
|
Matias Griese
|
d968901d98
|
Flex: store metadata on file uploads (if available)
|
2018-11-29 19:27:11 +02:00 |
|
Matias Griese
|
c38b761871
|
Improve Flex index caching by sharing the same cached item even if using a different key
|
2018-11-29 12:43:32 +02:00 |
|
Matias Griese
|
b49741f8aa
|
Fixed Flex index caching if using non-standard key
|
2018-11-29 11:51:27 +02:00 |
|
Matias Griese
|
6866c2a39a
|
Merge remote-tracking branch 'origin/1.6' into 1.6
|
2018-11-29 10:25:56 +02:00 |
|
Matias Griese
|
9598cd13fe
|
Added user-data:// which is a writable stream (user://data is not and should be avoided)
|
2018-11-29 10:25:48 +02:00 |
|
Andy Miller
|
49c8fef5f5
|
Made inflector static so it can be used quickly
|
2018-11-28 21:58:31 -07:00 |
|
Matias Griese
|
13341f8aa8
|
Tasks: Pass path to the controller as well
|
2018-11-28 14:55:03 +02:00 |
|
Matias Griese
|
251cb3f9fa
|
FlexForm: Implement HTML id support
|
2018-11-28 14:20:50 +02:00 |
|
Matias Griese
|
51767a8f36
|
Improve FlexMediaTrait
|
2018-11-28 11:36:07 +02:00 |
|
Andy Miller
|
c653fe6e4a
|
multibyte and case insensitivity support in Util string functions
|
2018-11-27 16:39:30 -07:00 |
|
Matias Griese
|
70688f3e00
|
Fixed cache test in Flex
|
2018-11-27 22:22:13 +02:00 |
|
Matias Griese
|
e9c52046fa
|
Fixed timestamp and serialization
|
2018-11-27 11:39:04 +02:00 |
|
Matias Griese
|
a01b94f80b
|
Merge branch 'develop' of https://github.com/getgrav/grav into 1.6
# Conflicts:
# CHANGELOG.md
|
2018-11-27 10:17:53 +02:00 |
|
Matias Griese
|
708c79cef8
|
Improved user serialization to use less memory in the session
|
2018-11-27 10:15:55 +02:00 |
|
Matias Griese
|
f1ce69d4bf
|
Fixed some minor issues in Flex
|
2018-11-26 14:17:13 +02:00 |
|
Matias Griese
|
5bd417aa39
|
Minor Flex improvements
|
2018-11-26 09:49:06 +02:00 |
|
Andy Miller
|
2bf448c587
|
Merge branch 'develop' into 1.6
|
2018-11-25 19:08:01 -07:00 |
|
Stephan Diehl
|
b6c582ad3a
|
Update InitializeProcessor.php (#2268)
fix redirect_trailing_slash in a multi language page
|
2018-11-23 23:01:47 -07:00 |
|
Matias Griese
|
c35c285580
|
Fixed a bug in flex index caching
|
2018-11-21 09:45:59 +02:00 |
|
Matias Griese
|
890a61358a
|
Code cleanup on CLI
|
2018-11-20 20:40:13 +02:00 |
|
Matias Griese
|
7de66cdc53
|
Improve debugger in CLI
|
2018-11-20 13:17:19 +02:00 |
|
Matias Griese
|
b353ec12e1
|
Flex: Fixes for indexing with different keys
|
2018-11-20 12:01:32 +02:00 |
|