Activity
From 2016-07-08 to 2016-08-06
2016-08-06
- 19:57 Revision 3c47cec7: [BUGFIX] Fix broken language flags via IconUtility::getSpriteIcon
- With #70477 the SpriteIcon stuff has been marked as deprecated.
The patch removed the flags support. This patch fix t... - 19:45 Revision 5f58ab23: Revert "[TASK] Show case sensitive command identifier"
- This reverts commit 5a57011202e7848fae14b4b313bb09e5e69bdcb1.
Change-Id: Ie1762c3192ab10682f0c2ad303e6577ee3780798
R... - 18:04 Revision 12a1e6a1: [!!!][TASK] Doctrine: Migrate DataHandler - part 2
- Resolves: #77391
Releases: master
Change-Id: I0ed4eebf0b9b87a86c1fdd6dbfd2a51f14c1a9c1
Reviewed-on: https://review.ty... - 11:30 Revision 0c449ce1: [BUGFIX] Check opendir result in fixPermissions
- Checks opendir result if it is a resource before passing it
to readdir.
Resolves: #47981
Releases: master, 7.6
Chang... - 11:29 Revision f21c77b6: [BUGFIX] Check opendir result in fixPermissions
- Checks opendir result if it is a resource before passing it
to readdir.
Resolves: #47981
Releases: master, 7.6
Chang... - 10:23 Revision 65d77866: [TASK] Remove mentiones of register_globals
- PHP ini setting register_globals has been removed with
PHP version 5.4. This setting is now more than obsolete,
the l... - 10:22 Revision 675cb006: [TASK] Update contribution walkthrough link
- The contribution walkthrough has been moved from the
wiki to docs.typo3.org
Change-Id: I683bfad410aa75a1dab7fee91b7f...
2016-08-05
- 23:13 Revision 18374859: [BUGFIX] 'eval' => 'null' field stays disabled
- This is a regression fix, introduced with #75397
Resolves: #77287
Related: #75397
Releases: master, 7.6
Change-Id: I... - 23:06 Revision 0d0814a3: [BUGFIX] 'eval' => 'null' field stays disabled
- This is a regression fix, introduced with #75397
Resolves: #77287
Related: #75397
Releases: master, 7.6
Change-Id: I... - 22:26 Revision 27738cdc: [TASK] Doctrine: Migrate \TYPO3\CMS\Frontend\Page\PageRepository
- Resolves: #76543
Releases: master
Change-Id: I7993a04b44838f7f425a09bac812b02e1fc19cbe
Reviewed-on: https://review.ty... - 22:07 Revision ca3529c3: [TASK] Remove extbase table column cache
- The extbase table column cache "extbase_typo3dbbackend_tablecolumns"
stores all DB fields of all DB tables to detect ... - 17:26 Revision 12498edf: [TASK] Doctrine: Migrate ClearCacheService
- Resolves: #77408
Releases: master
Change-Id: Id086730b17cddb33c987cdd9752197a86298b179
Reviewed-on: https://review.ty... - 16:05 Revision 65a9d8a7: [TASK] Remove extbase table column cache
- The extbase table column cache "extbase_typo3dbbackend_tablecolumns"
stores all DB fields of all DB tables to detect ... - 15:50 Revision 6211329b: [BUGFIX] Make EXT:filemetadata work with MySQL strict mode
- EXT:filemetadata delivers a lot of sys_file_metadata fields
with NOT NULL in it, which does not make sense.
MySQL st... - 15:49 Revision 08d33e0a: [BUGFIX] Make EXT:filemetadata work with MySQL strict mode
- EXT:filemetadata delivers a lot of sys_file_metadata fields
with NOT NULL in it, which does not make sense.
MySQL st... - 15:01 Revision 62cc256c: [TASK] Doctrine: Migrate further parts of TSFE Controller
- Move some unit tests to functional tests.
Resolves: #77400
Releases: master
Change-Id: I292ceec16a73d29f3bc0d8330921... - 08:56 Revision 096ee8c6: [TASK] Migrate FAL AbstractRepository
- Resolves: #77407
Releases: master
Change-Id: Ide0c116a89df5dd8d801fc3cf11f118c6a768771
Reviewed-on: https://review.ty...
2016-08-04
- 23:08 Revision 8a149980: [TASK] Doctrine: Migrate PlainDataResolver
- Resolves: #77311
Releases: master
Change-Id: I83a354515142390a839b7ab309fa1a7f83b65e12
Reviewed-on: https://review.ty... - 17:45 Revision cd4e9b4a: [TASK] Doctrine: Migrate AdminPanelView
- Resolves: #77383
Releases: master
Change-Id: Id89361a7b50c9040d1904cc2f51000427ab5ed89
Reviewed-on: https://review.ty... - 17:43 Revision 24054fb4: [TASK] Doctrine: Migrate exec_INSERTquery
- Change-Id: I7fff080ada226153142126bda278de9ae20282d3
Resolves: #77410
Releases: master
Reviewed-on: https://review.ty... - 14:31 Revision e80a5e65: [TASK] Doctrine: Migrate TableGarbageCollectionTask
- Resolves: #77404
Releases: master
Change-Id: Id4d617ce06a0df8b64648c18a394392280d15625
Reviewed-on: https://review.ty... - 14:07 Revision 4c4e8626: [TASK] Doctrine: Migrate StorageRepository
- Resolves: #77213
Releases: master
Change-Id: I3983b2e1304dccd5211124375aaec5bf0532f961
Reviewed-on: https://review.ty... - 13:58 Revision 24443848: [TASK] Doctrine: Migrate LiveSearch
- Resolves: #77300
Releases: master
Change-Id: If7a43f26e8b4d7cf3550bc9a227b73ae85db4701
Reviewed-on: https://review.ty... - 13:45 Revision 65082f8e: [BUGFIX] Change event listening in jquery.minicolors and disable grunt copy
- A bug in the jquery.minicolors library prevents the generation in an frame
and proper representation in the global do... - 13:39 Revision 2a6234af: [TASK] Migrate ResourceStorage unit tests to functional tests
- This patch migrates further unit test of the ResourceStorage
to functional tests
Resloves: #77401
Releases: master
C... - 13:38 Revision 3dd18153: [FOLLOWUP][TASK] Fluidification of TypoScriptTemplateModuleController
- File was prematurely deleted. Template is still used in
TypoScriptTemplateObjectBrowserModuleFunctionController.php:4... - 13:23 Revision 804c5775: [TASK] Deprecate PageRepository->getPathFromRootline
- The method is unused and does not belong in the PageRepository
if ever needed again.
Resolves: #77405
Releases: mast... - 12:44 Revision 213906cd: [FOLLOWUP][TASK] Fluidification of TypoScriptTemplateModuleController
- Wrong Template was used to display empty Template view.
Resolves: #75028
Releases: master
Change-Id: Ib551c0c0b2004c... - 10:36 Revision f7bba985: [TASK] EXT:sysext: enlarge column field in sys_refindex to 64 chars
- Concern extension "sysext".
Additional field names in the database tables, which are greater than
40 characters are ... - 10:35 Revision 50406bfa: [TASK] EXT:sysext: enlarge column field in sys_refindex to 64 chars
- Concern extension "sysext".
Additional field names in the database tables, which are greater than
40 characters are ... - 10:26 Revision 7c4656cd: [TASK] EXT:form - Update documentation
- Added new screenshots. Removed documentation for obsolete "breakOnError"
configuration. Corrected grammar and typos.
... - 10:20 Revision d6e2e68d: [TASK] EXT:form - Update documentation
- Added new screenshots. Removed documentation for obsolete "breakOnError"
configuration. Corrected grammar and typos.
... - 08:44 Revision 0e81286c: [TASK] Remove inexistent method parameter
- Removed inexistent method parameter when calling
ExtendedTemplateService->ext_getAllTemplates() in
TypoScriptTemplate...
2016-08-03
- 23:21 Revision 63dbaf14: [TASK] Migrate ReferenceIndex to Doctrine
- Resolves: #77389
Releases: master
Change-Id: I291cb8a218e19f38e64d879a8bd80d5a29a6a1f7
Reviewed-on: https://review.ty... - 22:19 Revision 83f975dd: [TASK] Migrate DatabaseConnection->cleanIntList
- Resolves: #77396
Releases: master
Change-Id: I7fc54266cff850ee7fdf212cf75d3ab79fff084d
Reviewed-on: https://review.ty... - 21:06 Revision 8d8b9cab: [TASK] Doctrine: no admin_get_tables in Cleanup
- Resolves: #77337
Releases: master
Change-Id: I88c9dd3b7e98e26515d54da3cddecc78f12d6db7
Reviewed-on: https://review.ty... - 20:45 Revision 971f6955: [TASK] Replace DatabaseConnection->cleanIntArray()
- DatabaseConnection uses plain PHP code under the hood,
so the code can be used directly.
Resolves: #77392
Releases: ... - 20:44 Revision 2ef4402c: [TASK] Doctrine: Migrate ALL Functional tests of ext:backend
- Releases: master
Resolves: #77393
Change-Id: I82fe1e8dc60d6e319f2a16003dc8aa845aeddf01
Reviewed-on: https://review.ty... - 20:06 Revision b6ecd17d: [!!!][FEATURE] Doctrine: Migrate ext:backend/Form/Wizard/SuggestWizardDefaultReceiver
- selectClause and addWhere properties are removed from class signature
as they are not needed after the Doctrine refac... - 20:03 Revision 30282eef: [!!!][TASK] Cleanup and remove old filefunc logic
- The BasicFileUtility was used before FAL also for
checking file mounts and paths, and is only used
for legacy files n... - 19:43 Revision a30db649: [TASK] Add script to check file permission for files
- Resolves: #77367
Releases: master
Change-Id: Id2a8675d3d1a4be5a71b17ba80ed1843b34d67fa
Reviewed-on: https://review.ty... - 19:17 Revision e13d114f: [TASK] Optimize ApplicationContext code
- Use strpos() and explicit in_array() as well as fixing comments
and class inclusions.
Resolves: #77386
Releases: mas... - 19:12 Revision d65fd0ef: [TASK] Refactor functional tests migrated in #77381
- This patch refactors the tests migrated from unit tests in #77381.
The tests make now use of the fixture functionalit... - 18:58 Revision ac50269c: [TASK] Doctrine: Migrate indexed_search part 1
- Migrate the "obvious" queries of ext:indexed_search
Resolves: #77347
Releases: master
Change-Id: I8f4f4c1bb4091689dc... - 18:39 Revision eee0e85e: [BUGFIX] Opposite MM relation between both new entities not created
- Scenario:
* usage in a workspace
* tt_content and sys_category records are created at the same time
with defining a... - 18:38 Revision e623b796: [TASK] Add functional tests for versioned MM references
- Functional tests are integrated to simulate editing MM references
in a workspace context, however with submitting the... - 18:25 Revision 78ffc103: [FOLLOWUP][TASK] Doctrine: Migrate queries in Extbase Typo3DbBackend
- Changed to use the QueryBuilder in order to modify restrictions
instead of using Connection::select().
Resolves: #77... - 18:19 Revision 0c153150: [BUGFIX] RTE: Determine window object correctly
- Resolves: #77385
Releases: master
Change-Id: I203ec542ca0534e87da0730dfcad130b3c1dfdd9
Reviewed-on: https://review.ty... - 17:26 Revision 988d96d7: [BUGFIX] Opposite MM relation between both new entities not created
- Scenario:
* usage in a workspace
* tt_content and sys_category records are created at the same time
with defining a... - 17:24 Revision 63e7d124: [TASK] Add functional tests for versioned MM references
- Functional tests are integrated to simulate editing MM references
in a workspace context, however with submitting the... - 17:20 Revision 91e0d5ce: [TASK] Doctrine: migrate part 1 of class DataHandler
- Resolves: #77332
Releases: master
Change-Id: Ib9b34636dbb0f097f56818ed363c863d88c70896
Reviewed-on: https://review.ty... - 17:01 Revision 79435dce: [TASK] Doctrine: Migrate additional parts of BackendUtility
- Resolves: #77290
Releases: master
Change-Id: I5c7ea758658107c2cf80c59961d3137a91c80443
Reviewed-on: https://review.ty... - 17:00 Revision 4a69e2a6: [TASK] Doctrine: Migrate queries in Extbase Typo3DbBackend
- Migrate insert, update, delete and simple select in extbase
Typo3DbBackend to doctrine. The handling of complex extba... - 16:42 Revision 9f5c448e: [TASK] Doctrine: Migrate Extbase Persistence Tests
- Resolves: #77378
Releases: master
Change-Id: I9c9ffbc7f9f4dfe921d1254d7a1435fa1fa65cf4
Reviewed-on: https://review.ty... - 16:38 Revision 22f22a25: [TASK] Doctrine: Migrate Scheduler AbstractTask
- Resolves: #77370
Releases: master
Change-Id: I158360d29686fbf2b4ecbd6d3670e3ef845667ef
Reviewed-on: https://review.ty... - 16:32 Revision 647bdce2: [!!!][TASK] Migrate DB field fe_users.image to FAL
- Using the File Abstraction Layer for this field as well,
like it is handled within tt_content.image and pages.media
a... - 16:28 Revision 8c66c373: [FEATURE] Allow additional paths for extension icons
- Until now, the extension icon had to be located under ext_icon.png,
ext_icon.svg, ext_icon.gif within the extension d... - 16:27 Revision dac33968: [TASK] Doctrine: API call to retrieve all connections
- Add a new method to the ConnectionPool class to retrieve a list
of all currently configured database connections.
En... - 15:43 Revision ab0955d3: [TASK] Convert some FAL unit test to functional
- Pick a number of FAL related unit tests that give a
lot of headaches and tend to break often and convert
them to func... - 15:42 Revision b1b6cd77: [TASK] Travis: Split functionals into smaller hunks
- Split functionals into 10 instead of 6 hunks and execute
only 4 hunks in parallel to have a lower risk of "stalled"
b... - 14:58 Revision 36fa251e: [FEATURE] Render Error Pages via Fluid
- A new class called "ErrorPageController" is introduced
which sets up a Fluid standalone view to render the
actual err... - 14:53 Revision 18b7ffbd: [BUGFIX] Make Recycler Scheduler Task work in Windows and with FAL
- The recycler scheduler task was previously configured to only
use "fileadmin/_recycler_/", and did not work on window... - 13:58 Revision b99ef852: [TASK] Add Doc for swapping out tables
- Resolves: #77377
Releases: master
Change-Id: I2f74765bcd4a08f42623d9ebfeefcf70fd908ca3
Reviewed-on: https://review.ty... - 13:57 Revision 53b304bd: [FOLLOWUP][TASK] Remove render arguments in BytesVH
- We missed the default value for the decimals argument.
It is added now.
Resolves: #77046
Releases: master
Change-Id:... - 13:56 Revision 694dbadc: [TASK] Fluidification of TypoScriptTemplateModuleController
- Moved all HTML code from the PHP code to an own Fluid template.
Resolves: #75028
Releases: master
Change-Id: I8efc78... - 12:29 Revision e794ea39: [TASK] Doctrine: Migrate ext:rtehtmlarea
- Resolves: #77200
Releases: master
Change-Id: Ib889c5b467cb43172a5340e4d872b7de2959a1eb
Reviewed-on: https://review.ty... - 12:24 Revision 44ce9822: [BUGFIX] Fix dialogs in RTE if static_info_tables is not installed
- Resolves: #77314
Related: #77137
Releases: master
Change-Id: I5d6c639a96526592d2684db30926902b4c42b8ba
Reviewed-on: h... - 12:08 Revision 2e58c1d7: [TASK] Doctrine: Migrate FrontendEditingController
- Resolves: #77309
Releases: master
Change-Id: I89ce2c1b5c4ceaba445a13fa0fdda7ee85ee4cc6
Reviewed-on: https://review.ty... - 11:43 Revision f8242536: [TASK] Doctrine: Migrate Parts of TSFE Controller
- Resolves: #77341
Releases: master
Change-Id: I8af72fbb23152e058f5691d51342184d155f1757
Reviewed-on: https://review.ty... - 11:07 Revision 302b399c: [TASK] Doctrine: Migrate ext:lowlevel
- Resolves: #77208
Releases: master
Change-Id: Iba38057df3001eaebddf93fe5b71b3c902fc4fc7
Reviewed-on: https://review.ty...
2016-08-02
- 23:09 Revision 4216473d: [BUGFIX] Allow array of paths in psr-4 autoload definition
- When defining a namespace prefix for psr-4 autoload in composer.json,
it is possible to specify multiple paths as arr... - 23:00 Revision badf2010: [BUGFIX] Allow array of paths in psr-4 autoload definition
- When defining a namespace prefix for psr-4 autoload in composer.json,
it is possible to specify multiple paths as arr... - 22:06 Revision 537ab905: [BUGFIX] Fix executable permissions on files
- Exclude:
typo3/sysext/core/Build/Scripts/xlfcheck.sh
typo3/cli_dispatch.phpsh
Resolves: #77363
Releases: 7.6
Change... - 22:02 Revision 8d0f89da: [BUGFIX] Fix executable permissions on files
- Exclude:
typo3/sysext/core/Build/Configuration/TravisNginxFpm/ConfigureStartNginxFpm.sh
typo3/sysext/core/Build/Scri... - 21:54 Revision 1c3952d0: [TASK] Doctrine: Migrate BackendConfigurationManager
- Resolves: #77354
Releases: master
Change-Id: If725d008965a22fbf3c73d74cf0fb950887b30b5
Reviewed-on: https://review.ty... - 21:09 Revision f5b81f82: [BUGFIX] Semaphore test: release system resources
- The tests now properly destroy occupied system resources.
Resolves: #77364
Releases: master, 7.6
Change-Id: I54bd863... - 21:09 Revision 1bc76a2e: [BUGFIX] Semaphore test: release system resources
- The tests now properly destroy occupied system resources.
Resolves: #77364
Releases: master, 7.6
Change-Id: I54bd863... - 20:52 Revision 7f6ec26f: [TASK] Cleanup $GLOBALS[PAGES_TYPES]
- The global variable PAGES_TYPES contains keys and values
that are not evaluated anymore for a while and can be remove... - 19:22 Revision 0d40756d: [TASK] Remove unused code in ReferenceIndex
- An unused elseif() constraint is removed from ReferenceIndex
which cannot be called technically.
Resolves: #77361
Re... - 19:16 Revision a0493544: [TASK][FOLLOWUP] Workspaces documentation cleanup
- While backporting the manual to TYPO3 7, I found a few
cleanups to do.
Resolves: #77362
Releases: master
Change-Id: ... - 19:09 Revision a1064c74: [TASK] Update "workspaces" documentation
- Update documentation of extension "workspaces".
Move all TSconfig related options here (over from TSconfig reference)... - 18:24 Revision e67651d6: [TASK] Remove deprecated IMAGEBUTTON element
- The IMAGEBUTTON element is removed.
Resolves: #77345
Releases: master
Change-Id: If7103884c4150ec4eaac53bb3e3ed0df18... - 17:11 Revision 3f2a4d93: [BUGFIX] backend_layout TCA references invalid field
- The TCA definition of backend_layout defines "thumbnail=resources"
however the resources field does not exist at all ... - 17:11 Revision 6544928b: [BUGFIX] backend_layout TCA references invalid field
- The TCA definition of backend_layout defines "thumbnail=resources"
however the resources field does not exist at all ... - 17:00 Revision a31f86c2: [TASK] Update fluid image viewhelper documentation
- Adds PDF file example to the fluid "image" viewhelper documentation.
This demonstrates a capability of the image view... - 17:00 Revision 1c4a1ca5: [TASK] Update fluid image viewhelper documentation
- Adds PDF file example to the fluid "image" viewhelper documentation.
This demonstrates a capability of the image view... - 16:55 Revision 433c242e: [TASK] Add integrity test for LocalizationUtility
- A cross dependency in unit tests has been discovered. To make sure
there are no more of this, an integrity test has b... - 16:40 Revision 79aed128: [FEATURE] Allow unit string as viewhelper argument
- The ByteViewHelper accepts a parameter 'units' in order to provide
a custom collection of units.
Resolves: #77336
Re... - 16:29 Revision 52ca96d7: [TASK] Cleanup TCA
- Clean up the TCA:
- use integers instead of strings
- boolean values instead of strings or integers.
- remove default... - 16:25 Revision 76efdc4d: [BUGFIX] Fix auto width in extension icon in EM
- If an extension is using a svg icon with no explicit height/width obviously,
then the extension manager shows the ico... - 16:20 Revision 76871e3f: [BUGFIX] Fix auto width in extension icon in EM
- If an extension is using a svg icon with no explicit height/width obviously,
then the extension manager shows the ico... - 16:01 Revision 73bedee8: [TASK] Integrate test-case for DataHandler::getUnique
- Resolves: #77351
Releases: master
Change-Id: Iab4b9ba167060dd8f8a15b69d8f9a0842ec899b6
Reviewed-on: https://review.ty... - 15:56 Revision c613eeb2: [BUGFIX] EXT:form - Handle values of CHECKBOX and RADIO correctly
- Show values of CHECKBOX and RADIO elements on confirmation page.
Send values in HTML and plain text mails.
Change-Id... - 15:14 Revision fdcd5e39: [BUGFIX] Fix undefined Tree error in FolderBrowser
- Add the missing LegacyTree initialization to FolderBrowser.
Resolves: #76868
Resolves: #72369
Releases: master,7.6
C... - 15:14 Revision 33ced562: [BUGFIX] Fix undefined Tree error in FolderBrowser
- Add the missing LegacyTree initialization to FolderBrowser.
Resolves: #76868
Resolves: #72369
Releases: master,7.6
C... - 14:40 Revision d9189857: [!!!][BUGFIX] Rename configuration for confirmation view
- The configuration key for the confirmation layout has been renamed
from confirmation.layout to confirmationView.layou... - 13:38 Revision cb174c25: [TASK] Doctrine: Migrate MailUtility
- Resolves: #77307
Releases: master
Change-Id: I65492ac5d6b1ebed4f52196f1b709ee8d0ca0507
Reviewed-on: https://review.ty... - 13:38 Revision 2a6f855c: [TASK] Doctrine: Migrate FrontendUserAuthentication
- Migrate FrontendUserAuthentication and rewrite failing
unit tests for FlashMessageQueue as functional tests
Resolves... - 13:34 Revision 42c1aac9: [TASK] Move render arguments to initializeArguments() in BytesVH
- Move the argument registrations away from the render() method
to initializeArguments(), to prevent any errors with PH... - 12:32 Revision 17a59626: [!!!][BUGFIX] Remove non core table list from fluid_styled_content
- Remove all tables from the constants which are not part of the core.
Resolves: #77209
Releases: master
Change-Id: I3... - 11:19 Revision 5fd4e47e: [!!!][TASK] FE Login: Remove templateFile override via FlexForm
- Copying a templateFile from a sys_file_storage to uploads/tx_felogin/
is considered bad practice, and the core should... - 10:46 Revision d00ad705: [TASK] Update "workspaces" documentation
- Update documentation of extension "workspaces".
Move all TSconfig related options here (over from TSconfig reference)... - 10:35 Revision 3434a04e: [TASK] Doctrine: Migrate error handlers
- Migrate ErrorHandler and AbstractExceptionHandler to doctrine.
Resolves: #77303
Releases: master
Change-Id: Iae16efb...
2016-08-01
- 18:19 Revision 987b589f: [TASK] Improve TranslateViewHelperTest
- Use Fixture class instead original in order to prevent
static call to LocalizationUtility::translate().
Resolves: #7... - 18:02 Revision 90dae206: [TASK] Doctrine: Migrate part of install tool class DatabaseData
- Doctrine: Migrate function "execute()" of install tool class DatabaseData
Resolves: #77324
Releases: master
Change-I... - 17:40 Revision fd4e2840: [TASK] Doctrine: exec_UPDATEquery in Tool/CleanUp
- Resolves: #77327
Releases: master
Change-Id: Ifd6329827a5d07731102b2f7b01b3537b12ba9e2
Reviewed-on: https://review.ty... - 14:33 Revision 289ad9e5: [TASK] Doctrine: Migrate install tool class DefaultConfiguration
- Resolves: #77322
Releases: master
Change-Id: I8b538c68a073813f31b60a6e299590646314a48e
Reviewed-on: https://review.ty... - 14:27 Revision c3faca1b: [TASK] Doctrine: Migrate part of Tool/Cleanup
- Resolves: #77320
Releases: master
Change-Id: I4e6b60767fe3910253df6fdd7801f1c536a17e88
Reviewed-on: https://review.ty... - 13:53 Revision 0f3c37ed: [TASK] Doctrine: Migrate install tool class ImportantActions
- Change-Id: Ibadb9f50a53f4cd66a7e55d9dd653bf2c75f07af
Resolves: #77319
Releases: master
Reviewed-on: https://review.ty... - 11:49 Revision 65018a9b: [TASK] Remove database prophecy call in InlineStackProcessorTest
- The call is not needed. Without the call the Unit tests are green
as well.
Resolves: #77302
Releases: master
Change-... - 10:00 Revision 8dee2a3f: [TASK] Doctrine: Migrate ext:core Registry
- Migrate Registry class to doctrine and clean up the class
along the way. Split off those unit tests that mocked
datab...
2016-07-31
- 13:48 Revision e6a6c519: [!!!][TASK] Remove various TSFE properties
- The short-hand syntax for TYPO3_CONF_VARS in TSFE
is rather tedious when explaining to newcomers why
it was solved th...
2016-07-30
- 02:05 Revision 35188170: [FOLLOWUP][BUGFIX] Fix sys_log table on strict database
- The column details must have a default value
because of NOT NULL.
Resolves: #77306
Releases: master
Change-Id: I5b56...
2016-07-29
- 14:57 Revision 514dbd86: [BUGFIX] Fix DatabaseWriter on strict database
- The column details must be set because it has no
default value.
Resolves: #77306
Releases: master
Change-Id: Ibee3f2... - 12:47 Revision 9520127b: [TASK] Doctrine: Migrate DatabaseSystemLanguageRows
- Resolves: #77260
Releases: master
Change-Id: I035ccb084841966492b8c6fada43aff6c313af5b
Reviewed-on: https://review.ty... - 12:37 Revision 00b342cd: [TASK] Doctrine: Migrate DatabaseWriter
- Resolves: #77293
Releases: master
Change-Id: I78b6a3294e46127dbea3e1c2f249f93e1c6110e5
Reviewed-on: https://review.ty... - 12:35 Revision f3a404a1: [TASK] Doctrine: Migrate AvatarViewHelper
- Resolves: #77289
Releases: master
Change-Id: I59b9251ff037d46601513942f944a7313d3e67c3
Reviewed-on: https://review.ty... - 08:58 Revision 7a5521da: [!!!][FEATURE] Render the file title in "file links" content element
- In the content element "File links", the file title is now displayed, if present.
Resolves: #77280
Releases: master
... - 08:52 Revision ea65499d: [TASK] Suggest TCA overrides for FSC content elements
- Resolves: #77236
Releases: master, 7.6
Change-Id: I7806e9626826a06415f9b09de072ace89fb49059
Reviewed-on: https://revi... - 08:52 Revision 644eeb8a: [TASK] Suggest TCA overrides for FSC content elements
- Resolves: #77236
Releases: master, 7.6
Change-Id: I7806e9626826a06415f9b09de072ace89fb49059
Reviewed-on: https://revi... - 08:36 Revision aa622da2: [BUGFIX] Fix condition for USERDEF2 in procesItemState
- Fix a wrong condition in the procesItemState method for MENU handling
for the USERDEF2 itemstate, so it would not be ... - 08:36 Revision 41e7f6cb: [TASK] Suggest "fileinfo" PHP extension
- While not exactly mandatory this extension is essential for a fully
working TYPO3 installation, thus recommend to ins... - 00:03 Revision c701fce9: [BUGFIX] Fix blacklist in DebuggerUtility::var_dump
- Wrong usage of strpos leads to not respecting the given blacklist.
Use in_array instead to solve the problem.
Resolv...
2016-07-28
- 23:55 Revision f6bd3db8: [BUGFIX] Fix blacklist in DebuggerUtility::var_dump
- Wrong usage of strpos leads to not respecting the given blacklist.
Use in_array instead to solve the problem.
Resolv... - 23:48 Revision 390385b3: [TASK] Update require-dev packages to newest versions
- Updates the following libraries:
phpunit/phpunit 5.4.8
friendsofphp/php-cs-fixer 1.11.6
codeception/codeception 2.2.... - 21:54 Revision c38065f3: [BUGFIX] Fix condition for USERDEF2 in procesItemState
- Fix a wrong condition in the procesItemState method for MENU handling
for the USERDEF2 itemstate, so it would not be ... - 21:19 Revision 411ffa1d: [TASK] Doctrine: Migrate AbstractExportTestCase
- Resolves: #77214
Releases: master
Change-Id: I84a121d462cf33400dd6eec4a622f9daed153c91
Reviewed-on: https://review.ty... - 20:54 Revision 0f0f8a29: [TASK] Doctrine: Migrate BackendUserController
- Migrate switchUser and terminateSession to doctrine.
Resolves: #77258
Releases: master
Change-Id: Ia9b62d6057f3fe052... - 20:36 Revision f78927c6: [TASK] Remove converting pageNotFound_handling in bootstrap
- On every request the pageNotFound_handling is casted to a real
boolean if needed. This is not needed and we fix the c... - 18:14 Revision 9e0405f1: [TASK] Remove some unused get methods for TYPO3_DB
- Resolves: #77291
Releases: master
Change-Id: Ide336171ccfabb2d347dbad0a7e2f801c062f4e3
Reviewed-on: https://review.ty... - 16:32 Revision 7857b3b4: [BUGFIX] Fix wrong total count in record list
- Remove the offset and limit constraints to get the full count of records
in the record list.
Resolves: #77286
Resolv... - 16:31 Revision d85e7d8a: [TASK] Raise version of ext:compatibility6 in upgrade wizard
- Use 7.6.3 as version instead of the first released version.
Resolves: #77292
Releases: 7.6
Change-Id: I9f00fa4ef5586... - 15:10 Revision 9c2f7245: [TASK] Remove unused ContainerViewHelper from ext:install
- The ViewHelper is not in use anymore and can be removed.
Resolves: #77285
Releases: master
Change-Id: I780e01dda278d... - 14:38 Revision bc2fee13: [TASK] Suggest "fileinfo" PHP extension
- While not exactly mandatory this extension is essential for a fully
working TYPO3 installation, thus recommend to ins... - 12:32 Revision 4c97c243: [TASK] Port t3editor CSS to LESS
- Resolves: #77215
Releases: master
Change-Id: Ide73ff1047a16450edf6a88ec062d05019209e58
Reviewed-on: https://review.ty... - 08:37 Revision 6356b5b9: [FOLLOWUP][TASK] Streamline ext_tables/ext_localconf of system extensions
- This patch removes a superfluous DriverRegistry->addDriversToTCA call
which is done in Configuration/TCA/Overrides/sy... - 08:06 Revision 8f2eee53: [!!!][TASK] Remove legacy soft references functionality
- The soft references based on TSconfig, TStemplate and images within
fileadmin/ are not accurate and thus useless sinc... - 07:57 Revision b0c531e1: [TASK] Move ViewHelper arguments to initializeArguments()
- In ext:indexed_search and ext:filelist the arguments are moved.
Resolves: #76915
Releases: master
Change-Id: I1dcbfe...
2016-07-27
- 19:09 Revision 71b8504d: [TASK] Streamline ext_tables/ext_localconf of system extensions
- Avoid $_EXTKEY, $_EXTCONF and unset variables that are used.
This is done so devs who look into the core extensions ... - 16:20 Revision c128a786: [BUGFIX] Set $escapeOutput to false for various backend VH
- Set $escapeOutput to false for the following ViewHelpers:
- PagePathViewHelper
- PageInfoViewHelper
Resolves: #7726... - 12:40 Revision 8cf1040d: [BUGFIX] Show DataHandler table in log message
- When copying a record without permission, the log message
does not show which table was affected.
The patch adds the... - 12:39 Revision 1689235f: [BUGFIX] Show DataHandler table in log message
- When copying a record without permission, the log message
does not show which table was affected.
The patch adds the... - 11:32 Revision 040d93ed: [BUGFIX] Correct record title escaping
- This patch removes default record title escaping in resolved DataProvider
data and adds proper escaping where html ou... - 11:02 Revision 6f578e8a: [TASK] Make base test classes always available
- To ease the usage of the core with extensions,
we move the base test classes into a different place
to be able to mak... - 10:54 Revision 58faf135: [FOLLOWUP][BUGFIX] Correct record title escaping
- This patch corrects the IRRE header for sys_file_references.
Resolves: #77248
Related: #76399
Related: #76668
Relate... - 10:38 Revision 4134a278: [TASK] Use CacheManager within TemplateService
- In order to decouple TemplateService and PageRepository more
and more, the Cache Management for TS templates are move... - 10:26 Revision b0aeb228: [BUGFIX] Fix link to edit file metadata in full window
- When opening a window with a file reference in a full window
it is not possible to click the edit metadata button.
U... - 10:25 Revision 8a9bc017: [BUGFIX] Fix link to edit file metadata in full window
- When opening a window with a file reference in a full window
it is not possible to click the edit metadata button.
U...
2016-07-26
- 17:57 Revision c1fe18c9: [TASK] Doctrine: Migrate PageLinkHandler
- Resolves: #77194
Releases: master
Change-Id: I51fe81c8a955d3cb781c4b00714ba90fa48e20e9
Reviewed-on: https://review.ty... - 16:50 Revision 16b8dd5b: [BUGFIX] RTE: Correct behavior on empty textfield in Firefox
- With Firefox, the RTE produces several JavaScript errors if the textfield
is empty. The issue is that on Firefox it's... - 16:35 Revision b442a8dd: [BUGFIX] RTE: Correct behavior on empty textfield in Firefox
- With Firefox, the RTE produces several JavaScript errors if the textfield
is empty. The issue is that on Firefox it's... - 10:27 Revision 015e8cd9: [TASK] Move method arguments to initializeArguments() in ext:extensionmanager
- Resolves: #76913
Releases: master
Change-Id: Ib9deb03af724bbbb3f782f8d0f109686d6ba9965
Reviewed-on: https://review.ty... - 09:57 Revision 593a5dd1: [TASK] Update bootstrap to 3.3.7
- To support jQuery 3 we update Twitter Bootstrap to 3.3.7.
Resolves: #77247
Releases: master
Change-Id: I717afb8c890e...
2016-07-25
- 13:02 Revision 5d758762: [BUGFIX] Correct record title escaping
- This patch removes default record title escaping in resolved DataProvider
data and adds proper escaping where html ou... - 08:04 Revision f30aa7f5: [!!!][TASK] Remove ExtDirect eID entry point
- ExtDirect could be called previously as an eID simulating an
ExtDirect Backend AJAX call in the frontend. the functio... - 08:03 Revision 85f1f24b: [TASK] Add category expand all and collapse all icons to the registry
- Resolves: #77234
Releases: master
Change-Id: Ic8b35ec3f50461555658a6caaa7a7c7d4e68b57e
Reviewed-on: https://review.ty...
2016-07-24
- 13:29 Revision 16f64f06: [TASK] Move ViewHelper arguments to initializeArguments() in several sysexts
- Resolves: #76916
Releases: master
Change-Id: I987925b1b99d5f6c53c181d8ac08b586e628e8f4
Reviewed-on: https://review.ty...
2016-07-23
- 17:25 Revision 024df846: [TASK] Remove siteRelPath from TYPO3_LOADED_EXT
- The siteRelPath information inside TYPO3_LOADED_EXT can
be fetched in uncritical situation (as it is used now) from e... - 16:32 Revision 89ba12b5: [FEATURE] Introduce hook for custom result browser implementations
- The hook ``[\TYPO3\CMS\Frontend\Plugin\AbstractPlugin::class]['pi_list_browseresults']``
may be used to register a cu... - 12:16 Revision 1c6d6810: [TASK] Minor update for JavaScript dependencies
- * autosize
* cropper
* datatables
Resolves: #77172
Releases: master
Change-Id: I02e671f47685a7aa315f5fa166993df43574... - 12:13 Revision 1709d51b: [TASK] Update swiftmailer to 5.4.3
- Resolves: #77166
Releases: master
Change-Id: I73143ffd0d347dc5752caab97d189ab03a8ee693
Reviewed-on: https://review.ty... - 10:42 Revision 563c5ef8: [TASK] Remove static calls to assert function in CheckboxViewHelperTest
- Resolves: #77189
Releases: master
Change-Id: I594b7c992d402d16c789f750dbc354a13a9ac607
Reviewed-on: https://review.ty... - 10:34 Revision c5a9f7ff: [BUGFIX] Fix double encoding in VersionModuleController
- The function getRecordTitle does htmlspecialchars when
3rd parameter is set to true. Remove the surrounding
htmlspeci... - 10:33 Revision b3a1546f: [BUGFIX] Fix double encoding in VersionModuleController
- The function getRecordTitle does htmlspecialchars when
3rd parameter is set to true. Remove the surrounding
htmlspeci...
2016-07-22
- 22:14 Revision 5f9ae4e7: [BUGFIX] Do not throw away active session
- Previously an active and valid session was dismissed, if login
credentials are sent again.
Now we do not start the u... - 19:37 Revision e2f81172: [TASK] Replace category tree toolbar icons with SVG
- Expand all and collapse all icons are now SVG.
Also leftover styles and icon from #77081 are removed (recursive mode ... - 17:46 Revision 77528914: [TASK] Removed outdated CSS vendor prefixes
- updated npm package autoprefixer to 6.3.7
Resolves: #77222
Releases: master
Change-Id: Ibb70258cf42cba29b7a47788ca1a... - 17:37 Revision 2e3ce994: [BUGFIX] Respect language in Section menu
- Fix a typo inside the query configuration with
causes that there was no languageField key
inside the query configurat... - 17:36 Revision 540103ed: [BUGFIX] Respect language in Section menu
- Fix a typo inside the query configuration with
causes that there was no languageField key
inside the query configurat... - 15:57 Revision fcc832a9: [BUGFIX] Changed Constant Editor and Info/Modify subline to h3
- Resolves: #77212
Releases: master
Change-Id: Ia6414b34fe3910fcdaa085e98295826abb239b39
Reviewed-on: https://review.ty... - 15:25 Revision 1f0f0eef: [TASK] Use new instead of makeInstance in unit tests
- Instantiating test subject in unit tests with makeInstance()
is not a good thing since this may trigger xclass and
si... - 14:51 Revision 0a42ea9c: [BUGFIX] Added space after template icon
- Fixed template icon margin for constant editor and info/modify template
Resolves: #77201
Releases: master
Change-Id:... - 09:08 Revision 4b479271: [BUGFIX] Make ViewHelperBaseTestcase always available
- This is a follow-up commit to f648cdc.
To ease the usage of the core with extensions, with f648cdc we moved the
base... - 09:01 Revision 8eb3429a: [BUGFIX] Make ViewHelperBaseTestcase always available
- This is a follow-up commit to f648cdc.
To ease the usage of the core with extensions, with f648cdc we moved the
base...
2016-07-21
- 18:47 Revision 368f666b: [TASK] Remove unused getDatabaseConnection from PreviewHook
- Resolves: #77198
Releases: master
Change-Id: I1b97e2bdcf9d1e4c5869b88dfac919e0235d0bfd
Reviewed-on: https://review.ty... - 18:46 Revision 75aa06e5: [BUGFIX] Remove duplicate $queryBuilder->execute() call in PageLayoutView
- Resolves: #77199
Releases: master
Change-Id: Ibe45040bc12f4705b0e28479785f4e003ff80c90
Reviewed-on: https://review.ty... - 18:45 Revision 5ebd65b9: [BUGFIX] SQL error in workspaces module
- A wrong declaration of arguments while building a query generates
a SQL error which breaks the change information pop... - 18:07 Revision 0ac4535d: [!!!][TASK] Drop ExtJS support in Frontend TypoScript
- The TypoScript options
page.javascriptLibs.ExtJs
page.javascriptLibs.ExtJs.debug
page.inlineLanguageLabel
page.extOn... - 14:17 Revision 17171502: [TASK] Doctrine: Migrate cache Typo3DatabaseBackend
- Migration of Typo3 database cache backend to doctrine.
The unit tests that checked if specific db queries are
fired d... - 14:17 Revision e8ac3c2d: [TASK] Doctrine: connectToDB in TSFE
- The patch changes the database connection in TSFE
in "connectToDB" to Doctrine.
Resolves: #77185
Releases: master
Ch... - 14:16 Revision 83768e2a: [TASK] Update require-dev packages to newest versions
- Resolves: #77165
Releases: master
Change-Id: If47da6f4db39ab690f3d5bb415683b116e61e185
Reviewed-on: https://review.ty... - 13:52 Revision 63c81002: [BUGFIX] Fix path to icons in ext:form
- One ../ too much, remove it to have the icons working again.
Resolves: #77193
Releases: master
Change-Id: Ifce095548... - 11:36 Revision 47476ae2: [BUGFIX] Return to content element after closing
- When editing a content element in the page module and (saving and)
closing it the view will now jump back to the cont... - 11:32 Revision baabff7a: [BUGFIX] Return to content element after closing
- When editing a content element in the page module and (saving and)
closing it the view will now jump back to the cont... - 10:44 Revision 587a6cfa: [!!!][TASK] Remove ExtJS from RTE
- The RTE user interface has been rewritten to use jQuery and Bootstrap,
ExtJS is not used anymore. Due to internal cha... - 10:28 Revision f9b58145: [TASK] Doctrine: Migrate GeneralUtility
- Resolves: #77167
Releases: master
Change-Id: Iffc09dd3251e55de185c9c88169e2f9258588d60
Reviewed-on: https://review.ty... - 08:13 Revision 03e15ba4: [TASK] Remove unused ContainerViewHelper from ext:filelist
- Resolves: #77163
Releases: master
Change-Id: I3d96d8e20bb73632a71b59204f20cf77e0813fc7
Reviewed-on: https://review.ty... - 07:33 Revision dbda2e0b: [TASK] Move ViewHelper arguments to initializeArguments() in ext:beuser
- Resolves: #76909
Releases: master
Change-Id: Iadc46b0281bce3671be2c84aa5cf5ba276ecee47
Reviewed-on: https://review.ty... - 07:30 Revision 1c09482e: [TASK] Move ViewHelper arguments to initializeArguments() in ext:install
- Resolves: #76912
Releases: master
Change-Id: Icf881eb735f1530a86faaa3f93dac64209cb0624
Reviewed-on: https://review.ty... - 07:24 Revision d9184363: [TASK] Move arguments to initializeArguments() in RadioVH in ext:fluid
- Move the argument registrations away from the render() method
to initializeArguments(), to prevent any errors with PH... - 07:20 Revision 8b6317a3: [TASK] Move arguments to initializeArguments() in PageVH in ext:fluid
- Move the argument registrations away from the render() method
to initializeArguments(), to prevent any errors with PH... - 07:19 Revision c0620b3c: [TASK] Move arguments to initializeArguments() in ExternalVH in ext:fluid
- Move the argument registrations away from the render() method
to initializeArguments(), to prevent any errors with PH... - 07:12 Revision 58a70a95: [TASK] Move ViewHelper arguments to initializeArguments() in ext:belog
- Resolves: #76907
Releases: master
Change-Id: I585c785c0eb83980e7d7804fd1699de8dafffc82
Reviewed-on: https://review.ty...
2016-07-20
- 23:18 Revision 5a570112: [TASK] Show case sensitive command identifier
- Instead of using strtolower() use the names of the commands as
provided by the CommandController. This improves the r... - 14:24 Revision d8994c85: [TASK] Cleanup RTEhtmlarea ext_localconf.php
- A lot of code in ext_localconf.php of EXT:rtehtmlarea can be streamlined:
* strpos instead of strstr for string chec... - 13:10 Revision 5cb84ac4: [TASK] Remove unused TestViewHelper2 fixture
- Resolves: #77003
Releases: master
Change-Id: I93352c6969ecc06c296f9816f5cd39c93d7f9665
Reviewed-on: https://review.ty... - 11:30 Revision 911637ea: [TASK] Move arguments to initializeArguments() in CObjectVH in ext:fluid
- Move the argument registrations away from the render() method
to initializeArguments(), to prevent any errors with PH... - 11:27 Revision ae21c662: [TASK] Install Tool: Store numbers and bool values properly
- The install tool ("All Configuration") does not recognize boolean
or integer values, even though they are set in the ... - 11:23 Revision 284672cc: [TASK] Remove own implementations in AbstractViewHelper
- The own implementation of AbstractViewHelper::registerArgument and
AbstractViewHelper::overrideArgument aren't needed... - 09:24 Revision 11822cd0: [TASK] Remove extRelPath from module configuration
- The module configuration sets the extRelPath but is never evaluated
anymore since 8.0 and the streamlined ModuleLoade... - 09:16 Revision ef753fe9: [TASK] Remove typo3RelPath from TYPO3_LOADED_EXT
- The $TYPO3_LOADED_EXT compatibility array contains
the property "typo3RelPath" which contains the path
relative to th... - 08:59 Revision dbd9b622: [BUGFIX] Allow overriding of image manipulation crop ratios
- It is not possible to change or override crop ratios via TSconfig
for sys_file_reference (e.g. for a specific user or... - 08:58 Revision d5a1a4ed: [BUGFIX] Allow overriding of image manipulation crop ratios
- It is not possible to change or override crop ratios via TSconfig
for sys_file_reference (e.g. for a specific user or... - 08:31 Revision f7643ec6: [!!!][TASK] Remove selectTree options:width,allowRecursiveMode,autoSizeMax
- This patch removes following TCA options related
to 'renderType' => 'selectTree', FormEngine elements:
* ['config'][... - 06:37 Revision cce9deec: [TASK] styleguide: Remove selectTree options:width,allowRecursiveMode,autoSizeMax
2016-07-19
- 22:22 Revision 0c16a9c6: [FEATURE] Add Fluid interceptor registration
- In Fluid Standalone it is possible to register interceptors to manipulate
the template output on different events. Th... - 21:53 Revision c1bf12fb: [BUGFIX] Allow deletion of File Recycler in fileadmin
- This patch deletes a file recycler instead of trying to move it into
itself by renaming. The patch respects the user ... - 21:53 Revision c51983ba: [BUGFIX] Allow deletion of File Recycler in fileadmin
- This patch deletes a file recycler instead of trying to move it into
itself by renaming. The patch respects the user ... - 21:17 Revision 72230d75: [BUGFIX] Use correct value for overwriteExistingFiles
- Prevent cast errors due to legacy removal when using
overwriteExistingFiles to overwrite existing files.
Resolves: #... - 21:08 Revision 95c39441: [BUGFIX] Prepend current path to versionNumberInFilename RewriteRule
- For Apache 2.2 the current location is needed in the RewriteRule for the
versionNumberInFilename feature.
Resolves: ... - 21:08 Revision 0f9b584e: [BUGFIX] Prepend current path to versionNumberInFilename RewriteRule
- For Apache 2.2 the current location is needed in the RewriteRule for the
versionNumberInFilename feature.
Resolves: ... - 21:08 Revision b34328ab: [BUGFIX] Prepend current path to versionNumberInFilename RewriteRule
- For Apache 2.2 the current location is needed in the RewriteRule for the
versionNumberInFilename feature.
Resolves: ... - 21:03 Revision 82b067c1: [TASK] Move arguments to initializeArguments() in FormVH in ext:fluid
- Move the argument registrations away from the render() method
to initializeArguments(), to prevent any errors with PH... - 20:46 Revision d417f33a: [TASK] Move arguments to initializeArguments() in ContainerVH in
- ext:fluid
Move the argument registrations away from the render() method
to initializeArguments(), to prevent any err... - 20:39 Revision 565ca552: [TASK] Doctrine: Migrate ext:backend/FrontendBackendUserAuthentication
- Resolves: #77030
Releases: master
Change-Id: I51f4a171a8a2ff079413298b3fe8a8d48015759d
Reviewed-on: https://review.ty... - 19:46 Revision 0f27279e: [TASK] Move arguments to initializeArguments() in InfoboxVH in ext:fluid
- Move the argument registrations away from the render() method
to initializeArguments(), to prevent any errors with PH... - 19:33 Revision abcd4ae7: [TASK] Move arguments to initializeArguments() in ImageVH in ext:fluid
- Move the argument registrations away from the render() method
to initializeArguments(), to prevent any errors with PH... - 19:30 Revision 5b8d0803: [TASK] Move arguments to initializeArguments() in CurrencyVH in ext:fluid
- Move the argument registrations away from the render() method
to initializeArguments(), to prevent any errors with PH... - 19:29 Revision 595c9810: [TASK] Move ViewHelper arguments to initializeArguments() in ext:fluid
- Resolves: #77007
Releases: master
Change-Id: I4f672d7605d681dd7f28d5f658211f082822fe5f
Reviewed-on: https://review.ty... - 19:26 Revision 3b4bf359: [FOLLOWUP][TASK] Move arguments to initializeArguments() in DateVH in ext:fluid
- This patch removes unnecessary variables.
Resolves: #77039
Releases: master
Change-Id: Ifeebeb5e9ebf1ae3a67dbc60d1e6... - 19:24 Revision 4d97d973: [FOLLOWUP][TASK] Move arguments to initializeArguments() in PaddingVH
- This patch adds the parent::initializeArguments() call in own
implementation.
Resolves: #77061
Releases: master
Chan... - 19:22 Revision fcbc9cef: [FOLLOWUP][TASK] Move arguments to initializeArguments() in ActionMenuItemVH in ext:fluid
- This patch adds the parent::initializeArguments() call in own
implementation.
Resolves: #77133
Releases: master
Chan... - 19:22 Revision 7a8010b8: [FOLLOWUP][TASK] Move arguments to initializeArguments() in TypolinkVH
- This patch adds the parent::initializeArguments() call in own
implementation.
Resolves: #77006
Releases: master
Chan... - 19:21 Revision e8fbf240: [FOLLOWUP][BUGFIX] Throw empty table name exception in TCE GroupElement
- Fix unit test.
Resolves: #76232
Releases: 7.6
Change-Id: Ic60a3af12ea6144625110033de019c01746b2183
Reviewed-on: http... - 19:21 Revision c9a3ef1f: [FOLLOWUP][TASK] Move arguments to initializeArguments() in UrlencodeVH
- Cleanup @return void annotation
Resolves: #77063
Releases: master
Change-Id: I129d586cd03bca1a76c0d792c103fbbdcaa327... - 19:20 Revision 410c9f9c: [FOLLOWUP][TASK] Move arguments to initializeArguments() in PageRendererVH
- This patch adds the parent::initializeArguments() call in own
implementation.
Resolves: #77130
Releases: master
Chan... - 19:19 Revision 5691dace: [FOLLOWUP][TASK] Move arguments to initializeArguments() in DebugVH
- This patch removes unnecessary variable initializations.
Resolves: #77141
Releases: master
Change-Id: Ic113fd3a5410a... - 16:36 Revision db4796ce: [FOLLOWUP][TASK] Move arguments to initializeArguments() in NumberVH in ext:fluid
- This patch adds the parent::initializeArguments() call in own implementation.
Resolves: #77047
Releases: master
Chan... - 14:57 Revision f9731683: [FOLLOWUP][TASK] Move arguments to initializeArguments() in Nl2brVH
- This patch removes unnecessary variables.
Resolves: #77064
Releases: master
Change-Id: I871a8d6f509107a593f6a01538c9... - 14:03 Revision cc21c8ef: [FOLLOWUP][TASK] Move arguments to initializeArguments() in HtmlVH in ext:fluid
- This patch adds the missing parent::initializeArguments() call.
Resolves: #77060
Releases: master
Change-Id: I68513... - 13:58 Revision 196903d7: [FOLLOWUP][TASK] Move arguments to initializeArguments() in TableListVH
- This patch adds the parent::initializeArguments() call in own
implementation.
Resolves: #77129
Releases: master
Chan... - 13:53 Revision a897a5d7: [FOLLOWUP][TASK] Move arguments to initializeArguments() in CshVH
- Patch adds missing parent::initializeArguments() call and removes
unneeded variable initializations
Resolves: #77128... - 13:46 Revision 34a8f91a: [FOLLOWUP][TASK] Move arguments to initializeArguments() in TranslateVH
- This patch removes unnecessary variables.
Resolves: #77127
Releases: master
Change-Id: Ieaed9c4cca484d4da2e2e6415e87... - 13:28 Revision 04d039db: [BUGFIX] Throw empty table name exception in TCE GroupElement
- Throw an exception if table name is empty after parsing the value
by BackendUtility::splitTable_Uid(). It avoids call... - 13:28 Revision 451b4903: [BUGFIX] Throw empty table name exception in TCE GroupElement
- Throw an exception if table name is empty after parsing the value
by BackendUtility::splitTable_Uid(). It avoids call... - 12:44 Revision 3d7e7edc: [TASK] Set TYPO3 version to 8.2.2-dev
- Change-Id: I0ff6ba2ca39c75c0614b8a3cd2131f63c90570ff
Reviewed-on: https://review.typo3.org/49088
Reviewed-by: TYPO3 R... - 12:43 Revision 2ecfc86f: [RELEASE] Release of TYPO3 8.2.1
- Change-Id: I8c21227c688af757b228fc0a328a137f92f39f49
Reviewed-on: https://review.typo3.org/49087
Reviewed-by: TYPO3 R... - 12:38 Revision 0525c477: [TASK] Set TYPO3 version to 7.6.11-dev
- Change-Id: I0a602e621718e77fd13210e3ddb760b07fa2cb43
Reviewed-on: https://review.typo3.org/49086
Reviewed-by: TYPO3 R... - 12:37 Revision 540f30a1: [RELEASE] Release of TYPO3 7.6.10
- Change-Id: Ia4baefaa69d4c2099369d4543210d156ca4e303e
Reviewed-on: https://review.typo3.org/49085
Reviewed-by: TYPO3 R... - 12:31 Revision 95f11139: [TASK] Set TYPO3 version to 6.2.27-dev
- Change-Id: Ia79c927be832f24debcb63df150f9bde896f1589
Reviewed-on: https://review.typo3.org/49084
Reviewed-by: TYPO3 R... - 12:30 Revision 2b6d538b: [RELEASE] Release of TYPO3 6.2.26
- Change-Id: I3e7573fe6d2e348f0b8101fff61c4fa064d43855
Reviewed-on: https://review.typo3.org/49083
Reviewed-by: TYPO3 R... - 12:18 Revision d7f338b6: [SECURITY] Link fields accept Javascript code when using URI Data Scheme
- JavaScript can be submitted for every link field and will be
rendered in the frontend passed through typolink. To cir... - 12:18 Revision 93ce2867: [SECURITY] Prevent persistent username in filesystem
- The language label for the refresh login popup contains the
username already and is persisted to the filesystem. Use
... - 12:17 Revision 9ba09a9f: [SECURITY][FEATURE] Disable import module for non admin users
- To mitigate a potential insecure unserialize issue in the core:
Disable the import module of extension impexp for non... - 12:17 Revision 7fc25564: [SECURITY] Prevent XSS in IRRE elements
- This patch changes a JavaScript function to use text() instead of html()
to prevent JavaScript execution.
Resolves: ... - 12:17 Revision bf04086e: [SECURITY] Escape the link text in EmailViewHelper
- The content of the email link is not escaped correctly.
This leads to XSS in the EmailViewHelper.
Resolves: #76344
R... - 12:17 Revision e4cfac07: [SECURITY] Prevent XSS in ContentObjectRenderer
- Properly escape various parameters.
Resolves: #31244
Releases: master, 7.6, 6.2
Security-Commit: 1efa6adc7b1d332c384... - 12:17 Revision c51d635f: [SECURITY] Link fields accept Javascript code when using URI Data Scheme
- JavaScript can be submitted for every link field and will be
rendered in the frontend passed through typolink. To cir... - 12:17 Revision fcd52bc5: [SECURITY] Prevent persistent username in filesystem
- The language label for the refresh login popup contains the
username already and is persisted to the filesystem. Use
... - 12:17 Revision 22f1b23a: [SECURITY][FEATURE] Disable import module for non admin users
- To mitigate a potential insecure unserialize issue in the core:
Disable the import module of extension impexp for non... - 12:17 Revision 6a09d625: [SECURITY] Prevent XSS in IRRE elements
- This patch changes a JavaScript function to use text() instead of html()
to prevent JavaScript execution.
Resolves: ... - 12:16 Revision bd8eded5: [SECURITY] Escape the link text in EmailViewHelper
- The content of the email link is not escaped correctly.
This leads to XSS in the EmailViewHelper.
Resolves: #76344
R... - 12:16 Revision 8c5a99c8: [SECURITY] Prevent XSS in ContentObjectRenderer
- Properly escape various parameters.
Resolves: #31244
Releases: master, 7.6, 6.2
Security-Commit: 1efa6adc7b1d332c384... - 12:16 Revision 257538a4: [SECURITY] Link fields accept Javascript code when using URI Data Scheme
- JavaScript can be submitted for every link field and will be
rendered in the frontend passed through typolink. To cir... - 12:16 Revision 7471988a: [SECURITY] Prevent persistent username in filesystem
- The language label for the refresh login popup contains the
username already and is persisted to the filesystem. Use
... - 12:16 Revision 6e35feed: [SECURITY] SQLi in AuthenticationService
- The environment variable `HTTP_HOST` is used in SQL statements
but is not properly escaped, leading to an SQL injecti... - 12:16 Revision 1374e993: [SECURITY][FEATURE] Disable import module for non admin users
- To mitigate a potential insecure unserialize issue in the core:
Disable the import module of extension impexp for non... - 12:16 Revision a333ce3b: [SECURITY] Prevent XSS in IRRE elements
- This patch changes a JavaScript function to use text() instead of html()
to prevent JavaScript execution.
Resolves: ... - 12:15 Revision 16267323: [SECURITY] Escape the link text in EmailViewHelper
- The content of the email link is not escaped correctly.
This leads to XSS in the EmailViewHelper.
Resolves: #76344
R... - 12:15 Revision 7dc9baf9: [SECURITY] Prevent XSS in ContentObjectRenderer
- Properly escape various parameters.
Resolves: #31244
Releases: master, 7.6, 6.2
Security-Commit: 582106e4a9a1244c5f8... - 12:15 Revision 2bc87279: [SECURITY] Link fields accept Javascript code when using URI Data Scheme
- JavaScript can be submitted for every link field and will be
rendered in the frontend passed through typolink. To cir... - 12:15 Revision 485396d2: [SECURITY] Prevent persistent username in filesystem
- The language label for the refresh login popup contains the
username already and is persisted to the filesystem. Use
... - 12:15 Revision cd18fb59: [SECURITY] SQLi in AuthenticationService
- The environment variable `HTTP_HOST` is used in SQL statements
but is not properly escaped, leading to an SQL injecti... - 12:15 Revision 0068e6b2: [SECURITY][FEATURE] Disable import module for non admin users
- To mitigate a potential insecure unserialize issue in the core:
Disable the import module of extension impexp for non... - 12:15 Revision d7eafe8c: [SECURITY] Prevent XSS in IRRE elements
- This patch changes a JavaScript function to use text() instead of html()
to prevent JavaScript execution.
Resolves: ... - 12:15 Revision 80514053: [SECURITY] Escape the link text in EmailViewHelper
- The content of the email link is not escaped correctly.
This leads to XSS in the EmailViewHelper.
Resolves: #76344
R... - 12:15 Revision 6cb7aa63: [SECURITY] Prevent XSS in ContentObjectRenderer
- Properly escape various parameters.
Resolves: #31244
Releases: master, 7.6, 6.2
Security-Commit: f5bddd3016c68f0dcbd... - 11:17 Revision e0fcf4d6: [SECURITY] Update guzzle to fix CVE-2016-5385
- Resolves: #77152
Releases: 8.2, master
Change-Id: I77737be3a9632ad34ab53337eea246c5b2368726
Reviewed-on: https://revi... - 11:16 Revision 410ce53a: [BUGFIX] Flaky references in TypoScript parsing
- The patch from forge issue #76323 triggers errors at least
on some PHP versions. The change is reverted with this pat... - 10:50 Revision 9f925509: [SECURITY] Update guzzle to fix CVE-2016-5385
- Resolves: #77152
Releases: 8.2, master
Change-Id: I77737be3a9632ad34ab53337eea246c5b2368726
Reviewed-on: https://revi... - 09:51 Revision f4bb732e: [TASK] Move ViewHelper arguments to initializeArguments() in ext:fluid
- UrlencodeViewHelperTest is affected.
UrlencodeViewHelper is affected.
Resolves: #77002
Releases: master
Change-Id: I... - 09:47 Revision a6c07b4d: [TASK] Move arguments to initializeArguments() in TranslateVH in ext:fluid
- Move the argument registrations away from the render() method
to initializeArguments(), to prevent any errors with PH... - 09:28 Revision 4412a26f: [TASK] Move arguments to initializeArguments() in DebugVH in ext:fluid
- Move the argument registrations away from the render() method
to initializeArguments(), to prevent any errors with PH... - 09:23 Revision 7388438f: [TASK] Move arguments to initializeArguments() in Nl2brVH in ext:fluid
- Move the argument registrations away from the render() method
to initializeArguments(), to prevent any errors with PH... - 09:22 Revision 62abccd8: [TASK] Move arguments to initializeArguments() in ActionMenuVH in ext:fluid
- Move the argument registrations away from the render() method
to initializeArguments(), to prevent any errors with PH... - 09:21 Revision 5138a175: [TASK] Move arguments to initializeArguments() in PaginateVH in ext:fluid
- Move the argument registrations away from the render() method
to initializeArguments(), to prevent any errors with PH... - 09:21 Revision 4c9f97ee: [TASK] Move arguments to initializeArguments() in UriVH in ext:fluid
- Move the argument registrations away from the render() method
to initializeArguments(), to prevent any errors with PH... - 09:21 Revision 939a201f: [TASK] Move arguments to initializeArguments() in LinkVH in ext:fluid
- Move the argument registrations away from the render() method
to initializeArguments(), to prevent any errors with PH... - 08:30 Revision 9e46d65d: [TASK] Move arguments to initializeArguments() in ActionMenuItemGroupVH in ext:fluid
- Move the argument registrations away from the render() method
to initializeArguments(), to prevent any errors with PH... - 08:08 Revision 3107df31: [TASK] Move arguments to initializeArguments() in DateVH in ext:fluid
- Move the argument registrations away from the render() method
to initializeArguments(), to prevent any errors with PH... - 08:02 Revision b06be5b8: [TASK] Move arguments to initializeArguments() in MediaVH in ext:fluid
- Move the argument registrations away from the render() method
to initializeArguments(), to prevent any errors with PH... - 07:30 Revision 1b96ae05: [TASK] Move arguments to initializeArguments() FlashMessagesVH ext:fluid
- Move the argument registrations away from the render()
method to initializeArguments(), to prevent any errors
with PH... - 07:29 Revision bea6460d: [TASK] Move arguments to initializeArguments() in ActionMenuItemVH in ext:fluid
- Move the argument registrations away from the render() method
to initializeArguments(), to prevent any errors with PH... - 07:27 Revision 887838e6: [TASK] Move arguments to initializeArguments() in PageRendererVH in ext:fluid
- Move the argument registrations away from the render() method
to initializeArguments(), to prevent any errors with PH... - 07:25 Revision 54573165: [TASK] Move arguments to initializeArguments() in TableListVH in ext:fluid
- Move the argument registrations away from the render() method
to initializeArguments(), to prevent any errors with PH... - 07:23 Revision defb4df1: [TASK] Move arguments to initializeArguments() in CshVH in ext:fluid
- Move the argument registrations away from the render() method
to initializeArguments(), to prevent any errors with PH... - 07:20 Revision 8e90e50a: [TASK] Move arguments to initializeArguments() in HtmlVH in ext:fluid
- Move the argument registrations away from the render() method
to initializeArguments(), to prevent any errors with PH...
2016-07-18
- 23:46 Revision ff8499ce: [TASK] Doctrine: Migrate ext:backend/view
- Resolves: #76520
Releases: master
Change-Id: I2632777b55847df6fb57cd1e2c2b7279e84825ca
Reviewed-on: https://review.ty... - 11:35 Revision ff4a0a09: [BUGFIX] Fix EXT:belog label for "Clear Cache"
- EXT:belog is now properly escaped so we can safely remove the CDATA
part of the label "Clear cache"
Resolves: #77143...
2016-07-16
- 15:55 Revision 7dd99174: [BUGFIX] Use correct paste-into icons in file, list and page module
- This patch changes the paste icons from paste-after to paste into in the
docheader and table/column headers of the fi... - 15:51 Revision c5c1c5a2: [BUGFIX] Use correct paste-into icons in file, list and page module
- This patch changes the paste icons from paste-after to paste into in the
docheader and table/column headers of the fi... - 15:46 Revision bf5a0a57: [TASK] Fix composer branch alias for 7.6 branch
- The composer.json file wrongly configures the master branch
to be aliased to 7.x-dev
Fix it by aliasing our TYPO3_7-6... - 15:37 Revision d8687242: [BUGFIX] RecordList: Use case insensitive search without explicit TCA config
- Default to a case insensitive like based search constraint when the column
has no explicit 'search' configuration in ... - 15:30 Revision 28ccc2cf: [TASK] Update to 7elix/styleguide 8.0.3
- A couple of fixes came in between 8.0.2 and 8.0.3.
Change-Id: Ibefefe77228484a29258a8429146ab9aeaaa9d42
Resolves: #7... - 13:13 Revision b04ed50e: [BUGFIX] Provide l10n_diffsource default for acceptance test fixtures
- Provide an empty default value for the l10n_diffsource value in the
table sys_category to allow loading the fixture d... - 10:36 Revision c3091108: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/61 from yabawock/patch-1
- [BUGFIX] styleguide: Remove invalid default values from input_36/input_37
- 02:16 Revision 246e86cb: [BUGFIX] styleguide: Remove invalid default values from input_36/input_37
- MySQL 5.7.8+ have included NO_ZERO_DATE/NO_ZERO_IN_DATE in the strict
mode settings and have strict mode enabled as d...
2016-07-15
- 21:30 Revision c8ec129c: [TASK] Better preview image quality for youtube videos
- Resolves: #77085
Releases: master, 7.6
Change-Id: Id5e5067b226431bff136339d14b9592d2aa3fdf6
Reviewed-on: https://revi... - 21:28 Revision 42979d62: [TASK] Better preview image quality for youtube videos
- Resolves: #77085
Releases: master, 7.6
Change-Id: Id5e5067b226431bff136339d14b9592d2aa3fdf6
Reviewed-on: https://rev... - 21:17 Revision f077e27e: [FOLLOWUP][TASK] Doctrine: migrate AbstractDatabaseRecordList
- Fix introduced bugs.
Resolves: #77045
Releases: master
Change-Id: I1bd0cef43dfeff30472b3d1f3b8d136a784cca3c
Reviewed... - 21:03 Revision e1da07b9: [BUGFIX] Flaky references in TypoScript parsing
- The patch from forge issue #76323 triggers errors at least
on some PHP versions. The change is reverted with this pat... - 20:31 Revision f35a6c69: [TASK] Move arguments to initializeArguments() in PaddingVH in ext:fluid
- Move the argument registrations away from the render() method
to initializeArguments(), to prevent any errors with PH... - 20:24 Revision ffabd9f5: [TASK] Move arguments to initializeArguments() in TypolinkVH in ext:fluid
- Move the argument registrations away from the render() method
to initializeArguments(), to prevent any errors with PH... - 20:20 Revision d7fe933c: [TASK] Move arguments to initializeArguments() in ButtonVH in ext:fluid
- Move the argument registrations away from the render() method
to initializeArguments(), to prevent any errors with PH... - 20:12 Revision 8592b9c7: [TASK] Move arguments to initializeArguments() in NumberVH in ext:fluid
- Move the argument registrations away from the render() method
to initializeArguments(), to prevent any errors with PH... - 20:11 Revision 6ba0c15a: [TASK] Move arguments to initializeArguments() in UrlencodeVH in ext:fluid
- Move the argument registrations away from the render() method
to initializeArguments(), to prevent any errors with PH...
2016-07-14
- 10:46 Revision 80c1c5bd: [!!!][TASK] Remove example image in TS constants description
- In TYPO3 it was possible to show an image for a category in
the Constants Editor, if the constants editor had configu... - 10:07 Revision a4d6a763: [BUGFIX] Clean preview of collapsed flexform section
- The preview state of a collapsed flexform section is cleaned from
HTML tags and the length of each part is limited.
... - 10:07 Revision 4246ae13: [BUGFIX] Clean preview of collapsed flexform section
- The preview state of a collapsed flexform section is cleaned from
HTML tags and the length of each part is limited.
...
2016-07-13
- 21:22 Revision 9809e8bf: [BUGFIX] Fix wrong query constraints in AbstractItemProvider
- Apply proper constraints in the case of rootlevel == 1 or
rootlevel == -1
Change-Id: I92a8edc800bab6320f0e10ad4f63a5... - 20:53 Revision cf00829c: [TASK] Add unit test to cover stdWrap_orderedStdWrap
- Change-Id: Ie33abcbbf3bfa3ab1697249921cf162e78806916
Resolves: #76847
Releases: master
Reviewed-on: https://review.ty... - 20:31 Revision f653911f: [TASK] Unit tests to cover stdWrap_preCObject, stdWrap_postCObject
- - Add unit test to cover stdWrap_preCObject
- Add unit test to cover stdWrap_postCObject
- Refactor unit test to cove... - 10:05 Revision 5a7a2d5e: [TASK] Move arguments to initializeArguments() in CheckboxVH in ext:fluid
- Move the argument registrations away from the render() method
to initializeArguments(), to prevent any errors with PH...
2016-07-12
- 20:53 Revision 08e84de4: [TASK] Move arguments to initializeArguments() in ActionVH in ext:fluid
- Move the argument registrations away from the render() method
to initializeArguments(), to prevent any errors with PH... - 18:09 Revision 0034fe62: [TASK] Move arguments to initializeArguments() in ResourceVH in ext:fluid
- Move the argument registrations away from the render() method
to initializeArguments(), to prevent any errors with PH... - 14:44 Revision 08d691ea: [TASK] Move render arguments StripTagsViewHelper
- Move the argument registrations away from the render() method
to initializeArguments(), to prevent any errors with PH... - 12:14 Revision d1bace06: [FOLLOWUP][TASK] Move ViewHelper arguments to initializeParams
- Remove the last two parameters from registerArgument if they are false and null
because the values are set by default... - 11:57 Revision e79d9186: [TASK] Move arguments to initializeArguments() in TextfieldVH in ext:fluid
- Move the argument registrations away from the render() method
to initializeArguments(), to prevent any errors with PH... - 10:14 Revision 2e40d636: [TASK] Streamline inline language file references
- The inline langauge file inclusion can be done with EXT: syntax,
which is mostly used in the TYPO3 Core, but not in a...
2016-07-11
- 21:51 Revision 9ab07ff5: [TASK] Move arguments to initializeArguments() in CropVH in ext:fluid
- Move the argument registrations away from the render() method
to initializeArguments(), to prevent any errors with PH... - 21:35 Revision dd54663b: [BUGFIX] Remove call to not existing function
- Resolves: #77029
Relates: #70729
Releases: 7.6
Change-Id: I04a63712d271e70957b08b4a2d7348ac384c9ab9
Reviewed-on: http... - 18:48 Revision 07797cc5: [TASK] Add unit test to cover stdWrap_case
- - Add the unit test.
- Refactor the existing test to cover caseshift and HTMLcaseshift.
Releases: master
Resolves: #... - 18:36 Revision 1b02ac58: [TASK] Move arguments to initializeArguments() in EmailVH in ext:fluid
- Move the argument registrations away from the render() method
to initializeArguments(), to prevent any errors with PH... - 18:29 Revision eb29ad60: [TASK] Move arguments to initializeArguments() in ValidationResultsVH in ext:fluid
- Move the argument registrations away from the render() method
to initializeArguments(), to prevent any errors with PH... - 18:16 Revision f25de596: [TASK] Move ViewHelper arguments to initializeArguments() in ext:fluid
- CaseViewHelperTest, Format/CaseViewHelperTest and
Format/CaseViewHelperTest are affected.
Resolves: #77005
Releases:... - 17:28 Revision 6b21391e: [TASK] Doctrine: Migrate EXT:backend I
- Migrate the first part of DB calls of EXT:backend
Resolves: #76624
Releases: master
Change-Id: Iac323bed36af22e5c38e... - 17:15 Revision d7e86d1f: [TASK] Introduce setArgument function to ViewHelperBaseTest
- During the current refactoring of ViewHelpers loosing their
render() arguments, the test classes need to be adapted.
... - 16:55 Revision 9095d130: [TASK] Remove explicit tt_track in ExtendedTemplateService
- ExtendedTemplateService for the backend always disables the
timetracker information from the actual funcmodule but co... - 15:25 Revision fc452251: [TASK] Doctrine: Migrate core/Classes/Resource/Index
- Resolves: #76871
Releases: master
Change-Id: Iee1df9b59ace2c0fbef5b86e0c8786a050ad0cc9
Reviewed-on: https://review.ty... - 13:03 Revision 35178d80: [BUGFIX] Index all file mounts in FAL indexer scheduler task
- This patch makes sure all file mounts are indexed instead of only the
first if the CLI user has multiple file mounts.... - 12:12 Revision 33f9e2e1: [FOLLOWUP][TASK] Move ViewHelper arguments to initializeParams
- The fourth parameter of registerArgument got the wrong type during
rewrite.
Resolves: #77000
Releases: master
Change... - 11:50 Revision 3e5ddbbf: [BUGFIX] Index all file mounts in FAL indexer scheduler task
- This patch makes sure all file mounts are indexed instead of only the
first if the CLI user has multiple file mounts.... - 11:27 Revision bfc3343e: [TASK] Move ViewHelper arguments to initializeArguments() in ext:fluid
- HtmlentitiesViewHelper and HtmlentitiesViewHelperTest are affected.
Resolves: #77000
Releases: master
Change-Id: Ic6... - 11:17 Revision de4f139b: [TASK] Move CompilableInterface to each condition ViewHelper
- This change moves the CompilableInterface away from the abstract
condition ViewHelper class, over to each of the impl... - 10:59 Revision e64cc649: [BUGFIX] Adjust signature of PageTreeView::wrapIcon
- Adjust the signature to match the parent class.
Resolves: #76246
Releases: master, 7.6
Change-Id: I5646cbc660be23b54... - 10:58 Revision f0589c5c: [BUGFIX] Adjust signature of PageTreeView::wrapIcon
- Adjust the signature to match the parent class.
Resolves: #76246
Releases: master, 7.6
Change-Id: I5646cbc660be23b54...
2016-07-10
- 20:40 Revision 9257521a: [TASK] Add unit test to cover stdWrap_editIcons
- Releases: master
Resolves: #76852
Change-Id: I1f9f6d1ff28b6ad26345866a3bb09186a8c976ea
Reviewed-on: https://review.ty... - 20:40 Revision f75b150d: [TASK] Add unit test to cover stdWrap_postUnserFuncInt
- Releases: master
Resolves: #76850
Change-Id: I80bbae8102b237d7368d6ed63ae4bde99c4e9b3f
Reviewed-on: https://review.ty... - 11:49 Revision da422941: [TASK] Doctrine: Migrate ext:workspace
- Resolves: #76626
Releases: master
Change-Id: I2d5183bdf56411300eb5b68c842b8f043a51570c
Reviewed-on: https://review.ty... - 11:13 Revision ddd05ff3: [TASK] Doctrine: migrate EXT:recordlist/Recordlist/RecordList/AbstractDatabaseRecordList
- Resolves: #76259
Releases: master
Change-Id: I2bdc4c56fe9f2804aad857f741c1e68d042fa346
Reviewed-on: https://review.ty...
2016-07-09
- 22:38 Revision 598245cd: [BUGFIX] Do not throw away active session
- Previously an active and valid session was dismissed, if login
credentials are sent again.
Now we do not start the u... - 16:56 Revision 5ea7d965: [TASK] Add unit test to cover stdWrap_debugFunc
- Releases: master
Resolves: #76856
Change-Id: I88c54d559a06146439c7237802308f3857295953
Reviewed-on: https://review.ty... - 16:30 Revision 5b19b702: [TASK] Add unit test to cover stdWrap_debugData
- Releases: master
Resolves: #76858
Change-Id: Ib5272ded084a3fe1ef62139bd8aac7f17e9839bd
Reviewed-on: https://review.ty... - 16:26 Revision 6bcf309a: [TASK] Add unit test to cover stdWrap_editPanel
- Releases: master
Resolves: #76853
Change-Id: I240d26b0f85e989ce2d840058779416fa54feec9
Reviewed-on: https://review.ty... - 16:18 Revision b1928dfd: [TASK] Add unit test to cover stdWrap_cacheStore
- Releases: master
Resolves: #76854
Change-Id: If75bb8c211ec245c684b4a5f0c140eab188bb46b
Reviewed-on: https://review.ty... - 16:06 Revision 453bb0ed: [TASK] Remove direct usage of mb_ methods in the core
- As mbstring is not a requirement, remove the usage of its
methods in the core.
Resolves: #76990
Releases: master, 7.... - 16:02 Revision de9e2815: [TASK] Remove direct usage of mb_ methods in the core
- As mbstring is not a requirement, remove the usage of its
methods in the core.
Resolves: #76990
Releases: master, 7.... - 15:44 Revision 7d2c3296: [TASK] CGL Cleanup BackendUtility
- Change-Id: I842188c25ebc8894d3353a06be351d39702dde0e
Releases: master
Resolves: #76998
Reviewed-on: https://review.ty... - 13:32 Revision d74b26ad: [TASK] Check if all registered stdWrap processors are callable
- Releases: master
Resolves: #76894
Change-Id: I1012de7944d2a7d1a1a3eba72a94232d54222488
Reviewed-on: https://review.ty... - 12:54 Revision 202448c7: [TASK] Deprecate methods strtolower & strtoupper of GeneralUtility
- In favor of CharsetConverter and the native implementation, the
following methods of GeneralUtility have been depreca...
2016-07-08
- 17:54 Revision f135e64a: [!!!][TASK] Remove deprecated usage of 'static_lang_isocode'
- Remove another usage of static_lang_isocode within FormEngine code.
This field was deprecated in v7 and came along wi... - 17:49 Revision b634ce5d: [TASK] Change array() to new short form [] in ContentObjectRenderer
- Resolves: #76811
Releases: master
Change-Id: I0c6bff661c0730f3fa56e9b8d0ee24afd308c7d2
Reviewed-on: https://review.ty... - 14:26 Revision 1a5f2426: [BUGFIX] Enforce processing folder generation
- If the processing folder of a storage was deleted and the current user
isn't allowed to create new folders, an except... - 07:21 Revision 1170c427: Revert "[TASK] Update mso/idna-convert to 1.1.0"
- This reverts commit 2b4c58865de3ad98f91f77ad17dfb34e485babcd.
mso/idna-convert >= 1.0.0 requires PHP >= 5.6.0. As TY...
Also available in: Atom