Activity
From 2017-04-25 to 2017-05-24
2017-05-24
- 11:58 Revision 7c8f5be9: [BUGFIX] Make encoding of parameters for cHash independent of PHP settings
- http_build_query() internally uses the PHP setting arg-separator.output
to identify the URL parameter separator.
Our ... - 06:43 Revision 82aa4141: [BUGFIX] Make encoding of parameters for cHash independent of PHP settings
- http_build_query() internally uses the PHP setting arg-separator.output
to identify the URL parameter separator.
Our ...
2017-05-23
- 00:09 Revision 50e3bad2: [BUGFIX] Explicit cast to string for VersionState object
- Some DB drivers are picky on their arguments not being
objects. Add an explicit cast to string for a VersionState
obj... - 00:00 Revision 47f21fd3: [BUGFIX] Explicit cast to string for VersionState object
- Some DB drivers are picky on their arguments not being
objects. Add an explicit cast to string for a VersionState
obj...
2017-05-22
- 19:51 Revision 6822f929: [BUGFIX] Use correct constructor argument for TableDiff
- Using the correct datatype "string" instead of a
\Doctrine\DBAL\Schema\Identifier as TableDiff->name prevents excepti... - 19:04 Revision ccb67622: [BUGFIX] Use correct constructor argument for TableDiff
- Using the correct datatype "string" instead of a
\Doctrine\DBAL\Schema\Identifier as TableDiff->name prevents excepti... - 18:58 Revision 48dddf0e: [BUGFIX] Avoid DBAL\Exception on unknown data type in Install Tool
- Using $connection->getSchemaManager()->listTableNames() instead of
->listTables() in Install Tool prevents a DBAL\Exc... - 18:49 Revision d9982119: [BUGFIX] Avoid DBAL\Exception on unknown data type in Install Tool
- Using $connection->getSchemaManager()->listTableNames() instead of
->listTables() in Install Tool prevents a DBAL\Exc... - 18:34 Revision ff7036d9: [TASK] Re-enable passing tests in SchemaMigratorTest
- Re-enable the tests passing tests changeExistingColumn() and
installDoesNotAddIndexOnChangedColumn() in SchemaMigrato... - 18:34 Revision 8bc57e74: [TASK] Re-enable passing tests in SchemaMigratorTest
- Re-enable the tests passing tests changeExistingColumn() and
installDoesNotAddIndexOnChangedColumn() in SchemaMigrato... - 17:46 Revision 971ae7f4: [TASK] Squeeze every bit of performance from CGL fixer
- This patch reduces the amount of time required to check
CGL to less than 3% of what it was before when xdebug
is load... - 17:32 Revision 56a8a70e: [TASK] Squeeze every bit of performance from CGL fixer
- This patch reduces the amount of time required to check
CGL to less than 3% of what it was before when xdebug
is load... - 13:37 Revision 974e61a3: [TASK] Extract datahandling framework to testing-framework
- Ext:core comes with a little testing framework for functional tests,
that is pretty useful for all kind of DataHandle... - 13:19 Revision 24c9f07a: [TASK] Extract datahandling framework to testing-framework
- Ext:core comes with a little testing framework for functional tests,
that is pretty useful for all kind of DataHandle... - 13:18 Revision f1a85959: [TASK] Remove usage of PATH_typo3conf from ConfigurationManager
- Resolves: #81284
Releases: master, 8.7
Change-Id: I59730f5807d27bbc7eb232917763daa89f41315a
Reviewed-on: https://revi... - 13:11 Revision 1ec658fc: [TASK] Remove usage of PATH_typo3conf from ConfigurationManager
- Resolves: #81284
Releases: master, 8.7
Change-Id: I59730f5807d27bbc7eb232917763daa89f41315a
Reviewed-on: https://revi... - 12:25 Revision d43f18a6: [TASK] Acceptance test installing TYPO3 on mysql
- A basic acceptance tests clicking through installer
using a mysql db connection, checking backend login
and "blank" s... - 12:16 Revision b576ef96: [TASK] Cache results in doesRecordExist_pageLookUp
- Copying big sub-trees can benefit from caching the calls
to doesRecordExist_pageLookUp in a run-time cache since
ther... - 12:00 Revision 6fe99bc8: [BUGFIX] Embed parameters in SQL fragment create by getSelectQuery
- Use quoted/escaped values embedded in the SQL fragment instead of named
parameters in QueryGenerator::getSelectQuery.... - 11:59 Revision 3abdf767: [TASK] Acceptance test installing TYPO3 on mysql
- A basic acceptance tests clicking through installer
using a mysql db connection, checking backend login
and "blank" s... - 11:47 Revision 52e57524: [BUGFIX] Embed parameters in SQL fragment create by getSelectQuery
- Use quoted/escaped values embedded in the SQL fragment instead of named
parameters in QueryGenerator::getSelectQuery....
2017-05-21
- 14:59 Revision cd3733e7: [TASK] Minor CGL cleanup makes php-cs-fixer happy
- Change-Id: I4ce5bae6d200bbd7eba6679136375c71cfb6e268
Resolves: #81289
Releases: master, 8.7
Reviewed-on: https://revi... - 14:50 Revision a4a9fddf: [TASK] Minor CGL cleanup makes php-cs-fixer happy
- Change-Id: I4ce5bae6d200bbd7eba6679136375c71cfb6e268
Resolves: #81289
Releases: master, 8.7
Reviewed-on: https://revi... - 12:04 Revision c8f21dc9: [TASK] Update typo3/testing-framework to 1.0.6
- A couple of bug fixes and a setup for acceptance tests
of the installation procedure.
Change-Id: I97c211acb6f65a48ee... - 11:10 Revision bab07b33: [TASK] Update typo3/testing-framework to 1.0.6
- A couple of bug fixes and a setup for acceptance tests
of the installation procedure.
Change-Id: I97c211acb6f65a48ee... - 01:21 Revision 4e22184c: [CLEANUP] Review comment and sig of addMountPointParameterToPage()
- Releases: master, 8.7
Resolves: #81280
Change-Id: I8689827c9e33202e7659a39bb55e7a9bfd792aa2
Reviewed-on: https://revi... - 00:56 Revision 5cfbd008: [CLEANUP] Review comment and sig of addMountPointParameterToPage()
- Releases: master, 8.7
Resolves: #81280
Change-Id: I8689827c9e33202e7659a39bb55e7a9bfd792aa2
Reviewed-on: https://revi...
2017-05-20
- 22:06 Revision 74fe54c6: [TASK] Cleanup .gitignore components directory
- The components/ directory has been a temporary directory in v8 phase,
does not exist anymore and can be removed from ... - 21:40 Revision f2feb5a3: [TASK] Cleanup .gitignore components directory
- The components/ directory has been a temporary directory in v8 phase,
does not exist anymore and can be removed from ...
2017-05-19
- 14:01 Revision 86b39e84: [BUGFIX] Make sure relative URL receives a proper host part for errorpage
- If the code given for PageNotFound_handling is a relative URL, the host
determination gets skipped, resulting in a re... - 13:16 Revision ff5fa1d1: [BUGFIX] Make sure relative URL receives a proper host part for errorpage
- If the code given for PageNotFound_handling is a relative URL, the host
determination gets skipped, resulting in a re...
2017-05-18
- 18:28 Revision ed05d521: [BUGFIX] Prevent duplicated special char in backend breadcrumb
- Prevent duplicated special char conversion of page title in
TYPO3 backend breadcrumb and fix title cropping
Resolves... - 17:36 Revision 2b8d612c: [BUGFIX] Prevent duplicated special char in backend breadcrumb
- Prevent duplicated special char conversion of page title in
TYPO3 backend breadcrumb and fix title cropping
Resolves... - 17:00 Revision 3f5effaa: [BUGFIX] Remove doubled SQL query in PageRepository
- The method PageRepository->checkWorkspaceAccess() does a SQL query to fetch
the workspace record, then hands it over ... - 16:37 Revision f2292aba: [BUGFIX] Fix typo in rst file
- Related: #81171
Resolves: #81258
Releases: master
Change-Id: I2a07571bb45aefd5927498dee5604edb99ba271b
Reviewed-on: h... - 16:08 Revision 9fe9d0a3: [BUGFIX] Remove doubled SQL query in PageRepository
- The method PageRepository->checkWorkspaceAccess() does a SQL query to fetch
the workspace record, then hands it over ... - 16:03 Revision cde94b4b: [BUGFIX] Page tree request in a workspaces times out
- Tryign to determine workspace versions for a particular database table
results in a very long process execution time ... - 15:55 Revision 90078db3: [TASK] Streamline icons (order/style) in InlineRecordContainer
- In order to be consistent, change the button order and styling
(according to the list module) in the InlineRecordCont... - 15:53 Revision e3d973cb: [BUGFIX] Fix wrong comment in TSFE for xhtmlDoctype property
- The comment was wrong because the TSFE-Controller
takes care of setting this option internally.
Resolves: #81219
Rel... - 15:52 Revision 4d056965: [BUGFIX] Page tree request in a workspaces times out
- Tryign to determine workspace versions for a particular database table
results in a very long process execution time ... - 15:48 Revision 2ad05572: [TASK] Streamline icons (order/style) in InlineRecordContainer
- In order to be consistent, change the button order and styling
(according to the list module) in the InlineRecordCont... - 15:43 Revision d1df82c4: [BUGFIX] Fix wrong comment in TSFE for xhtmlDoctype property
- The comment was wrong because the TSFE-Controller
takes care of setting this option internally.
Resolves: #81219
Rel... - 15:28 Revision e2c8ffe9: [BUGFIX] DBAL: Assure all optional query array parameters are set
- The method »exec_SELECT_queryArray« uses an incoming array and
passes all possible query array keys on to the »exec_S... - 15:19 Revision 0c3f3523: [BUGFIX] Render prepended option tag always in first place
- Currently the prepend option is rendered together with the options
argument from select viewhelper. Using the option ... - 15:08 Revision 80c6cf21: [BUGFIX] Render prepended option tag always in first place
- Currently the prepend option is rendered together with the options
argument from select viewhelper. Using the option ... - 15:01 Revision 843a5d58: [BUGFIX] Typo3DBQueryParser fails to wrap subselect in braces
- When the Typo3DBQueryParser converts Extbase queries to Doctrine
queries, it creates subselects for certain relation ... - 14:59 Revision a819b117: [TASK] Convert ViewHelpers to static calling
- Several ViewHelpers were not yet converted to use
the renderStatic method and CompileWith* traits
from Fluid. This pa... - 14:53 Revision ef518718: [BUGFIX] Use different field for logging in EXT:scheduler
- The public method Scheduler::log accepts an optional $code as 3rd
parameter. Add this information to the parameter $d... - 14:45 Revision bd5511e6: [BUGFIX] Typo3DBQueryParser fails to wrap subselect in braces
- When the Typo3DBQueryParser converts Extbase queries to Doctrine
queries, it creates subselects for certain relation ... - 14:42 Revision bbf4b2d0: [BUGFIX] Use different field for logging in EXT:scheduler
- The public method Scheduler::log accepts an optional $code as 3rd
parameter. Add this information to the parameter $d... - 13:54 Revision 80ad5704: [!!!][TASK] Drop dedicated edit view in EXT:tstemplate
- Triggering ext:t3editor out-of-bound of FormEngine is pretty tricky and
blocks further development of t3editor. To st... - 13:37 Revision 506c379b: [CLEANUP] Update comment of PageRepository::getMountPointInfo()
- Update the comment of the mehtod PageRepository::getMountPointInfo().
Add hint addressing to the usage of recursive m... - 13:22 Revision 2e0f5a85: [CLEANUP] Update comment of PageRepository::getMountPointInfo()
- Update the comment of the mehtod PageRepository::getMountPointInfo().
Add hint addressing to the usage of recursive m... - 13:08 Revision d8fd6028: [TASK] Fix typo in documentation intent-left > indent-left
- Releases: master, 8.7
Resolves: #81253
Change-Id: I9920ba02349d51925610c2bd04fd8c3ea668e3a6
Reviewed-on: https://revi... - 13:06 Revision 389e79c3: [BUGFIX] Use EXEC_TIME for sys_log entry instead of time()
- DataHandler does a lookup in sys_log table after it performed
its operations to find relevant error entries for the c... - 12:58 Revision 45b73611: [TASK] Bootstrap: Load TCA configuration on every request
- By moving Bootstrap::loadBaseTca() to the configure() call of the
TYPO3 Bootstrap, the global TCA variable is now pop... - 12:39 Revision f06bc763: [BUGFIX] Use EXEC_TIME for sys_log entry instead of time()
- DataHandler does a lookup in sys_log table after it performed
its operations to find relevant error entries for the c... - 11:56 Revision f25149a4: [TASK] Fix typo in documentation intent-left > indent-left
- Releases: master, 8.7
Resolves: #81253
Change-Id: I9920ba02349d51925610c2bd04fd8c3ea668e3a6
Reviewed-on: https://revi... - 11:48 Revision 90e9edc3: [BUGFIX] Use EXEC_TIME for sys_log entry instead of time()
- DataHandler does a lookup in sys_log table after it performed
its operations to find relevant error entries for the c...
2017-05-17
- 23:15 Revision 43b7459d: [BUGFIX] Correct doctrine expression for perms_clause
- During the refactoring to doctrine in https://review.typo3.org/#/c/48574
a wrong expression was used. Use notIn() ins... - 23:14 Revision 7ec7f15b: [BUGFIX] Correct doctrine expression for perms_clause
- During the refactoring to doctrine in https://review.typo3.org/#/c/48574
a wrong expression was used. Use notIn() ins... - 23:02 Revision dcd76ab2: [BUGFIX] EXT:beuser: Fix action icon (compare user)
- In EXT:beuser -> Backend User Listing there is the
possibility to add an user to the compare list.
If the user is al... - 17:27 Revision 22ac92cc: [BUGFIX] EXT:beuser: Fix action icon (compare user)
- In EXT:beuser -> Backend User Listing there is the
possibility to add an user to the compare list.
If the user is al... - 17:11 Revision 7bf27e60: [BUGFIX] Fix parse time calculation
- Parse time calculation in RequestHandler was wrong,
additionally the same calculation is used in admin panel view.
T... - 16:59 Revision c02b3fb5: [FOLLOWUP][BUGFIX] Fix parse time calculation
- Unit test: Fix namespace, test file location and class inheritance.
Change-Id: Ida24b5adf747dc7c259a966fcddfdb7feb9f... - 14:55 Revision 32f18c87: [BUGFIX] HtmlArea: Use getAttribute() directly
- RTE HtmlArea uses getAttributeNode() for gecko
browsers, however this is deprecated in current
Firefox versions.
To ... - 14:47 Revision a95b8a1c: [BUGFIX] Fix minor ux issues in EXT:recycler
- * move multi selector to the left
* separate action icons
* use info icon to open more information
* move mass action... - 14:39 Revision 8ae276bd: [BUGFIX] Fix minor ux issues in EXT:recycler
- * move multi selector to the left
* separate action icons
* use info icon to open more information
* move mass action... - 14:16 Revision 0e892d63: [TASK] Deprecate "noWSOL" in PageRepository->getRecordRaw
- The method getRecordRaw has a very unspeakable method argument called
"noWSOL" which is only used internally within P... - 14:08 Revision 8aec03e2: [BUGFIX] Add `controlsList` as known additional attribute
- The HTML5 attribute `controlsList` is used in at least Google Chrome
to limit the control buttons. The AudioTagRender... - 13:54 Revision 6c5a4859: [BUGFIX] Add `controlsList` as known additional attribute
- The HTML5 attribute `controlsList` is used in at least Google Chrome
to limit the control buttons. The AudioTagRender... - 13:12 Revision c150986e: [TASK] Unit test fails with recent PHP releases
- Recent PHP unit minor upgrades fixed a bug in DateTimeZone reflection
which is used as test object in our ObjectAcces... - 13:12 Revision 582909b2: [TASK] Unit test fails with recent PHP releases
- Recent PHP unit minor upgrades fixed a bug in DateTimeZone reflection
which is used as test object in our ObjectAcces... - 12:37 Revision 74b49389: [TASK] Unit test fails with recent PHP releases
- Recent PHP unit minor upgrades fixed a bug in DateTimeZone reflection
which is used as test object in our ObjectAcces... - 12:33 Revision 3573d80a: [FEATURE] Introduce .typoscript file extension
- The new file extension .typoscript will be the default for TypoScript
configuration files and is the only recommended... - 11:48 Revision 09a61027: [FEATURE] Introduce .typoscript file extension
- The new file extension .typoscript will be the default for TypoScript
configuration files and is the only recommended... - 11:16 Revision 46df7176: [!!!][TASK] Migrate EXT:context_help into EXT:backend
- Merge the extension into EXT:backend as it only consists of
one AJAX controller - all other functionality related to ... - 10:14 Revision 19a4d2b4: [!!!][TASK] Remove deprecated Fluid Viewhelper arguments
- Remove arguments within f:be.container and f:be.pageRenderer which
have been marked as deprecated before:
* f:be.con... - 09:00 Revision 39752c58: [BUGFIX] Fix parse time calculation
- Parse time calculation in RequestHandler was wrong,
additionally the same calculation is used in admin panel view.
T... - 08:31 Revision a8c49ace: [!!!][TASK] Remove deprecated parameters in RecyclerUtility
- EXT:recycler has some deprecated code that is now removed.
Releases: master
Resolves: #81237
Change-Id: I6db8ac155f2... - 08:19 Revision 4dc552d4: [BUGFIX] Unset current file in generic Content Object Renderer
- When function is done, reset current file for further processing
Resolves: #77645
Releases: master, 8.7, 7.6
Change-... - 07:45 Revision 3bca59d4: [BUGFIX] Unset current file in generic Content Object Renderer
- When function is done, reset current file for further processing
Resolves: #77645
Releases: master, 8.7, 7.6
Change-... - 07:45 Revision d52c0d6b: [BUGFIX] Unset current file in generic Content Object Renderer
- When function is done, reset current file for further processing
Resolves: #77645
Releases: master, 8.7, 7.6
Change-...
2017-05-14
- 14:27 Revision 71629357: [TASK] Introduce cache for readLLfile()
- Cache the result of readLLfile() gives a better performance
for cases where readLLfile() is called often.
Resolves: ... - 14:27 Revision 77e61969: [TASK] Introduce cache for readLLfile()
- Cache the result of readLLfile() gives a better performance
for cases where readLLfile() is called often.
Resolves: ...
2017-05-13
- 18:19 Revision 699ee71d: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/96 from jousch/patch-1
- [TASK] styleguide: Update TYPO3 version constraint
- 13:47 Revision 56eb9233: [TASK] styleguide: Update TYPO3 version constraint
- to support TYPO3 9.x-dev
2017-05-12
- 19:43 Revision 5ff1c272: [TASK] Move LanguageService to EXT:core
- The main $GLOBALS['LANG'] class has been moved to the core extension into the "Localization"
namespace, where all oth... - 16:22 Revision 33bce7de: [BUGFIX] Add UI blocker to prevent loading issues in FormEngine
- Resolves: #80672
Releases: master, 8.7, 7.6
Change-Id: I52da6df109531f2a29acbb99b7871dc6227974b7
Reviewed-on: https:/... - 16:21 Revision 6e13bffd: [BUGFIX] Add UI blocker to prevent loading issues in FormEngine
- Resolves: #80672
Releases: master, 8.7, 7.6
Change-Id: I52da6df109531f2a29acbb99b7871dc6227974b7
Reviewed-on: https:/... - 16:16 Revision bb571e81: [BUGFIX] Let ElementInfo Template take care of proper title crop
- If the title is too long, it gets cropped. Then, the link title must
contain the whole string in order to provide a p... - 15:19 Revision a04cfb80: [BUGFIX] Let ElementInfo Template take care of proper title crop
- If the title is too long, it gets cropped. Then, the link title must
contain the whole string in order to provide a p... - 14:28 Revision 96a266ad: [TASK] Throw explicit exception on missing link handler class
- This adds the link handler identifier to the error message which
makes it easier to fix the missing class reference.
... - 14:21 Revision 17776e48: [TASK] Throw explicit exception on missing link handler class
- This adds the link handler identifier to the error message which
makes it easier to fix the missing class reference.
... - 14:09 Revision 7f2c9573: [TASK] Throw explicit exception on missing link handler class
- This adds the link handler identifier to the error message which
makes it easier to fix the missing class reference.
... - 12:39 Revision f8a63d89: [!!!][TASK] Drop TSFE->dtdAllowsFrames
- The typolink calculation for checking of allowing frames has been encapsulated
in the TypoLinkBuilder extraction, so ... - 11:26 Revision dca925ae: [BUGFIX] Indexed Search should use FrontendRestrictionsContainer
- Indexed Search still uses enableFields for querying page records,
unlike most other places in the TYPO3 Core. This sh... - 09:53 Revision 3bc81866: [BUGFIX] Indexed Search should use FrontendRestrictionsContainer
- Indexed Search still uses enableFields for querying page records,
unlike most other places in the TYPO3 Core. This sh...
2017-05-11
- 22:03 Revision e0b82263: [TASK] Do not throw exception on unavailable APC(u) cache backend
- Log an error (keeping the website available) instead of throwing an
exception (and thus completely disabling it) if T... - 21:43 Revision 1181ff42: [TASK] Make MemcachedBackend a transient backend
- Allows passing non-string values to the backend, which
is perfectly allowed for this type of backend. The change
mean... - 21:05 Revision 2de9fb40: [TASK] Do not throw exception on unavailable APC(u) cache backend
- Log an error (keeping the website available) instead of throwing an
exception (and thus completely disabling it) if T... - 19:00 Revision e8bee7ea: [TASK] Remove TSFE->getDocumentTemplate
- Calling the protected method getDocumentTemplate() within TSFE
was added while cleaning up to be PHP-Storm-green in 2... - 18:43 Revision 73e75043: [BUGFIX] Added missing workspace preview info
- The workspace preview info got lost from TYPO3 4.5 to 4.6. This commit
readds the info and respects the same TypoScri... - 17:31 Revision d949da95: [BUGFIX] Linkvalidator: Scheduler task not working correctly
- The scheduler task does not check anything but just returns and does not
send an email. Furthermore it is not possibl... - 17:30 Revision 2e526cc1: [BUGFIX] Added missing workspace preview info
- The workspace preview info got lost from TYPO3 4.5 to 4.6. This commit
readds the info and respects the same TypoScri... - 17:24 Revision 54e2b699: [BUGFIX] DBAL: Ensure correct mysqli resource for admin_get_tables query
- The admin_get_tables method tries to fetch all available database tables
from the default connection. But using the n... - 17:17 Revision 2d536cfd: [BUGFIX] Linkvalidator: Scheduler task not working correctly
- The scheduler task does not check anything but just returns and does not
send an email. Furthermore it is not possibl... - 16:26 Revision 9e01773c: [FEATURE] PageLayoutView - Allow to disable copy- / translate- buttons
- The localization actions "Translate" and "Copy" are now toggleable by
PageTS and UserTS.
Resolves: #76910
Releases: ... - 16:08 Revision 564c71b5: [BUGFIX] Respect link target for individual pages in menu generation
- The link target configuration for a page was ignored during menu
generation. The link target is now respected and wil... - 16:08 Revision f4c0c5a6: [BUGFIX] Respect link target for individual pages in menu generation
- The link target configuration for a page was ignored during menu
generation. The link target is now respected and wil... - 15:48 Revision ef16c8ab: [FOLLOWUP][BUGFIX] Convert ViewHelpers to static calling
- Followup to prevent a variable reassignment which in
turn prevents overriding the controller, extension and
plugin na... - 15:26 Revision be170fb6: [BUGFIX] Set default root paths constants in Indexed Search
- Resolves: #80923
Releases: master, 8.7
Change-Id: Id291a086c6ce4717d5b934d80cd7a4101fb985af
Reviewed-on: https://revi... - 15:14 Revision df6594df: [BUGFIX] Add UI blocker to prevent loading issues in FormEngine
- Resolves: #80672
Releases: master, 8.7, 7.6
Change-Id: I52da6df109531f2a29acbb99b7871dc6227974b7
Reviewed-on: https:/... - 15:11 Revision 169982ce: [TASK] Replace outdated nowrap attribute
- The outdated nowrap attribute for table tags
is replaced by a class addition, bringing
the functional stylings
Resol... - 15:06 Revision 3eebf358: [TASK] Convert ViewHelpers to static calling
- Several ViewHelpers were not yet converted to use
the renderStatic method and CompileWith* traits
from Fluid. This pa... - 14:58 Revision b222eb88: [BUGFIX] Set default root paths constants in Indexed Search
- Resolves: #80923
Releases: master, 8.7
Change-Id: Id291a086c6ce4717d5b934d80cd7a4101fb985af
Reviewed-on: https://revi... - 14:41 Revision 19304035: [BUGFIX] Fix non-unique hash values in SysRefindexHashUpdater
- The new hash calculation can result in non-unique hash values when
updating old hashes. This is due to the new algori... - 14:40 Revision c33dc1a2: [TASK] Cover getContentObject related methods by unit tests.
- Cover getContentObject related methods of ContentObjectRenderer
by unit tests.
Resolves: #80737
Releases: master, 8.... - 14:39 Revision 46450f90: [TASK] Add unit test for Typolink resolveTargetAttribute
- Add a unit test for AbstractTypolinkBuilder::resolveTargetAttribute.
Releases: master, 8.7
Resolves: #80618
Change-I... - 14:34 Revision 07e13c52: [TASK] Replace outdated nowrap attribute
- The outdated nowrap attribute for table tags
is replaced by a class addition, bringing
the functional stylings
Resol... - 14:29 Revision 5a35cc7a: [BUGFIX] Use DBAL Restrictions for index_config queries
- The IndexSearch repository calls $TSFE->sys_page->enableFields
for queries on index_config which has very static info... - 14:25 Revision 63a3a08c: [BUGFIX] Use renderType selectSingle for field t3_tables of sys_action
- The field t3_tables of sys_action must be rendered as a single
select field. This was also the behaviour before the r... - 14:25 Revision 643ac435: [BUGFIX] Use renderType selectSingle for field t3_tables of sys_action
- The field t3_tables of sys_action must be rendered as a single
select field. This was also the behaviour before the r... - 14:24 Revision b16a84fb: [BUGFIX] Use renderType selectSingle for field t3_tables of sys_action
- The field t3_tables of sys_action must be rendered as a single
select field. This was also the behaviour before the r... - 14:13 Revision 915ea19a: [TASK] Cover getContentObject related methods by unit tests.
- Cover getContentObject related methods of ContentObjectRenderer
by unit tests.
Resolves: #80737
Releases: master, 8.... - 14:10 Revision 4166cde8: [TASK] Add unit test for Typolink resolveTargetAttribute
- Add a unit test for AbstractTypolinkBuilder::resolveTargetAttribute.
Releases: master, 8.7
Resolves: #80618
Change-I... - 14:02 Revision 004cdfff: [BUGFIX] Fix path to Header partial in Textmedia and Textpic
- Fix path to call the existing partial Partials/Header/All instead of
Partials/Header.
Releases: master,8.7
Resolves:... - 14:00 Revision 24fda20a: [BUGFIX] Use DBAL Restrictions for index_config queries
- The IndexSearch repository calls $TSFE->sys_page->enableFields
for queries on index_config which has very static info... - 13:53 Revision b8217014: [BUGFIX] Make DataHandler multibyte-safe
- There are still a few places left where multibyte string functions
are not used. Since 8.x the core delivers a mbstri... - 13:53 Revision 1e371922: [BUGFIX] Make DataHandler multibyte-safe
- There are still a few places left where multibyte string functions
are not used. Since 8.x the core delivers a mbstri... - 13:49 Revision 9743e3cf: [BUGFIX] Fix path to Header partial in Textmedia and Textpic
- Fix path to call the existing partial Partials/Header/All instead of
Partials/Header.
Releases: master,8.7
Resolves... - 13:49 Revision aae0a2be: [TASK] Move CSH files from context_help to correct places
- Instead of having some CSH files in the ext "context_help"
it is better to move those to the correct places.
Resolve... - 13:43 Revision dd4b5f6c: [BUGFIX] Ensure extractDottedPathToLastElement() always returns a string
- Resolves: #80919
Releases: master, 8.7
Change-Id: I3fddc6e83a117d25ec7abeb7d82130275321c2c7
Reviewed-on: https://revi... - 13:30 Revision af31e193: [BUGFIX] Ensure extractDottedPathToLastElement() always returns a string
- Resolves: #80919
Releases: master, 8.7
Change-Id: I3fddc6e83a117d25ec7abeb7d82130275321c2c7
Reviewed-on: https://revi... - 13:29 Revision 4c6ba8aa: [BUGFIX] Reload page tree after deleting pages
- After deleting a subpage the page tree doesn't reload so you don't have
the delete button in context menu from the pa... - 13:22 Revision dbc5b072: [BUGFIX] INCLUDE_TYPOSCRIPT condition use correct ConditionMatcher
- In order to support all conditions correctly
whether one is in FE or BE the condition
has to be matched against the c... - 13:21 Revision 227483f8: [BUGFIX] INCLUDE_TYPOSCRIPT condition use correct ConditionMatcher
- In order to support all conditions correctly
whether one is in FE or BE the condition
has to be matched against the c... - 12:59 Revision 35fe85f3: [BUGFIX] INCLUDE_TYPOSCRIPT condition use correct ConditionMatcher
- In order to support all conditions correctly
whether one is in FE or BE the condition
has to be matched against the c... - 12:48 Revision e4fc1dc1: [TASK] travis-ci: Drop JS unit tests
- Drop the jasmine / karma based JS unit tests from travis. They're
becoming unstable and are executed as pre-merge tes... - 12:38 Revision 10cbbaf8: [TASK] travis-ci: Drop JS unit tests
- Drop the jasmine / karma based JS unit tests from travis. They're
becoming unstable and are executed as pre-merge tes... - 11:34 Revision 5ac23cf3: [BUGFIX] Add missing SQL index for EM repository update
- Due to the large number of extensions, the query that
checks if an extension exists needs an index that
covers all of... - 11:04 Revision 5e679e9e: [TASK] EXT:scheduler:action icons and sorting
- In order to be consistent, add action icons
and sort multi action buttons according to the single action.
Resolves: ... - 11:04 Revision 1e0c2bcb: [TASK] EXT:scheduler:action icons and sorting
- In order to be consistent, add action icons
and sort multi action buttons according to the single action.
Resolves: ... - 10:35 Revision 2648d871: [BUGFIX] Load PageTSconfig in localconf for LinkHandler
- The pageTSconfig for LinkHandler is only loaded in ext_tables.php
which means it is only evaluated in the Frontend wh... - 07:59 Revision 3a189135: [TASK] Deprecate TYPO3.Popover
- Depcrecate member instance TYPO3.Popover and replace usage
in the core.
Resolves: #78410
Releases: master
Change-Id:...
2017-05-10
- 22:07 Revision 6c1a87a2: [BUGFIX] Use typeRoot instead of old typing style
- Resolves: #78875
Releases: master
Change-Id: Ic4fa900cb40520d5e08df0111b5d4e5d0d859b85
Reviewed-on: https://review.ty... - 17:31 Revision cf16649a: [TASK] Improve BE description of mount point overlay
- Give a more precise description of the mount point overlay behaviour:
- Update labels of the page tree.
- Update lab... - 17:31 Revision 2a0d4a99: [BUGFIX] Ensure Frontend User image update is not offered
- Releases: master, 8.7
Resolves: #81180
Change-Id: I87a8a5b694ad579f6ba31feb10094298ecabf9e7
Reviewed-on: https://revi... - 16:02 Revision cf51ba3e: [TASK] Improve BE description of mount point overlay
- Give a more precise description of the mount point overlay behaviour:
- Update labels of the page tree.
- Update lab... - 16:00 Revision 70ddd782: [BUGFIX] Ensure Frontend User image update is not offered
- Releases: master, 8.7
Resolves: #81180
Change-Id: I87a8a5b694ad579f6ba31feb10094298ecabf9e7
Reviewed-on: https://revi... - 14:50 Revision 80d436fd: [DOC] Fix version number in documentation files
- Releases: master, 8.7
Resolves: #81181
Change-Id: Ic99ff9d38b4f813a86b37e645b17cf4203a5a5a0
Reviewed-on: https://revi... - 14:50 Revision 00ce71a1: [DOC] Fix version number in documentation files
- Releases: master, 8.7
Resolves: #81181
Change-Id: Ic99ff9d38b4f813a86b37e645b17cf4203a5a5a0
Reviewed-on: https://revi...
2017-05-08
- 10:38 Revision 8fcd3b44: [FEATURE] Store recent su’ed users and render quicklinks in user menu
- When a backend user with admin privileges switches to another user, the
entered user is now stored in the uc. The use...
2017-05-05
- 20:21 Revision 084e22c2: [TASK] Resolve hidden dependency from EXT:backend to EXT:rsaauth
- Moves always-executed code into a hook which only executes
if the rsaauth extension is installed.
Change-Id: I11cb69... - 19:13 Revision 8c27876a: [BUGFIX] Do not sort tree nodes after each append
- Nodes should not be sorted after each element append but only once at
the end.
This will reduce the execution time o... - 19:04 Revision 359a8881: [BUGFIX] Do not sort tree nodes after each append
- Nodes should not be sorted after each element append but only once at
the end.
This will reduce the execution time o... - 17:52 Revision f3c0b666: [BUGFIX] Add missing SQL index for EM repository update
- Due to the large number of extensions, the query that
checks if an extension exists needs an index that
covers all of... - 17:15 Revision e283ca78: [BUGFIX] Correct typos in AbstractPlugin::pi_list_browseresults()
- * Add a forgotten '$'
* Encapsulate ternary condition before concatenating strings
Resolves: #81153
Releases: master... - 17:06 Revision 154b5e7d: [BUGFIX] Correct typos in AbstractPlugin::pi_list_browseresults()
- * Add a forgotten '$'
* Encapsulate ternary condition before concatenating strings
Resolves: #81153
Releases: master... - 16:47 Revision 4ecf1fd7: [BUGFIX] Add missing SQL index for EM repository update
- Due to the large number of extensions, the query that
checks if an extension exists needs an index that
covers all of... - 16:17 Revision f40edb43: [FEATURE] Allow exclusion of records in localization wizard
- This patch adds a checkbox next to each record that is about to be
localized in the wizard. All checkboxes are enable... - 14:02 Revision 22195c0b: [CLEANUP] Cleanup of method updateRefIndexTable
- Limit the selected SQL fields to hash value only, since this
is sufficient for the processing. Use a boolean value fo... - 13:45 Revision cde924eb: [CLEANUP] Cleanup of method updateRefIndexTable
- Limit the selected SQL fields to hash value only, since this
is sufficient for the processing. Use a boolean value fo...
2017-05-04
- 15:01 Revision 3ec27592: [BUGFIX] Avoid exceptions during indexing with indexed_search
- The exception "you need to add at least one set of values before
generating the SQL" occurs if the bulkInsert is trig... - 14:47 Revision f111a148: [BUGFIX] Avoid exceptions during indexing with indexed_search
- The exception "you need to add at least one set of values before
generating the SQL" occurs if the bulkInsert is trig... - 12:00 Revision bee2c439: [BUGFIX] Add `config.contentObjectExceptionHandler` to tsref.xml
- The TypoScript setting `config.contentObjectExceptionHandler` was
introduced in TYPO3 7.0 but is still missing in tsr... - 11:59 Revision 0aaa6781: [BUGFIX] Add `config.contentObjectExceptionHandler` to tsref.xml
- The TypoScript setting `config.contentObjectExceptionHandler` was
introduced in TYPO3 7.0 but is still missing in tsr... - 11:53 Revision 77bca80c: [BUGFIX] Add `config.contentObjectExceptionHandler` to tsref.xml
- The TypoScript setting `config.contentObjectExceptionHandler` was
introduced in TYPO3 7.0 but is still missing in tsr... - 08:05 Revision fcc2fdd8: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/95 from kaystrobach/patch-1
- [BUGFIX] styleguide: allow multi extension permissions
- 08:01 Revision f0dea8d2: [BUGFIX] styleguide: allow multi extension permissions
- This fixes the problem, that styleguide removes permissions from all other extensions due to overwriting the whole array
2017-05-03
- 20:12 Revision 38cb2a8e: [BUGFIX] EXT:form - fix usage of deprecated functions
- Resolves: #80987
Releases: master
Change-Id: Ib6d07021bc6784f74da135487c416af2f21cbd6b
Reviewed-on: https://review.ty... - 13:29 Revision f187f599: [BUGFIX] Ignore open_basedir warning for files outside the website root
- Suppress warnings generated by getFilenameFromMainDir() when it needs
to check file paths outside the website root an... - 13:20 Revision aa2cd35f: [BUGFIX] Ignore open_basedir warning for files outside the website root
- Suppress warnings generated by getFilenameFromMainDir() when it needs
to check file paths outside the website root an... - 12:01 Revision 282e38af: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/94 from liayn/patch-1
- [TASK] styleguide: Add example for displayCond with AND in FlexForms
- 09:21 Revision 56825d2f: [TASK] Simplify default backend layout
- To simplify the life for beginners the default backend layout
should only show one content column.
Therefore only the...
2017-05-02
- 22:58 Revision d24e7467: [TASK] Remove unused CSH images of the extension manager
- A couple of unused images which have been used for the
context sensitive help of the extension manager are
unused and... - 22:20 Revision 403a8dd4: [TASK] styleguide: Add example for displayCond with AND in FlexForms
- 20:36 Revision 1685e6e9: [TASK] Show copy and cut buttons in filelist options
- At the moment it is only possible to copy or cut files / folder over the
clickmenu. With this patch the copy and cut ... - 20:36 Revision ed8c7bd7: [TASK] Show copy and cut buttons in filelist options
- At the moment it is only possible to copy or cut files / folder over the
clickmenu. With this patch the copy and cut ... - 20:35 Revision 58bf6484: [TASK] Show copy and cut buttons in filelist options
- At the moment it is only possible to copy or cut files / folder over the
clickmenu. With this patch the copy and cut ... - 20:31 Revision 707f1ccc: [TASK] Move ExtDirect component registration to EXT:backend
- Although this functionality will be removed anyway as soon as possible,
moving this code to EXT:backend where it belo... - 20:25 Revision 0b5ff968: [CLEANUP] EXT:recordlist
- - Remove duplicated code
- Remove 2nd argument to call of LanguageService::sL
- Smaller nitpicks
Releases: master
Re... - 20:21 Revision 4e505b77: [TASK] Resolve empty table row issue
- When saving a table content element an empty row was added
each time.
This issue is resolved by combining the lines t... - 20:21 Revision e617abdb: [BUGFIX] Catch SQL Errors in SysRefindexHashUpdater
- Show the actual SQL error message to the user when an error
occurs while executing the update statements in the
SysRe... - 20:08 Revision 726a6fc7: [TASK] Remove obsolete htmlarea display hotfix
- The display hotfix for the old RTE was required to bypass some
initialization issues. This hotfix is not required any... - 20:06 Revision 61bb768b: [BUGFIX] Catch SQL Errors in SysRefindexHashUpdater
- Show the actual SQL error message to the user when an error
occurs while executing the update statements in the
SysRe... - 20:06 Revision 8762586a: [TASK] Streamline UI of PageTS config > View TSconfig fields content
- Instead of tables, the TSconfig is now rendered into panels. Additionally,
the edit links are now styled as buttons.
... - 20:03 Revision cef81b4f: [TASK] Resolve empty table row issue
- When saving a table content element an empty row was added
each time.
This issue is resolved by combining the lines t... - 20:03 Revision 8b295834: [BUGFIX] Allow arbitrary protocols in new LinkService
- Since TYPO3 v8 it is not possible to simply create a link to "tel:+491727144385" anymore,
which was possible in TYPO3... - 19:57 Revision 6f3343c9: [TASK] Remove unused property "cache_getRootline" in PageRepository
- The protected property $cache_getRootLine is not in use anymore
and can safely be removed.
Resolves: #81101
Releases... - 19:52 Revision 78affb44: [BUGFIX] Allow arbitrary protocols in new LinkService
- Since TYPO3 v8 it is not possible to simply create a link to "tel:+491727144385" anymore,
which was possible in TYPO3... - 19:52 Revision 3c3cd294: [TASK] Remove references to EXT:static_template
- Since 6.2 static_template has been moved into the TER.
Remove any usages of that old thing in the core.
Resolves: #8... - 14:25 Revision 25c23991: [BUGFIX] allow deletion folder with deleted references to files
- Filelist currently doesn't allow the deletion of a folder
with references to files that have been deleted
because wit... - 14:25 Revision 7b1ac7d3: [BUGFIX] allow deletion folder with deleted references to files
- Filelist currently doesn't allow the deletion of a folder
with references to files that have been deleted
because wit... - 12:49 Revision d0ae4723: [TASK] Info Pagetree Overview spaces between icons and text
- Improved rendering of "Pagetree Overview" under the info module
Releases: master, 8.7
Resolves: #76472
Change-Id: Ic... - 11:43 Revision b09978eb: [FOLLOWUP][BUGFIX] LinkService must handle old ?id=xyz links
- Changed so ../index.php?id=xyz links are also matched.
Resolves: #80986
Releases: master, 8.7
Change-Id: Idc4cb14df4... - 11:33 Revision c9e98121: [TASK] Info Pagetree Overview spaces between icons and text
- Improved rendering of "Pagetree Overview" under the info module
Releases: master, 8.7
Resolves: #76472
Change-Id: Ic... - 10:22 Revision 6107947c: [FOLLOWUP][BUGFIX] LinkService must handle old ?id=xyz links
- Changed so ../index.php?id=xyz links are also matched.
Resolves: #80986
Releases: master, 8.7
Change-Id: Idc4cb14df4... - 09:30 Revision 55b89389: [TASK] Remove unused property "cache_getRootline" in PageRepository
- The protected property $cache_getRootLine is not in use anymore
and can safely be removed.
Resolves: #81101
Releases... - 08:41 Revision 98bd5416: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/93 from helsner/mergeFixes
- [BUGFIX] styleguide: Fix wrong TCA table name
- 08:21 Revision cad5ff14: [BUGFIX] styleguide: Fix wrong TCA table name
- 07:15 Revision e8fff954: [BUGFIX] Use absolute URL for avatars
- Rendering avatar URLs which are not on a remote (gravatar etc)
is the only part which deals with references as in ".....
2017-05-01
- 12:58 Revision 529b43aa: [BUGFIX] Use absolute URL for avatars
- Rendering avatar URLs which are not on a remote (gravatar etc)
is the only part which deals with references as in "..... - 11:55 Revision 4123f950: [TASK] Use fluid inline notation in HTML attribute values
- Resolves: #81061
Releases: master
Change-Id: If045e04a846c1e73b7cff0f89e24ceb94a2f2af4
Reviewed-on: https://review.ty...
2017-04-28
- 16:21 Revision 1ca2e47f: [BUGFIX] Ensure tables already processed are skipped when resuming upgrade
- Change-Id: I991a9cbae2685abbcc606ce39d9f8395574491d1
Resolves: #81067
Releases: master, 8.7
Reviewed-on: https://revi... - 16:20 Revision b6d67a84: [BUGFIX] Ensure tables already processed are skipped when resuming upgrade
- Change-Id: I991a9cbae2685abbcc606ce39d9f8395574491d1
Resolves: #81067
Releases: master, 8.7
Reviewed-on: https://revi... - 14:37 Revision 272a8670: [BUGFIX] Fix typo in sys_registry key for fetching last wizard position
- This fix will let upgrade wizard "Execute database migrations on single rows" restore
last reached position whenever ... - 14:35 Revision dc955ad4: [BUGFIX] Fix typo in sys_registry key for fetching last wizard position
- This fix will let upgrade wizard "Execute database migrations on single rows" restore
last reached position whenever ... - 11:03 Revision 4c9df54a: [BUGFIX] Load PageTSconfig in localconf for LinkHandler
- The pageTSconfig for LinkHandler is only loaded in ext_tables.php
which means it is only evaluated in the Frontend wh... - 11:02 Revision c834c7b2: [BUGFIX] Load PageTSconfig in localconf for LinkHandler
- The pageTSconfig for LinkHandler is only loaded in ext_tables.php
which means it is only evaluated in the Frontend wh... - 10:00 Revision 047b5bbb: [BUGFIX] EXT:form - let the CountValidator provide its arguments
- * Provide the validator's arguments to TYPO3\CMS\Extbase\Validation\Error
* Prevent PHP errors if sprintf is tried to... - 09:40 Revision 84896520: [BUGFIX] BackendUtility should not use PageRepository
- BackendUtility builds a PageRepository object to fetch a SQL query instead
of simply using the Deleted+HiddenRestrict... - 07:31 Revision bb835b8d: [TASK] Streamline PageRepository->getRawRecord
- The fourth parameter of `PageRepository->getRawRecord()` is not
properly used nor useful for public cases and should ...
2017-04-27
- 21:25 Revision 36447587: [BUGFIX] Use correct field `fe_group` instead of non-existent `fe_groups`
- Since #80317, `BackendUtility::ADMCMD_previewCmds()` uses the field
`fe_groups` for the `pages` table, which does not... - 19:59 Revision 6571e8c8: [BUGFIX] Use correct field `fe_group` instead of non-existent `fe_groups`
- Since #80317, `BackendUtility::ADMCMD_previewCmds()` uses the field
`fe_groups` for the `pages` table, which does not... - 17:02 Revision 7a247163: [TASK] Deprecate GeneralUtility::getUserObj()
- This function now does the same as makeInstance() except for an if()
clause, since the API should be unified this met... - 16:52 Revision a23d22fb: [BUGFIX] EXT:form - let the CountValidator provide its arguments
- * Provide the validator's arguments to TYPO3\CMS\Extbase\Validation\Error
* Prevent PHP errors if sprintf is tried to... - 16:29 Revision fb2bc39e: [!!!][TASK] Remove deprecated functionality in EXT:form
- Any code/options related to EXT:form that has been deprecated
in v8 is now removed.
Resolves: #80710
Releases: maste... - 16:20 Revision 47a8acc3: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/92 from helsner/mergeFixes
- [TASK] styleguide: Pre merge fixes
- 16:19 Revision 4fb8deaf: [BUGFIX] CKEditor: Configuration properties not translatable
- Adding custom stylesSets it is not possible to use "LLL:..." syntax. I
would be just display as is.
Add recursive re... - 16:18 Revision 21b7909a: [BUGFIX] CKEditor: Configuration properties not translatable
- Adding custom stylesSets it is not possible to use "LLL:..." syntax. I
would be just display as is.
Add recursive re... - 15:55 Revision f989aa05: [BUGFIX] Load requireJS when requested
- When using requireJS in FE the method loadRequireJs() is called
implicitly when requiring modules.
A refactoring intr... - 15:48 Revision ffe43795: [!!!][TASK] Remove cObj->getClosestMPvalueForPage()
- An internal method that is related to the TypoLinkBuilder extraction
and previously used within cObj->typolink() is r... - 15:45 Revision d6ab7935: [BUGFIX] Load requireJS when requested
- When using requireJS in FE the method loadRequireJs() is called
implicitly when requiring modules.
A refactoring intr... - 14:27 Revision ac72d46c: [TASK] styleguide: Pre merge fixes
- Involves comment removal, redundant code removal
and general adaptions. - 14:15 Revision 0a858f7d: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/91 from helsner/methodExtraction
- [TASK] styleguide: Create localize method for multiple usage
- 14:15 Revision fa50c430: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/90 from helsner/tcasqlUpdate
- [TASK] styleguide: Tca and sql update
- 13:37 Revision 75146d3b: [FOLLOWUP][!!!][TASK] Remove deprecated LanguageService / label functionality
- Remove the 4th argument of the call to
`PageRenderer::addInlineLanguageLabelFile`.
Resolves: #80708
Releases: master... - 13:35 Revision bab006b5: [TASK] Code and comment clean up
- There are several places with typos, or wrong comments.
Additionally, some places still contain a check for PATH_sit... - 13:34 Revision 607b14e9: [BUGFIX] Remove wrong usage of PageRepository->error_getRootLine_failPid
- The TypoScript frontend calls TSFE->sys_page->getRootline() which fills
the public property "error_getRootLine_failPi... - 13:34 Revision 10ff1288: [BUGFIX] Remove wrong usage of PageRepository->error_getRootLine_failPid
- The TypoScript frontend calls TSFE->sys_page->getRootline() which fills
the public property "error_getRootLine_failPi... - 13:31 Revision 407f8c49: [TASK] Code and comment clean up
- There are several places with typos, or wrong comments.
Additionally, some places still contain a check for PATH_sit... - 13:29 Revision 554bb11e: [TASK] Update comments in ExtensionManagementUtility
- Comments now mention that functions in ExtensionManagementUtility
must not be used in ext_tables.php
Resolves: #8083... - 13:29 Revision 8cd574ee: [TASK] Update comments in ExtensionManagementUtility
- Comments now mention that functions in ExtensionManagementUtility
must not be used in ext_tables.php
Resolves: #8083... - 13:01 Revision 5e1b3fef: [TASK] styleguide: Create localize method for multiple usage
- Create new generateTranslatedRecords function for multiple
usage in different tablehandlers.
Also extract the localiz... - 11:20 Revision 9a661248: [TASK] Solve nitpick in EXT:scheduler
- Remove 2nd argument to call of LanguageService::sL.
Resolves: #81029
Releases: master
Change-Id: Id9aecdfc10f8f2f457... - 11:16 Revision ce160ba5: [BUGFIX] Do not prefix FAL file links with absRefPrefix
- When using an external FAL storage the public URLs of files contain a scheme.
Check for the scheme before prefixing w... - 10:44 Revision bd869967: [BUGFIX] Initialize pagesTSconfig for link handler in FE
- In TYPO3 v8, $TSFE->pagesTSconfig is only initialized
when the frontend editing is active, but the link handler depen... - 10:43 Revision 543f14b6: [BUGFIX] Initialize pagesTSconfig for link handler in FE
- In TYPO3 v8, $TSFE->pagesTSconfig is only initialized
when the frontend editing is active, but the link handler depen... - 10:28 Revision 3b40c2ab: [TASK] styleguide: correct create action table fieldname
- 10:13 Revision 1ff04832: Merge branch 'tcasqlUpdate' of github.com:helsner/styleguide into tcasqlUpdate
- 10:12 Revision 2edee525: [TASK] styleguide: Correct delete function to new table fieldname
- 08:30 Revision 4fee4e6d: Merge branch 'master' of github.com:helsner/styleguide
- Conflicts:
Classes/TcaDataGenerator/Generator.php
Classes/TcaDataGenerator/TableHandler/General.php
... - 07:35 Revision 5f770a9d: [TASK] styleguide: Move localize methods around
- 07:31 Revision df51bae5: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/89 from helsner/languageSetup
- [TASK] styleguide: Review fixes and adaptions
- 07:30 Revision 6e72ed14: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/88 from helsner/recordImplementation
- [TASK] styleguide: Implement record creation
2017-04-26
- 23:34 Revision c9d6c46e: [TASK] Set Fluid cache backend to SimpleFileBackend
- A significant performance increase can be achieved
by switching to this backend because FileBackend
will do excessive... - 23:01 Revision 982ed195: [TASK] Set Fluid cache backend to SimpleFileBackend
- A significant performance increase can be achieved
by switching to this backend because FileBackend
will do excessive... - 22:39 Revision 7a8fd642: [BUGFIX] Remove call to getTabMenuRaw in AbstractLinkBrowserController
- Resolves: #80967
Releases: master
Change-Id: Ib8b576f121144a227c67f75f2b7830b1fc649f8d
Reviewed-on: https://review.ty... - 20:43 Revision 523e7eed: [BUGFIX] LinkService must handle old ?id=xyz links
- Resolves: #80986
Releases: master, 8.7
Change-Id: Ibad311e95abca06f2e20656b3b34000a4dfdb8a0
Reviewed-on: https://revi... - 20:42 Revision 922ae4e1: [BUGFIX] LinkService must handle old ?id=xyz links
- Resolves: #80986
Releases: master, 8.7
Change-Id: Ibad311e95abca06f2e20656b3b34000a4dfdb8a0
Reviewed-on: https://revi... - 18:43 Revision 0c1ef306: [BUGFIX] Properly set format of StandaloneView
- The internal TemplatePaths object of the BaseRenderingContext
needs to updated as well, when the format of a view is ... - 18:42 Revision 83a1d676: [FOLLOWUP][!!!][TASK] Remove deprecated code from ext:core
- Read lines which are actually needed, e.g. to show
the settings in the Extension Manager.
Resolves: #80716
Releases:... - 18:33 Revision 2f82503a: [TASK] Move CSV fixtures handling to FunctionalTestCase
- Usage of CSV fixtures is now possible for all functional tests.
Previously it was available only for DataHandler test... - 18:31 Revision 89807aef: [BUGFIX] Properly set format of StandaloneView
- The internal TemplatePaths object of the BaseRenderingContext
needs to updated as well, when the format of a view is ... - 14:07 Revision 2db3162c: Merge branch 'master' into recordImplementation
- 14:01 Revision 97b5cfb3: [TASK] styleguide: Remove service, create new functions and adapt call
- The translateCopyService was removed and replaced
by two new functions in the Generator class.
The General class call... - 12:45 Revision d45adc68: [TASK] styleguide: Correct sys_language field name
- 12:03 Revision 0ddb8672: [TASK] styleguide: Small fixes and redundant code removal
- 11:35 Revision f7cc7087: [TASK] styleguide: Small fixes pre merge
- 11:22 Revision b97f3cce: [TASK] styleguide: Add language fields on missing tables
- 11:04 Revision d7fd9f89: [TASK] styleguide: Comment fix
- 10:56 Revision c9a7053a: [TASK] styleguide: Minor cleanups in generator
- 10:19 Revision 26f5f393: [TASK] styleguide: Add required, type and valuesdefault configs
- 10:08 Revision 3d2d450a: [TASK] styleguide: Add usecombination, -box and palette configs
- 09:55 Revision 8d8aeb87: [TASK] styleguide: Add mn, mnsymmetric and parentnosoftdelete config
- 09:50 Revision e67087a6: [TASK] styleguide: Add fal, foreignrecord and mm configs
- 09:39 Revision 6094ba03: [TASK] styleguide: Add flex, 1n and expand configs
- 09:07 Revision fb4ca75f: [TASK] styleguide: Add t3editor and flex configs
- 08:59 Revision ff601b10: [TASK] styleguide: Add rte,select and special localize configs
- 08:24 Revision 16bfe279: [TASK] styleguide: Adapt basic, group and rsainput TCA
- Add l10n fields in TCA in ctrl and column for
basic, group and rsainput - 08:13 Revision 3c64b74d: [TASK] styleguide: ext_tables.sql addition for localization
- 07:19 Revision a5f703f0: [TASK] styleguide: Add some translation markers
2017-04-25
- 15:42 Revision 9d1fe92f: [TASK] Add PAGES_TYPES to configuration view
- The 'configuration' module misses a clickable array
browser for $GLOBALS['PAGES_TYPES']. Add it.
Change-Id: I2679d5e... - 15:32 Revision 901cef8c: [TASK] styleguide: Implement record creation
- This commit enables the creation of localized records,
when the styleguide data creation is triggered.
At the moment ... - 15:24 Revision b5d08992: [TASK] Add PAGES_TYPES to configuration view
- The 'configuration' module misses a clickable array
browser for $GLOBALS['PAGES_TYPES']. Add it.
Change-Id: I2679d5e... - 15:20 Revision 55258174: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/87 from helsner/languageSetup
- Unhide demo languages for further functionality
- 15:04 Revision eb680c7d: Merge branch 'master' of https://github.com/TYPO3/styleguide into languageSetup
- 15:00 Revision 52352405: Merge pull request https://github.com/TYPO3-CMS/styleguide/issues/86 from helsner/languageSetup
- [TASK] styleguide: Language setup
- 15:00 Revision ff17d4db: [TASK] styleguide: Unhide demo languages for further functionality
- 14:59 Revision cfc31c2a: [TASK] Switch to chrome in ac tests
- The acceptance tests currently rely on firefox esr build
and younger firefox versions don't run with given web driver... - 14:58 Revision 128fb256: [TASK] Switch to chrome in ac tests
- The acceptance tests currently rely on firefox esr build
and younger firefox versions don't run with given web driver... - 14:36 Revision 0d408d54: [TASK] styleguide: First setup and delete function implementation
- Prepare the localized data creation.
Create pages_language_overlay's and sys_languages.
Extend delete action for new ... - 14:14 Revision 3407dec3: [TASK] styleguide: Language implementation startup
- Resolves: https://github.com/TYPO3-CMS/styleguide/issues/80976
Releases: master - 13:15 Revision 18d3db80: [TASK] styleguide: Implement language creation
- Now the general data in elements_basic is created in
four different language cases by different methods.
Copy and tra... - 12:07 Revision ab6b1128: [TASK] styleguide: Remove images in uploads/tx_stylguide with delete action
- 11:36 Revision 32830309: [BUGFIX] Jasmine update triggers JS test fails
- jasmine js test framework update to 2.6.0 requires a function as
second argument of xdescribe(). Add it.
Change-Id: ... - 11:36 Revision 8631f14b: [BUGFIX] Jasmine update triggers JS test fails
- jasmine js test framework update to 2.6.0 requires a function as
second argument of xdescribe(). Add it.
Change-Id: ... - 11:19 Revision e27d0888: [TASK] styleguide: Add prefixLangTitle
- 08:12 Revision 4cb5b722: [TASK] styleguide: TCA revert for delete function and testing, translatecopyservice
Also available in: Atom