Matias Griese
|
cf088d00ff
|
Fixed FlexUser loosing ACL information (apply only for user)
|
2019-02-19 22:39:47 +02:00 |
|
Matias Griese
|
dd5a10d0e2
|
Fixed FlexUser loosing ACL information
|
2019-02-19 22:33:51 +02:00 |
|
Matias Griese
|
0da39aa397
|
Added method to return FlexIndex from FlexCollection
|
2019-02-19 12:16:48 +02:00 |
|
Andy Miller
|
2dff43acba
|
prepare for rc.3
1.6.0-rc.3
|
2019-02-18 14:56:57 -07:00 |
|
Andy Miller
|
c97853e1aa
|
updated languages
|
2019-02-18 14:43:06 -07:00 |
|
Andy Miller
|
c9be74fe39
|
Updated libs
|
2019-02-18 13:52:56 -07:00 |
|
Andy Miller
|
e7df9c1dca
|
Merge branch 'develop' into 1.6
# Conflicts:
# CHANGELOG.md
# system/defines.php
|
2019-02-18 13:50:22 -07:00 |
|
Andy Miller
|
3c680cd8e8
|
Added support for a backlink in scheduler
|
2019-02-18 13:18:01 -07:00 |
|
Andy Miller
|
3545761b92
|
reformatted the site.yaml a little
|
2019-02-18 12:59:56 -07:00 |
|
Andy Miller
|
72016d7e7c
|
Fixed purgeJob() and added clearJob()
|
2019-02-18 12:59:47 -07:00 |
|
Andy Miller
|
6c1701ea5a
|
Fix for email causing infinite ‘call’ recursion
|
2019-02-16 18:13:24 -07:00 |
|
Matias Griese
|
28372be982
|
Fixed bug in Flex collection caching
|
2019-02-15 22:08:02 +02:00 |
|
Matias Griese
|
58f85212db
|
Renamed flex users blueprints to match the class name, move index file [#2378]
|
2019-02-15 20:15:17 +02:00 |
|
Matias Griese
|
c39bdaf7f2
|
Added getCache() method to FlexIndex, FlexCollection and FlexObject
|
2019-02-15 14:17:21 +02:00 |
|
Matias Griese
|
16ab2e59f1
|
Renamed FlexIndex::getIndex() to getIndexMap()
|
2019-02-15 13:15:24 +02:00 |
|
Matias Griese
|
29c65c74db
|
Merge remote-tracking branch 'origin/1.6' into 1.6
|
2019-02-15 11:14:02 +02:00 |
|
Matias Griese
|
fee77d7301
|
Fixed FlexIndex keys being lost when FlexCollection gets loaded
|
2019-02-15 11:13:50 +02:00 |
|
Andy Miller
|
21d9fa1e74
|
display fullname instead of title in list
|
2019-02-14 16:40:02 -07:00 |
|
Matias Griese
|
b4d973bfd0
|
Remove var_dump(), oopsie!
|
2019-02-14 21:12:53 +02:00 |
|
Matias Griese
|
993db32652
|
Console commands: add method for invalidating cache
|
2019-02-14 15:32:42 +02:00 |
|
Matias Griese
|
a0f4878c12
|
Updated version to rc.3
|
2019-02-14 11:44:32 +02:00 |
|
Matias Griese
|
452df10ea1
|
Updated UserInterface and FlexObjectInterface by adding missing update() parameter
|
2019-02-14 11:35:43 +02:00 |
|
Matias Griese
|
a3bf38b182
|
Change typehints from User to UserInterface
|
2019-02-14 11:34:41 +02:00 |
|
Matias Griese
|
674ea8ae25
|
Fixed validation for boolean toggles
|
2019-02-14 10:39:10 +02:00 |
|
Matias Griese
|
94610f4e61
|
Fixed missing form_nonce for JS when using FlexForm
|
2019-02-14 10:06:24 +02:00 |
|
Matias Griese
|
b2df60647d
|
Initialize users before plugins on bin/plugin commands
|
2019-02-14 09:56:11 +02:00 |
|
Matias Griese
|
e8650a55af
|
Merge remote-tracking branch 'origin/1.6' into 1.6
|
2019-02-13 23:48:26 +02:00 |
|
Matias Griese
|
09805f7091
|
Fixed FlexIndex keys being lost when FlexCollection gets loaded
|
2019-02-13 23:30:35 +02:00 |
|
Andy Miller
|
a63040aa11
|
Updated built-in composer
|
2019-02-13 13:18:22 -07:00 |
|
Andy Miller
|
3e97ecab68
|
Fixes issue with uninitialized users object
|
2019-02-13 13:17:21 -07:00 |
|
Robbert
|
409b4028d0
|
fix dead link + add http > https changes to site urls (#2369)
|
2019-02-12 12:14:28 -07:00 |
|
Matias Griese
|
85b4996dbf
|
Changelog update
|
2019-02-12 16:16:17 +02:00 |
|
Matias Griese
|
e7041ff48e
|
Change default attribute value of Flex[class]::getType($prefix) to false
|
2019-02-12 16:14:02 +02:00 |
|
Matias Griese
|
793b56fc8c
|
Fixed validation for select field type with selectize
|
2019-02-12 14:32:29 +02:00 |
|
Matias Griese
|
ea91601459
|
Allow onRequestHandlerInit to set Response object
|
2019-02-11 15:01:23 +02:00 |
|
Matias Griese
|
6e3edb7dfb
|
Some bug fixes for Psr-7 & request handler
|
2019-02-11 13:59:15 +02:00 |
|
Matias Griese
|
4e38c1fe25
|
Improve onRequestHandlerInit event
|
2019-02-11 13:18:32 +02:00 |
|
Andy Miller
|
2adb13ac66
|
Use array to make ordering easier
|
2019-02-08 12:34:52 -07:00 |
|
Matias Griese
|
d565c4af16
|
Improvements for Grav\Framework\Psr7
|
2019-02-08 21:24:02 +02:00 |
|
Matias Griese
|
877529ae5b
|
Implemented Grav\Framework\Psr7 classes as Nyholm/psr7 decorators
|
2019-02-08 20:49:05 +02:00 |
|
Andy Miller
|
8b89c2c52e
|
Missing pages.types #1612
|
2019-02-08 08:47:57 -07:00 |
|
Matias Griese
|
427ba0e420
|
Fixed FlexUser caching
|
2019-02-08 13:33:33 +02:00 |
|
Matias Griese
|
4be7aa5665
|
Changelog update
|
2019-02-08 12:58:34 +02:00 |
|
Matias Griese
|
9bd66031ab
|
Grav 1.6 code cleanup (#2366)
* Code cleanup
* Define admin menu for Flex Users
|
2019-02-08 12:56:15 +02:00 |
|
Andy Miller
|
48816d9f2e
|
Fix issue with vUndefined in GPM
|
2019-02-07 17:56:45 -07:00 |
|
Andy Miller
|
031bfdc1e7
|
prepare for rc.2 release
1.6.0-rc.2
|
2019-02-07 16:23:57 -07:00 |
|
Andy Miller
|
88121aaab4
|
Merge tag '1.5.8' into develop
Release v1.5.8
|
2019-02-07 16:04:56 -07:00 |
|
Andy Miller
|
8f588aca99
|
Merge branch 'release/1.5.8'
1.5.8
|
2019-02-07 16:04:55 -07:00 |
|
Andy Miller
|
5b34a9bfc4
|
prepare for release
|
2019-02-07 16:04:31 -07:00 |
|
Andy Miller
|
ef55d2615f
|
update changelog
|
2019-02-07 16:03:49 -07:00 |
|