Activity
From 2015-07-31 to 2015-08-29
2015-08-29
- 20:00 Revision d3927c83: [BUGFIX] Add icon for the form wizard number spinner elements
- Instead of using images/form/trigger.gif as background image for
the form wizard number spinner elements, this patch ... - 19:59 Revision 86ebff47: [BUGFIX] Add icon for the form wizard number spinner elements
- Instead of using images/form/trigger.gif as background image for
the form wizard number spinner elements, this patch ... - 19:19 Revision efe27138: [BUGFIX] Fatal Error due to class object inconsistencies in ext:form
- Elements in the form wizard can either be defined by TypoScript or
by using the accordant wizard. Some of these eleme... - 19:07 Revision 791cb96f: [BUGFIX] Fatal Error due to class object inconsistencies in ext:form
- Elements in the form wizard can either be defined by TypoScript or
by using the accordant wizard. Some of these eleme... - 17:41 Revision b298745b: [TASK] Refactor PostProcessorTest to use Prophecy
- In order to get rid of the mocking of the system under test, the
tests of ext:form PostProcessorTest are refactored t... - 17:32 Revision 3e00f818: [FOLLOWUP][TASK] Add unit test for fatal error on null object method call
- some ::class calls were accidently backported and caused the unit tests
to fail.
Change-Id: I9072fccddae7072011ba62c... - 16:44 Revision 84f5e339: [FOLLOWUP][TASK] Add missing documentation for feature #31100
- This patch adds the missing documentation.
Resolves: #69406
Related: #31100
Releases: master
Change-Id: Ifff18e4e9ec... - 16:34 Revision e9b80b4b: [TASK] Add unit test for fatal error on null object method call
- With #45685 a bugfix was merged. Now the corresponding
unit test is added as well.
Change-Id: Id62c4c7a29d2e28847381... - 16:32 Revision 4a4cb910: [TASK] Add unit test for fatal error on null object method call
- With #45685 a bugfix was merged. Now the corresponding
unit test is added as well.
Change-Id: Id62c4c7a29d2e28847381... - 14:55 Revision 36b9b288: [FEATURE] Integrate Forms Wizard TEXTBLOCK multiline support
- The content element TEXTBLOCK is only rendered as single
line input field in the wizard. It will be difficult to add ... - 13:07 Revision fd34498a: [BUGFIX] Fix broken link to security resources page on typo3.org
- Resolves: #69400
Releases: master,6.2
Change-Id: I277aee582c4b9158ded7a2227abd170ad81c96b9
Reviewed-on: http://review... - 13:06 Revision d92f3ef2: [BUGFIX] Fix broken link to security resources page on typo3.org
- Resolves: #69400
Releases: master,6.2
Change-Id: I277aee582c4b9158ded7a2227abd170ad81c96b9
Reviewed-on: http://review... - 11:51 Revision a9bb94a7: [BUGFIX] avoid Call to a member function getValue() on a non-object
- Prevents calling a method of a non-existent object.
If an attribute is not set via Typoscript no object for the attr... - 11:50 Revision ae96b354: [BUGFIX] avoid Call to a member function getValue() on a non-object
- Prevents calling a method of a non-existent object.
If an attribute is not set via Typoscript no object for the attr...
2015-08-28
- 20:39 Revision d436dfef: [TASK] Add unit tests for HtmlParser->getFirstTag() and getFirstTagName()
- Resolves: #69265
Releases: master
Change-Id: Ic4c221fc5d541ed42109ac9666b272e9f52c80c5
Reviewed-on: http://review.typ... - 20:22 Revision df7378c4: [TASK] Add validation for name option in FontAwesomeProvider
- Resolves: #69384
Releases: master
Change-Id: I87703486b5233dd91eb7a40dd93633af114ea5ff
Reviewed-on: http://review.typ... - 20:17 Revision 4d7150b2: [TASK] Use https for links to docs.typo3.org
- As docs.typo3.org switched to https, all links should be updated
as well.
Resolves: #69239
Releases: 6.2
Change-Id:... - 20:06 Revision 6aab3bc7: [BUGFIX] Properly nest added FlexFormSectionContainer
- Attach new created FlexFormSectionContainer to the right element.
Additionally, event stacking has been resolved.
Re... - 17:35 Revision e3bdabe7: [BUGFIX] Form NumberFields ignore typed values in wizard
- "Spinner fields" in EXT:form are an old remake of the HTML5
number in ExtJS. Directly typing a value into that spinne... - 17:30 Revision 07bc6934: [BUGFIX] Form NumberFields ignore typed values in wizard
- "Spinner fields" in EXT:form are an old remake of the HTML5
number in ExtJS. Directly typing a value into that spinne... - 16:54 Revision dded3acd: [TASK] Deprecate form element IMAGEBUTTON
- Resolves: #69371
Releases: master
Change-Id: I39c2b0a3660ca861e70603181f19782033dd770d
Reviewed-on: http://review.typ... - 16:41 Revision 3117ea91: [BUGFIX] IMAGEBUTTON src attribute not working
- Render the IMAGEBUTTON "src" attribute as IMG_RESOURCE
but only the IMG_RESOURCE.file property for security reason.
... - 16:41 Revision 3b1ffd14: [BUGFIX] IMAGEBUTTON src attribute not working
- Render the IMAGEBUTTON "src" attribute as IMG_RESOURCE
but only the IMG_RESOURCE.file property for security reason.
... - 16:03 Revision fbd1cb4f: [BUGFIX] Tests: Fix Tag model config in extbase blog_example test extension
- The Tag model in the extbase definition included a partial configuration
for translatable records. This includes NOT ... - 14:46 Revision 7dfcdf4d: [BUGFIX] Image Content elements result in exception
- With the change introduced in #66204, the fileObject-uid only was
determined if fileObject is instace of AbstractFile... - 14:22 Revision e6c42f87: [BUGFIX] Extbase: Make transOrigDiffSourceField available in DataMap
- The transOrigDiffSourceField needs to be available in the DataMap so
that the persistence layer can properly initiali... - 14:19 Revision 2b2a323a: [BUGFIX] Overwriting form language keys via _LOCAL_LANG
- With this patch it is possible to overwrite language keys from a XLIFF
file by TypoScript with the regular _LOCAL_LAN... - 00:42 Revision 207cb1dc: [TASK] Replace static MarkerUtility with object
- The static MarkerUtility introduced by #69262 can easily replaced with
an object. This makes mocking for tests easier...
2015-08-27
- 14:39 Revision 17b0d949: [BUGFIX] Form Wizard does not respect backend debug mode
- Form Wizard does not respect backend debug mode in
$GLOBALS['TYPO3_CONF_VARS']['BE']['debug']. The hardcoded
compress... - 14:30 Revision 2e79dd2f: [BUGFIX] Form Wizard does not respect backend debug mode
- Form Wizard does not respect backend debug mode in
$GLOBALS['TYPO3_CONF_VARS']['BE']['debug']. The hardcoded
compress... - 13:36 Revision d15366c8: [TASK] Cleanup EXT:frontend
- To get it "green" in PhpStorm, several changes are made:
- add getter for DatabaseConnection
- add getter for TypoSc... - 10:31 Revision 2ed960f3: [!!!][TASK] Remove flash and chart from ExtJS
- As we don't use the flash and chart module from ExtJS we remove it to
reduce loading time of backend which is needed ... - 09:11 Revision b32b08df: [BUGFIX] Add missing back reference for file trees
- The ElementBrowserFolderTreeView class needs a back reference
to the ElementBrowser as well.
This was forgotten in #6... - 08:25 Revision a4be7616: [BUGFIX] Correctly treat relative date specification in date-VH
- If now base time is given, a relative date must be based on the current time.
A wrong check is fixed to make this wor...
2015-08-26
- 12:18 Revision c3c398d4: [TASK] Update to phpunit 4.8
- Change-Id: I73b083192ec92bc709796cdafd84884747298c70
Releases: master
Resolves: #69325
Reviewed-on: http://review.typ... - 11:46 Revision 15327bc9: [CLEANUP] Fix namespace in SplitProcessor example
- Change-Id: I97d6f501b775834a6cdd77f3c4f25b47d63b2065
Resolves: #69324
Releases: master
Reviewed-on: http://review.typ... - 11:30 Revision 57e92a76: [CLEANUP] Remove invalid leading slash in SplitProcessor example
- Change-Id: Ia2e3a1b26455a42e814f4a579d61d83c7f5a8f63
Resolves: #69324
Releases: master
Reviewed-on: http://review.typ... - 10:21 Revision 21ab2ab4: [TASK] Moved marker substitution functionality to own class
- The marker substitution functionality has been moved from
core/Classes/Html/HtmlParser.php to own class
core/Classes/... - 08:46 Revision 18d78fd1: [BUGFIX] Indexed Search: Escape search strings for LIKE queries
- LIKE queries support special placeholders (_ and %). These characters
need proper escaping before being used in datab... - 08:45 Revision 5743778d: [TASK] Add unit tests for HtmlParser->splitIntoBlock()
- Resolves: #69264
Releases: master
Change-Id: I73e1bd8894180658fd6911dbca0104518ceaf585
Reviewed-on: http://review.typ...
2015-08-25
- 22:06 Revision 85ce7616: [!!!][TASK] Streamline ElementBrowser mode handling
- The ElementBrowser now has a main entry point which takes
care of dispatching to the the various modes.
The main_*() ... - 19:45 Revision 77256a08: [TASK] Add unit tests for HtmlParser->removeFirstAndLastTag()
- Resolves: #69266
Releases: master
Change-Id: I8c35c1c175e632d2cba9fb6a495daf09486dc290
Reviewed-on: http://review.typ... - 19:32 Revision f9d66e18: [TASK] Add missing breaking changes documentation
- This patch adds missing documentation for the breaking changes
introduced in https://review.typo3.org/42644.
It also... - 19:29 Revision 6579969a: [BUGFIX] Always use uc_default after first install
- If the Install Tool sets the start module on first login to allow the
installation of a distribution the uc_default s... - 14:21 Revision d3d311ea: [FOLLOWUP][!!!][TASK] Trees do not use global SOBE anymore
- Fix wrong instanceof check.
Resolves: #69276
Releases: master
Change-Id: I9beb681c595cfa3e63cfe4ffdbf33557041511b4
R... - 13:40 Revision 6758d1f7: [!!!][TASK] Trees do not use global SOBE anymore
- The back-reference to the underlying instance of ElementBrowser is now
stored as member of the tree.
Resolves: #6927... - 13:13 Revision 136a75da: [BUGFIX] Correctly assign workspace for rootline retrieval
- Resolves: #69306
Releases: master, 6.2
Change-Id: If59ec36222c1124c2918b39fc014e4c8a2d7bf2f
Reviewed-on: http://revie... - 13:10 Revision 57323deb: [BUGFIX] Correctly assign workspace for rootline retrieval
- Resolves: #69306
Releases: master, 6.2
Change-Id: If59ec36222c1124c2918b39fc014e4c8a2d7bf2f
Reviewed-on: http://revie... - 11:38 Revision dcac800b: [BUGFIX] Fix task execution in Scheduler
- Executing a task from the Scheduler is currently broken
in 6.2, due to a wrong backport.
Resolves: #69302
Releases: ... - 10:01 Revision 73ede3e6: [TASK] Use routing for folder navigation tree
- Resolves: #69293
Releases: master
Change-Id: I069f3758fc96148043890c6448fda8bc964fd91b
Reviewed-on: http://review.typ... - 09:06 Revision a25b2293: [BUGFIX] Password in form is transferred as asterisks
- Due to a wrong usage of $.inArray() which possibly returns
"0" if element is found at the first position within an ar... - 08:55 Revision d0cd01eb: [TASK] Prettify Extbase Debugger Utility
- Releases: master
Resolves: #69299
Change-Id: Ibee145703e1689ca804384b20b9af1b0b586b8d8
Reviewed-on: http://review.typ... - 08:31 Revision 3f22dd2c: [!!!][TASK] Fix configuration for backend module icons
- http://review.typo3.org/38004 removed the typo3/mod directory
with the main modules and their configuration and added... - 00:17 Revision 3c7802e8: [TASK] Introduce runtime cache for getIndpEnv()
- This method is independent of runtime state, but just reflects
environment state, which does not change during a requ...
2015-08-24
- 22:52 Revision fec86125: [TASK] Cleanup navigation frame module registration
- http://review.typo3.org/37611 made the navigation frame dispatched.
For this it leveraged the addNavigationComponent ... - 14:14 Revision 5feea430: [TASK] Deprecate BackendUtility::getPathType_web_nonweb
- Resolves: #69269
Releases: master
Change-Id: I99f2a486a6bdd5cfb813c5068d226167e4b3ad7f
Reviewed-on: http://review.typ...
2015-08-22
- 18:58 Revision 8f540ffb: [BUGFIX] Copy transOrigDiffSourceField into workspace placeholder
- The transOrigDiffSourceField field needs to be copied into
workspace move placeholders when it exists as it can be de... - 13:13 Revision 7575c290: [TASK] Remove unused CSH file locallang_csh_sysws.xlf
- Resolves: #69217
Releases: master
Change-Id: I0b76541fff254a1b242a105e4104ea00a523f2a7
Reviewed-on: http://review.typ... - 13:09 Revision 10135495: [BUGFIX] Replace ###ID### in openCustomUrlInContentFrame correctly
- Adding an URL by getModuleUrl including an array having an ID
parameter id=###ID### results in an escaped string.
Ins... - 10:48 Revision 3561c77c: [BUGFIX] Assure a backend domain is set in workspace preview
- Change-Id: Idc17243f8741057ee6ea1746ec6c344aec28d57a
Resolves: #45519
Resolves: #31718
Releases: master, 6.2
Reviewed... - 10:46 Revision 9fb592c3: [BUGFIX] Assure a backend domain is set in workspace preview
- Change-Id: Idc17243f8741057ee6ea1746ec6c344aec28d57a
Resolves: #45519
Resolves: #31718
Releases: master, 6.2
Reviewed... - 10:12 Revision a85992c2: [BUGFIX] Don't cut off icons in New Record wizard
- If an icon larger than 16x16 pixels is used for the record icon in TCA,
it gets cutted and only the top left part is ... - 10:11 Revision 6cee86b0: [BUGFIX] Don't cut off icons in New Record wizard
- If an icon larger than 16x16 pixels is used for the record icon in TCA,
it gets cutted and only the top left part is ... - 10:06 Revision d9be5665: [BUGFIX] Replace ###ID### in openCustomUrlInContentFrame correctly
- Adding an URL by getModuleUrl including an array having an ID
parameter id=###ID### results in an escaped string.
Ins...
2015-08-21
- 16:49 Revision e47d66e0: [FEATURE] Add MediaViewHelper
- In order to comfortably render video, audio and all other file types
with a registered Renderer class (RenderingRegis... - 15:18 Revision 9369d057: [TASK] Remove unused TCA description file for EM
- Resolves: #69216
Releases: master
Change-Id: I5ed4b8f05da06328699fff86eacddc816d7ad145
Reviewed-on: http://review.typ... - 15:17 Revision 9b051910: [CLEANUP] Removed unused CSC constant
- The constant "addIntextClearer" is not evaluated, remove it.
Resolves: #69235
Releases: master
Change-Id: I22d273ff1... - 10:57 Revision bda2e43e: [FOLLOWUP][TASK] Combine several calls to allowTableOnStandardPages
- The function accepts a comma separated string to add multiple tables.
Change-Id: I51fb442969bb569cf6936c3272551daa86... - 09:52 Revision 9b4ee63f: [FOLLOWUP][BUGFIX] Show first tab in Element Wizard as fallback
- A wrong variable initialization is fixed.
Resolves: #59810
Releases: master, 6.2
Change-Id: Ied65743326e52e7e56e24a1... - 09:49 Revision acc539e1: [FOLLOWUP][BUGFIX] Show first tab in Element Wizard as fallback
- A wrong variable initialization is fixed.
Resolves: #59810
Releases: master, 6.2
Change-Id: Ied65743326e52e7e56e24a1... - 09:48 Revision 5dc73f07: [TASK] Combine several calls to allowTableOnStandardPages
- The function accepts a comma separated string to add multiple tables.
Resolves: #69218
Releases: master
Change-Id: I... - 09:17 Revision 21c21b5f: [BUGFIX] Show first tab in Element Wizard as fallback
- Using the extension gridelements it is possible to restrict the
selectable content elements instead of the full menu ... - 09:16 Revision 304ce31c: [BUGFIX] Show first tab in Element Wizard as fallback
- Using the extension gridelements it is possible to restrict the
selectable content elements instead of the full menu ... - 08:38 Revision acbcaa68: [TASK] Add missing TYPO3_MODE checks in ext_localconf.php
- Resolves: #69222
Releases: master
Change-Id: I4e0d737a8035df1c178a584eed203dd48176babe
Reviewed-on: http://review.typ... - 00:46 Revision 68534201: [TASK] Remove unused options in global TBE_STYLES
- Since version 7.0 the following options are unused.
* colorschemes
* borderschemes
Resolves: #69215
Releases: maste... - 00:34 Revision 0c374a8f: [TASK] Use ::class for cleaner command registration in ext:lowlevel
- Resolves: #69221
Releases: master
Change-Id: I3f3970ed213822da6d8e36954ebc1ae8e4392cbe
Reviewed-on: http://review.typ... - 00:00 Revision e58f0c16: [TASK] Use ::class for hook registration in ext:core
- Resolves: #69220
Releases: master
Change-Id: I6a23589bbe29996080fa406fe8084c6817e39a7e
Reviewed-on: http://review.typ...
2015-08-20
- 18:44 Revision 0d50e50b: [BUGFIX] Tests: Create NEWid values the same way as DataHandler
- The NEWid values generated in the functions tests of the core use a
different kind of NEWid value that is longer than... - 18:17 Revision 98a9e703: [BUGFIX] Add values to submit buttons
- Submit buttons need to have a value set,
otherwise submit checks in the PHP code won't work.
Some useless POST check... - 17:42 Revision 8f8ea430: [BUGFIX] Cache healing for classes loaded via ext_autoload
- Currently classes loaded via an ext_autoload.php will get their cache
generated only after clearing all caches using ... - 16:50 Revision 793ed140: [BUGFIX] FAL upgrade wizard: take care of files in subfolders
- Enable migrating files from uploads/pics/ subdirectories to FAL.
Change-Id: Ife160dd03633dc1da542cad990be3cd166cc163... - 14:28 Revision 61b3b3a7: [BUGFIX] Fix QueryBuilding in IndexSearchRepository
- This changeset fixes an issue in the indexSearchRepository that creates
invalid sql queries. Main issue is the missin... - 14:27 Revision 64c2fd7c: [FOLLOWUP][BUGFIX] Use correct max size for fields in TCA
- Some fields are using a varchar(255) in the DB but the max size
is defined with 256 in the TCA. Change the TCA to 255... - 14:18 Revision 18591b20: [BUGFIX] Use correct max size for fields in TCA
- Some fields are using a varchar(255) in the DB but the max size
is defined with 256 in the TCA. Change the TCA to 255... - 10:47 Revision 34360651: [FEATURE] Get list of pages based on pageuids from page repository
- The frontend page repository is now capable of retrieving a list
of pages based on a single page uid or an array of p... - 10:06 Revision 7ab005b2: [TASK] Add unit tests for HtmlParser::substituteSubpartArray()
- Resolves: #69175
Releases: master
Change-Id: Id85a7ab6bc7f3b3281f394fd9a41ecd64ab51ec7
Reviewed-on: http://review.typ... - 10:00 Revision 9e6e4844: [TASK] Add unit tests for HtmlParser::substituteMarker()
- Resolves: #69196
Releases: master
Change-Id: I46a1f5f1ed0b7d2e0a2ceeb22768140771d99ffb
Reviewed-on: http://review.typ... - 09:34 Revision b31176f0: [TASK] Respect editlock of pages in inline editing
- Disable drag and drop of content elements in Page module
and inline page title editing if page's editlock is set.
Re... - 09:01 Revision 0a632c54: [TASK] Add unit tests for HtmlParser::substituteMarkerArray()
- Resolves: #69197
Releases: master
Change-Id: I551ce23be294b152117943f5b6e89ed360a8db50
Reviewed-on: http://review.typ... - 08:35 Revision 5b3de2f3: [BUGFIX] Restore save+view|close|new functionality
- Resolves: #68981
Releases: master
Change-Id: I203ed2a58c30cf0da89bedb266453eeff32b34cc
Reviewed-on: http://review.typ...
2015-08-19
- 12:06 Revision 7b9d6c82: [BUGFIX] DataHandler: Assign reference default values
- In MySQL stric mode scenarios, relation types not using MM tables
or the foreign_field definition (IRRE) might end up... - 00:46 Revision 58624b47: [BUGFIX] Log exception as array instead of serialized
- Log exceptions thrown by scheduler tasks as array instead of
serializing the whole exception in order to keep the siz... - 00:36 Revision c0a37749: [TASK] Add missing unit tests for SilentConfigurationUpgradeService
- Missing unit tests for GFX settings are added:
disableImageMagickAndGdlibIfImageProcessingIsDisabled()
disableImageMa... - 00:23 Revision e8bc961e: [BUGFIX] Log exception as array instead of serialized
- Log exceptions thrown by scheduler tasks as array instead of
serializing the whole exception in order to keep the siz... - 00:15 Revision 888ae344: [TASK] Add unit tests for HtmlParser::substituteSubpart()
- Resolves: #69160
Releases: master
Change-Id: I240dd575b6b105846493a608b8039b0883e2a866
Reviewed-on: http://review.typ... - 00:00 Revision 051996db: [TASK] Add unit tests for HtmlParser::getSubpart()
- Resolves: #69116
Releases: master
Change-Id: I07d4d04d2108976287617b458c0f9857099c2ada
Reviewed-on: http://review.typ...
2015-08-18
- 23:29 Revision 2f77dbd4: [TASK] Remove addModulePath call for ext:taskcenter
- Wrong module name is used.
Is not in tools but in user.
Resolves: #69174
Releases: master
Change-Id: Ic2d4a287529b08... - 21:53 Revision 3c7f4eb9: [TASK] Streamline tt_content TCA types configuration
- The 3rd parameter of the TCA types configuration is deprecated.
Therefore the structure needs to be changed - accordi... - 21:19 Revision 4a1fc8c2: [TASK] Remove not used include for CSS files in ext:core
- The mentioned directory doesn't exists.
Resolves: #69156
Releases: master
Change-Id: I0a2847932178c4d6b0fe1297b82116... - 21:13 Revision 63aefaf5: [!!!][TASK] Remove non-tabbed view of Content Element Wizard
- Resolves: #69168
Releases: master
Change-Id: I88a73fde52af453181fb0b1bc33ea325e5424765
Reviewed-on: http://review.typ... - 21:13 Revision f3ff524d: [!!!][BUGFIX] Correct "required"-parameter in TextfieldViewHelper
- Releases: master
Resolves: #67098
Change-Id: Ifc322aba2cf95849e1541cac4df65d30aeb56bc3
Reviewed-on: http://review.typ... - 21:05 Revision c00c85b0: [TASK] Move EXT:impexp entrypoint to Routing
- Resolves: #69167
Releases: master
Change-Id: I7e20ed767803621cb555dcf3bc47c269505390ea
Reviewed-on: http://review.typ... - 21:03 Revision 2f4f1b3b: [BUGFIX] Exclude computed field names on fetching record overlays
- During versioning, the dynamic fields _ORIG_pid and _ORIG_uid are added
to $row, but they do not exist in database an... - 20:53 Revision c23d99c9: [BUGFIX] Exclude computed field names on fetching record overlays
- During versioning, the dynamic fields _ORIG_pid and _ORIG_uid are added
to $row, but they do not exist in database an... - 20:52 Revision b3e911d9: [TASK] Move EXT:version entrypoint to Routing
- Resolves: #69166
Releases: master
Change-Id: I7fe803ff352464b984ff7008e6ed1aad2c1bdada
Reviewed-on: http://review.typ... - 20:37 Revision 1b966c3e: [TASK] Streamline Version Module
- - Streamline appearance
- Remove unused JavaScript
- Remove unused CSS
- Use IconFactory
Resolves: #48125
Releases: ... - 20:18 Revision bb07eda3: [TASK] Streamline addModulePath call
- The addModulePath functionality is also copied inside
addModule in ExtensionManagementUtility and can be reused.
Dur... - 20:10 Revision e64e04b9: [TASK] Add missing unit tests for SilentConfigurationUpgradeService (5)
- Missing unit tests for configureBackendLoginSecurity() are added.
Resolves: #69075
Releases: master
Change-Id: I9489... - 20:04 Revision 67d6e63a: [TASK] Move CSH Javascript to EXT:cshmanual
- Releases: master
Resolves: #69161
Change-Id: If0df623ea07c06781aad7f89496919ed2a5f8729
Reviewed-on: http://review.typ... - 20:04 Revision 98752eb5: [FOLLOWUP][TASK] Migrate tce_db, tce_file and FormEngine entry points to routing
- Fix broken unit-tests.
Resolves: #69162
Releases: master
Change-Id: I4331db64694bb3921cdce1795f155afeddba5d5b
Review... - 19:49 Revision 4c8000a4: [TASK] Migrate tce_db, tce_file and FormEngine entry points to routing
- Resolves: #69162
Releases: master
Change-Id: I1cd25425cf344212c192c78bdf4e2f002fb66173
Reviewed-on: http://review.typ... - 19:08 Revision 66954f6e: [!!!][TASK] Remove Extbase ModuleRunner
- The ModuleRunner and its interface were initially designed
to allow backend modules other than the "classic" modules ... - 18:04 Revision 4c3c3c7b: [TASK] Do not store files directly into typo3temp
- Use a subfolder within typo3temp if files are meant to be persisted
there. Only allow Install Tool, UnitTests and tem... - 17:45 Revision 044f5dba: [TASK] styleguide: TCA: Fix typo
- 16:51 Revision 7948b090: [TASK] Tests: Include all NOT NULL fields in EXT:extbase fixtures
- The fixtures used by the functional tests are incomplete and don't
contain all fields that are defined as NOT NULL in... - 16:03 Revision f667b265: [TASK] Tests: Include all NOT NULL fields in EXT:workspaces fixtures
- The fixtures used by the functional tests are incomplete and don't
contain all fields that are defined as NOT NULL in... - 16:03 Revision d4a09148: [TASK] Tests: Include all NOT NULL fields in CategoryCollection fixtures
- The fixtures used by the functional tests are incomplete and don't
contain all fields that are defined as NOT NULL in... - 16:03 Revision a519c648: [TASK] Tests: Include all NOT NULL fields in EXT:impexp fixtures
- The fixtures used by the functional tests are incomplete and don't
contain all fields that are defined as NOT NULL in... - 16:02 Revision 90ea5ef0: [TASK] Tests: Include all NOT NULL fields in DataHandling fixtures
- The fixtures used by the functional tests are incomplete and don't
contain all fields that are defined as NOT NULL in... - 13:41 Revision 2ab34998: [TASK] Use 'wizard_element_browser' instead of 'browser' in FormEngine
- FormEngine is the last place using the module 'browser'.
This module is the ElementBrowserFramesetController,
which u... - 10:58 Revision 4735e629: [TASK] Remove package class source from package manager cache
- Writing the package class source to the package manager cache
has become pointless after package management cleanup.
... - 08:32 Revision ba96a677: [FEATURE] Viewpage language selector
- Adds a language selector to the viewpage module.
Resolves: #56282
Releases: master
Change-Id: Iae19f533f447c20aab7d6... - 08:05 Revision 3e9bc011: [TASK] Add typehints for ElementBrowser usage via SOBE
- The TreeViews access the controllers via the global SOBE.
This patch adds typehints to easily identify those usages.
... - 08:03 Revision 8c0393f5: [TASK] Remove width/height fields for links in ElementBrowser
- Resolves: #69137
Releases: master
Change-Id: I6da10b4531bce9e13a9b062e43fa6b4b1e33c6fb
Reviewed-on: http://review.typ... - 01:44 Revision 08625267: [TASK] Update FontAwesome to version 4.4.0
- Resolves: #69131
Releases: master
Change-Id: I4df75e2f9b89e4ff3d50c31eef565a9b8965b4a8
Reviewed-on: http://review.typ... - 01:06 Revision 971e1937: [BUGFIX] Assure language override without original file
- The language override of language files is currently broken,
because it only works if a localized language file alrea... - 00:16 Revision e1eb67af: [BUGFIX] Assure language override without original file
- The language override of language files is currently broken,
because it only works if a localized language file alrea...
2015-08-17
- 22:58 Revision 941eb5dc: [CLEANUP] ElementBrowser classes
- Next step in cleanup and separation of concerns.
Removal of unused or redundant code.
Resolves: #69136
Releases: mas... - 22:28 Revision 3b5400e6: [BUGFIX] Extbase: Use fully populated records in Backend::insertObject()
- To successfully insert new records into a database that does not
silently convert NULL values being inserted into NOT... - 20:47 Revision bf13b4ad: [TASK] Make sysext filelist an extbase module
- Currently the filelist module is not yet an extbase
module. To be able to adjust the module in the future
more easily... - 18:11 Revision 0341a224: [BUGFIX] Icon state toggling in record list
- When the toggle icon is clicked, the state icon class gets removed,
but the called toggleClass() methods add both ico... - 17:56 Revision 56ac6e7b: [BUGFIX] Recycler: Reset internal toggle state after bulk action
- Reset the internal toggle state in the recycler after a bulk action to get the
button responding after a single click... - 16:48 Revision c71f144b: [TASK] Move record-related entrypoints to backend routing
- Resolves: #69038
Releases: master
Change-Id: I6ad5e541b1741f0b29a1f68d631404cb5a6d38d2
Reviewed-on: http://review.typ... - 13:57 Revision 0550a05d: [TASK] Update jQuery to 2.x
- Change-Id: Ib39b7e52b794ec375027a3ac1315c6e84e345f93
Resolves: #68917
Releases: master
Reviewed-on: http://review.typ... - 13:36 Revision 96c90d4c: [BUGFIX] Apply default values in DataHandler functional tests
- If MySQL is used in strict mode, setting up the functional
testing scenario requires proper field values for those
fi... - 12:09 Revision 67535f37: [BUGFIX] Extbase: Optional arguments must not throw an Exception
- Example:
public function barAction(\Vendor\Ext\Domain\Model\Foo $foo = NULL)
If the property mapper receives NULL, 0... - 12:05 Revision 4f7b627d: [TASK] Make usage of TYPO3_PATH_WEB failsafe
- Using the TYPO3_PATH_WEB env var with a trailing
slash leads to failing unit/functional tests.
Trimming and appendin... - 09:48 Revision 242ce5bd: [BUGFIX] Fix QueryBuilding in IndexSearchRepository
- This changeset fixes an issue in the indexSearchRepository that creates
invalid sql queries. Main issue is the missin... - 08:28 Revision 42c4f43a: [BUGFIX] Reestablish DB connection in long-running tasks
- During a long-running task the connection to the database may be
disconnected, if mysql `wait_timeout` is exceeded. T... - 00:20 Revision 4c6e46d0: [BUGFIX] Allow attributes with = in cObj MEDIA
- Set limit to 2 in trimExplode to make it possible to use '=' in the
value of a attribute.
Also URL encode flashvars ...
2015-08-16
- 23:46 Revision 9a7e778b: [BUGFIX] Evaluate TCEFORM fields when changed by a wizard
- Resolves: #68982
Releases: master
Change-Id: Ia61ba717a080bc4c9110594a03cbaeff3744d087
Reviewed-on: http://review.typ... - 21:33 Revision 361836d8: [BUGFIX] Reestablish DB connection in long-running tasks
- During a long-running task the connection to the database may be
disconnected, if mysql `wait_timeout` is exceeded. T... - 21:25 Revision 79cbd309: [BUGFIX] FAL: Initialize all NOT NULL fields for new metadata records
- The columns l10n_diffsource is defined as NOT NULL in the database
schema. When a new record is being created through... - 20:11 Revision 5f8d7db1: [TASK] Make list of field selector in record listview scrollable
- Resolves: #68889
Releases: master
Related: #62323
Change-Id: I77c578f34c30bcbd5793d32ed06604cdf548e17f
Reviewed-on: h... - 19:01 Revision 3ee690a9: [TASK] Improve appearance of linkvalidator
- Change-Id: I70c0d9f640a92d1466294f988fab7b918fe3fb3c
Resolves: #69093
Releases: master
Reviewed-on: http://review.typ... - 18:55 Revision aed98848: [TASK] Add missing unit tests for SilentConfigurationUpgradeService (4)
- Missing unit tests for generateEncryptionKeyIfNeeded() are added.
Resolves: #68996
Releases: master
Change-Id: Ia9c8... - 18:49 Revision 88b0c2ae: [TASK] Add missing unit tests for SilentConfigurationUpgradeService (6)
- Missing unit tests for removeObsoleteLocalConfigurationSettings()
are added.
Resolves: #69077
Releases: master
Chang... - 18:39 Revision ba31c035: [BUGFIX] Extbase: Optional arguments must not throw an Exception
- Example:
public function barAction(\Vendor\Ext\Domain\Model\Foo $foo = NULL)
If the property mapper receives NULL, 0... - 18:32 Revision 04048c13: [TASK] Replace sprite icons for history with IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-markstate and actions-unmarkstate with the new Ico... - 16:13 Revision 7ac47375: [BUGFIX] Prevent error if getimagesize() fails
- Upon failure getimagesize() returns FALSE instead of image-dimensions.
Handle that case cleanly.
Change-Id: I8dcd98c... - 15:55 Revision ba7940e7: [FEATURE] Added support for multiple FlashMessage queues
- Each controller defaults to its own queue.
Allow to access other queues like queues from different
controllers or spl... - 14:37 Revision 891ddd2c: [BUGFIX] Fix dependencies for t3x upload
- When extracting the t3x archive, the EM_CONF data is taken to
create a new ext_emconf.php file.
An already extracted ... - 14:13 Revision 0a6948c2: [TASK] Properly encode database input in the right place
- This adds code that prevents potential SQL injections.
The core is not exploitable, as cleaning is done in other code... - 14:11 Revision a8eff85a: [TASK] Properly encode database input in the right place
- This adds code that prevents potential SQL injections.
The core is not exploitable, as cleaning is done in other code... - 13:09 Revision 4e1e07f5: [BUGFIX] Remove trailing colons from checkbox labels
- Change-Id: I4339ad96c4fa8efabd8c99e7de1cdebae3a1d76b
Resolves: #69092
Releases: master, 6.2
Reviewed-on: http://revie... - 13:06 Revision 94e4a83a: [BUGFIX] Remove trailing colons from checkbox labels
- Change-Id: I4339ad96c4fa8efabd8c99e7de1cdebae3a1d76b
Resolves: #69092
Releases: master, 6.2
Reviewed-on: http://revie... - 03:20 Revision 243dc765: [BUGFIX] Improve resolving path to autoload.php
- The patch improves the resolving of autoload.php for unit and
functional tests to be able to run tests in Windows sys... - 01:41 Revision fcc19922: [BUGFIX] Extbase: Use correct value type in detachObjectFromParentObject()
- When detaching an object from it's parent in a 1:n relation the field
holding the parent uid may not be set to an emp... - 01:31 Revision 48334f62: [BUGFIX] Extbase: Cast sys_language_uid to integer in updateObject()
- Inserting a new object into the database is a two step process in
extbase where the first step is creating a mostly b...
2015-08-15
- 23:32 Revision dc720bbc: [FOLLOWUP][FEATURE] Introduce AvatarProvider
- Changed definition of Avatar/Image::url, renamed defaultAvatarProvider
and adjusted some typos in rst file.
Releases... - 19:33 Revision ec1499e8: [BUGFIX] Add encodeURIComponent to search parameter
- Encode search parameter to encode special characters
Resolves: #68400
Releases: master, 6.2
Change-Id: I991fd7c3855d... - 19:22 Revision 772de609: [BUGFIX] Allow signed integers in details_nr column of sys_log table
- DataHandler->log() uses -1 as a default value for details_nr. This
conflicts with the SQL schema which defines the co... - 16:23 Revision ffc7a7c7: [BUGFIX] Assign default values in TCA
- Several fields don't have proper default values which also
cannot be defined in the SQL schema - since BLOB/TEXT fiel... - 14:25 Revision 08cd9eb5: [TASK] Move notfound_thumb.gif to new location
- Move forgotten icon to new location.
Resolves: #69074
Releases: master
Change-Id: I1b3bd1c1a807cac708fed61f3e99c765c... - 14:03 Revision 9ee2a54f: [BUGFIX] Fix dependencies for t3x upload
- When extracting the t3x archive, the EM_CONF data is taken to
create a new ext_emconf.php file.
An already extracted ... - 13:51 Revision b5cfe398: [TASK] Tests: Allow NULL for optional fields in test extensions
- The extensions irre_tutorial and test_datahandler extend the tt_content
table with fields which are not used by all t... - 13:44 Revision 1d203173: [BUGFIX] Illegal string offset 'currentLangId' in DataHandler
- Avoid PHP warning on save CE plugin with empty </meta> element in flexform
Resolves: #69056
Releases: master,6.2
Cha... - 13:43 Revision d6258b77: [BUGFIX] Illegal string offset 'currentLangId' in DataHandler
- Avoid PHP warning on save CE plugin with empty </meta> element in flexform
Resolves: #69056
Releases: master,6.2
Cha... - 13:42 Revision af36619e: [BUGFIX] Fix PHP Warning in updateRefIndexTable()
- This patch fixes a PHP Warning occurring if
ReferenceIndex::updateRefIndexTable() is called with a tableName of a
tab... - 13:41 Revision aee4dad1: [BUGFIX] Fix PHP Warning in updateRefIndexTable()
- This patch fixes a PHP Warning occurring if
ReferenceIndex::updateRefIndexTable() is called with a tableName of a
tab... - 12:56 Revision cc27516d: [BUGFIX] Retrieve correct fieldname for condition lookup
- DisplayCond for sheets in flexforms should allow extbase
parameters, eg: "settings.data".
Resolves: #68493
Related-t... - 12:55 Revision a1238a73: [BUGFIX] Calculations in GIFBUILDER properties using stdWrap fail
- Unset each existing TypoScript subarray of all properties
with calculations (offset,dimensions,set,…) in GIFBUILDER.
... - 12:54 Revision aa1b8441: [BUGFIX] Calculations in GIFBUILDER properties using stdWrap fail
- Unset each existing TypoScript subarray of all properties
with calculations (offset,dimensions,set,…) in GIFBUILDER.
... - 12:31 Revision c5293b9f: [BUGFIX] Correct wording for AJAX error message
- Resolves: #69079
Releases: master
Change-Id: Ia219654aaf635ab12cbdb06d9de0a8f0ae3d7fb4
Reviewed-on: http://review.typ...
2015-08-14
- 19:12 Revision d2737d3f: [TASK] Add missing unit tests for SilentConfigurationUpgradeService
- Missing unit tests for setProxyAuthScheme() are added.
Resolves: #68995
Releases: master
Change-Id: If9ec4cb565c1bd2... - 19:05 Revision 5ec1bdf7: [BUGFIX] Save EM Configuration when pressing enter
- The browsers need a submit button inside the form tag in order to allow
the submission of the form when pressing ente... - 16:10 Revision 40520424: [BUGFIX] Prevent ResourceDoesNotExistException
- An exception is thrown if the show info popup is opened by sys_file uid
for a file which does not exist anymore in fi... - 12:21 Revision 8bbdeb53: [TASK] Add method to get all registered icon identifiers
- Resolves: #69054
Releases: master
Change-Id: I93bd5688b61520738d742ac5588379f86dad073c
Reviewed-on: http://review.typ... - 12:15 Revision 67053c92: [BUGFIX] EM: Trim whitespace in search field
- Leading and trailing whitespaces are now trimmed before the TER is inquired.
Resolves: #69040
Releases: master, 6.2
... - 12:08 Revision 2e8dd383: [BUGFIX] EM: Trim whitespace in search field
- Leading and trailing whitespaces are now trimmed before the TER is inquired.
Resolves: #69040
Releases: master, 6.2
... - 09:12 Revision 170283bc: [BUGFIX] Make editIconsHook work again
- It isn't possible to add icons in filelist extended view easily,
because there is no way to get the current file or f...
2015-08-13
- 23:01 Revision cb8da122: [TASK] Remove typeahead.js comment from README.txt
- There is no typeahead.js in the core anymore.
Resolves: #69034
Releases: master
Change-Id: I00e145b772e1ea26bc4810b7... - 22:19 Revision 91e04c6e: [TASK] Drop type=select neg_foreign_table
- Drop the functionality to store relations to a second table
in type=select fields as negative uid values.
Resolves: ... - 21:34 Revision 39b4993a: [BUGFIX] Allow subclasses of \DateTime as entity properties
- When a class "\MyCustomDateTime extends \DateTime", the data mapper
creates "\DateTime" objects instead when mapping ... - 21:28 Revision 1c992235: [BUGFIX] Draft usergroup access rights are now respected
- Adding usergroup access rights to a page in a draft workspace had no
effect on the preview, the page was still shown ... - 20:49 Revision 3e9cec79: [FEATURE] HTML5 video poster preview image
- Enable Video preview image "poster" in media in the old fashion way.
If there is a jpg, jpeg or png image in the same... - 20:45 Revision 71323a87: [TASK] Make icons Page module: language more consistent
- For all language overlays a record and edit icon are shown together
with the title of the page translation.
This cha... - 19:52 Revision 8bcc7693: [BUGFIX] Edits disappear when published twice
- When accidentally publishing an edit twice, eg. by using multiple
browser tabs, all modifications are reverted and th... - 19:15 Revision 0fe49012: [BUGFIX] Use proper data sets in workspaces tests
- Some field values are not correct in the initial scenario
definition for the workspaces functional tests. The faulty
... - 19:15 Revision b27cda9b: [BUGFIX] Use proper data sets in workspaces tests
- Some field values are not correct in the initial scenario
definition for the workspaces functional tests. The faulty
... - 19:15 Revision eeaa0b73: [BUGFIX] Fix wrong comment in install tool for [HTTP][proxy_host]
- Resolves: #62340
Releases: master, 6.2
Change-Id: I20554a255141ba2f49f0632404957eaf320cee7b
Reviewed-on: http://revie... - 17:08 Revision faf9f665: [CLEANUP] CGL issues and missing sql_free_result()
- Fix CGL issues and missing sql_free_result()-statements introduced by
https://review.typo3.org/#/c/8719/19
Resolves:... - 16:58 Revision ff29ca40: [FEATURE] Introduce AvatarProvider
- To make providing a avatar image for BE users more flexible a proper API
is needed to be able to register different A... - 15:58 Revision 130a1f22: [BUGFIX] Load t3editor in File Edit record again
- Resolves: #67613
Releases: master
Change-Id: Icd3c64094a0c198b70017ba9298a64514481c85d
Reviewed-on: http://review.typ... - 15:09 Revision 1cd9ea6e: [TASK] Move file-related entrypoints to Backend Routing
- Resolves: #69018
Releases: master
Change-Id: I8d5ab1243d342b2153b30e4f0e9bba17ed8035a0
Reviewed-on: http://review.typ... - 14:47 Revision fd872541: [BUGFIX] Fix faulty move-placeholder processing with workspaces
- Fix a possibly faulty condition based on a comparison of boolean
with integer (TRUE >= 2) which always results in TRU... - 14:46 Revision 9c431cd6: [BUGFIX] Fix faulty move-placeholder processing with workspaces
- Fix a possibly faulty condition based on a comparison of boolean
with integer (TRUE >= 2) which always results in TRU... - 14:35 Revision f4a2717f: [FOLLOWUP][!!!][TASK] Move deprecated entrypoints to deprecated.php
- Ensure rewrite rules of main .htaccess files are still in actions.
This is required for protection mechanismns and ve... - 14:15 Revision 595d14ae: [TASK] Minify 3rd party JavaScript libraries
- Use "grunt-contrib-uglify" to minify 3rd party JavaScript libraries.
Resolves: #68924
Releases: master
Change-Id: I9... - 13:28 Revision ac279dec: [BUGFIX] Do not create new records twice
- This fixes a wrong JS call that was introduced with #68166
Resolves: #69013
Releases: master
Change-Id: I1181b9e1dbf... - 13:22 Revision 7eedbe31: [TASK] Add missing unit tests for SilentConfigurationUpgradeService
- Missing unit tests for configureSaltedPasswords() are added.
Resolves: #68997
Releases: master
Change-Id: If855b8690... - 12:36 Revision f00efef1: [!!!][TASK] Move deprecated entrypoints to deprecated.php
- In an effort to clean up the deprecated entrypoints in typo3/
the files are now merged into deprecated.php which stil... - 10:23 Revision 92546980: [DOCS] Add breaking change documentation for felogin template
- Resolves: #69007
Releases: master
Change-Id: Id8938c3c27e8da07781d6a3f6fcfb4a635140cc8
Reviewed-on: http://review.typ... - 07:28 Revision 855ebffc: [CLEANUP] Surrounding ElementBrowser classes
- Resolves: #68394
Releases: master
Change-Id: I539f9b063db55d677f47fc01a7691e8e9e2496e0
Reviewed-on: http://review.typ... - 07:19 Revision 7218416e: [BUGFIX] DBAL: Add support for date/time column types to SqlParser
- Add support for the MySQL column types DATE, DATETIME, TIMESTAMP, TIME
and YEAR to the SQL parser. These column types... - 01:45 Revision 247d6d41: [BUGFIX] Catch exceptions for inaccessible storages
- A storage might be (temporary or permanently) not available in the
current file system. Then it should be displayed a... - 01:22 Revision a79046e7: [BUGFIX] Correct icon alignment
- Resolves: #69005
Releases: master
Change-Id: I7dbc116da8308fec0f4584541299a78aaf3af488
Reviewed-on: http://review.typ...
2015-08-12
- 22:59 Revision 637ebea6: [FEATURE] Retrieve sendmail command from PHP configuration
- The install tool setting [MAIL][transport_sendmail_command] is now retrieved
from PHP configuration sendmail_path dur... - 22:17 Revision 4193a84e: [BUGFIX] Prevent ResourceDoesNotExistException in ElementInformationControler
- If the show info popup is opened by sys_file uid for a file does not
exist anymore in filestorage an exception is thr... - 22:10 Revision 1f324681: [BUGFIX] Catch exception when linked file is deleted
- If a file is linked in the RTE and the file is deleted afterwards
an exception is thrown thus making it impossible to... - 21:55 Revision c69cc2da: [BUGFIX] Consider placeholders in fixVersioningPid
- Method fixVersioningPid does not analyze the new location for an element.
Check for a move placeholder to get the new... - 21:39 Revision 9668df7e: [BUGFIX] Consider placeholders in fixVersioningPid
- Method fixVersioningPid does not analyze the new location for an element.
Check for a move placeholder to get the new... - 21:37 Revision 0878494e: [BUGFIX] Capability check fails for some storage types
- The check should only complain if a user wants to mark a storage as
public and the driver does not support that. This... - 21:35 Revision bf097f8d: [BUGFIX] Better calculcation for "copy default CE"
- The button "copy default content element" doesn't handle
versioning correctly.
Change-Id: If132dabefa812d9b61371f2e3... - 21:33 Revision 6fbdc0fd: [BUGFIX] Capability check fails for some storage types
- The check should only complain if a user wants to mark a storage as
public and the driver does not support that. This... - 21:13 Revision 8b4b86a0: [BUGFIX] UriBuilder has to handle Iterator objects
- UriBuilder also has to handle Iterator objects, especially ObjectStorage
Change-Id: I85a68b1119e9b9564b805a420bf819d... - 20:38 Revision 2980faff: [BUGFIX] Style NewRecordController output for record only view
- Fix the markup if only records except pages and tt_content are
allowed in the NewRecordController.
Change-Id: I6023d... - 20:07 Revision c2fd9de7: [TASK] Replace sprite icon "actions-edit-rename" with IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-edit-rename with the new IconFactory.
Change-Id: ... - 20:03 Revision 3ddab39d: [TASK] Replace sprite icon "actions-edit-upload" with IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-edit-upload with the new IconFactory.
Change-Id: ... - 19:59 Revision db1b837a: [TASK] Replace sprite icon "actions-edit-undo" with IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-edit-undo with the new IconFactory.
Change-Id: I4... - 19:48 Revision 32902828: [TASK] Replace sprite icon "actions-edit-pick-date" with IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-edit-pick-date with the new IconFactory.
Change-I... - 09:27 Revision a503f5c0: [TASK] Replace sprite icon "actions-edit-delete" with IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-edit-delete with the new IconFactory.
Change-Id: ... - 00:11 Revision bd72f9a5: [TASK] Install Tool: Check always_populate_raw_post_data setting
- PHP 5.6 deprecated automatically populating the HTTP_RAW_POST_DATA
variable and introduced a deprecation notice. If t...
2015-08-11
- 23:55 Revision 6d721fd3: [TASK] Replace sprite icon "actions-edit-replace" with IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-edit-replace with the new IconFactory.
Change-Id:... - 23:55 Revision a370c3cc: [TASK] Drop unused property in DataMapper
- Resolves: #68948
Releases: master
Change-Id: Iecb95258972d520c39d369b6a1b5afb36f86f57f
Reviewed-on: http://review.typ... - 23:47 Revision 884b6ad8: [BUGFIX] Correct JS quoting in indexed_search page browser
- This is a regression fix for #66759.
Releases: master
Resolves: #68956
Change-Id: Id3bda7cbe919952bc42c0f4d3d68c40eb... - 22:45 Revision 6480acb8: [TASK] Update requirejs to 2.1.20
- Update requirejs to its newest version.
Resolves: #68923
Releases: master
Change-Id: I1a39251066a9951143b9227ccf731c... - 22:14 Revision 57cfea88: [FOLLOWUP][TASK] Replace sprite icon "actions-document-paste-into" with IconFactory
- The Icon class is not being referenced by fully qualified name and
needs to be imported.
Resolves: #68964
Related: #... - 17:02 Revision 554653e5: [TASK] Move vendor/ directory out of typo3/
- The typo3/ directory must currently be exposed in the web root for TYPO3 to work properly.
Having the vendor dir with... - 16:54 Revision 8bfe01c5: [TASK] styleguide: Version 7.4.0
- 13:34 Revision 9f27692d: [TASK] styleguide: TCA: itemsProcFunc on select side by side element
- 08:55 Revision a1b8a913: [FOLLOWUP][TASK] Move sys_note icons from EXT:t3skin to EXT:sys_note
- Change the path in the TCA of the sys_note record itself aswell
Change-Id: I1f529b30228685042d5264c2d5009f8c246f5154... - 07:16 Revision 7821c0a2: [TASK] Move sys_note icons from ext:t3skin to ext:sys_note
- Resolves: #68883
Releases: master
Change-Id: Ib8b8ef68944690b58fd02fa4ca514d427758e1f8
Reviewed-on: http://review.typ... - 00:50 Revision 15b24776: [TASK] Update to latest class alias loader version
- Benefit from several class alias loader package improvements:
* Use alias map API of this package to resolve and add...
2015-08-10
- 23:28 Revision d72514a9: [BUGFIX] Fix CSS in Constant Editor
- The class on the body has changed.
Resolves: #68915
Releases: master
Change-Id: Ibda39222b60392fc31bd6ef589bf46e4ca3... - 23:22 Revision 8d361aa9: [BUGFIX] Retrieve correct fieldname for condition lookup
- DisplayCond for sheets in flexforms should allow extbase
parameters, eg: "settings.data".
Resolves: #68493
Releases:... - 22:21 Revision b70e5358: [TASK] Remove unused CSS in ext:setup
- The table class "typo3-usersettings" is not there anymore.
Resolves: #68914
Releases: master
Change-Id: I948159ce2c3... - 22:20 Revision 700b1a0a: [BUGFIX] Checkbox "Display thumbnails" does not work in filebrowser
- Generates the link if a route is given and adds additional parameters.
Resolves: #68911
Releases: master
Change-Id: ... - 22:18 Revision 6f5b9ab1: [BUGFIX] Use first item of HTMLCollection for form reload
- Change-Id: Ib2a12b1915421b01084cac44fc4cea2ca978a42c
Resolves: #68880
Releases: master
Reviewed-on: http://review.typ... - 21:59 Revision c762ed26: [FOLLOWUP][TASK] Prevent remaining DocumentTemplate->getPageRenderer() calls
- Fix broken unit test.
Resolves: #68912
Releases: master
Change-Id: Ie31a31d41b9e3f4da7117afd057b2e8594c2aba0
Reviewe... - 20:51 Revision 487054ac: [TASK] Replace sprite icon "actions-edit-download" with IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-edit-download with the new IconFactory.
Change-Id... - 20:49 Revision a1c84631: [TASK] Replace sprite icon "actions-document-paste-into" with IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-document-paste-into with the new IconFactory.
Cha... - 20:15 Revision ae5cdcf9: [TASK] Prevent remaining DocumentTemplate->getPageRenderer() calls
- This is a follow up to https://review.typo3.org/41131/ to prevent
remaining calls to a deprecated function inside the... - 18:51 Revision ec44b0f9: [TASK] Replace sprite icon "actions-document-select" with the new IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-document-select with the new IconFactory.
Change-... - 16:57 Revision c0383c03: [TASK] Replace sprite icons with the new IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-edit-copy, actions-edit-cut, actions-edit-cut-rele... - 16:37 Revision 86033322: [FOLLOWUP][TASK] Cleanup double-paranthesis in calls to trim()
- Resolves: #68897
Releases: master
Change-Id: I0f5177a0bc92652966b5da97357acdf2fca10edc
Reviewed-on: http://review.typ... - 15:37 Revision 05c9edc1: [BUGFIX] Admin panel CSS overrules website styling
- If a website uses FontAwesome, the admin panel overrules the CSS.
One prefix was missing in the CSS of the admin pane... - 15:32 Revision e0d3ab94: [TASK] Cleanup double-paranthesis in calls to trim()
- Change-Id: Ie8daf30c5bc621feb5707b2aecb1abb96b03bf60
Resolves: #68897
Releases: master
Reviewed-on: http://review.typ... - 09:26 Revision efa304b0: [BUGFIX] Use FAL object name directly in Filelist clipboard message
- There is no need to obtain file informations if only the name is
required, which is already available, so access it d... - 09:12 Revision f6504e4a: [FOLLOWUP][BUGFIX] Re-add rst file and throw wizard script exception
- Minor typo fixed.
Resolves: #68520
Releases: master
Change-Id: I93ceca1b732540cadfa2c206b5b941a43de91761
Reviewed-on... - 09:11 Revision 960a016a: [BUGFIX] Element Browser: checkDisplayThumbs: remove line break
- Removes wrap between checkbox and label by adding proper markup.
Change-Id: I50cf292b51138a33ec7e7e1f9b4bd940903005e... - 07:57 Revision 5ddf0b09: [BUGFIX] Set background for disabled input fields
- Set a proper background color for disabled input fields.
Resolves: #67145
Releases: 6.2
Change-Id: I4c2e57357ffc8826...
2015-08-09
- 23:30 Revision 8e971d2b: [BUGFIX] Remove SelectImage.initEventListener
- This removes the calls of SelectImage.initEventListener
and deprecate the method.
Resolves: #68860
Releases: master
... - 23:07 Revision 42d40735: [TASK] Add backend routes for wizards (part 2)
- Move all wizards to the Backend Routing for extension backend
Resolves: #68881
Releases: master
Change-Id: I76122ab0... - 22:24 Revision f681fbf4: [TASK] Replace sprite icon "actions-document-paste-after" with the new IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-document-paste-after with the new IconFactory.
Ch... - 21:57 Revision a6e5030d: [BUGFIX] Fix HTML markup in RTE wizard
- Double closing form tag is removed now.
Resolves: #68884
Releases: master
Change-Id: I5ab5bd6b077715e7a36bee5d993a8a... - 20:37 Revision e0f72af8: [FOLLOWUP][BUGFIX] Provide title label for paste into column
- Backport introduced a new locallang file that did not belong.
Change-Id: I62bb7610c2366fd593d872c93824853f8b2f192e
R... - 20:27 Revision 53aa2d61: [TASK] Change webhook notification URL in travis.yml
- Releases: master
Change-Id: Idd4d34a4194e4c1636e130e62a324b920bdf787b
Reviewed-on: http://review.typo3.org/42462
Revi... - 14:57 Revision 0a261107: [FOLLOWUP][FEATURE] Improve usability of field selector in record listview
- Move .less file in the Build directory.
Resolves: #62323
Releases: master
Change-Id: I355607ca7de16153484c1e77eb462d... - 14:18 Revision 9a436a6d: Revert "[BUGFIX] Fix broken functional tests"
- the original patch was never backported to 6.2, sorry for the hassle.
This reverts commit e65f253abfa056827766da2473... - 12:13 Revision e65f253a: [BUGFIX] Fix broken functional tests
- Change-Id: I742c16a2689fd7ec89abf3620a618a99f24779a7
Resolves: #68882
Relates: #68871
Releases: master, 6.2
Reviewed-... - 12:09 Revision aa5ec433: [BUGFIX] Fix broken functional tests
- Change-Id: I742c16a2689fd7ec89abf3620a618a99f24779a7
Resolves: #68882
Relates: #68871
Reviewed-on: http://review.typo... - 11:45 Revision d777699d: [FEATURE] Improve usability of field selector in record listview
- The field selector for the record listview and the element
browser is currently a select field (with multiple options... - 11:42 Revision 911fc3d3: [BUGFIX] Provide title label for paste into column
- Change-Id: Ia01c9083cc0eda52725efdec93106e911884f097
Resolves: #68873
Releases: master, 6.2
Reviewed-on: http://revie... - 11:39 Revision 769a58c9: [BUGFIX] Provide title label for paste into column
- Change-Id: Ia01c9083cc0eda52725efdec93106e911884f097
Resolves: #68873
Releases: master, 6.2
Reviewed-on: http://revie... - 11:38 Revision 41dc366d: [FEATURE] Use HTTPS urls on all jquery cdns
- This change also adds cloudflares cdnjs as possible choice.
Allowing the request over HTTP opens the door for side a... - 10:25 Revision dc391448: [TASK] Replace sprite icon "actions-document-view" with the new IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-document-view with the new IconFactory.
Change-Id...
2015-08-08
- 19:09 Revision 02f03813: [TASK] Add backend routes for wizards
- Move all wizards to the Backend Routing
Resolves: #68858
Releases: master
Change-Id: I33efb406232d108d320eb120707ce8... - 18:31 Revision 0af56d73: [TASK] Travis: PHP 7 & botty
- * Enable a notification for botty
* Enable functionals & linting for php 7
* Do not load memcache & redis on php 7
C... - 18:25 Revision 0f5ef0cd: [BUGFIX] Declaration compliance of TypeConverter fixture
- The SubDateTime class fixture is now compatible with its
parent declaration which fixes a test error on PHP7.
Change... - 18:13 Revision 0f30972b: [BUGFIX] Workspace preview links for multiple languages
- The workspace preview link will only be generated for one language at
a time, so it might require some effort to gene... - 17:58 Revision c99042a9: [BUGFIX] Workspace preview links for multiple languages
- The workspace preview link will only be generated for one language at
a time, so it might require some effort to gene... - 17:54 Revision 9621047d: [FOLLOWUP][BUGFIX] Moved transferDeprecatedCurlSettings
- * Incomplete mocking fixed
Change-Id: I22dc556b6a3407c6f4c8946c4715bb3014477b4b
Resolves: #54556
Releases: master
Re... - 17:14 Revision 05512979: [BUGFIX] Moved transferDeprecatedCurlSettings from Bootstrap to Setup
- Resolves: #54556
Releases: master
Change-Id: Id649033fc8e50833b9cdc15b8a37e25800463160
Reviewed-on: http://review.typ... - 16:24 Revision 48ccb810: [TASK] Streamline CLI Request Handling
- As the CLI Request Handlers and Http Request Handlers
are called only from their respective Application entrypoints,
... - 15:22 Revision bb3ffd99: [TASK] Unify levels-dropdowns and their language-labels
- Have all levels-dropdowns use the same number of levels
and use the same language-labels everywhere
Change-Id: I061a... - 14:49 Revision d40ba21e: [TASK] Replace sprite icon "actions-document-close" with the new IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-document-close with the new IconFactory.
Change-I... - 12:41 Revision b5c48bd0: [TASK] Change docs.typo3.org links to https
- Since docs.typo3.org has been change to https only, adopt all links
in the core as well.
Change-Id: Iaaa1a8277e2b4e1... - 10:27 Revision 97c9222b: [BUGFIX] Mod InfoPageTSConfig: Remove colon in label "Sort alphabetically"
- The colon in the label of the "Sort aphabetically" checkbox was misleading, as
the checkbox is positioned in front of...
2015-08-07
- 18:56 Revision 433f9a5b: [TASK] Update Symfony components to current LTS version
- Allow the current Symfony LTS version for components. 2.5 is out of
date and 2.6 will be soon.
Update composer.lock ... - 17:12 Revision 748c8294: [!!!][BUGFIX] Database API: Cast bool values to integer for MySQL
- Convert boolean values to integers before processing them with
mysqli_real_escape_string() to ensure that FALSE value... - 15:34 Revision 56488f85: [!!!][TASK] Migrate cshmanual to Extbase & Fluid
- Use a proper code base for the system extension "cshmanual".
Resolves: #63000
Releases: master
Change-Id: I0981c94dc... - 15:24 Revision 3c47aae2: [TASK] Document required MySQL privileges
- Add the minimum set of privileges required to run TYPO3 CMS to the
INSTALL.md document.
Add a recommendation for the... - 15:23 Revision 1064276d: [TASK] Document required MySQL privileges
- Add the minimum set of privileges required to run TYPO3 CMS to the
INSTALL.md document.
Add a recommendation for the... - 15:22 Revision c3a14352: [TASK] Remove unused images from ext:t3skin
- Resolves: #68841
Releases: master
Change-Id: I85f461d23c7b6b83bae906c2b131edef7962092d
Reviewed-on: http://review.typ... - 15:06 Revision a8ca5f0e: [TASK] Use DOM API for field access in RSA encryption
- DOM Level 2 provides collections for forms and form elements,
thus make use of them.
Resolves: #68765
Releases: mast... - 15:06 Revision 131bd4de: [FEATURE] Add native rsa protection to password fields
- This patch adds rsa encryption to password fields. It introduces an own
rsaInput render type which turns fields into ... - 15:02 Revision 250c5267: [BUGFIX] Missing active state for shortcut button
- After adding a page to bookmark list, the shortcut button gets an
active state now. The shortcut button is disabled t... - 14:46 Revision b6aa7abc: [BUGFIX] Skip write access check if core files exist
- If updating a TYPO3 instance when the core files are
already present, the CoreUpdateService can skip the
write access... - 14:40 Revision b19ab219: [FEATURE] Allow closures in CLI scripts
- In order to minimize entry points for CLI scripts, the CLI key
now accepts a closure as well as a script.
Resolves: ... - 14:39 Revision f29a79f1: [BUGFIX] Skip write access check if core files exist
- If updating a TYPO3 instance when the core files are
already present, the CoreUpdateService can skip the
write access... - 14:35 Revision b34b66be: [!!!][BUGFIX] Assign first class for tables in HTMLparser
- When the given class of a table is not valid by configuration,
the HTMLparser should assign the first class in config... - 14:22 Revision 754b2455: [BUGFIX] IfViewHelpers use method signature from parent
- In order to become PHP7 compliant, the IfViewHelpers should
register their arguments via the registerArgument() metho... - 14:14 Revision a4b58f2e: [TASK] Install Tool: Check minimum MySQL version
- Adds a check for the minimum MySQL version to the database environment.
This test is only executed after the first in... - 14:10 Revision b50e2c23: [TASK] Replace sprite icon "actions-document-edit-access" with the new IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-document-edit-access with the new IconFactory.
Ch... - 14:09 Revision 73304d5b: [BUGFIX] Remove php warning for RTE classes without name
- Check if name within the configuration is set
so that no PHP warning: illigal offset will be thrown
Resolves: #68068... - 14:04 Revision 73116978: [TASK] Replace sprite icon "actions-document-history-open" with the new IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-document-history-open with the new IconFactory.
C... - 14:04 Revision d3441386: [!!!][TASK] Move SqlParser into EXT:dbal
- EXT:dbal has been the sole user of SqlParser for some time. Tests for
functionality of the core SqlParser have been s... - 13:49 Revision 462212ac: [TASK] Replace sprite icon "actions-document-export-t3d" with the new IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-document-export-t3d with the new IconFactory.
Cha... - 13:45 Revision e43eddb8: [TASK] Deprecate class ModuleSettings
- ModuleSettings is no longer in use, this kind of settings are nowadays
stored in backend uc.
Change-Id: I34d85113969... - 13:43 Revision 567c271d: [TASK] BACK_PATH BE controller
- Resolves: #68829
Releases: master
Change-Id: Ibf9b0a1c7884b68eb27f880e1d42369580d3ec04
Reviewed-on: http://review.typ... - 13:41 Revision b62a10ab: [FEATURE] Exclude Page CSS from Concatenation
- CSS added via _CSS_PAGE_STYLE is no longer included in
the concatenated css files. It can be written in an external
f... - 13:09 Revision b2167d12: [TASK] DBAL: Create rudimentary mappings
- If a table or a field is not mapped already, a rudimentary name is
created, respecting the pre-defined limits in the ... - 13:01 Revision 449fdaf0: [FEATURE] Add page.addInlineLanguageLabelFiles
- This patch adds the possibility to configure PageRenderer
->inlineLanguageLabelFiles with Typoscript.
Resolves: #576... - 12:59 Revision 05e045de: [FEATURE] Provide untouched newPassword in felogin password_changed hook
- To make it possible to use the ext:felogin password_changed hook even
if ext:saltedpasswords is enabled, it needs a p... - 12:58 Revision 00fa0a6f: [BUGFIX] Remove php warning for RTE classes without name
- Check if name within the configuration is set
so that no PHP warning: illigal offset will be thrown
Resolves: #68068... - 12:51 Revision 55570f68: [BUGFIX] TS-Editor: Save button in single edit mode doesn't save
- Due to a change from type = image to a button the saving of
content was blocked by internal checks. Make check behave... - 12:44 Revision e8a9cddc: [TASK] Replace sprite icon "actions-document-info" with the new IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-document-info with the new IconFactory.
Change-Id... - 12:36 Revision f817b8ae: [TASK] Replace sprite icon "actions-document-import-t3d" with the new IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-document-import-t3d with the new IconFactory.
Cha... - 12:17 Revision 954325e7: [TASK] Replace sprite icon "actions-document-new" with the new IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-document-new with the new IconFactory.
Resolves: ... - 12:13 Revision b1059c90: [BUGFIX] Change value from NULL to empty string for link field in test data
- When increasing max length of link fields the definition for db field link in
table sys_file_reference changed to not... - 12:06 Revision 79ac7a64: [BUGFIX] Avoid double encoding of routes
- The routing introduced in #65493 double encodes the routes for no reasons
Remove the double encoding and decoding.
Al... - 12:01 Revision 1ea0a7dd: [TASK] Replace sprite icon "actions-document-move" with the new IconFactory
- Replaces all IconUtility::getSpriteIcon calls for the icon
actions-document-move with the new IconFactory.
Change-Id... - 11:55 Revision 4eb0fcd1: [BUGFIX] Async broken dialog message for adding new shortcut entry
- With adding a new entry to the shortcut list the new fancy dialog
window stuff will open. but your choice cannot be "... - 11:53 Revision f6f1b205: [TASK] Removes eval() in extbase SignalSlot Unit Tests
- Resolves: #68799
Releases: master
Change-Id: I509f379841e5f4d9e01ee477699b198d17e1c9d7
Reviewed-on: http://review.typ... - 11:46 Revision c3c4add3: [BUGFIX] Fix broken hover style for taskcenter item
- Resolves: #68826
Releases: master
Change-Id: Ic612b2c085c96c60dc3df0c76f36d42122441977
Reviewed-on: http://review.typ... - 11:35 Revision 610f84b8: [TASK] Update to class-alias-loader 2.x
- Update to latest refactored version of the class-alias-loader.
This might be the last iteration before this package i... - 11:26 Revision 23115d3a: [!!!][FEATURE] Introduce Backend Routing
- A new Routing API is introduced in order to streamline
the entrypoints to the TYPO3 Backend.
Instead of using the te... - 10:46 Revision b1fd17b7: [!!!][TASK] Remove magic quote handling from $_GET / $_POST
- The magic quote functionality was removed with PHP 5.4.0.
In previous PHP versions this was a switch to turn on/off a... - 10:13 Revision 93bc7b4e: [!!!][TASK] Remove of base constant TYPO3_URL_ORG
- Base constant TYPO3_URL_ORG defined in
SystemEnvironmentBuilder::defineBaseConstants() was removed.
Was for internal ... - 09:50 Revision a9e069f6: [BUGFIX] IconViewHelper use wrong class for constant
- Resolves: #68809
Releases: master
Change-Id: Idb681b363ecfff686083db77c505696f363b17fa
Reviewed-on: http://review.typ... - 09:13 Revision ce0dfc8e: [BUGFIX] Fix crop in uri.image ViewHelper
- Fix cropping in the uri.image ViewHelper by moving the lines
below the initialization of the image itself.
Change-Id... - 00:11 Revision 9379d3a0: [BUGFIX] Change value from NULL to empty string for link field in test data
- When increasing max length of link fields the definition for db field link in
table sys_file_reference changed to not...
2015-08-06
- 20:20 Revision 505904d5: [TASK] BACK_PATH RecordList and friends
- Resolves: #68807
Releases: master
Change-Id: I018b1114a82146e2331a178f41c8bf48ee89cba4
Reviewed-on: http://review.typ... - 20:17 Revision 618a0d3d: [DOCS] Proofreading and moving of feature rst files for 7.4 Part 3
- Move last Important file to 7.4
Change-Id: If4dbb6f40a6b92ab114106ad0cc92820575a1af5
Resolves: #68752
Releases: mast... - 19:59 Revision ac760fbd: [DOCS] Proofreading and moving of feature rst files for 7.4 Part 2
- Official documentations have been updated according to rst-files
mentioned here
Resolves: #68752
Releases: master
Ch... - 19:58 Revision cf57f079: [!!!][BUGFIX] Streamline label processing for inline language files
- Change-Id: If75c125743dfe3e7c77d11978b767b432e21a4b6
Releases: master
Resolves: #30863
Reviewed-on: http://review.typ... - 19:53 Revision 2c238fea: [BUGFIX] Fade out record translations if main records gets deleted
- If a record with translations gets deleted, translations must vanish from
the record list.
Resolves: #68808
Releases... - 19:48 Revision a416095b: [BUGFIX] EM: Adjust import-handling for deactivated auto-install
- If automaticInstallation is turned off in extension manager settings,
dependency-checks are not done anymore (as no i... - 19:28 Revision dcf774c0: [BUGFIX] Clear affected caches on page publishing
- When publishing a page, the treelist cache should be cleared.
This is fixed by adding a condition that checks for a s... - 19:28 Revision 61ac10dc: [BUGFIX] felogin: Fix explanation of absRefPrefix in error message
- Wrong example given with absRelPrefix instead of absRefPrefix.
Resolves: #68796
Releases: master
Change-Id: I9796c1e... - 19:26 Revision 68d97c69: [FEATURE] Use Symfony Console in CliRequestHandler
- The logic for outputting the default checks when calling cli_dispatch.phpsh is now using Symfony Console showing
colo... - 19:17 Revision df4e85c0: [TASK] Removes eval() in extbase unit tests for TypeConverter
- Add fixtures for the DateTimeConverterTest, PersistentObjectConverterTest and the
PropertyMapperTest.
Change-Id: I6d... - 19:10 Revision 223e203f: [BUGFIX] Submitted form data has precedence over value argument
- This adjusts the behavior of all Form ViewHelpers so that any
submitted value is redisplayed even if a "value" argume... - 18:00 Revision 2d7e5f85: [TASK] Removes eval() in core tree dataprovider unit test
- Adds fixture for TreeDataProviderWithConfigurationFixture and removes the
ugly usage of eval() from TreeDataProviderF... - 17:42 Revision f45359e6: [FEATURE] Introduce new Icon API
- The logic for working with icons, icon sizes and icon overlays is now bundled into the new IconFactory class.
The new... - 17:40 Revision 1cc05276: [FOLLOWUP][BUGFIX] Clear affected caches on page publishing
- Prevent accessing an array key of a non-array.
Resolves: #37952
Releases: master, 6.2
Change-Id: I42de4ae3fb2f697a1b... - 14:59 Revision cc6f805b: [FOLLOWUP][FEATURE] IRRE useCombination option to modify warning text
- Fix headline of ReST document.
Resolves: #64535
Releases: master
Change-Id: I624841144b68e8311e6b5034ff4c8660dcbe466... - 14:53 Revision d84c378f: [TASK] BACK_PATH DocumentTemplate
- BACK_PATH in Backend context is always empty string. The patch
removes a couple of simple usages, mostly related to D... - 14:52 Revision c346e9bd: [FOLLOWUP][FEATURE] IRRE useCombination option to modify warning text
- Fix a fatal and a typo.
Resolves: #64535
Releases: master
Change-Id: I4a04c6482675dbd07771a8e3e2f5659f9360cebe
Revie... - 14:43 Revision 26a94bea: [FEATURE] Add signal for pre proccesing records
- To determine the content that needs to be analysed in the linkvalidator,
allow external hooks/signals to adjust the v... - 14:30 Revision e706019b: [TASK] Get rid of "clear.gif" usages
- Replace them with a <span>
Resolves: #68025
Releases: master
Change-Id: I8c138b0402a98eb10ceebb80681fa0e4ddbaa401
Re... - 14:28 Revision c1025c56: [FEATURE] IRRE useCombination option to modify warning text
- Add support for inline elements in combination with
['appearance']['useCombination'] to suppress the warning
messages... - 14:28 Revision e211a7b0: [TASK] Replace @inject with inject methods in other extensions
- Because of performance reasons we replace
the @inject annotations back to inject methods.
Resolves: #68786
Related: ... - 14:20 Revision a7707bcb: [BUGFIX] use array_key_exists() to deal correctly with NULL values
- Resolves: #68606
Releases: master
Change-Id: I22fbd200514324eca4a62b87d2a3018e87c8a85e
Reviewed-on: http://review.typ... - 14:03 Revision 865f2b48: [BUGFIX] License Links in about module are incorrect
- The about module links to "http://typo3.org/license" (404) instead of
"http://typo3.org/typo3-cms/overview/licenses/"... - 13:51 Revision eaaa02f7: [CLEANUP] Remove duplication in FormEngine group element
- Change-Id: I3cf50c1ea27a36c86ca019d895da4472e78cdcf4
Releases: master
Resolves: #68774
Reviewed-on: http://review.typ... - 13:07 Revision 375b7cb6: [BUGFIX] Make TypoScriptParser sortList more strict
- When calling the := sortList() with a "numeric" modifier
of the TypoScript parser with a string, the sort() method
di... - 12:19 Revision 8f499374: [!!!][TASK] Streamline directory structure of ext:indexed_search
- Resolves: #68354
Releases: master
Change-Id: Ic40ea469c08b79678e98b339c2774609a14c01b0
Reviewed-on: http://review.typ... - 12:06 Revision 84982f42: [BUGFIX] Clear affected caches on page publishing
- When publishing a page, the treelist cache should be cleared.
This is fixed by adding a condition that checks for a s... - 11:22 Revision 13991fb8: [BUGFIX] Css: change typo3-listOptions from id to class
- The id must change to class since they are used
multiple times on one page.
Change-Id: Ic4eb03f894595ebdb170185a06c7... - 11:12 Revision eb093a13: [BUGFIX] Fix wrong comment in install tool for [HTTP][proxy_host]
- Resolves: #62340
Releases: master, 6.2
Change-Id: I20554a255141ba2f49f0632404957eaf320cee7b
Reviewed-on: http://revie... - 11:06 Revision 8a91a861: [BUGFIX] Remove last usage of show_item.php
- Use getModuleUrl instead.
Resolves: #68783
Releases: master
Change-Id: I8ce3e3b9801c87e96669ba5870450c974efde26c
Rev... - 10:54 Revision efee7605: [FOLLOWUP][TASK] Allow command controller classes to reside in subfolders
- Add documentation file for this change.
Resolves: #68758
Releases: master
Change-Id: I7a0ced71e71dd2f1b0eb85e86f8f25... - 10:19 Revision f1797cb3: [TASK] Allow command controller classes to reside in subfolders
- CommandController classes were required to reside in the main
folder inside Classes and have to be named like <name>C... - 10:12 Revision 9d192760: [TASK] Remove typo3/gfx
- As all occurences are removed for now, the clear.gif icon and the whole
gfx/ directory can be removed as well.
Relea... - 08:50 Revision 304af411: [BUGFIX] Changed listNum to split in documentation
- There is a mistake in our Feature documentation.
Change listNum to split.
Resolves: #68779
Related: #67880
Releases:...
2015-08-05
- 23:59 Revision a18ebb82: [TASK] Introduce early returns in DataHandler::canDeletePage()
- Change-Id: Ib73136e767ee1fa8b97684a3cf03f763db8d907e
Resolves: #68775
Releases: master
Reviewed-on: http://review.typ... - 23:58 Revision edc1150f: [BUGFIX] Edits disappear when published twice
- When accidentally publishing an edit twice, eg. by using multiple
browser tabs, all modifications are reverted and th... - 23:34 Revision 4ad8a3b8: [BUGFIX] DocumentEditController save broken
- With changing the input type=image to input type=submit, the x/y
values are no longer transferred the EditDocumentCon... - 23:31 Revision e4ee3f0b: [BUGFIX] DataHandler: cast value to string in checkValueForInput()
- Explicitly cast the value as a string before using substr() on it.
Otherwise NULL values would be passed to substr(),... - 23:25 Revision dda6bcea: [FEATURE] Severity-filtering for FlashMessageQueue
- This allows to fetch/clear only messages of a given
severity. FlashMessageContainer in TYPO3.Flow
offers similar func... - 23:21 Revision 2493308e: [TASK] Remove usage of PageRenderer in SelectTreeElement
- Resolves: #68675
Releases: master
Change-Id: I4d18b04e1cdb633760b21c2ae1a95c2cb8ec88c9
Reviewed-on: http://review.typ... - 22:59 Revision 39b58868: [TASK] Move T3Editor logic into T3editorElement
- Resolves: #68754
Releases: master
Change-Id: I6de64c8fd5bb07d9c6c697deb94622399b594930
Reviewed-on: http://review.typ... - 22:57 Revision a227c4a5: [FEATURE] Show a special image for official distributions in EM
- For official distributions a special image is displayed in the "Get
preconfigured distribution" list. So it is easier... - 22:33 Revision 85a36357: [FEATURE] Show only distributions for current version
- As the list of distributions gets longer, it is filtered now to
those distributions that suite the current TYPO3 vers... - 22:28 Revision c3fc5639: [TASK] Move clear.gif usage for ExtJS to ext:t3skin
- Resolves: #68770
Releases: master
Change-Id: I04c4221a9a99efbb0c2ded5566cb954fe2f453bd
Reviewed-on: http://review.typ... - 22:18 Revision 2bd727f1: [FEATURE] Add option to hide group field move buttons
- This adds an TCA option to explicitely hide the move buttons of
TCA "group" fields. As of now these icons can only be... - 22:13 Revision 7c5642c6: [CLEANUP] Remove obsolete require_once from test files
- Resolves: #68772
Releases: master
Change-Id: I0663843c97bde2b063cf2031a217f0285f2674ee
Reviewed-on: http://review.typ... - 22:08 Revision ac81c16e: [BUGFIX] Shortcut list (top right) is filled by duplicated entries
- The AjaxShortcut function has no validation of an already existing entry in the
shortcut list before it create a new ... - 22:06 Revision fc999ebc: [FEATURE] Make "base" of stdWrap_bytes configurable
- It is possible now to set the base parameter via TypoScript to define
a base (1000 or 1024) to calculate with if you ... - 22:05 Revision c1283880: [FOLLOWUP][TASK] Get rid of clear.gif in buttons
- Type image without src attribute is not allowed.
Use type submit instead.
Resolves: #68304
Releases: master
Change-I... - 21:02 Revision b2289f6c: [TASK] Get rid of clear.gif in buttons
- Resolves: #68304
Related: #68025
Releases: master
Change-Id: I90f372ac7570dcc57517b2f9b1e9efcd01b3b9ca
Reviewed-on: h... - 21:00 Revision 348039c9: [BUGFIX] Typo in neg_foreign_table in DataPreprocessor
- Change-Id: I5f281c99c65a6a3a0d0d527bdd5db02853eb078b
Releases: master, 6.2
Resolves: #68769
Related: #36573
Reviewed-... - 20:57 Revision 7f5aa938: [BUGFIX] Typo in neg_foreign_table in DataPreprocessor
- Change-Id: I5f281c99c65a6a3a0d0d527bdd5db02853eb078b
Releases: master, 6.2
Resolves: #68769
Related: #36573
Reviewed-... - 20:41 Revision 47524039: [TASK] Remove gfx from TaskCenter
- Resolves: #68768
Releases: master
Change-Id: Ifc6a6aa01624eafde93b75515483d83070692f02
Reviewed-on: http://review.typ... - 20:38 Revision be5cde3f: [TASK] Raise version number in bower and packages JSON file
- Move links to https only.
By next release these numbers will be raised automatically.
Resolves: #68767
Releases: mas... - 20:00 Revision cdf24776: [TASK] styleguide: TCA: Change some maxitem group settings
- 19:30 Revision d7027e74: [TASK] Replace confirm with a dialog when creating a new bookmark
- Resolves: #68751
Releases: master
Change-Id: I4fa9c9be82581832356d1217885f0a2ba41a9aeb
Reviewed-on: http://review.typ... - 19:29 Revision 70638576: [BUGFIX] Allow subclasses of \DateTime as entity properties
- When a class "\MyCustomDateTime extends \DateTime", the data mapper
creates "\DateTime" objects instead when mapping ... - 18:27 Revision 7a63ad91: [BUGFIX] ViewHelper variable container must deal with NULL
- The internal variable storage container for viewhelpers must
be capable of handling variables with NULL values.
Reso... - 17:55 Revision 4bfc703d: [TASK] Replace confirm ActionTask::action_linkUserName
- Resolves: #68252
Releases: master
Change-Id: I04b8fe9e2135bbb28201d33acd114f8e87bfe1b9
Reviewed-on: http://review.typ... - 17:32 Revision 9aeae180: [TASK] Replace confirm in import / export module
- Resolves: #68249
Releases: master
Change-Id: I9fb6fba5479059877ee650c567f20d77f711ef17
Reviewed-on: http://review.typ... - 16:23 Revision 11bb45f7: [FOLLOWUP][TASK] Replace @inject with inject methods in ext:extbase
- Wrong inject method name for objectManager.
Resolves: #54605
Releases: master
Change-Id: I2e8ef1656b514ba547ccc248a1... - 14:28 Revision 3d3d7aee: [TASK] Replace @inject with inject methods in ext:extbase
- Because of performance reasons we replace
the @inject annotations back to inject methods.
Resolves: #54605
Releases:... - 13:33 Revision e8f004ea: [TASK] Reactivate RequestBuilderTest for PHP7
- As the crash is fixed, we can reactivate the test.
Resolves: #65321
Releases: master
Change-Id: I7f43ed6824beb779cad... - 12:34 Revision 5e015b36: [TASK] Make Uri/ImageViewHelper compilable
- The Uri/ImageViewHelper is now compilable.
Resolves: #66728
Releases: master
Change-Id: I271136f5dfe8b3187d6ed524148... - 11:53 Revision e232eea1: [BUGFIX] Add clickmenu trigger for uploaded files
- Add the <a> tag around the file icon of uploaded files to enable
the clickmenu.
Resolves: #62352
Releases: master
Ch... - 11:11 Revision 0a9249f5: [FEATURE] Check for incompatible MySQL modes in install tool
- Detect MySQL modes that are incompatible with TYPO3 CMS and report them
in the Install Tool. The warning will appear ... - 10:49 Revision 8e667e45: [TASK] Remove unused CSS for FormEngine wizards
- The ID on the body tag is now completely different.
Removing a few lines of CSS for form wizard (in ext:compatibility...
2015-08-04
- 17:37 Revision 077b6d48: [!!!][TASK] Remove ElementBrowser::getMsgBox
- Messages should be rendered by FlashMessages and not by html tables.
Drop the whole method and change the usages to p... - 17:32 Revision 3cc3d6cf: [TASK] Make use of bool/int in @param and @return DocComments
- Resolves: #68732
Releases: master
Change-Id: Ic3c2059ee90185551f77e5b658b686d473291d72
Reviewed-on: http://review.typ... - 17:17 Revision 180ae09d: [TASK] Update TYPO3 version to TYPO3 7.5-dev
- Releases: master
Change-Id: I4e245c825571869d93052e8f759e40e85ff6c140
Reviewed-on: http://review.typo3.org/42251
Revi... - 15:10 Revision 16ef2253: [TASK] Set TYPO3 version to 7.4.1-dev
- Change-Id: Ie9c2565afb98a1011423c6a578d445aa90792f86
Reviewed-on: http://review.typo3.org/42249
Reviewed-by: TYPO3 Re... - 15:09 Revision c3ae8d67: [RELEASE] Release of TYPO3 7.4.0
- Change-Id: Ie0b2b38fa3d2d1aa5200aa547dca7d2ee1e74caa
Reviewed-on: http://review.typo3.org/42248
Reviewed-by: TYPO3 Re... - 14:30 Revision 87ced33e: [BUGFIX] Keep cursor position in textfields on navigating by arrow keys
- Do not reset the cursor position if one navigates in the textfields by
arrow keys.
Resolves: #68721
Releases: master... - 14:27 Revision d6511a2b: [BUGFIX] EXT:setup User Settings > realName and email not saved
- Saving an avatar resetted the input data to only contain
the avatar data. Fix this by adding the avatar information t... - 13:23 Revision 738861bd: [BUGFIX] Do not turn TYPO3 Logo upside down on error pages
- Resolves: #68718
Releases: master, 6.2
Change-Id: Ie41426bac4a21e53f423e52fd537e037db18ac4f
Reviewed-on: http://revie... - 13:16 Revision 7189d31c: [BUGFIX] Do not turn TYPO3 Logo upside down on error pages
- Resolves: #68718
Releases: master, 6.2
Change-Id: Ie41426bac4a21e53f423e52fd537e037db18ac4f
Reviewed-on: http://revie... - 12:48 Revision 12a2e0d3: [FOLLOWUP][TASK] Pagetrees: adopt open/close icons and align items of same level
- Module Filelist -> Folder Tree: prevents the line break between icon and text.
Element Browser: Missing space between... - 12:00 Revision 9110e218: [BUGFIX] Tree icons are not displayed in Safari
- Open/Close icons are displayed again in Safari.
Change-Id: I2f08e787882f5dea659663de38572f874eae1f2e
Releases: maste... - 06:19 Revision 71bb83d9: [FOLLOWUP][TASK] Pagetrees: adopt open/close icons and align items of same level
- Let the open/close icons for the tree root elements reappear.
Releases: master
Resolves: #68649
Change-Id: I0a7c9065... - 00:37 Revision 68ef77ef: [TASK] Remove direct call to ajax.php in ExtDirect API
- A leftover from the integration of AJAX requests in index.php
Resolves: #68631
Releases: master
Change-Id: I19d48624... - 00:27 Revision e3de9753: [BUGFIX] Fix inclusion of non existing favion in Install Tool
- Remove the usage of a non existing favicon in the Install Tool.
As this should be rather standalone, removal is prefe...
2015-08-03
- 14:26 Revision d826044b: [FOLLOWUP][FEATURE] TCA/ctrl/descriptionColumn
- Move rowDescription to correct position and add missing comma.
Change-Id: Ia30a8ab54ccf0d2fe3ca3eaf312fd9d02e58c121
... - 13:05 Revision 82d452fe: [DOCS] proofreading and moving of feature rst files Part 1
- These include files that do not require updates on the references
Releases: master
Change-Id: I1b4bc57b2f9f97c96cce3...
2015-08-02
- 21:23 Revision 6668961a: [BUGFIX] Suppress error while creation of database tables without keys
- Resolves: #68693
Releases: master
Change-Id: Id565735069e266f896d326e9943dd9d7d67f7537
Reviewed-on: http://review.typ...
2015-07-31
- 18:22 Revision c2d9a675: [FOLLOWUP][TASK] Add -h --help as CLI option for scheduler
- Add missing command line arguments to the options array.
Resolves: #63699
Releases: master
Change-Id: Idca42989811e4... - 16:16 Revision 9ed7c08a: [BUGFIX] PSR-7: Do not let legacy code take precedence over HTTP headers
- The code to not overwrite regular headers set by PSR-7 response
is obsolete and should be removed. Legacy code does n... - 14:28 Revision f7d60d9c: [TASK] Remove usage of PageRenderer from ImageManipulationElement
- Resolves: #68674
Releases: master
Change-Id: I9821c54e785c67bbe140ff30c18a7369665f8bad
Reviewed-on: http://review.typ... - 13:51 Revision 8ab154d3: [DOCS] Update for RST Indexes and Table of contents
- Releases: master
Change-Id: I04decf96fa6d320eee62207de163de9101d919f9
Reviewed-on: http://review.typo3.org/42170
Revi... - 13:38 Revision 84218a9a: [TASK] Rename ResourceStorage::processUploadedFilename to sanitizeFileName
- Feature #67545 introduced ResourceStorage::processUploadedFilename and
changed the existing PreFileAddSignal. The nam... - 13:20 Revision 0fc6f1cf: [DOCS] proofreading and moving of breaking rst files
- Releases: master
Change-Id: I2df2010e2bc43d3f879b9d60fc2ab39c5b3e39a1
Reviewed-on: http://review.typo3.org/42140
Revi... - 13:19 Revision 6f2aa504: [DOCS] proofreading and moving of important rst files
- Releases: master
Change-Id: Iab417188b9586e4646ed99a48a9a1de930e44e57
Reviewed-on: http://review.typo3.org/42144
Revi... - 13:19 Revision 1afc4c35: [DOCS] proofreading and moving of deprecation rst files
- Releases: master
Change-Id: I94a51969af3229c854e9993a2f8400d379ecba1c
Reviewed-on: http://review.typo3.org/42143
Revi... - 11:44 Revision 442b7b83: [BUGFIX] Use dedicated class loading info for testing context
- Also always clear the directory to avoid issues during testing.
Releases: master
Resolves: #68639
Change-Id: If64c3b... - 10:10 Revision 6b2e1318: [BUGFIX] PSR-7: Only send headers if no other headers are prepared
- The PSR-7 functionality to send the headers is now only in use
if the headers haven't been sent already or no other f... - 10:03 Revision fdbe3442: [BUGFIX] Enlarge new content element wizard links click area
- This encapsulates the whole items within the new content element
wizard with a link to ensure the whole area is click... - 00:57 Revision 41e01ab8: [BUGFIX] Handle broken refindex in Element Information popup
- Releases: master
Resolves: #68601
Change-Id: I7a9092bdec5ad43564c1e3abd576d26f2b8d7685
Reviewed-on: http://review.typ... - 00:24 Revision 4dd19516: [FOLLOWUP][FEATURE] Avatar for backend users
- The avatar is now really shown in the element information popup.
An additional call to htmlspecialchars() is added as... - 00:17 Revision 1086cab6: [TASK] Remove not used CSS for suggest wizard
- Resolves: #68657
Releases: master
Change-Id: I17cd5fbd9ad0c5cec42738c848b2d1587041cdd4
Reviewed-on: http://review.typ... - 00:14 Revision 500da35d: [TASK] Remove unused image styling for tab menu
- The API method from the core doesn't use these classes anymore.
Resolves: #68656
Releases: master
Change-Id: I604293... - 00:13 Revision 1b00a4fb: [TASK] Pagetrees: adopt open/close icons and align items of same level
- Adopt open/close icons for pagetrees (except for the main TYPO3 pagetree).
Fix width of last-child li's before-pseudo...
Also available in: Atom