- Aug 15, 2016
-
-
tobiasadolph authored
Resolves: #77470 Releases: master Change-Id: I29a9a36802fab1803817505b3faee3201a397193 Reviewed-on: https://review.typo3.org/49439 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
tobiasadolph authored
Resolves: #77483 Releases: master Change-Id: Ib7eb6d27c4fa5d6fc7946806e98fdd86ed02aef0 Reviewed-on: https://review.typo3.org/49454 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- Aug 14, 2016
-
-
tobiasadolph authored
Resolves: #77461 Releases: master Change-Id: Icb53997368d031e027f014a5ce7866963211f613 Reviewed-on: https://review.typo3.org/49438 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
tobiasadolph authored
Resolves: #77474 Releases: master Change-Id: I77dd213b75acbb129954ccdcf70a3722bf1a6675 Reviewed-on: https://review.typo3.org/49452 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Morton Jonuschat authored
Change-Id: Iebd074e5c1c2483233317be71c40945e82c5f2be Resolves: #77453 Releases: master Reviewed-on: https://review.typo3.org/49431 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Markus Klein authored
The value of l10n_parent is not necessarily an array. It may as well be a string from a group-type or simple input. Adjust the condition for overlay detection accordingly. Resolves: #77301 Releases: master, 7.6 Change-Id: I9119dfc0a55d623f037f15ddf1e11f132cf38c0b Reviewed-on: https://review.typo3.org/49261 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
The method getUidOfAlreadyPersistedValueObject() is migrated to doctrine. During the change, it was noticable that the calls to the deprecated protected methods addVisibilityConstraintStatement(), getBackendConstraintStatement() and getFrontendConstraintStatement() are not needed at all, and are removed, as the RestrictionBuilder is taking care of that functionality transparently. Resolves: #77476 Releases: master Change-Id: Ib89abd6e5155f5caeb9d06b452aba77ac39444b1 Reviewed-on: https://review.typo3.org/49436 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-
- Aug 11, 2016
-
-
Georg Ringer authored
The sorting field is optional and an empty field leads to an invalid query. Resolves: #76543 Releases: master Change-Id: I7e4e6c7ea873891b43d428d4db4a2d7ca63dc390 Reviewed-on: https://review.typo3.org/49456 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Morton Jonuschat authored
Change-Id: Ibd42487c4a3dc263fd19ded9049460955814fa85 Resolves: #77451 Releases: master Reviewed-on: https://review.typo3.org/49429 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
The database is having a query cache to exactly take care of that, no need to cache a preparsed query (done in PHP) to be stored in a different DB table by default to optimize speed. Any interface related method and properties throw a deprecation notice but will have no effect anymore. The interface method has been removed, being compatible with all existing older versions of the interface. Resolves: #77460 Releases: master Change-Id: I11e9d6c367a32fad2fa77ecd85172fc242ca1fe9 Reviewed-on: https://review.typo3.org/49409 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Georg Ringer authored
Replace the vendor name of the package as the old one is abandoned. Resolves: #77485 Releases: master Change-Id: I1149c7fc4379caad6176245ba08ac98d6220571c Reviewed-on: https://review.typo3.org/49453 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Tested-by:
Wouter Wolters <typo3@wouterwolters.nl>
-
Benni Mack authored
Resolves: #77478 Releases: master Change-Id: Ia5be69a554ec890db9d7607841f3550d976b7dcc Reviewed-on: https://review.typo3.org/49451 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Benni Mack authored
Resolves: #77475 Releases: master Change-Id: I0bdf17005541358bef8ddf33646c55f0c03ff466 Reviewed-on: https://review.typo3.org/49440 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
- Aug 10, 2016
-
-
Benni Mack authored
The fileContent method is not used anymore, and can cleanly be deprecated. It should not be part of the TemplateService as it is not related to that very much anymore. Extension authors should implement this method on their own. Resolves: #77477 Releases: master Change-Id: I00cba71d602bfda2a48cf6aa9cee00bb857c7168 Reviewed-on: https://review.typo3.org/49380 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
Benni Mack authored
A new and unified syntax to link to pages, files, folders within a TYPO3 instance is added. All links are prefixed with "t3://". This patch adds a LinkService to convert from the "old" typolink syntax to the new syntax, and also allows to add the new syntax to typolink syntax. The further steps are * Don't replace the <a> tags with <links-tags inside the RTE transformations anymore * Make the frontend lib.parseFunc_RTE deal with <a> tags directly * Add a migration wizard for existing content Resolves: #74365 Releases: master Change-Id: I95a68c5770f4e4c5d9f8b3973817f1a270353217 Reviewed-on: https://review.typo3.org/47094 Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
- Aug 09, 2016
-
-
Christian Kuhn authored
Migrate a simple install tool upgrade wizard that performs an update query on be_users. The upgrade wizard have a feature to display performed queries. Usually, with doctrine, values would be prepared statement values and getSQL() would display a placeholder only. This is worked around here giving set() the third parameter boolean false and quoting manually. For the wizards itself, there are two nearly identical ones, the patch merges both and improves the detection if an execution is needed an no longer relies on "was executed once" flag. Change-Id: Ifcfcf75731076ed9f4b20981ea2be71ec672f47f Resolves: #77446 Releases: master Reviewed-on: https://review.typo3.org/49426 Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
Frank Naegler authored
Resolves: #77356 Releases: master, 7.6 Change-Id: I6127c03de37eb5b60dc13217e1f7528a4b628fa4 Reviewed-on: https://review.typo3.org/49390 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Morton Jonuschat authored
Change-Id: I32c27de6ff45d242328584746b98218a2e71b556 Resolves: #77445 Releases: master Reviewed-on: https://review.typo3.org/49427 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
- Aug 08, 2016
-
-
Ivaylo Ivanov authored
Add notification if actions were performed Resolves: #77366 Releases: master Change-Id: Id3e7cc8a541352a99c8ba639ce71ef28502114ed Reviewed-on: https://review.typo3.org/49334 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Tobias Adolph authored
Resolves: #77433 Releases: master Change-Id: Ib80e729b8b32f1ebb5ac450da045d5881c909de1 Reviewed-on: https://review.typo3.org/49421 Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Bamboo TYPO3com <info@typo3.com> Tested-by:
Tobias Adolph <mail@tobiasadolph.de> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
Tobias Adolph authored
Change install tool "important actions" "system overview" to list all configured database connections, the number of tables per database and the number of tables mapped to a specific connection. Resolves: #77412 Releases: master Change-Id: I235d2d56c6768060a4ce64dacfcb2f87e736d8f1 Reviewed-on: https://review.typo3.org/49406 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
Georg Ringer authored
Removes invalid configuration documentation because it's completely outdated. Resolves: #77426 Releases: master Change-Id: I83510ad25b097746123e7ca314041afd6e1dc8dd Reviewed-on: https://review.typo3.org/49411 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Frederic Gaus <frederic.gaus@flagbit.de> Tested-by:
Frederic Gaus <frederic.gaus@flagbit.de> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Andreas Fernandez authored
The color picker is used in modal windows but may gets cutted as the modal has an `overflow: hidden` definition. This definition is moved to `.modal-dark .modal-content` as the definition is essential for the image cropper. Resolves: #77441 Releases: master Change-Id: If24512a0ff37f0483dedaff527578e9e538f471f Reviewed-on: https://review.typo3.org/49422 Reviewed-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Florian Steller <florian-steller@outlook.de> Tested-by:
Florian Steller <florian-steller@outlook.de> Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com>
-
Andreas Fernandez authored
Resolves: #77442 Releases: master Change-Id: I32271ba8c4a2d1c49d99900a7cd3d57f465c96da Reviewed-on: https://review.typo3.org/49423 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de>
-
Benni Mack authored
The option inside the QuerySettings is removed, as all queries are handled via Doctrine DBAL in the future. The parameters are automatically built as prepared statements anyway, and optimized by the Database abstraction. The implementation methods are marked as deprecated to allow extensions to run with TYPO3 v7 and TYPO3 v8, even though the option has no effect in the TYPO3 Database queries anymore. Resolves: #77432 Releases: master Change-Id: Iae2a00faf6aacdc518a3c623d07597aef33c8567 Reviewed-on: https://review.typo3.org/49408 Reviewed-by:
Daniel Goerz <ervaude@gmail.com> Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Benni Mack authored
Resolves: #77416 Releases: master Change-Id: Ic34b46863703900678f2686bbe997ac07474cb9f Reviewed-on: https://review.typo3.org/49386 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de>
-
- Aug 07, 2016
-
-
Michael Stucki authored
Change-Id: Ib1f7da190c86bafaab7bdfe40975ba0713b541fd Resolves: #77427 Releases: master Reviewed-on: https://review.typo3.org/49410 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
- Aug 06, 2016
-
-
Wouter Wolters authored
This reverts commit 5a570112. Change-Id: Ie1762c3192ab10682f0c2ad303e6577ee3780798 Resolves: #77415 Reverts: #76712 Reviewed-on: https://review.typo3.org/49387 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Andreas Fernandez <typo3@scripting-base.de> Tested-by:
Andreas Fernandez <typo3@scripting-base.de> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Markus Hoelzle authored
Resolves: #77391 Releases: master Change-Id: I0ed4eebf0b9b87a86c1fdd6dbfd2a51f14c1a9c1 Reviewed-on: https://review.typo3.org/49359 Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Tomita Militaru authored
Checks opendir result if it is a resource before passing it to readdir. Resolves: #47981 Releases: master, 7.6 Change-Id: I45ca844c7ab353a28dc7002ec206bcb054b01c96 Reviewed-on: https://review.typo3.org/48072 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch>
-
Christian Kuhn authored
PHP ini setting register_globals has been removed with PHP version 5.4. This setting is now more than obsolete, the last mention in Install.md and the check in system environment check can be dropped. Change-Id: I8f9f6b55a12aec756450c6316295b278c20e9fc9 Resolves: #77422 Releases: master Reviewed-on: https://review.typo3.org/49404 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Tobias Adolph <mail@tobiasadolph.de> Tested-by:
Tobias Adolph <mail@tobiasadolph.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Christian Kuhn authored
The contribution walkthrough has been moved from the wiki to docs.typo3.org Change-Id: I683bfad410aa75a1dab7fee91b7f0b3cee60070d Resolves: #77423 Releases: master, 7.6 Reviewed-on: https://review.typo3.org/49405 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Tobias Adolph <mail@tobiasadolph.de> Tested-by:
Tobias Adolph <mail@tobiasadolph.de> Reviewed-by:
Stefan Bürk <stefan.buerk@impactmedia.de> Tested-by:
Stefan Bürk <stefan.buerk@impactmedia.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
- Aug 05, 2016
-
-
Frank Naegler authored
This is a regression fix, introduced with #75397 Resolves: #77287 Related: #75397 Releases: master, 7.6 Change-Id: I405646aee0acc6a67753c79ae4b3d3c5f8de1bed Reviewed-on: https://review.typo3.org/49402 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Tested-by:
Mathias Schreiber <mathias.schreiber@wmdb.de> Reviewed-by:
Alexander Stehlik <alexander.stehlik@gmail.com> Tested-by:
Alexander Stehlik <alexander.stehlik@gmail.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Frank Naegler <frank.naegler@typo3.org> Tested-by:
Frank Naegler <frank.naegler@typo3.org>
-
Morton Jonuschat authored
Resolves: #76543 Releases: master Change-Id: I7993a04b44838f7f425a09bac812b02e1fc19cbe Reviewed-on: https://review.typo3.org/48555 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Tobias Adolph authored
Resolves: #77408 Releases: master Change-Id: Id086730b17cddb33c987cdd9752197a86298b179 Reviewed-on: https://review.typo3.org/49382 Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Tobias Adolph <mail@tobiasadolph.de> Reviewed-by:
Anja Leichsenring <aleichsenring@ab-softlab.de> Tested-by:
Anja Leichsenring <aleichsenring@ab-softlab.de>
-
Benni Mack authored
The extbase table column cache "extbase_typo3dbbackend_tablecolumns" stores all DB fields of all DB tables to detect if the TCA table contains a field named "pid". However, if a DB table has a TCA definition but no PID, then it fails at so many places. No need to execute a admin_get_fields call on every method call. (Which caches this information - ironically - in the database by default) The cache can be removed without substitution as the superfluous check on the DB field "pid" is removed. Resolves: #77411 Releases: master, 7.6 Change-Id: Ib4dca4e5f895f0e4334c26482423b833dcb773ca Reviewed-on: https://review.typo3.org/49385 Reviewed-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Nicole Cordes <typo3@cordes.co> Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Mathias Brodala <mbrodala@pagemachine.de> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Tested-by:
Jigal van Hemert <jigal.van.hemert@typo3.org> Reviewed-by:
Markus Klein <markus.klein@typo3.org> Tested-by:
Markus Klein <markus.klein@typo3.org>
-
Benni Mack authored
EXT:filemetadata delivers a lot of sys_file_metadata fields with NOT NULL in it, which does not make sense. MySQL strict mode does not work with this SQL definition. Resolves: #77418 Releases: master, 7.6 Change-Id: Ia93c3fd88066ba148b26eb8044fa297d8572c86f Reviewed-on: https://review.typo3.org/49389 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Thomas Schlumberger <thomas@b13.de> Tested-by:
Thomas Schlumberger <thomas@b13.de> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de>
-
Sebastian Bumann authored
Move some unit tests to functional tests. Resolves: #77400 Releases: master Change-Id: I292ceec16a73d29f3bc0d8330921974a6280d684 Reviewed-on: https://review.typo3.org/49373 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Wouter Wolters <typo3@wouterwolters.nl> Reviewed-by:
Frederic Gaus <frederic.gaus@flagbit.de> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
Benni Mack authored
Resolves: #77407 Releases: master Change-Id: Ide0c116a89df5dd8d801fc3cf11f118c6a768771 Reviewed-on: https://review.typo3.org/49378 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Benni Mack <benni@typo3.org> Tested-by:
Benni Mack <benni@typo3.org>
-
- Aug 04, 2016
-
-
Wouter Wolters authored
Resolves: #77311 Releases: master Change-Id: I83a354515142390a839b7ab309fa1a7f83b65e12 Reviewed-on: https://review.typo3.org/49269 Tested-by:
Bamboo TYPO3com <info@typo3.com> Reviewed-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Tested-by:
Morton Jonuschat <m.jonuschat@mojocode.de> Reviewed-by:
Georg Ringer <georg.ringer@gmail.com> Tested-by:
Georg Ringer <georg.ringer@gmail.com> Reviewed-by:
Oliver Hader <oliver.hader@typo3.org> Tested-by:
Oliver Hader <oliver.hader@typo3.org>
-