Activity
From 2014-03-12 to 2014-04-10
2014-04-07
- 20:50 Revision 25c60e44: [BUGFIX] Use return values of array_map in local driver
- The LocalDriver will now use the return values of array_map calls in
createFolder() and determineBaseUrl() so that th... - 16:02 Revision 49c684f8: [BUGFIX] T3editor description loading
- Due to the refactoring of the ajax registration a wrong
method is registered for retrieving the description in t3edit... - 15:56 Revision a8963501: [BUGFIX] User settings do not obey setup.override
- Add a missing isset() check whether a setting has been overridden
by user TSconfig.
Resolves: #57690
Releases: 6.2, ... - 15:55 Revision 133f38b4: [BUGFIX] User settings do not obey setup.override
- Add a missing isset() check whether a setting has been overridden
by user TSconfig.
Resolves: #57690
Releases: 6.2, ...
2014-04-06
- 23:21 Revision 18066605: [BUGFIX] Fix incomplete mocking in ExtensionManagementUtilityTest
- Some tests rely on actual extensions TCA being present.
Mock the method that reads the TCA files.
Resolves: #57700
R... - 21:45 Revision ae220dcd: [TASK] Improve deprecation msg of GeneralUtility method
- The deprecation message of GeneralUtility::array_merge_recursive_overrule
should show more clearly that the code can'... - 21:37 Revision 5c7a3976: [TASK] Activate all packages in unit tests
- Introduce a new package manager class for unit tests
that does not read the PackageState.php file any more
but scans ...
2014-04-05
- 23:48 Revision 21f0d120: [BUGFIX] ClickMenu: Visibility-options only if fields allowed
- So far the entries "Hide/Unhide" and "Visibility settings" always
showed up in the ClickMenu. We need to check via ex... - 22:21 Revision 69f5be01: [TASK] Avoid sysLog calls in MailUtilityTest
- Resolves: #57676
Releases: 6.2
Change-Id: I6f694a2c595756595b09aa4a8a91cb795e8a47b7
Reviewed-on: https://review.typo3... - 13:58 Revision 761fa18a: [TASK] Return to "Admin Tools > User Admin" when exiting simulated BE User
- When exiting a simulated BE user, you return to the backend user module
instead of the default startup page.
Resolve...
2014-04-04
- 17:15 Revision c4def092: [TASK] Integrate default README.txt
- This file is a modified and updated version like it has been
releases with every package in the past. Since these fil... - 17:15 Revision 4316e98d: [TASK] Integrate default README.txt
- This file is a modified and updated version like it has been
releases with every package in the past. Since these fil... - 17:15 Revision d470aa56: [TASK] Integrate default README.txt
- This file is a modified and updated version like it has been
releases with every package in the past. Since these fil... - 17:14 Revision 72be9f33: [TASK] Integrate default README.txt
- This file is a modified and updated version like it has been
releases with every package in the past. Since these fil... - 17:13 Revision eaad1327: [BUGFIX] PHP warning due to missing preg_quote
- Fixing a missing preg_quote() call in ExtensionManagementUtility,
which causes a PHP warning and a failing preg_match... - 17:12 Revision 2b3dd276: [TASK] Integrate default README.txt
- This file is a modified and updated version like it has been
releases with every package in the past. Since these fil... - 15:09 Revision 1329a961: [SECURITY] Prevent XSS in scheduler form
- The class name is submitted in a hidden form and is susceptible to XSS.
The patch introduced htmlspecialchars to prev... - 15:09 Revision de4e047d: [SECURITY] Prevent XSS in scheduler form
- The class name is submitted in a hidden form and is susceptible to XSS.
The patch introduced htmlspecialchars to prev... - 13:19 Revision 9d365152: [SECURITY] Prevent XSS in scheduler form
- The class name is submitted in a hidden form and is susceptible to XSS.
The patch introduced htmlspecialchars to prev... - 13:18 Revision be342b4e: [SECURITY] Prevent XSS in scheduler form
- The class name is submitted in a hidden form and is susceptible to XSS.
The patch introduced htmlspecialchars to prev... - 13:04 Revision 0a33e1dd: [SECURITY] Prevent XSS in scheduler form
- The class name is submitted in a hidden form and is susceptible to XSS.
The patch introduced htmlspecialchars to prev... - 10:57 Revision 3c0c6a0b: [BUGFIX] Correctly apply Extbase validator options and add tests
- * Check supplied options
* Apply default-values of validator if needed
* Check for required options
* Provide options...
2014-04-03
- 22:02 Revision b5798938: [BUGFIX] Fetch RSA public key by Ajax before login
- Currently public and private RSA keys are generated when rendering the
login form. This has several drawbacks.
It ca... - 22:00 Revision c67e8ebb: [BUGFIX] Do not reset Page Renderer on partial rendering
- Currently the Page Renderer is reset when calling
the render() method, even if only one part (header
or footer) is re...
2014-04-02
- 21:33 Revision f797f4ae: [TASK] TceformsUpdateWizard: Throw exception if database query fails
- Inform the user, if the database SELECT query fails during the wizard.
Resolves: #57572
Releases: 6.2
Change-Id: I09... - 12:18 Revision 38f484e0: [BUGFIX] FAL: Prevent invalid NULL value on metadata creation
- The cruser_id field is now guaranteed to be an integer.
This patch checks if a BE_USER is available and uses zero
oth... - 11:59 Revision d40ef865: [BUGFIX] Marker missing for page.includeCSSLibs
- The HTML templates are missing the marker for the
introduced page.includeCSSLibs TS feature in 6.2
Resolves: #57467
... - 11:18 Revision 0c86ef1a: [CLEANUP] Remove option "edit_wideDocument"
- The historical option "wide document" can
be safely removed, as the wide screen options
from 10 years ago are default... - 11:10 Revision 1896dac4: [TASK] Readd search string in module "Configuration"
- The input field of the configuration module's search
is never populated with the search term.
Solution: move one lin...
2014-04-01
- 22:14 Revision 0a85c231: [BUGFIX] Use last result line of identify command
- In GraphicalFunctions::imageMagickIdentify() the last line returned by
the executed command will be used as result.
... - 21:57 Revision 64d08719: [BUGFIX] Fix relative path calculations in EM
- The extension manager often uses the extension
relative path to calculate paths to different files,
but does not take... - 21:24 Revision fcf3a2f7: [BUGFIX] Make Typo3DbQueryParser a Singleton
- Typo3DbQueryParser gets injected in Typo3DbBackend, thus
it has to be a Singleton.
Resolves: #57338
Releases: 6.2
Ch... - 21:22 Revision 6ae6b40c: [BUGFIX] Make Extbase EnvironmentService a Singleton
- EnvironmentService is a service and gets injected in different
classes, thus it has to be a Singleton.
Resolves: #57... - 21:22 Revision e3420ae3: [BUGFIX] Make Extbase EnvironmentService a Singleton
- EnvironmentService is a service and gets injected in different
classes, thus it has to be a Singleton.
Resolves: #57... - 21:05 Revision ae7f6bbd: [BUGFIX] Check if lock directory is writable
- We should check if directory is writable. Else fopen in acquireLock
would only fail with error after waiting time. Al... - 20:58 Revision 680c83ee: [BUGFIX] Backup of LocalConfiguration.php missing on update
- If you update from a 6.x installation there should be a backup of the
old, unmodified LocalConfiguration.php as it's ... - 20:58 Revision 69421102: [BUGFIX] Remove the need of PackageStates.php in tests
- Although there is code in the package manager tests
to mock a PackageStates.php file, it does not work
as the path to... - 10:25 Revision 28c66c57: [BUGFIX] Allow user defined locales to work with TSFE->sL()
- TYPO3 uses a list of "known" languages defined in
TYPO3\CMS\Core\Localization\Locales.
This list can be extended by ...
2014-03-31
- 23:13 Revision 03646f15: [BUGFIX] Test typeof TBE_EDITOR for object not function
- As TBE_EDITOR is defined as object in jsfunc.tbe_editors.js we should
change the check here. Otherwise no eval user f... - 23:12 Revision 03ec17a1: [BUGFIX] Test typeof TBE_EDITOR for object not function
- As TBE_EDITOR is defined as object in jsfunc.tbe_editors.js we should
change the check here. Otherwise no eval user f... - 14:30 Revision 9bf671e0: [TASK] Web>Page Search: Remove duplicate CSS
- Due to centralized standard styles for standard elements no
further special CSS definition is necessary.
Also remove... - 11:34 Revision ccb8bc49: [TASK] Remove space in Page module notification
- The page module's notification on sysfolders to switch to list view
got an extra line which can be removed.
Resolves...
2014-03-30
- 17:45 Revision cdf723e2: [BUGFIX] Respect config.debug setting for displaying parsetime
- 2 possible information snippets can be outputted using
config.debug = 1 in TypoScript or [FE][debug]=1 in Install Too... - 15:55 Revision 45a91e62: [BUGFIX] Enable backend login for Internet Explorer 8 users
- Due to some mystical IE8 behavior the global TYPO3 object gets reset
if any "var" occurs in Javascript. It is not nec...
2014-03-29
- 23:27 Revision 23ba3e86: [TASK] Cleanup ChangeLog from duplicate lines
- Releases: 6.2
Change-Id: I360c4ce290735ea76fe48e003a47e867bf5cf85b
Reviewed-on: https://review.typo3.org/28952
Review... - 10:33 Revision 40265e9d: [BUGFIX] Extension update fails if needed by other extensions
- On update process the extension which should be updated gets
uninstalled. This doesn't work if the extension is neede...
2014-03-28
- 20:55 Revision f6106387: [BUGFIX] Update for sys_file_metadata returns SQL error
- Due to a missing space in front of the FROM part, the SQL statement
currently errors and the meta data for files can'...
2014-03-27
- 14:44 Revision 5c8016b7: [BUGFIX] CSC: file references not working with image compression
- When using image compression with CSS styled content
all existing data in the $imgConf array is emptied.
If using a s... - 00:39 Revision 1b74cb49: [BUGFIX] Check default salting method first
- Prioritise default salting hashing method when determining
the salting hashing method of a given salted hash.
Fixes ...
2014-03-26
- 22:03 Revision 1356c9d8: [BUGFIX] Add correctly escaped css selectors for js
- Because identifiers in css are using escaped entries, we
have to do another escaping for the javascript selectors.
R... - 21:54 Revision 3dd0012e: [BUGFIX] Install Tool-FAL metadata migration fails for big sets
- In install tool there is migration script that copy part of sys_file
into sys_file_metadata. For long data sets (test... - 21:52 Revision 0700b7e2: [BUGFIX] Install tool update wizards show html tags in error message
- The RteFileLinksUpdateWizard, RteMagicImagesUpdateWizard
and TceformsUpdateWizard convert there error messages to
Fla... - 21:51 Revision 2b5c50e3: [BUGFIX] Exception if thumbnail does not exist
- BackendUtility::thumbCode() tries to retrieve the extension
of a file object that might be NULL.
Add a check for hav... - 11:15 Revision 9d141566: [BUGFIX] Load adminPanel styles for FE editing
- This patch enables frontend editing even if the adminPanel is closed
(minimized). Before adminPanel AND editing tab h... - 10:37 Revision 022a3fc0: [BUGFIX] Check WorkspaceEnabled for MM field related table
- If you try to edit a MM field associated to a table which doesn't use
versioning (t3ver_* fields are missing) you get... - 09:07 Revision 83594783: [BUGFIX] Fix initial file import in EM
- The path calculation of the source path contains
double slashes, which is an invalid path for
the isAllowedAbsPath ch... - 09:00 Revision fa4e68b2: [BUGFIX] Run scheduler from cli fails on DBAL
- With activated DBAL, dispatching the scheduler from cli
currently fails. The SqlParser can't handle brackets
in an ON...
2014-03-25
- 18:31 Revision 0fbca208: [TASK] Set TYPO3 version to 6.2.1-dev
- Change-Id: Ic5b68b4261667d52e2b7d974b0e8515fa18bb1ce
Reviewed-on: https://review.typo3.org/28788
Reviewed-by: TYPO3 R... - 18:31 Revision 4924c9e5: [RELEASE] Release of TYPO3 6.2.0
- Change-Id: Id1a38d8e337a3cdddeb3789b605f4314f8ef4726
Reviewed-on: https://review.typo3.org/28787
Reviewed-by: TYPO3 R... - 18:24 Revision a3579232: [TASK] Small adjustments to NEWS.md
- Releases: 6.2
Change-Id: If014e492906f8efd1b32fb9f3bbdac0c8392a706
Reviewed-on: https://review.typo3.org/28784
Review... - 18:23 Revision d0db6d6a: [BUGFIX] GeneralUtility->copyDirectory does not fix permissions
- Instead of using TYPO3-internal functions
for creating directories and moving files,
default PHP functions are used. ... - 17:38 Revision d7cfbba1: [TASK] Remove wrong deprecation in extbase persistence
- A method was misleadingly deprecated in QueryInterface.
Also an additional hint was added to the other deprecated
met... - 17:36 Revision 8b397387: [BUGFIX] Test typeof TBE_EDITOR for object not function
- As TBE_EDITOR is defined as object in jsfunc.tbe_editors.js we should
change the check here. Otherwise no eval user f... - 17:13 Revision 8692d6e0: [TASK] Fix a PHP warning in Clipboard
- Check if the key is available.
Resolves: #57300
Releases: 6.2
Change-Id: I99542a8c0516596b31342a7bce5daa58af4a6432
R... - 16:25 Revision d0756f9f: [BUGFIX] Wrong whitespace handling in RTE-enabled fields upgrade wizard
- The upgrade wizards searches for all filepaths in the RTE-enabled fields
as these are found in sys_refindex.ref_strin... - 16:17 Revision dbbc39d4: [TASK] Use alternative selector for many workspaces
- The toolbar of the workspace module visualizes each workspace
in a separate tab. On having many workspaces, the toolb... - 16:15 Revision 27ae1c79: [TASK] Visualize nested data structures in workspace module
- The current workspace module only has two levels (page and the
accordant records). Nested record sets like tt_content... - 15:51 Revision 2b4f543f: [TASK] Refactor element dependency resolving
- Dependency element resolving of nested data structures currently
is used in CommandMap only. However the logic can be... - 15:22 Revision 7a2d9a5e: [TASK] Follow-up: Typo3DbQueryParser must handle LowerCase
- Add a test for preparse query hash.
Resolves: #57263
Releases: 6.2
Change-Id: Ia524b65f5ef559822c62df1f53c0e78c4750f... - 15:20 Revision fde38637: [TASK] Remove deprecated methods/properties in Extbase
- Releases: 6.2
Resolves: #57242
Resolves: #44327
Change-Id: I0cfd55e8bbaab690cc6b22b30e18972b0e8747c0
Reviewed-on: htt... - 15:04 Revision 8e7fe9e6: [BUGFIX] Clean MP parameter for rootline cache identifier
- Any commas in the mount point parameter are replaced with underscores
to prevent caching errors in the RootlineUtilit... - 14:57 Revision 442f0f4a: [BUGFIX] Wrong SignalSlot dispatch calls in ResourceStorage
- The wrong classname is used and for emitPreFolderCopySignal(),
emitPostFolderCopySignal(), emitPreFolderMoveSignal() ... - 14:43 Revision b036a0d4: [BUGFIX] Extbase: Methods are inherited twice
- Change #57031 introduced two methods in DomainObjectInterface,
which are already present in ObjectMonitoringInterface... - 14:30 Revision b0f12bd9: [TASK] Show by default only 1 file upload field in elementbrowser
- Since the input type=file now supports multiple file selection
and this is suppoterd by all modern browsers.
So showi... - 14:28 Revision 239e01d1: [TASK] Add first level cache for the query cache
- The Extbase query cache stresses the database by querying
the same cache identifier over and over again. This for exa... - 14:25 Revision ff0ee359: [BUGFIX] Fix Query unit test and two typehints
- Follows #57263
Fixes a change of interface in the unit test for Query.
Moreover two more places miss the new interfa... - 13:37 Revision ebf7e6be: [BUGFIX] Typo3DbQueryParser must handle LowerCase
- Resolves: #57263
Releases: 6.2
Change-Id: I89b5051a5fe1d6fc908428019115fcd4bc0d2b38
Reviewed-on: https://review.typo3... - 11:59 Revision c9738f8c: [BUGFIX] Fix problem with cache being cleared multiple time
- When pages or records in general are changed using
the DataHandler, the pageCache is cleared for
each page multiple t... - 10:57 Revision 787385d3: [BUGFIX] getFolderStatus ajax also being called in Step Installer
- Resolves: #57262
Releases: 6.2
Change-Id: I190420ef696de819ebf3f06033ba7e97c639a92c
Reviewed-on: https://review.typo3... - 08:44 Revision 6dff96c0: [BUGFIX] ExtJS / normalize table > th
- Browsers center text in <th> but the header text should
be aligned to the left. This issue arose when ExtJS
normalize... - 03:03 Revision 45ddaa8f: [TASK] Set TYPO3 version to 6.2-dev
- Change-Id: I581ca28ee926ad1891b33baa1c8d8f0e9f9df5a9
Reviewed-on: https://review.typo3.org/28737
Reviewed-by: TYPO3 R... - 03:02 Revision 8dff38a2: [RELEASE] Release of TYPO3 6.2.0rc2
- Change-Id: If247d1f182ecc1de823852bda435efd7e2e420f2
Reviewed-on: https://review.typo3.org/28736
Reviewed-by: TYPO3 R... - 02:47 Revision e636910f: [CLEANUP] Extbase persistence classes
- The classes contain wrong type hints and miss a lot of
checks whether the correct object is present.
Resolves: #5703... - 02:00 Revision 6bf26d96: [BUGFIX] Fix warning during extension installation
- During unpacking of an extension in the installation
process it can happen that the extension data
contains folders i... - 00:50 Revision 66f13afe: [BUGFIX] Make extension update work again
- This is a regression fix. The regression was
introduced when fixing the dependency handling.
Resolves: #57260
Relate...
2014-03-24
- 22:51 Revision 9b3f07e4: [BUGFIX] Fix usage of preparedStatement object in $query->statement
- This is a follow-up fix for the integration of preparedStatements in
Extbase. Due to a wrong comparison, an own prepa... - 22:37 Revision fac12e2a: [TASK] Add warning in Reports module if content adapter is active
- The setting [FE][activateContentAdapter] has a large impact on
performance. A warning in the Reports module will enco... - 22:32 Revision 449c81e4: [BUGFIX] FOLLOWUP Queries with NULL don't work
- In https://review.typo3.org/28592 we apparently did not
fix the whole problem. This followup will deal with
the edge-... - 21:46 Revision ff162d36: [BUGFIX] Fix operator "in" for cached queries
- This a follow up fix for the extbase query cache. On reusing an already
build query, it was missed to evaluate the mu... - 21:08 Revision ab443de2: [TASK] BasicFileUtility::init is not deprecated yet
- Until we fully remove usage of BasicFileUtility throughout the core
(i.e. DataHandler, Import/Export module, ElementB... - 20:36 Revision d222e935: [TASK] Make section index from hidden headers work again
- Before version 4.7 you could build up a section index with
links to content elements with hidden headers.
Since versi... - 20:12 Revision e34562ba: [BUGFIX] Fix tests according to changes in #57199
- Unit tests have been forgotten to be adapted,
so fix them now to make travis happy again.
Also remove the superfluou... - 19:25 Revision 68a0581f: [TASK] Add single view for distributions in EM
- In order to know what is going to be installed, the
distribution manager should display more information
about a sing... - 19:07 Revision 5cc88c8d: [TASK] Add Link to wiki page for opcode cache
- Add a link to http://wiki.typo3.org/Opcode_Cache in installers
system environment check messages.
Resolves: #56526
R... - 18:01 Revision 30aa90f0: [BUGFIX] Fix extension installation process
- The download queue is build recursively, but if an
extension is marked for download, it is added
to the queue before ... - 17:57 Revision 8326a71f: [BUGFIX] Queries with NULL don't work anymore
- See change: I517c0500cad75cae96fd739f2ff7222db80b42a5
At the end of the Typo3DbQueryParser::parseComparison() method ... - 17:36 Revision 904dfaaa: [BUGFIX] Don't access property if subject is scalar
- Trying to access a property if the subject is
a string, causes the class loader to be triggered
as is_callable is inv... - 16:46 Revision 87d3d407: [BUGFIX] Typo in Extbase localization file
- Fixes: #57238
Releases: 6.2, 6.1, 6.0
Change-Id: Icca7e1637387e2ad31a1368abcd59b1bd443255f
Reviewed-on: https://revie... - 16:45 Revision cbdd0652: [BUGFIX] Typo in Extbase localization file
- Fixes: #57238
Releases: 6.2, 6.1, 6.0
Change-Id: Icca7e1637387e2ad31a1368abcd59b1bd443255f
Reviewed-on: https://revie... - 16:45 Revision 91187e10: [TASK] Make show_rechis.php mod.php dispatched
- The patch adds a new module for the record history view. All calls to
the show_rechis.php script are rewritten to use... - 16:41 Revision 3431afb6: [BUGFIX] Typo in Extbase localization file
- Fixes: #57238
Releases: 6.2, 6.1, 6.0
Change-Id: Icca7e1637387e2ad31a1368abcd59b1bd443255f
Reviewed-on: https://revie... - 16:33 Revision 423042f1: [FEATURE] Add complete opcode cache reset
- This adds the possibility to reset the complete opcode cache in the
install tool. This functionality may be needed if... - 14:46 Revision 92b74a4d: [TASK] Reduce JavaScript dependency in workspace module
- The workspace module in the backend has a check and dependency to
the page module in the top frame. To ease debugging... - 14:07 Revision 9b5ad3eb: [BUGFIX] IRRE bidirectional relation not highlighted
- Currently the user is not able to recognize that he is working on
record relations. These records may be used in seve... - 14:04 Revision 0e20f584: [BUGFIX] ClassLoader exits early for invalid class names
- Instead of doing calculations if an invalid
class name could still be found and implementing
safeguards that our cach... - 13:40 Revision 0681f84f: [BUGFIX] Invalid argument supplied for foreach in ExtensionModelUtility
- Dependecies might be given as empty string, e.g.
array (
'depends' =>
array (
'typo3' => '4.5.0-6.2.99',
),
... - 13:33 Revision f6f96f7c: [BUGFIX] Unresolvable dependency if composer.json lacks version
- This change fixes a problem which occurs under these circumstances:
* Extension A depends on Extension B
* Extension... - 12:10 Revision c8236cb8: [CLEANUP] Wrong phpdoc in EnableFileService
- Fixing a wrong phpdoc comment in EnableFileService
Resolves: #57226
Releases: 6.2
Change-Id: I3531960084bd950f5803bc... - 12:02 Revision 96210e52: [BUGFIX] Use file name to check extension validity
- Instead of using a file's identifier, the file's name is used
to check if it has a valid file extension.
This allows... - 10:12 Revision 0e3910a3: [TASK] Add ResourceStorage getEvaluatePermissions()
- #51326 introduced a setEvaluatePermissions() method
to enable/disable permission checking in the
ResourceStorage. But...
2014-03-23
- 19:38 Revision 9ddc0500: [TASK] Improve clipboard names
- Makes clipboard names more meaningful for editors.
It also makes "Normal" clipboard name translatable
and adds titles... - 19:01 Revision 293b71f8: [TASK] Move update functionality to BackendUserSessionRepository
- As annotated in SwitchBackUserHook.php, the update method is moved
into the BackendUserSessionRepository file.
Resol... - 18:08 Revision ed50510a: [BUGFIX] preparseQuery wrongly computes cache hash of a query
- preparseQuery only takes query's parameters to compute its hash but
not the operators used. As such, those two querie... - 17:12 Revision 4a4c2365: [TASK] Rename GeneralUtility in Documentation sysext
- Rename the GeneralUtility class in the Documentation sysext to avoid
confusion with GeneralUtility used in the Core s... - 15:28 Revision fc5b7b2a: [BUGFIX] Module Menu throws PHP warning for top level menu items
- When rendering the module menu icons, the menu items
on the top level (Web, File, User, Admin) don't have an icon,
ho... - 15:20 Revision 9b36936f: [BUGFIX] Parsetime: config.debug should override LocalConfiguration
- Parsetime is output either if config.debug is set or if FE-debug
is activated in LocalConfiguration. Allow to explici... - 15:02 Revision f1c4ce7a: [BUGFIX] Avoid empty labels in EM configuration
- Check if a given configuration option in the EM really has both
a headline and a text, before writing out an empty la... - 14:59 Revision 2f75ff1e: [TASK] Styling for the distribution management
- The distribution management looks ugly. Make it usable
and not just a raw list.
Resolves: #57139
Releases: 6.2
Chang... - 14:51 Revision b06b67b2: [BUGFIX] Parsetime: config.debug should override LocalConfiguration
- Parsetime is output either if config.debug is set or if FE-debug
is activated in LocalConfiguration. Allow to explici... - 14:25 Revision c4a39624: [BUGFIX] Fix incomplete mocking in several tests
- IndexerServiceTest and ExtensionManagementServiceTest
both execute emit signal methods which in turn
try to instantia... - 14:24 Revision 5caf0323: [BUGFIX] Fix position of search field clearer in extension manager.
- The jquery plugin is not a real external contribution, but was written
specifically for TYPO3, so modifying it in the... - 14:17 Revision a51c3cf7: [TASK] Protect Ajax calls of core extensions
- All core extensions need to benefit from
the new Ajax API and will be CSRF protected by that.
Resolves: #57196
Relea... - 13:45 Revision f99d3719: [TASK] Localized labels for EM options
- Make all system extensions use localized labels for their
configuration options, to make the TYPO3 BE better
translat... - 11:41 Revision 2144d4c6: [BUGFIX] Ensure backwards compatibility in element browser
- Hooks that used the element browser used the JavaScript
function jumpToUrl with relative URLs.
After refactoring the... - 11:26 Revision 69b35c83: [BUGFIX] Option labels not translated anymore
- The configuration options labels are not translated anymore
in the Extension Manger.
This is due to a recent refacto... - 11:15 Revision d59dac0d: [TASK] Followup to "Cleanup Ajax URL inline settings"
- commit 7ccbb22f3c28b38ed6879d0c768b0424a2253276
added ajaxUrls to TYPO3.settings. The functional test
needs to be ada... - 11:10 Revision 062efad5: [BUGFIX] Module Menu throws PHP warning for top level menu items
- When rendering the module menu icons, the menu items
on the top level (Web, File, User, Admin) don't have an icon,
ho... - 10:31 Revision 7ccbb22f: [TASK] Cleanup Ajax URL inline settings
- This change streamlines the use of Ajax URLs
by auto-publishing all Ajax URLs to JavaScript
inline settings.
All Aja...
2014-03-22
- 21:16 Revision ca9c89c2: [BUGFIX] Do not load LocalConfiguration in unit test bootstrap
- The patch removes loadConfigurationAndInitialize() from unit test
bootstrap and substitutes it with some more fine gr... - 20:41 Revision c0655d67: [BUGFIX] Tests: Remove some useless tests
- Some tests of GeneralUtility depend on LocalConfiguration
settings and can not easily be mocked in a sane way. They
a... - 19:48 Revision 3e3feef3: [TASK] Remove db setup from .travis.yml
- With proper mocking in place we no longer need an
initialized database to run unit tests.
Change-Id: I3913186540bbd1... - 17:36 Revision 0d8d4641: [TASK] Fix duplicated array keys in tests
- In few tests dataproviders have duplicated array keys,
which results in some cases not being tested.
This patch remov... - 17:15 Revision 3274f92a: [TASK] EM: Split Distributions in official and community-based packages
- The output of the distributions should be handled for the introduction
package and all other packages.
As there is n... - 16:48 Revision f2908ff1: [TASK] Remove not needed autoload registry of form
- The autoload registry entry of the form wizard
is superfluous now, so remove it.
Resolves: #57184
Releases: 6.2
Chan... - 02:47 Revision 524290e2: [TASK] Set TYPO3 version to 6.2-dev
- Change-Id: I218e938c33a34c74ebd0b0720c35cd00b83d2605
Reviewed-on: https://review.typo3.org/28627
Reviewed-by: TYPO3 R... - 02:46 Revision 03c63f28: [RELEASE] Release of TYPO3 6.2.0rc1
- Change-Id: I3a9e09d95b86395258b32924625ed48e316b236b
Reviewed-on: https://review.typo3.org/28626
Reviewed-by: TYPO3 R... - 02:19 Revision a9e4f238: [!!!][BUGFIX] Cast negative int to boolean (true) in BooleanNode
- Currently Fluid treats negative integers as false which
results in <f:if condition="-9"> rendering else instead
of th... - 01:59 Revision d20ecc74: [BUGFIX] Invalid relations of MM records in workspaces
- The basic problem with MM (ManyToMany) relations in workspaces is
that the intermediate table (MM table) does not hav... - 01:55 Revision 740b4435: [BUGFIX] Invalid relations of IRRE records in workspaces
- * general -> always use live id as pointer value
* create records -> automatically fill placeholder pointers
* copy r... - 01:44 Revision 20acc401: [FEATURE] Enable queries using "root" and "-1" for pidInList
- The version preview in the frontend rendering process basically
selects only the live versions and then overlays thos... - 00:34 Revision cf641304: [TASK] Re-added the 1-2-3 bullets in the Step Installer
- Resolves: #56941
Releases: 6.2
Change-Id: I5dfabf2c5df8c495fbdce30cb170260d2656e6b4
Reviewed-on: https://review.typo3... - 00:05 Revision 6cf39f6d: [BUGFIX] Mandatory for Selectbox with TCA not possible
- It's not possible to create a backend selectbox
that is mandatory with only 1 item selectable.
Releases: 6.2, 6.1
Re...
2014-03-21
- 23:52 Revision 477003c2: [BUGFIX] Hide "new page buttons" for users who can't create new pages
- There are 2 icons in the New Element wizard which should not belong there
and get the user into a blank page if the u... - 23:51 Revision 99ddf6dc: [BUGFIX] Manipulation of file field migration config
- This patch introduces new methods to the FrontendContentAdapterServer
that allow the manipulation of the file field m... - 23:26 Revision 0624ab85: [TASK] Backport Flow JsonView
- Change-Id: Ia750e9997bb69b00652a6cc30dd3442574c0b97b
Resolves: #56007
Releases: 6.2
Reviewed-on: https://review.typo3... - 23:08 Revision e1fbc3b3: [TASK] Speed up page ID resolving in Extbase BE
- Extbase does some simple calls to determine the
page ID of the current request, and does not cache it.
This costs so... - 22:55 Revision 5132dcdd: [BUGFIX] Support for static table titles in new record wizard
- With a static table name the extension key is not updated which sets a
wrong table title for the extension before. Th... - 22:35 Revision ee9be36c: [BUGFIX] Reduce length of identifier key in sys_file_processedfile
- To support a smooth upgrade from a 6.0 or 6.1 system, we have to reduce
the length if the identifier field for the ke... - 21:11 Revision 5ad45fc8: [BUGFIX] FlashMessage styles missing in Reports module
- When deleting the deprecation log file a not styled flash
message is shown afterwards. This is fixed by setting
rende... - 20:53 Revision e7708910: [TASK] Fetch folder and environment status through AJAX
- Resolves: #57166
Releases: 6.2
Change-Id: I72aa55cff3322bbe46d271758fd04f3aba860ae7
Reviewed-on: https://review.typo3... - 20:25 Revision 1dc27ffc: [FEATURE] Save current workspace in ReferenceIndex
- To reduce queries to accordant relations saved in the reference
index, add the current workspace that is used. This i... - 20:22 Revision ec1483e2: [BUGFIX] Workspace toolbar styling fix (UL)
- When you open the workspace toolbar, the bullets
of the list are shown. It should not.
Resolves: #57114
Related: #55... - 20:08 Revision d855b470: [TASK] Refactor install tool enable file checks
- As annotated in the files, a refactoring is made to
remove duplicated code.
Resolves: #57072
Releases: 6.2
Change-Id... - 20:08 Revision 6e9fd7da: [FEATURE] Introduce shadowColumnsForMovePlaceholders property
- $TCA[<table>]['ctrl']['shadowColumnsForMovePlaceholders'] behaves
similar to shadowColumnsForNewPlaceholders but is o... - 19:35 Revision 2cd4683c: [TASK] Added .sass-cache to .gitignore
- Releases: 6.2
Change-Id: I3278984b1a7aa4ee704b9568f01d3ff3edf94da9
Reviewed-on: https://review.typo3.org/28617
Review... - 19:15 Revision 517efee3: [SECURITY] Implement Click Jacking Protection
- To protect the backend from click jacking attacks
a HTTP header needs to be sent, which prevents
embedding backend pa... - 18:42 Revision 915acbde: [!!!][SECURITY] Allow first install only with FIRST_INSTALL file
- It was previously possible to access the install tool
by using a specially crafted URL, which caused
the install tool... - 18:03 Revision 01806417: [TASK] Allow FrontendContentAdapter to be disabled
- The FrontendContentAdapter transforms tt_content and pages records
within cObject to the format which they have been ... - 17:34 Revision 2d4a9d3c: [BUGFIX] Form Wizard styling fix (UL/OL)
- Resolves: #57126
Related: #55810
Releases: 6.2
Change-Id: Iea0e324b6942ec90a8da387a28ff0e7d926d63f8
Reviewed-on: http... - 17:19 Revision fde89fdd: [BUGFIX] Test follow-up to #57152
- Fix a failing unit test after change c23414d5a73
Change-Id: I427663a1a528b24a0e63d2fc9ed2a6371902a4f4
Resolves: #571... - 16:58 Revision 7f14ac55: [CLEANUP] Cleanup code style in PageLayoutView
- * Cleanup code style
* Fix code issues like forgotten return values
Resolves: #53539
Releases: 6.2
Change-Id: Iec21b... - 16:22 Revision e7eae905: [BUGFIX] Mitigate race condition on cache flush
- When file caches are flushed, the cache directory
is also deleted.
Now when a second request comes in and creates
th... - 16:20 Revision c23414d5: [BUGFIX] First install lists directory errors
- For a first installer the directory structure is empty and the
first step will try to create it. We do not need to sh... - 16:03 Revision e0652733: [BUGFIX] Invalid HTML for the top toolbar in Backend
- Additional attributes must be concatenated with a leading blank
space in order to get valid HTML content.
Fixes: #57... - 15:12 Revision 7dba62fd: [BUGFIX] Show clipboard if it contains elements
- On empty pages no page content is rendered at all. This patch brings the
clipboard back, if it contains elements so y... - 13:37 Revision be64df41: [TASK] Rename escapeJsValue and make it context specific
- The stdWrap property escapeJsValue actually encodes the
content and should thus be called
encodeForJavaScriptValue. A... - 11:50 Revision 35ba5804: Revert "[TASK] Create new processor registry"
- This reverts commit 077144553df1ad3000c041787f5652b3083bb798
This new interface is not being used throughout the Cor... - 11:32 Revision 274e7eea: [FOLLOWUP] Class loader handles invalid classes
- The check if we have class information
can be simplified to !empty()
Resolves: #57117
Related: #56933
Releases: 6.2
... - 10:23 Revision 049283cd: [BUGIFX] Improve labels in clear cache menu items
- With the changes introduced by the new cache grouping system, the
"Clear all cache" menu item in the clear cache menu...
2014-03-20
- 23:40 Revision baebd056: [BUGFIX] Class loader handles information about invalid classes
- Resolves: #57117
Related: #56933
Releases: 6.2
Change-Id: Ie305b808b0a9b9e10b5adca4af9e2562cf5123f6
Reviewed-on: http... - 23:01 Revision 53d40709: [TASK] Move PhpInfo utility to a ViewHelper
- Resolves: #57124
Related: #55116
Releases: 6.2
Change-Id: I26ce6a340c06f6dfccf255b9b6c9424d9bd70efb
Reviewed-on: http... - 21:47 Revision ee6b726c: [TASK] Follow up: File and folder permission check on Windows
- Install tool shows errors for file and folder permissions on Windows
system. As those are writable by default the err... - 21:40 Revision 6a0ba748: [TASK] Add functional tests for impexp FlexForm fields
- This patch add functional tests for exporting and importing
FlexForm fields of types "group" internal_type "file" and... - 21:39 Revision b38a6a32: [BUGFIX] Fix refindex for FlexForm fields type group file_reference
- According to the fixes for the normal TCA fields of type "group"
internal_type "file_reference" in #49538 and #56353,... - 21:04 Revision 5caaaca4: [TASK] Unify use of getter for $GLOBALS['TYPO3_DB']
- Resolves: #57119
Releases: 6.2
Change-Id: I9be8b51fd695e2470e22fe084eeec507fd78f6f2
Reviewed-on: https://review.typo3... - 20:14 Revision b30e5ce2: [TASK] Getters for global objects in PageLayoutView
- Resolves: #53812
Releases: 6.2
Change-Id: I41ac63010ff245ccbd7b1c09f6ee9f42b64e79cd
Reviewed-on: https://review.typo3... - 19:58 Revision f63f4785: [TASK] Install Tool Improve Default File/Directory permission warnings
- The recommended setup (660/770) should generate a green "ok" and not a
Notice. It now also includes a comment if grou... - 19:56 Revision 8e494f10: [TASK] Fix tests for DirectoryNodeTest
- The tests have not been adjusted when
http://forge.typo3.org/issues/52668
was merged.
Resolves: #57055
Releases: 6.2... - 19:29 Revision 3450d465: [BUGFIX] Use correct warning icon in time tracker
- The icon_warning2.gif is used instead of the deleted icon_warning.gif.
Resolves: #57116
Releases: 6.2
Change-Id: I3a... - 19:18 Revision 19d6e38f: [BUGFIX] Invalid file used to compute image ratio in text with picture
- Fixes: #57075
Releases: 6.2
Change-Id: Ided1204857dabf4fb15045056cc8a14010a53ae9
Reviewed-on: https://review.typo3.or... - 18:30 Revision 15df568f: [BUGFIX] Cached class loader misses are not considered
- The class loader caches if it doesn't find a class name
for subsequent calls. But currently it only checks for
NULL r... - 18:03 Revision e3c1e9a4: [BUGFIX] Fix import of type group internal_type file_reference
- This patch fixes the import of fields type "group" "internal_type"
"file_reference" and adds functional tests for exp... - 17:54 Revision aeba4803: [BUGFIX] Add SoftIndex parser typolink to link in sys_file_reference
- The field "link" of the table "sys_file_reference" handles links. To
make the SoftReferenceIndex, which is used by im... - 11:19 Revision 3e651c38: [BUGFIX] clearCache.system does not show up
- New TSconfig option clearCache.system does not work as expected
because class \TYPO3\CMS\Backend\Toolbar\ClearCacheTo... - 09:07 Revision b8edbf13: [BUGFIX] Named parameters in Extbase comparison queries
- Instead of using unnamend parameters (?) in parseComparison() in the
Extbase Typo3DbQueryParser the matching paramete...
2014-03-19
- 20:51 Revision 575b6cb3: [BUGFIX] Regenerate missing RTE magic image on rendering
- Problem: Magic images inserted in RTE content may be missing,
for instance after flushing the _processed_ directory.
... - 18:33 Revision 819218ad: [BUGFIX] Several typos in Page Browsing ViewHelper
- Fixing several typos and slips of the pen in the
PageBrowsing ViewHelper.
Without fixing all of them the page browsi... - 18:31 Revision 10950c5b: [BUGFIX] Several typos in Page Browsing ViewHelper
- Fixing several typos and slips of the pen in the
PageBrowsing ViewHelper.
Without fixing all of them the page browsi... - 12:13 Revision d404982b: [BUGFIX] Use HTTP Status 307 for all page shortcut modes
- Fixes cases where the shortcut page is cached by some
devices leading to exceptions or wrong behaviour.
Resolves: #5... - 10:44 Revision 7be59356: [BUGFIX] Fix impexp with images in RTE and links to files
- This patch fixes the import and export of RTE contents
including images and links to files as well as softreference
l... - 10:33 Revision f62864d3: [TASK] Follow-up: Cleanup ext_localconf.php of sysexts
- The Extbase implementation registrations don't have to
be initialized in BE mode only.
Resolves: #55593
Releases: 6.... - 08:44 Revision 5869277c: [BUGFIX] Catch exception in filelist when file is missing
- The code responsible for rendering the thumbs belonging to a
record doesn't catch the exceptions when a file couldn't... - 08:29 Revision 83321601: [BUGFIX] RTE Linking with file upload fails
- Catch exceptions raised when the potential target folder or
the default user upload folder does not exist.
The chang... - 07:39 Revision f8233c15: [BUGFIX] Cannot use contain with multivalued static enumeration column
- When a column is defined as a multivalued static enumeration:
'somecolumn' => array(
'exclude' => 0,
'label' ... - 00:41 Revision 6695eddf: [TASK] Unify NULL default value handling
- If a field is configured to allow NULL values ("eval" is set to "null")
and the default value in the TCA is explicitl... - 00:22 Revision b255afc2: [BUGFIX] Fix automatic core updater
- AbstractCoreUpdate redefines the $view member to be
a JsonView, but does not re-implement the parent methods
that rel...
2014-03-18
- 22:47 Revision 8c164981: [BUGFIX] Remove obsolete node in import test data header xml
- Resolves: #57045
Releases: 6.2
Change-Id: I439305e5143b3c51a03befc642caf66286264679
Reviewed-on: https://review.typo3... - 22:11 Revision 59346488: [TASK] Add ManyToMany copyPage functional test
- Add the copyPage() functional test for live and workspace.
Resolves: #57030
Releases: 6.2
Change-Id: Id9ddea21a50c44... - 21:54 Revision 1c47cd5d: [BUGFIX] Failng Import/Export functional tests
- As a follow-up to issue #57046 (which fixed a bug in
sys_file_metadata pointing to sys_file_reference as
translation ... - 21:20 Revision d2be4573: [BUGFIX] Exception in Locker if typo3temp does not exist
- Follow-up to 2268f64c18b607ba39d06b1580afb0ccd786d6b1
If typo3temp does not exist, the Locker should throw an except... - 20:17 Revision 8a7ddefe: [BUGFIX] Fix foreign_table for l10n_parent in sys_file_metadata
- Instead of sys_file_metadata sys_file_reference was configured.
Resolves: #57046
Releases: 6.2
Change-Id: I1194012cb... - 19:53 Revision 86683f45: [TASK] Cleanup ext_localconf.php of sysexts
- As TYPO3 is loading all ext_localconf.php on each call,
the existing code can be cleaned up by removing
old informati... - 16:25 Revision 257dfba5: [BUGFIX] Respect table mapping on caching
- The method analyzeFields() of DBAL's DatabaseConnection caches the
table structure. The cache always uses the real ta... - 14:33 Revision a51dfbab: [TASK] Simplify TYPO3_DB->cleanIntArray
- Instead of iterating over the array and calling "intval" for each
element the "array_map" php function gets used.
Ch... - 12:00 Revision 1e2598a0: [BUGFIX] Use language overlay for image rendering
- In the image rendering TypoScript configuration of css_styled_content
the uid is removed from the references configur... - 11:39 Revision 5487900c: [FEATURE] Execute native prepared queries
- As TYPO3 is now using mysqli, prepared queries are natively supported
and should be used.
DBAL, however, does not ye... - 11:10 Revision c3b1bede: [TASK] Retry request on 403 in linkvalidator
- When the linkvalidator detects a 403 error when doing a HEAD request to
an external URL it will retry the request usi... - 10:58 Revision ddf93641: [TASK] Remove reference to old tx_templavoila nesting tag
- This change removes a reference to the old <tx_templavoila>
nesting tag which was switched away from in TYPO3 4.7, ma... - 10:44 Revision 06839fd0: [CLEANUP] Fix docheader param for Folder:addFile()
- Add missing conflictMode 'changeName'.
Releases: 6.2, 6.1, 6.0
Resolves: #57004
Change-Id: Ie5c32e96c1292dbaecc505d5... - 09:42 Revision d837f182: [TASK] Enrich many-to-many functional tests in live workspace
- Resolves: #57014
Change-Id: Ib3a5688a111d3ce38c3672fad0a11b195839323d
Reviewed-on: https://review.typo3.org/28486
Rev... - 09:39 Revision 547cf87e: [BUGFIX] Respect timezone in online Backend user list
- To display the session timestamps in the online Backend users list
in the correct timezone the DateViewHelper will no... - 08:46 Revision c16c5ba6: [BUGFIX] Element browser doesn't use FAL info to for file dimensions
- The dimensions of a file are fetch during indexing. These values
should be used as for remote files or certain filety...
2014-03-17
- 23:24 Revision 2583fd2a: [TASK] Use queryCache in generic persistence
- At the moment extbase persistence is quite slow. To some degree,
the query building is responsible for that. For each... - 22:49 Revision 69b05b7f: [TASK] Follow-up: Use prepared statements in generic persistence
- Fixes using $query->statement() without parameters.
Resolves: #56915
Resolves: #55360
Releases: 6.2
Change-Id: Ia149... - 22:48 Revision cb06dd80: [BUGFIX] Documentation does not initialize signal slot dispatcher
- The documentation module does not initialize the signal slot dispatcher
in its ext_localconf.php, but rather reuses t... - 22:33 Revision 9a735f28: [BUGFIX] Prevent Inclusion of ResourceStorage from Bootstrap
- During bootstrapping the ResourceStorage and ResourceFactory
is loaded and evaluated just because of two constants co... - 22:16 Revision 2268f64c: [BUGFIX] Implement locking in ClassLoader
- After cache clearing we can run in the situation that 2 processes will
rebuild the ClassLoader cache which will lead ... - 21:43 Revision 53c6adc8: [BUGFIX] Fields of type group file are not properly indexed
- If an record with a field of type "group", internal_type "file"
should be indexed in the ReferenceIndex an SQL error ... - 21:37 Revision 6e987e1b: [TASK] Ext:rtehtmlarea entry scripts cleanup
- This patch turns all remaining RTE module scripts (mod4, mod5, mod6)
into CSRF protected wizards.
Resolves: #55674
R... - 21:06 Revision 5bb52af5: [BUGFIX] Cleanup EXT:cshmanual
- * Removed require_once which is deprecated.
* Introduced a use-statement for GeneralUtility
* Removed TYPO3_MOD_PATH
... - 20:48 Revision c81102bf: [BUGFIX] Avoid superfluous IRRE child record duplication
- If copying a page, all records on that page will be copied to
the accordant destination page. IRRE parent-child struc... - 20:46 Revision bf87d9f8: Revert "[TASK] Declare getThisScript() in ElementBrowser as public"
- This reverts commit b2756fe7826d62fdc8442c887010890c268eabd8
A comment of Helmut Hummel was suggested, which was sti... - 20:37 Revision b2756fe7: [TASK] Declare getThisScript() in ElementBrowser as public
- To make work in hooks easier, the method should be public
Resolves: #56721
Releases: 6.2
Change-Id: Ib0a0f17d5f9384a... - 20:01 Revision 1943bb51: [BUGFIX] Avoid reference index records for images in RTE fields
- Since images in RTE fields are handled as relations to sys_file
records adding references to the reference index for ... - 12:37 Revision ae444d93: [BUGFIX] Update $GLOBALS['TYPO3_LOADED_EXT'] on package change
- If a package is (un)installed we need to update
$GLOBALS['TYPO3_LOADED_EXT']. ExtensionManagementUtility depends on
t... - 11:07 Revision 526f34d2: [FEATURE] Show PHP Errors after checking compatibility of extensions
- The errors are logged in another log file and loaded as json afterwards.
Change-Id: I63458c0a4f64e6d8f4236667b6d22ff... - 09:32 Revision 6a7cd68b: [BUGFIX] Order storages in treeview by name
- The storages can not be ordered manualy and in list view they
are by default ordered by name.
But in the tree views (...
2014-03-16
- 18:27 Revision f8eb2337: [TASK] Tests: Reduce unit test bootstrap
- The patch further reduces the unit test bootstrap: ext_localconf
of extensions is not loaded anymore and the cache fr... - 18:09 Revision 74e4757d: [TASK] Finalize skinning of Sys_Note (Web>List & Web>Page)
- Brings last styles according to layout defined by the UX team.
Resolves: #56960
Related: #26796
Releases: 6.2
Change... - 15:48 Revision 9d0f4607: [TASK] Tests: Remove extbase BaseTestCase
- Lots of unit tests did inherit from extbase BaseTestCase. Meanwhile
all code of this abstract was merged to ext:core ... - 15:07 Revision b5e6c668: [TASK] Inherit from UnitTestCase in ext:extbase
- Changes class inheritance from ext:exbase BaseTestCase
to ext:core UnitTestCase in ext:extbase
Change-Id: If2d2afbc0... - 14:00 Revision 96646e1a: [TASK] Tests: Inherit from UnitTestCase in ext:fluid
- Changes class inheritance from ext:exbase BaseTestCase
to ext:core UnitTestCase in ext:fluid
Change-Id: I46667d9cb5a... - 13:54 Revision d8667e0e: [TASK] Tests: Do not extend from extbase BaseTestCase
- Changes all extensions except extbase and fluid to extend
from extbase ext:core UnitTestCase instead of ext:extbase
B... - 10:13 Revision 3b0e223d: [TASK] Remove renamed language command controller
- Follow-up to 0d69c2d9e7b89ea63522d0b5e54aadf20ec1245d.
The renamed language command controller (language:update) was... - 04:35 Revision 1cc84a84: [TASK] Set TYPO3 version to 6.2-dev
- Change-Id: I58d0d08817eab7c2490d7dc65fad562ef436f402
Reviewed-on: https://review.typo3.org/28439
Reviewed-by: TYPO3 R... - 04:35 Revision 1fcdfb4d: [RELEASE] Release of TYPO3 6.2.0beta7
- Change-Id: I7b0377514e702f15372338474753c2c2018b6c05
Reviewed-on: https://review.typo3.org/28438
Reviewed-by: TYPO3 R... - 04:18 Revision 095ae8e8: [BUGFIX] Check extensions in Install Tool broken
- Since merging of 64c46b918ef016bdd1d799c5ca06e868d601f692, TYPO3_LOADED_EXT
is no longer an ArrayAccess but a regular... - 03:39 Revision e273ce10: [TASK] Add htmlspecial to ShowPic file properties
- Follow-up to 2a85eeb6d623e74955703b254e24b958790c9a45
Resolves: #56723
Releases: 6.2
Change-Id: Ib3881b7be6f3cf87c0b... - 03:15 Revision df8672fb: [BUGFIX] Fix resource handling in image rendering
- The image rendering configuration of css_styled content is fixed so
that the image reference is correctly passed on t... - 02:08 Revision 2a9d2c95: [BUGFIX] Additional margin on top of ExtJS context menus
- Resolves: #56950
Releases: 6.2
Change-Id: I936f75be45447111083b9f5cae2e88d3fac1d2c5
Reviewed-on: https://review.typo3... - 00:28 Revision 3736f998: [TASK] Tests: Do not initialize TYPO3_DB in unit tests
- Change-Id: I9d147353411314416cdf1f5196d18a127e8c5145
Resolves: #56948
Related: #51436
Releases: 6.2
Reviewed-on: http... - 00:17 Revision 9cdedd07: [BUGFIX] Tests: Incomplete mock of $GLOBALS['TYPO3_DB']
- Still some unit tests rely on TYPO3_DB, mostly through the extbase
object manager. The patch fixes most occurrences a...
2014-03-15
- 23:52 Revision 64c46b91: [TASK] Improve performance of Bootstrap/PackageManager
- This patch is a combined patch which tries to address
the findings from the Bootstrap/PackageManager/ClassLoader
perf... - 23:52 Revision 6e32f103: [BUGFIX] Ensure cache clearing is done properly by EM
- This fixes problems with access to classes from ext_localconf
files that were discarded from the classes cache at the... - 22:40 Revision f2a9fd67: [BUGFIX] Tests: Replace objectManager with mock in ext:extbase
- The usage of native objectManager in Extbase' BaseTestClass introduces
a dependency to the systems database. In order... - 22:37 Revision 232f4d10: [TASK] version entry script cleanup
- The patch adds usage of module dispatcher to enable CSRF protection to
version click module.
Resolves: #55675
Releas... - 22:29 Revision 063f6974: [BUGFIX] Prevent IconUtility to throw PHP Warning
- Do an array typecast while using function in_array()
Clean up the code to make it more clear
Change-Id: I97738ab4bc4... - 22:14 Revision 3950f8fc: [BUGFIX] FAL: Invalid title and broken layout
- This fix resolves the issue of the wrong title for FAL irre relations.
Now the title of the sys_file metadata will be... - 22:06 Revision 18a8f444: [TASK] Install Tool: Optimize permission checking and fixing
- * Adjust default permissions back to "world readable" (775/664)
* Do not attempt to fix permissions on an existing fo... - 22:02 Revision 7d80f335: [BUGFIX] Index on sys_file_processedfile is still too large
- On some systems even "332" characters is too large. To also cope with
potential utf8mb4 setups (1 char = 4 bytes), an... - 22:01 Revision 520e3653: [TASK] Tests: Release ext:form tests from exbase base class
- Change-Id: I7e9f09fa747a07208bf248aa35fdf154cd1fa9c4
Resolves: #56943
Related: #51436
Releases: 6.2
Reviewed-on: http... - 21:16 Revision 5736216d: [BUGFIX] Tests: Release em tests from extbase base class
- Extbase BaseTestClass comes with a not mocked objectManager that
gives headaches if it is injected to a test subject.... - 20:41 Revision e41d68d7: Revert "[BUGFIX] Implement locking in ClassLoader"
- This reverts commit 76284d26065af1a0a5b141f5f16305a5821609fa
The implemented locking is fine, but currently breaks a... - 19:48 Revision cc909e68: [TASK] Tests: Skip some FAL tests
- While the FAL tests were already streamlined and simplified a lot,
the ResourceStorageTest class is still a mixture o... - 17:56 Revision 52d6db24: [TASK] Remove old hook for simulatestatic
- The hook was introduced and deprecated when
simulatestatic was moved to TER for 6.0.
Furthermore the old wapversion.... - 17:25 Revision 1941db90: [BUGFIX] Tests: Incomplete mock in IndexerServiceTest
- Change-Id: Idad4b11894ee6e09e0b8eca9a057c7a776925a70
Resolves: #56939
Related: #51436
Releases: 6.2
Reviewed-on: http... - 17:06 Revision 6ddca20f: [TASK] inline BEUserAuth::getCookieName
- During bootstrapping in index_ts.php there is a check
for an existing be_typo_user cookie which enables
TimeTracking.... - 16:58 Revision 43308189: [BUGFIX] Tests: Improve mocking in DatabaseConnectionTest
- With the switch to mysqli object it is now possible to fully mock
and check the final database calls in DatabaseConne... - 16:31 Revision f6a923c7: [TASK] Tests: Refactor cache Typo3DatabaseBackend
- Tests of the Typo3DatabaseBackend are refactored to not depend on
initialized $GLOBALS['TYPO3_DB'] anymore, queries a... - 15:37 Revision 12f81a33: [BUGFIX] Follow-up: .t3-table & .dblist-table
- Fixes different headers and columns paddings for .t3-table
and the former .typo3-dblist. Also fixes .row-header link
... - 13:00 Revision ffbde247: [BUGFIX] Tests: Improve mocking in ext:extbase
- Unit tests reveal some warnings which are caused by incomplete
mocking. They all belong to $GLOBALS['LANG']
Change-I... - 12:41 Revision 76284d26: [BUGFIX] Implement locking in ClassLoader
- After cache clearing we can run in the situation that 2 processes will
rebuild the ClassLoader cache which will lead ... - 12:22 Revision 16545e59: [BUGFIX] Tests: Incomplete Mocking in ext:extensionmanager
- After the removal of GLOBALS initialisation the extension raises
warnings in unittests.
Change-Id: I450932b1de185230... - 12:11 Revision 34cc8f6c: [TASK] Improve Locker
- Code cleanup for locker and fix of semaphore locking.
It is now possible to reuse a semaphore.
Resolves: #40420
Rele... - 11:17 Revision 2806f70e: [BUGFIX] PublicURL calculation for storage 0 is wrong
- Since the refactoring of the publicURL Feature and the possibility to
link to files via jump-scripts the generation o... - 00:01 Revision ddfa1866: [BUGFIX] Language labels missing in Localization Overview
- The submodule "Localization Overview" of Web > Info is missing
language labels. These labels are requested from the w...
2014-03-14
- 23:49 Revision 2f0d3de2: [TASK] Update requirejs to 2.1.11
- Change-Id: I1daabdbb0e39badb3575f6cea9fd1d4bd1e95ba3
Resolves: #56913
Releases: 6.2
Reviewed-on: https://review.typo3... - 23:35 Revision 6db9872d: [BUGFIX] Fix thumbnail display for IRRE records
- The system will only generate a thumbnail for IRRE records if the
related file object is an image file.
Additionally... - 23:19 Revision a931c876: [TASK] Remove unmaintainable testclass
- The test class contains only one test, but to execute this,
it depends on many classes which are not all properly moc... - 23:17 Revision b770019b: [BUGFIX] Fix Content-Disposition header sent by dumpFileContents
- This patch changes the Content-Disposition header so it is also
send when $asDownload isn't set with value inline and... - 21:49 Revision d5160a91: [BUGFIX] RootlineUtility does not consider disablefield
- Make sure RootlineUtility::enrichWithRelationFields() respects
the setting of $TCA[$table]['ctrl']['enablecolumns']['... - 21:36 Revision f3dc10b0: [BUGFIX] Remove ExtJS normalization
- To avoid conflicts with normalize.css, we remove the normalization done by
ExtJS, which is loaded after the normalize... - 21:34 Revision 6227339c: [BUGFIX] RootlineUtility does not consider disablefield
- Make sure RootlineUtility::enrichWithRelationFields() respects
the setting of $TCA[$table]['ctrl']['enablecolumns']['... - 20:42 Revision f6f52eac: [BUGFIX] Tests: Incomplete mocking in PreparedStatementTest
- Release PreparedStatementTest from an active DB connection. The
quote tests are refactored a bit to find out in one s... - 20:00 Revision 8bec5130: [BUGFIX] Tests: Refactor log writer tests in ext:core
- Test files and class naming is adapted to subject class names in
ext:core Log/Writer and the DatabaseWriterTests are ... - 19:58 Revision 05601363: [BUGFIX] Tests: Better mocking in ext:core
- Some tests still rely on initialized $GLOBALS['TYPO3_DB']. The patch
handles some easy cases in ext:core.
Change-Id:... - 17:45 Revision ec4f5449: [BUGFIX] JavaScript generation in RTE element browser
- The JavaScript in the RTE element browser is now initialized at the
end of the initialization process to make sure th... - 16:49 Revision babb8ebc: [BUGFIX] Tests: Incomplete mocking in ext:fluid
- Change-Id: I4bd6ff219c3232211106e968fce45ee3f2dd674a
Resolves: #56914
Related: #51436
Releases: 6.2
Reviewed-on: http... - 16:49 Revision 3194a29e: [BUGFIX] Tests: Incomplete mocking in backend condition matcher
- Mock deterimenRootline to suppress calling database stuff
in dependencies.
Change-Id: I54938f9e20d52eda568c6520fa7bd... - 15:05 Revision eb84fc9d: [TASK] Remove not maintainable test
- ext:backend test getNodesSetsIsMountPointField() works on getNode()
of PageTree DataProvider. The method has tons of ... - 14:34 Revision 521a411e: [BUGFIX] Failing group/select test changeElementSorting
- The workspace modify test "changeElementSorting" is failing
in the frontend for the TCA types "select" and "group".
... - 09:11 Revision c96a2a57: [BUGFIX] Tests: Incomplete mock in ext:scheduler
- Do not call __construct of subject.
Change-Id: I7b936efde9220c847b0a6278ea0d5b3606203e17
Resolves: #56894
Related: #... - 08:58 Revision dbf686f3: [BUGFIX] Tests: improve Mocking in ext:extbase
- Unittests reveal some warnings which are caused by incomplete mocking.
Change-Id: I42089bb6c9016187d83382a2fa1045031... - 08:41 Revision 61b925c8: [TASK] Remove checkbox "Include Access List" in be_groups
- The checkbox "Include Access Lists" in the be_groups just produces extra
clicks and extra reloads. If you don't need ... - 00:18 Revision 9f4f9c4f: [BUGFIX] FunctionalTestCaseBootstrapUtility throws warnings on Windows
- If the FunctionalTestCaseBootstrapUtility::removeInstance() tries to
delete an existing symlink to a folder, the func... - 00:06 Revision 7cf15c8e: [CLEANUP] DataHandler::clear_cache()
- * Improves the structure
* Removes useless if
* Retrieves the cacheManager only once
Resolves: #56879
Releases: 6.2
...
2014-03-13
- 23:46 Revision 71373b3c: [BUGFIX] Tests: Incomplete mocking in BackendUtilityTest
- Remove dependencies in BackendUtilityTest with better mocking and
introduce static:: instead of self:: in BackendUtil... - 23:36 Revision 0c693d8b: [TASK] Use table styles for wizard "Create new pages"
- Use a table with the according styles instead of
the old bgColor4/6 classes
Resolves: #56870
Releases: 6.2
Change-Id... - 23:34 Revision 8ddc48c9: [TASK] Cleanup EXT:indexed_search
- * Move modAccess check to constructor
* Move isLoaded check to constructor
* Remove check if extbase is loaded
* Repl... - 23:22 Revision f681f5f4: [TASK] Cleanup EXT:openid
- * Remove deprecated calls to require_once
* Restore license header
* Remove empty TODO file
Resolves: #56832
Release... - 23:19 Revision 5fb43a65: [TASK] Move modAccess and language include in EXT:taskcenter
- Resolves: #56838
Releases: 6.2
Change-Id: Iac44b90bc96529458a2e452e47cb5548600464b0
Reviewed-on: https://review.typo3... - 23:19 Revision 5266d9cd: [TASK] Move modAccess and language include in EXT:perm
- Resolves: #56834
Releases: 6.2
Change-Id: Iec646bbae646bb85479f9f19c438e6aa9283e0dd
Reviewed-on: https://review.typo3... - 23:17 Revision c51b71d2: [TASK] Move modAccess and language include in EXT:scheduler
- Resolves: #56837
Releases: 6.2
Change-Id: Ieec0e8f532abd8fab0444e137c31424f1a69b67e
Reviewed-on: https://review.typo3... - 23:15 Revision 2cfbf543: [TASK] Move modAccess and language include in EXT:recycler
- * Remove deprecated require_once call
Resolves: #56835
Releases: 6.2
Change-Id: I7d79b4c9947c5f3da82c66a4dbb0e3d2e0f... - 22:29 Revision 6741ab10: [BUGFIX] Tests: Improve Mocking in ext:extbase
- Unittests reveal some warnings which are caused by incomplete mocking.
Change-Id: Iee09220d675335aeadd286c2d4544d53c... - 22:14 Revision e9d5e1f1: [TASK] PHP-functionality instead of GeneralUtility::deHSCentities
- Use native PHP-functionality provided by htmlspecialchars()
with a parameter since PHP 5.2.3 to prevent double-encodi... - 21:55 Revision be10ede3: [BUGFIX] Extbase tries to overlay pages_language_overlay records
- Method doLanguageAndWorkspaceOverlay of
Extbase\Persistence\Generic\Storage\Typo3DbBackend should not attempt
to get ... - 21:55 Revision 2a80fcdd: [BUGFIX] Extbase tries to overlay pages_language_overlay records
- Method doLanguageAndWorkspaceOverlay of
Extbase\Persistence\Generic\Storage\Typo3DbBackend should not attempt
to get ... - 21:54 Revision acf40af2: [BUGFIX] Extbase tries to overlay pages_language_overlay records
- Method doLanguageAndWorkspaceOverlay of
Extbase\Persistence\Generic\Storage\Typo3DbBackend should not attempt
to get ... - 21:52 Revision e8142e99: [BUGFIX] TCA title of table sys_file_metadata is "File"
- Table sys_file_metadata shares the same title as table sys_file
which makes it impossible to distinguish when grantin... - 21:51 Revision b8bd9f54: [BUGFIX] Missing icons for some core db tables
- The records of EXT:extensionmanager are also set to adminOnly=TRUE
Resolves: #56808
Releases: 6.2
Change-Id: I79f7da... - 21:40 Revision e9c21b8d: [BUGFIX] Warnings in ArrayUtility with some PHP versions
- PHP issue https://bugs.php.net/bug.php?id=50688 triggers a warning
in ArrayUtility::sortArraysByKey() on some support... - 21:24 Revision 2ee35092: [BUGFIX] Alignment of button "add a new element at this place"
- In the page module using the "Languages" view, the buttons "add a new
element at this place" are wrongly aligned.
Th... - 20:34 Revision b46e6a8e: [TASK] Link to extension manual
- If an extension manual is available locally, it should be
linked in Extension Manager.
Resolves: #56880
Releases: 6.... - 20:20 Revision 46bd5932: [BUGFIX] ClickMenu: Visibility-options only if fields allowed
- So far the entries "Hide/Unhide" and "Visibility settings" always
showed up in the ClickMenu. We need to check via ex... - 20:15 Revision a27dfecb: [BUGFIX] Tests: MemcacheBackendTest throws warnings
- setUp() of memcache cache backend tests checks with fsockopen() if
a connect to memcache is possible to skip the test... - 20:05 Revision 87a9c98b: [TASK] Include PHP warnings as exceptional errors
- Resolves: #56683
Releases: 6.2
Change-Id: I471e5b44eeb2dcb29217fbea3a33b4aba95e2cdd
Reviewed-on: https://review.typo3... - 19:50 Revision 149274c4: [TASK] Move modAccess and language include in EXT:filelist
- * Remove deprecated require_once call
Resolves: #56827
Releases: 6.2
Change-Id: Iae4b666f7bb3ff81194ea6a6ff51b84fd9a... - 17:01 Revision 922c50a7: [FEATURE] Signal to process actions in Extension Manager
- This adds a way for third party extensions to process
extensions' available actions in Extension Manager.
Resolves: ... - 16:19 Revision bed10545: [BUGFIX] Show thumbnails in list module
- Add missing checks if type column exists in a row.
Resolves: #56830
Releases: 6.2, 6.1
Change-Id: Ifafdb0c51266c7662... - 16:19 Revision 8ea8d4f0: [BUGFIX] Show thumbnails in list module
- Add missing checks if type column exists in a row.
Resolves: #56830
Releases: 6.2, 6.1
Change-Id: Ifafdb0c51266c7662... - 13:32 Revision b4e6d23e: [TASK] Remove checks for extensions which are always loaded
- There are several calls to check if extensions like extbase are loaded.
As those extensions cannot be removed and are... - 12:54 Revision 3800d8bd: [BUGFIX] Followup: Ajax handler TYPO3_tcefile::process is broken
- Upload action was taken care of, but the ajax handler can be just
for all commands that ExtendedFileUtility->processD... - 12:18 Revision 41aedcf6: [BUGFIX] Fix xml2array values for attributes type NULL
- Method array2xml converts elements with value NULL to
nodes with attribute type "NULL" and empty value, e.g.:
<node i... - 12:03 Revision e2184a8a: [TASK] Adopt the method comment to reflect changes of names
- Some constants have been renamed in #10655 but the method comments still
use the old names
Resolves: #54947
Releases... - 11:58 Revision 97bb0574: [FEATURE] Allow escaping of dots in TypoScript key
- This patch allows the use of backslashes to escape dots in
TypoScript keys, for example:
my\.escaped\.key = test
wi... - 11:12 Revision 44100fa6: [BUGFIX] Add missing icons for main backend modules
- Resolves: #56809
Releases: 6.2
Change-Id: I5ea532065ef0be0fd279fe53d9498ae0df849af8
Reviewed-on: https://review.typo3... - 09:23 Revision 39385189: [BUGFIX] Use cHash in language menu links if necessary
- Current menu implementation does not add the cHash in language
menus. This causes a non-cached page and performance
d... - 09:17 Revision 0ef17e76: [TASK] Add "ts" to the textfile_ext
- The extension "ts" for typoscript is missing in the
default configuration. This patch adds it.
The goal is that the ... - 08:37 Revision a6fd446c: [TASK] Remove wrong deprecation comment in EXT:impexp
- Resolves: #56829
Releases: 6.2
Change-Id: I7e710e1e901c0aa9a29e58aaeb29edea83a47238
Reviewed-on: https://review.typo3... - 06:50 Revision 18dbe118: [TASK] Remove locking around log files
- Log files are opened in append mode and concurrency is handled by the
operation system. The PHP documentation declare... - 06:43 Revision 24e828de: [TASK] Remove deprecated genTreeStatus in DatabaseIntegrityCheck
- Resolves: #56844
Releases: 6.2
Change-Id: Ic49eb279b8cc3df9da93a153b407e0f7dea0396f
Reviewed-on: https://review.typo3... - 06:42 Revision 1ca4e07d: [TASK] Remove deprecated functions from GeneralUtility
- getValidClassPrefixes
hasValidClassPrefix
Resolves: #56845
Releases: 6.2
Change-Id: I14ffedbe603a5b5117abfd38b4d25fa... - 06:41 Revision a91f2384: [TASK] Remove deprecated functions from TypoScriptFrontendController
- fe_tce
isEXTincScript
getLogIPAddress
getLogHostName
getLogUserName
Resolves: #56849
Releases: 6.2
Change-Id: Ib740e... - 06:40 Revision 8901b467: [TASK] Remove deprecated prepareVariableForJavascript from DebugUtility
- Resolves: #56846
Releases: 6.2
Change-Id: Id769a6fb25cd8c207d2591f6b8f9b95165d04e05
Reviewed-on: https://review.typo3... - 06:39 Revision b1d2bb04: [TASK] Remove deprecated functions from ContentObjectRenderer
- HTML
PHP_SCRIPT
Resolves: #56850
Related: #36009
Related: #36402
Releases: 6.2
Change-Id: I2abfae16b7eed9b360524b655... - 06:28 Revision 12094ed1: [TASK] Remove deprecated modifyPageId hook
- Resolves: #56848
Releases: 6.2
Change-Id: Icb1e0566dc44dbf7278db50224dc256b94be853b
Reviewed-on: https://review.typo3... - 06:28 Revision d3f5676a: [TASK] Remove deprecated getCount in FolderTreeView
- Resolves: #56840
Releases: 6.2
Change-Id: I7a09565946663fe8ca1e3d1c88c74f5c4ac1975e
Reviewed-on: https://review.typo3... - 06:27 Revision d0c183ee: [TASK] Remove deprecated makeCopyrightNotice
- Resolves: #56839
Releases: 6.2
Change-Id: I1a8006c7c34a3e38674ae6e114c6cbe6845c17eb
Reviewed-on: https://review.typo3... - 06:26 Revision 160c24ce: [TASK] Remove deprecated stripTagsExcept from HtmlParser
- Resolves: #56847
Releases: 6.2
Change-Id: I69ff622366a365305e68f858d0c18611a563595c
Reviewed-on: https://review.typo3... - 06:25 Revision 6edf1295: [TASK] Remove deprecated showSysNotesForPage in AbstractDatabaseRecordList
- Resolves: #56843
Releases: 6.2
Change-Id: I9a342144f343196a9f8c199dfc311668707c1e66
Reviewed-on: https://review.typo3... - 06:25 Revision eb5a8c0c: [TASK] Remove deprecated initCharset from DocumentTemplate
- Removes also the deprecated method initCharset
Resolves: #56841
Releases: 6.2
Change-Id: I8e94a7ce43075f96bed857bbda...
2014-03-12
- 23:40 Revision d324ee9a: [TASK] Remove wrong deprecation comment in EXT:form
- Resolves: #56842
Releases: 6.2
Change-Id: I709607157776100043969f0ffa8f801ba83bc6aa
Reviewed-on: https://review.typo3... - 19:22 Revision d405041c: [BUGFIX] Correctly validate New Content Element entries
- Each entry in the New Content Element wizard is tested to be valid,
i.e. the tt_content_defValues defined by that ent... - 18:53 Revision b2372ee7: [BUGFIX] Correctly validate New Content Element entries
- Each entry in the New Content Element wizard is tested to be valid,
i.e. the tt_content_defValues defined by that ent... - 16:52 Revision 548ba6f6: [BUGFIX] Missing localizeChildrenAtParentLocalization for CSV tests
- The "localizeChildrenAtParentLocalization" behaviour needs to be
set to automatically localize children for IRRE CSV ... - 16:39 Revision f1612c12: [BUGFIX] InvalidArgumentException in ActionControllerTest
- The cache identifier causing the exception looks like this:
randomviewobjectpattern_@package_mycontroller_myaction_my... - 14:53 Revision 57caf5a4: [TASK] Follow-up to "Add functional tests for generic persistence"
- Test directory changed from "Relation" to "Persistence".
Resolves: #55661
Related: #55360
Related: #55167
Releases: ... - 14:34 Revision cf42649b: [TASK] Add functional tests for generic persistence
- To backup the changes in Extbase's generic persistence,
we add some functional tests.
Resolves: #55661
Related: #553... - 14:27 Revision 855ca509: [BUGFIX] FollowUp to #56797 in I1f15fbd262036b6b2d0159cd0e9613ad7135a296
- Somehow a double $this->$this slipped into the cleanup on line 390
which now fatals. This needs to be fixed.
Resolve... - 14:21 Revision 8e4284db: [BUGFIX] Wrong namespace in functional test of FluidTemplate cObject
- Resolves: #56816
Releases: 6.2
Change-Id: I3abed35a5e27bdc9db2b18d5caa13681ef5a9305
Reviewed-on: https://review.typo3... - 14:18 Revision 4b3ae395: [BUGFIX] Download link for absolute file path
- Support FAL adapters that return absolute urls as public file url
Change-Id: I68f2675a1a5137e6d0c5cadee7b21e82e8730f... - 14:08 Revision ab2dc4e5: [TASK] Use prepared statements in generic persistence
- While Typo3DbBackend claims to be the glue between Extbase
and TYPO3, it hardly uses the TYPO3 DB API.
This patch en... - 14:05 Revision 2eaa891a: [CLEANUP] ClassLoader
- Add methods to better structure class information loading/creation.
This is necessary as the follow up patches will n... - 12:49 Revision 59da5b90: [TASK] Enable info icon for inline fileReference elements
- The editor has no way to find the origin of the shown files when
you add file to a content element for instance.
Thi... - 12:45 Revision a736ba2f: [BUGFIX] Outside storages can never be marked as public
- There are some edge cases where "is_public"
can never be true within a storage record in the BE,
for instance for sto... - 12:44 Revision 4fca5376: [TASK] Reduce record data in functional test failure message
- If records are found in a database table that are not part of
the assertion data-set, currently the whole record arra... - 12:32 Revision bb942d71: [TASK] Remove functional workspaces DataHandlerTest
- DataHandling::canChangeTtContentInTheWorkspace() is now covered
by DataHandling\Regular\Modify\ActionTest::modifyCont... - 12:16 Revision d24ae450: [BUGFIX] Only valid package names will be processed.
- To prevent the extension manager from further steps while
invalid package keys exists in the system, the package keys... - 12:11 Revision 0a46d003: [BUGFIX] Split functional workspaces DataHandling test execution
- Travis-CI stops after 10 minutes of not having received any data,
unfortunately it seems that the execution of the wh... - 12:03 Revision 762442c2: [TASK] Text changes in the Install Tool
- Fix many small grammar and typo issues. Rewrite some larger
portions of text to be more clear to the user. These
rewr... - 11:38 Revision 2a85eeb6: [BUGFIX] Adapt ShowPic popup to use FAL
- If not using own Lightboxes TYPO3 ships a custom solution
of an image-enlarge popup. This combines an eID for renderi... - 11:35 Revision d1ef7120: [BUGFIX] Remove baseUri from the Storage
- The baseUri in the Storage has a Getter and is the
only thing initialized in the "processConfiguration"
method of a S... - 10:21 Revision b02956ee: [BUGFIX] Language labels taken from wrong language file
- The module "Pagetree overview" in Web > Info is showing an empty
selectbox because the language labels for this dropd... - 09:54 Revision ade237ee: [BUGFIX] Different button behaviour Page module views
- In the Page module the button behaviour for adding new content elements
"Add a new record at this place" is different... - 09:48 Revision 07c8cdab: [TASK] Add functional tests for TCA types select and group/db
- The tests for TCA types 'select' and 'group' include for each
* Modify in live
* Modify in workspace
* Publish in wor... - 08:08 Revision 34fcdead: [BUGFIX] Typecast cookie value to string
- The cookie might be null, therefore the INSERTquery fails in
indexed_search.
As a solution, use a type cast to strin... - 01:41 Revision aa1fb872: [BUGFIX] Index on sys_file_processedfile is too large
- Resolves: #56786
Related: #54234
Releases: 6.2
Change-Id: I9c91f3e989e65df559542135d0b84025dacbbaf2
Reviewed-on: http...
Also available in: Atom