Home
last modified time | relevance | path

Searched refs:bug (Results 26 – 50 of 203) sorted by last modified time

123456789

/plugin/odt/
H A DChangeLog.txt173 * action.php: Add getInfo() method, fixes bug #8
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md340 so the removal is just fixing an existing bug, hence `6.0.1` instead of `6.1.0`
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md1254 - Fix FunstionScore Query random_score without seed bug. [#647](https://github.com/ruflin/Elastica/issues/647/)
1318 - Fixing the Bool filter with Bool filter children bug [#594](https://github.com/ruflin/Elastica/issues/594/)
1327 - Handling of HasChild type parsing bug [#585](https://github.com/ruflin/Elastica/issues/585/)
1412 - Elastica/Aggregation/GlobalAggregationTest fixed bug where JSON returned [] instead of {}
1917 - Automatic creation of id for documents added. This was more a bug
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DCHANGELOG.md56 - Fixed a bug in which the result of `CurlFactory::retryFailedRewind` did not
/plugin/ckgedit/ckeditor/
H A DCHANGES.md44 * [#2792](https://github.com/ckeditor/ckeditor-dev/pull/2792): Fixed: A bug in the [Copy Formatting…
977 … when editing a linked image with the Link tab disabled. This also fixed a bug when inserting an i…
1060 * [#12402](https://dev.ckeditor.com/ticket/12402): [Blink] Fixed: Workaround for Blink bug with `do…
1163 …d drop-downs are broken if a touch event listener is used due to a [WebKit bug](https://bugs.webki…
1313 * [#10778](https://dev.ckeditor.com/ticket/10778): Fixed a bug with range enlargement. The range no…
1469 …m_range.html#method-createBookmark2) incorrectly normalizing offsets. This bug was causing many is…
1526 * [#10644](https://dev.ckeditor.com/ticket/10644): Fixed a critical bug when pasting plain text in …
/plugin/ckgedit/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js.unc124 // IE BUG: Below is a workaround to an IE image loading bug to ensure the image sizes are correct.
159 // IE BUG: Below is a workaround to an IE image loading bug to ensure the image sizes are correct.
189 // IE BUG: Below is a workaround to an IE image loading bug to ensure the image sizes are correct.
/plugin/tagfilter/script/select2/
H A DREADME.md52 Have a bug? Please create an issue here on GitHub!
/plugin/wrap/conf/
H A Dlang2dir.conf34 bug ltr #Buginese
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md156 * Fixed: Fixed a bug in the content negotation script.
/plugin/davcal/vendor/sabre/uri/
H A DCHANGELOG.md16 * Fixed a bug in the `resolve` when only a new fragment is specified.
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md28 * #228: Fixed a 'party crasher' bug in the iTip broker. This would break
121 for a PHP bug.
561 * Fixed: A bug in Windows timezone-id mappings for times created in Greenlands
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/
H A Dopen-iconic.css146 .oi[data-glyph=bug]:before { content:'\e028'; }
/plugin/indexmenu/
H A DCREDITS16 Resolved incorrect namespaces levels bug.
19 Resolved incorrect ACLs bug.
31 Javascript toolbar bug.
43 Start page bug.
52 Fixed a bug with msort/nsort that did not manage empty arrays.
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md1202 properly handle gzip/deflate compressed responses from the server. In versions affected by this bug
H A DCHANGELOG.md113 * Fixing timeout bug with StreamHandler:
206 * Fixed a bug with serializing the `query` request option where the `&`
240 * Fixed a bug in which multiple headers using different casing would overwrite
509 * Fixed a bug where multipart/form-data POST fields were not correctly
527 * Fixed a bug that caused multi-part POST requests with more than one field to
655 * Fixed a bug that was encountered when parsing empty header parameters
742 * Fixed a bug in `Guzzle\Http\Message\Header\Link::addLink()`
1028 * Bug: Fixing an infinite recursion bug caused from revalidating with the CachePlugin
1038 * Bug: Fixed a bug when adding multiple cookies to a request to use the correct glue value
1067 * Added a custom AppendIterator to get around a PHP bug with the `\AppendIterator`
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md226 * Fixed HipChatHandler bug where slack dropped messages randomly
229 * Fixed race bug when StreamHandler sometimes incorrectly reported it failed to create a directory
293 * Fixed SlackHandler bug where slack dropped messages randomly
317 * Fixed SwiftMailerHandler bug when sending multiple emails they all had the same id
338 * Fixed bug in the handling of curl failures
436 …* Break: the LineFormatter now strips newlines by default because this was a bug, set $allowInline…
563 * Fixed bug in IE with large response headers and FirePHPHandler
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md235 - A bug in validating request methods by making it more permissive.
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md435 If there is a specific bug with the library, please [file an issue](https://github.com/googleapis/g…
/plugin/foldablelist/
H A DREADME.md71 * found a bug? please report at github
/plugin/commonmark/
H A DREADME.md28 Due to the concept, section edit will not work, or at least recognize the section as broken snippet rather than expected. This bug will be fixed in later version.
/plugin/pureldap/vendor/freedsx/ldap/
H A DCHANGELOG.md51 * Fix an OpenLDAP specific bug in the paging helper class. OpenLDAP does not return a control when aborting paging.
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md
H A DREADME.md117 [SemVer](http://semver.org/) is followed closely. Minor and patch releases should not introduce breaking changes to the codebase; however, they might change the resulting AST or HTML output of parsed Markdown (due to bug fixes, spec changes, etc.) As a result, you might get slightly different HTML, but any custom code built onto this library should still function correctly.
123 When a new **minor** version (e.g. `2.0` -> `2.1`) is released, the previous one (`2.0`) will continue to receive security and critical bug fixes for *at least* 3 months.
125 When a new **major** version is released (e.g. `1.6` -> `2.0`), the previous one (`1.6`) will receive critical bug fixes for *at least* 3 months and security updates for 6 months after that new release comes out.
135 If you encounter a bug in the spec, please report it to the [CommonMark] project. Any resulting fix will eventually be implemented in this project as well.
H A DCHANGELOG-0.x.md
/plugin/titlesanchorlink/
H A DREADME.md23 Have a bug or a request ? Please create an issue on GitHub !

123456789