| /plugin/authgooglesheets/vendor/guzzlehttp/guzzle/ |
| D | CHANGELOG.md | 140 * Bug fix: Proxy::wrapSync() now correctly proxies to the appropriate handler 142 * Feature: HandlerStack is now more generic. 144 * Bug fix: setting verify to false in the StreamHandler now disables peer 146 * Feature: Middleware now uses an exception factory, including more error 163 * Feature: Cookies can now contain square brackets. 165 * Bug fix: Now correctly parsing `=` inside of quotes in Cookies. 167 * Bug fix: Cusotm cURL options now correctly override curl options of the 169 * Bug fix: Content-Type header is now added when using an explicitly provided 171 * Bug fix: Now ignoring Set-Cookie headers that have no name. 182 * Bug fix: `form_params` and `query` now always uses the `&` separator. [all …]
|
| D | UPGRADING.md | 7 Guzzle now uses [PSR-7](http://www.php-fig.org/psr/psr-7/) for HTTP messages. 21 is now present in the `GuzzleHttp\Psr7` namespace provided by the 23 - Guzzle no longer uses ReactPHP promises and now uses the 42 strings must now be passed into request objects as strings, or provided to 57 - As Guzzle now uses a middleware based systems the event system and RingPHP 66 - `GuzzleHttp\Subscriber\Cookie` is now provided by 68 - `GuzzleHttp\Subscriber\HttpError` is now provided by 70 - `GuzzleHttp\Subscriber\History` is now provided by 72 - `GuzzleHttp\Subscriber\Mock` is now provided by 74 - `GuzzleHttp\Subscriber\Prepare` is now provided by [all …]
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/ |
| D | CHANGELOG.md | 423 * Bug fix: Proxy::wrapSync() now correctly proxies to the appropriate handler 425 * Feature: HandlerStack is now more generic. 427 * Bug fix: setting verify to false in the StreamHandler now disables peer 429 * Feature: Middleware now uses an exception factory, including more error 447 * Feature: Cookies can now contain square brackets. 449 * Bug fix: Now correctly parsing `=` inside of quotes in Cookies. 451 * Bug fix: Cusotm cURL options now correctly override curl options of the 453 * Bug fix: Content-Type header is now added when using an explicitly provided 455 * Bug fix: Now ignoring Set-Cookie headers that have no name. 466 * Bug fix: `form_params` and `query` now always uses the `&` separator. [all …]
|
| D | UPGRADING.md | 8 of PHP 5. The minimum supported PHP version is now PHP 7.2. Type hints and return 22 - Class `GuzzleHttp\Exception\ConnectException` now extends `GuzzleHttp\Exception\TransferException` 33 - We now look for environment variables in the `$_SERVER` super global, due to thread safety issues… 34 …s are now implemented as genuine methods on `GuzzleHttp\Client`, with strong typing. The original … 36 - Support for international domain names (IDN) is now disabled by default, and enabling it requires… 40 All internal native functions calls of Guzzle are now prefixed with a slash. This 57 Guzzle now uses [PSR-7](https://www.php-fig.org/psr/psr-7/) for HTTP messages. 71 is now present in the `GuzzleHttp\Psr7` namespace provided by the 73 - Guzzle no longer uses ReactPHP promises and now uses the 92 strings must now be passed into request objects as strings, or provided to [all …]
|
| /plugin/flowplayer/player/ |
| D | README.txt | 27 - new flowplayer.js, now requires Flash 10.1 as the minimum flash version 56 - fixed to dispatch onStart also when replaying the previous clip, now the JS controlbar again work… 59 - backgroundImage css property can now be set to "none" to be removed 61 - fullScreenOnly now works in conjunction with displayTime 62 - JS plugins now handles grouped syntax like flowplayer("a.player" /*...*/ ) 63 - JS function setClip can now be used to add listeners on the new Clip 64 - different players with the same configuration stored in a variable can now use JS plugins 65 - using linkUrl now works when calling JS function setClip 66 - zIndex for plugins works fine now, issue #302 109 - #30 regression caused by character replacements, removing for now and let end user deal with them. [all …]
|
| /plugin/jplayer/vendor/james-heinrich/getid3/ |
| D | changelog.txt | 28 ¤ QuickTime.uuid now returned as an array (may contain multiple entries) 43 * bugfix (G:219) Quicktime.UUID now parsed more discriminately for XML and other data types 230 » getID3() is now licensed under GPL / LGPL / MozillaPL / gCL 239 » DTS-in-WAV now properly supported 264 * Bugfix: (#1426) MS Office 2007 file format now recognized as zip.msoffice 276 * XMP module now returns all tags, not just whitelisted ones 307 5. Audio/video keys are now populated with data from the 317 ¤ (#1256) ID3 tags in AIFF 'ID3 ' chunks now parsed 318 ¤ (#1039) iXML data in WAV files now returned and parsed into 320 ¤ [playtime_string] now returns M:SS if less than 1 hour, and [all …]
|
| /plugin/webdav/vendor/sabre/dav/ |
| D | CHANGELOG.md | 60 * Added support for sharing in the CalDAV PDO backend! Users can now invite 62 * #397: Support for PSR-3. You can now log exceptions with your favourite 66 version you now first need to update to sabre/dav 3.1. 75 * #812 #814: ICS/VCF exporter now includes a more useful filename in its 78 now changed a bit, and `LocalHref` was added to replace the old, default 85 the place now, reducing the amount of boilerplate. 86 * Plugins can now control the "Supported Privilege Set". 89 * The `{DAV:}all` privilege is now no longer abstract, so it can be assigned 90 directly. We're using the `{DAV:}all` privilege now in a lot of cases where 105 * #759: DAV\Client is now able to actually correctly resolve relative urls. [all …]
|
| /plugin/icalevents/vendor/sabre/vobject/ |
| D | CHANGELOG.md | 12 * #348: `FreeBusyGenerator` can now accept streams. 58 * #303: `COUNT` is now encoded as an int in jCal instead of a string. (@strokyl) 59 * #295: `RRULE` now has more validation and repair rules. 72 * #284: When generating `CANCEL` iTip messages, we now include `DTEND`. 79 * #274: When creating new vCards, the default vCard version is now 4.0. 80 * #275: `VEVENT`, `VTODO` and `VCARD` now automatically get a `UID` and 82 * `ParseException` now extends `\Exception`. 83 * `Sabre\VObject\Reader::read` now has a `$charset` argument. 84 * #272: `Sabre\VObject\Recur\EventIterator::$maxInstances` is now 95 * #240: `Component\VCalendar::expand()` now returns a new expanded `VCalendar` [all …]
|
| /plugin/flowplay2/flowplayer/ |
| D | README.txt | 38 - The control bar hiding is now based on mouse move delay, works much better that way 44 - Now shows the first frame of video when autoPlay: false and autoBuffering: true 52 - Email sending works now by default, it sends the data to flowplayer.org's email sender 53 - Menu bar is now always correctly opened above the control bar 57 …- Now uses the "native full screen" by default, no need to specify useNativeFullScreen: true to en… 69 - The initial volume level is now 50% 73 …- setting autoPlay: true now starts playing when the 'play' button overlay is used as the first cl… 87 - autoRewind now rewinds to start and stops if loop is false 93 …- FlowPlayer prevented page elements from loading properly when the page was refreshed in IE. Now … 116 - You can now seek to the beginning or the end of a video using the scrubber [all …]
|
| /plugin/webdav/vendor/sabre/vobject/ |
| D | CHANGELOG.md | 73 * #348: `FreeBusyGenerator` can now accept streams. 119 * #303: `COUNT` is now encoded as an int in jCal instead of a string. (@strokyl) 120 * #295: `RRULE` now has more validation and repair rules. 133 * #284: When generating `CANCEL` iTip messages, we now include `DTEND`. 140 * #274: When creating new vCards, the default vCard version is now 4.0. 141 * #275: `VEVENT`, `VTODO` and `VCARD` now automatically get a `UID` and 143 * `ParseException` now extends `\Exception`. 144 * `Sabre\VObject\Reader::read` now has a `$charset` argument. 145 * #272: `Sabre\VObject\Recur\EventIterator::$maxInstances` is now 156 * #240: `Component\VCalendar::expand()` now returns a new expanded `VCalendar` [all …]
|
| /plugin/davcal/vendor/sabre/vobject/ |
| H A D | ChangeLog.md | 39 * #216: `ENCODING` parameter is now validated for all document types. 40 * #217: Initializing vCard `DATE` objects with a PHP DateTime object will now 78 * #168: Expanding calendars now removes objects with recurrence rules that 82 * #175: Parser can now read and skip the UTF-8 BOM. 98 * #154: It's now possible to easily select all vCard properties belonging to 103 DATE-TIME properties can now all accept a reference timezone when working 106 * #159: `RECURRENCE-ID` for all-day events will now be correct when expanding. 113 * #142: `CANCEL` and `REPLY` messages now include the `DTSTART` from the 116 * #144: `PARTSTAT=NEEDS-ACTION` is now set for new invites, if no `PARTSTAT` is 129 * Changed: iTip broker now sets RSVP status to false when replies are received. [all …]
|
| /plugin/webdav/vendor/sabre/xml/ |
| D | CHANGELOG.md | 13 * Now requires PHP 5.5. 22 * The `contextStack` in the Reader object is now correctly rolled back in 24 * repeatingElements deserializer now still parses if a bare element name 26 * `$elementMap` in the Reader now also supports bare element names. 27 * `Service::expect()` can now also work with bare element names. 33 * Parsing clark-notation is now cached. This can speed up parsing large 40 * Any array thrown into the serializer with numeric keys is now simply 44 empty array are now skipped. We believe this to be the saner default, but 54 * #61: You can now specify serializers for specific classes, allowing you 57 * It's now possible to pass an array of possible root elements to [all …]
|
| /plugin/icalevents/vendor/sabre/xml/ |
| D | CHANGELOG.md | 7 * Now requires PHP 5.5. 16 * The `contextStack` in the Reader object is now correctly rolled back in 18 * repeatingElements deserializer now still parses if a bare element name 20 * `$elementMap` in the Reader now also supports bare element names. 21 * `Service::expect()` can now also work with bare element names. 27 * Parsing clark-notation is now cached. This can speed up parsing large 34 * Any array thrown into the serializer with numeric keys is now simply 38 empty array are now skipped. We believe this to be the saner default, but 48 * #61: You can now specify serializers for specific classes, allowing you 51 * It's now possible to pass an array of possible root elements to [all …]
|
| /plugin/davcard/vendor/sabre/vobject/ |
| D | ChangeLog.md | 33 * This package now specifies in composer.json that it does not support PHP 7. 40 * #284: When generating `CANCEL` iTip messages, we now include `DTEND`. 79 * #216: `ENCODING` parameter is now validated for all document types. 80 * #217: Initializing vCard `DATE` objects with a PHP DateTime object will now 118 * #168: Expanding calendars now removes objects with recurrence rules that 122 * #175: Parser can now read and skip the UTF-8 BOM. 138 * #154: It's now possible to easily select all vCard properties belonging to 143 DATE-TIME properties can now all accept a reference timezone when working 146 * #159: `RECURRENCE-ID` for all-day events will now be correct when expanding. 153 * #142: `CANCEL` and `REPLY` messages now include the `DTSTART` from the [all …]
|
| /plugin/webdavclient/vendor/sabre/vobject/ |
| D | ChangeLog.md | 33 * This package now specifies in composer.json that it does not support PHP 7. 40 * #284: When generating `CANCEL` iTip messages, we now include `DTEND`. 79 * #216: `ENCODING` parameter is now validated for all document types. 80 * #217: Initializing vCard `DATE` objects with a PHP DateTime object will now 118 * #168: Expanding calendars now removes objects with recurrence rules that 122 * #175: Parser can now read and skip the UTF-8 BOM. 138 * #154: It's now possible to easily select all vCard properties belonging to 143 DATE-TIME properties can now all accept a reference timezone when working 146 * #159: `RECURRENCE-ID` for all-day events will now be correct when expanding. 153 * #142: `CANCEL` and `REPLY` messages now include the `DTSTART` from the [all …]
|
| /plugin/webdav/vendor/sabre/http/ |
| D | CHANGELOG.md | 25 * #56: `getBodyAsString` now returns at most as many bytes as the contents of 28 * The client now sets a default `User-Agent` header identifying this library. 34 * This package now supports sabre/event 3.0. 68 * #48: Now using php-cs-fixer to make our CS consistent (yay!) 76 * #41: This library now uses the `sabre/uri` package for uri handling. 117 * `getHeaders()` now returns header values as an array, just like psr/http. 133 * `addHeader()` will now preserve an existing header with that name, and add a 135 * The message class should be a lot faster now for looking up headers. No more 141 * Added: Content negotiation now correctly support mime-type parameters such as 143 * Changed: `Util::negotiate()` is now deprecated. Use [all …]
|
| /plugin/webdav/vendor/sabre/event/ |
| D | CHANGELOG.md | 7 * Now requires PHP 5.5! 9 * Aside from the `Promise\all()` function, there's now also `Promise\race()`. 11 * Now 100% compatible with the Ecmascript 6 Promise. 17 * This package now requires PHP 5.5. 24 * BC Break: Promises now use the EventLoop to run "then"-events in a separate 27 * Promises now have a `wait()` method. Allowing you to make a promise 48 * Added: When calling emit, it's now possible to specify a callback that will be 52 * Changed: EventEmitter::listeners now returns just the callbacks for an event, 53 and no longer returns the list by reference. The list is now automatically 56 * Updated: It's now possible to remove all listeners for every event. [all …]
|
| /plugin/davcal/vendor/sabre/http/ |
| H A D | CHANGELOG.md | 35 * #48: Now using php-cs-fixer to make our CS consistent (yay!) 43 * #41: This library now uses the `sabre/uri` package for uri handling. 84 * `getHeaders()` now returns header values as an array, just like psr/http. 100 * `addHeader()` will now preserve an existing header with that name, and add a 102 * The message class should be a lot faster now for looking up headers. No more 108 * Added: Content negotiation now correctly support mime-type parameters such as 110 * Changed: `Util::negotiate()` is now deprecated. Use 112 * #14: The client now only follows http and https urls. 119 * Fixed: #7: Client now correctly deals with responses without a body. 125 * Now works on hhvm! [all …]
|
| /plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ |
| D | CHANGELOG.md | 7 * PHP 5.6 or greater is now required. 8 * The C extension now supports PHP 8. Pull request by John Boehr. 17 * The `maxminddb` extension now returns a string when a `uint32` 21 * For `uint64` values, the `maxminddb` extension now returns an 29 * The `maxminddb` extension now has the arginfo when using reflection. 31 * The `maxminddb` extension now provides `MINFO()` function that 34 * The `maxminddb` `configure` script now uses `pkg-config` when 37 * The pure PHP reader now correctly decodes integers on 32-bit platforms. 45 * IMPORTANT: The `maxminddb` extension now obeys `open_basedir`. If 58 * PHP 5.4 or greater is now required. [all …]
|
| /plugin/flowplay/flowplayer/ |
| D | README.txt | 36 - Now resizes according to the size defined in the HTML page 38 - The color of the progress bar is now gray by default (more neutral). The 47 - Most of the UI is now built dynamically with ActionScript instead of using 61 FlowPlayer.html now shows this kind of markup. 76 - dragging can be now done by clicking anywhere in the progress bar area 78 - scaling the splash image is now optional. Alternatively it can be centered 83 - Seeking using the dragger button is more accurate. Now it is possible to 94 grabbed using the mouse button. Now it stays on the same position it was in 97 the playList. Now following characters are available: 111 …- Now the original FLV video dimensions are detected from the FLV metadata. The different resizing… [all …]
|
| /plugin/authgooglesheets/vendor/monolog/monolog/ |
| D | UPGRADE.md | 9 - DateTime are now formatted with a timezone and microseconds (unless disabled). 13 - The `datetime` in every record array is now a DateTimeImmutable, not that you 16 - The timezone is now set per Logger instance and not statically, either 20 - `HandlerInterface` has been split off and two new interfaces now exist for 25 - `HandlerInterface` now requires the `close` method to be implemented. This 43 now for the AMQP extension users. Only PHPAmqpLib uses it if provided. 47 - The file name format must now contain `{date}` and the date format must be set 55 - Context/extra data are now sent as an object instead of single keys
|
| /plugin/timer/ |
| D | syntax.php | 105 $now = mktime(); 106 if (($st<$now) && ($et>$now)) { 109 $renderer->doc .= " Now:<b>" . date($conf['dformat']) . "</b>"; 115 if ($now<$st) { 116 $renderer->doc .= " Now:<b>" . date($conf['dformat']) . "</b>"; 122 $renderer->doc .= " Now:<b>" . date($conf['dformat']) . "</b>"; 127 // Disable cache if start or end time within now and next cache refresh time 128 … if (($now>$st-$conf['cachetime'] && $now<$st) || ($now>$et-$conf['cachetime'] && $now<$et)) {
|
| /plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/ |
| D | CHANGELOG.md | 12 * PHP 5.4 is now required. 18 in the system's keychain will now be used instead of the CA bundle on 24 * This package now uses `composer/ca-bundle` by default rather than a CA 39 * A `USER_ID_UNKNOWN` error will now throw a 46 * A `PERMISSION_REQUIRED` error will now throw a `PermissionRequiredException` 61 * Floats now work with the `timeout` and `connectTimeout` options. Fix by 63 * `curl_error` is now used instead of `curl_strerror`. The latter is only 70 * An exception is now immediately thrown curl error rather than letting later
|
| /plugin/asciidocjs/node_modules/acorn/ |
| D | CHANGELOG.md | 104 The default `ecmaVersion` option value is now 7. 111 The parser now raises errors on duplicated export names. 113 `arguments` and `eval` can now be used in shorthand properties. 115 Duplicate parameter names in non-simple argument lists now always 120 The `ecmaVersion` option now also accepts year-style version numbers 154 Visitors created with `visit.make` now have their base as _prototype_, 173 The walker now allows defining handlers for `CatchClause` nodes. 193 The default value of the `ecmaVersion` option is now 6 (used to be 5). 200 `let` and `yield` are now “contextual keywords”, meaning you can 204 now parsed correctly. [all …]
|
| /plugin/move/_test/ |
| D | log.test.php | 18 $now = time(); 19 $date = date('Y-m-d H:i:s', $now); 23 $expected_log = "$now\t$date\tP\toldpage\tnewpage\tsuccess\t\n"; 36 $now = time(); 37 $date = date('Y-m-d H:i:s', $now); 41 $expected_log = "$now\t$date\tP\toldpage\tnewpage\tfailed\tTestMessage01\n";
|