Activity
From 2014-02-27 to 2014-03-28
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...
2014-03-11
- 23:52 Revision 0bf260e1: [TASK] Add Publish and PublishAll DataHandler workspaces tests
- Extend current functional action tests with those actions:
* modification (Modify)
* publish single records (Publish)... - 23:35 Revision f6c044d9: [TASK] Update ADOdb to 5.18
- Update ADOdb to current version 5.18 which fixes various bugs
and adds PHP 5.4 compatibility.
Resolves: #56761
Relea... - 22:55 Revision e05bd486: [TASK] Add possibility to assert error log entries
- During the action tests it might happen, that errors occur.
To assert expected or unexpected error log entries in the... - 22:32 Revision 596d1706: [BUGFIX] Use clean DataHandler for each functional test action
- Currently the DataHandler is reused in functional tests which
leads to unexpected behaviour for copied/deleted record... - 21:57 Revision f61e17ed: [BUGFIX] Tests: Incomplete mocking in ext:frontend
- Improve the fluid standalone tests by not calling __construct() of
a dependency.
Additionally, renderWorksWithNestedF... - 21:57 Revision e0fee4ad: [BUGFIX] Tests: Incomplete mocking in ext:beuser
- The module data storage test subject calls several static
dependencies that can not be mocked without code refactorin... - 21:41 Revision d5a233b9: [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... - 21:19 Revision bbfaf395: [BUGFIX] Tests: Incomplete mocking in ext:scheduler
- Use getMock() instead of new() to create the test subject in order to
suppress execution of __construct() of parent A... - 20:17 Revision bab84b55: [BUGFIX] FollowUp to #56660
- Fixes the unit-test according to the changes in review
https://review.typo3.org/#/c/28195/.
Since the BasePath (and ... - 20:05 Revision a7445219: [TASK] Styling and placement of Toggle All button install tool
- The "Toggle All" button in the install tool is currently clickable plain
text, which should be a button. It also need... - 19:12 Revision 61a9d4bc: [BUGFIX] PackageManager initialize() signature is incompatible
- PackageManagerInterface contains following method declaration:
public function initialize(\TYPO3\Flow\Core\Bootstra... - 18:52 Revision 0d1cef2e: [BUGFIX] Remove wrong storage->isPublic() check in localFolderTree
- In localFolderTree->ext_isLinkable() is a check for storage->isPublic()
but the isPublic flag has nothing to do with ... - 18:40 Revision f2dc0f8d: [BUGFIX] DatabaseConnection must be initialized
- The install tool forgets to initialize the database connection.
Change-Id: Ib7355e4f931c7152a6d13df99ed550c1b61eacf9... - 18:25 Revision c5f4b18b: [BUGFIX] DBAL: Incomplete database configuration
- When no database connection is established, handler_init() is used. But
at this point, the credentials are unkown and... - 18:16 Revision 97aa83fc: [BUGFIX] Inconsistent visual appearance Install Tool
- The install tool function System Environment is not according to the
style sheet of the install tool. This is due to ... - 18:02 Revision ac29ff00: [TASK] Add api tag to ElementBrowser::setRecordList()
- This method was introduced in TYPO3 6.2 with the purpose to be used
by Extensions. Therefore the @deprecated tag is r... - 17:49 Revision 7e4f134a: [BUGFIX] Fix alignment for button "copy default content elements"
- In the page module in the "languages" view, the alignment of the button
"copy default content elements" is off. The b... - 17:46 Revision 07714455: [TASK] Create new processor registry
- File processing might be different for external storages.
Therefore it must be possible to register your own File Pro... - 17:35 Revision 6d04aab0: [TASK] Add FAL support for import in sys extension impexp
- Until now only files from TCA type group internal_type file or
file_reference could be imported and exports from vers... - 17:26 Revision 2b536e91: [BUGFIX] PHP Runtime Notice in saltedpasswords
- Declaration of method compareUident() should be compatible with its
parent class.
Change-Id: I66979bd76b204bbb762c41... - 15:45 Revision d32359b6: [BUGFIX] Layout category tree is broken
- There are several issues with the layout of the category tree.
When hovering the whole element, the categories (text... - 14:08 Revision 64838420: [FEATURE] Allow Storages outside the webroot
- Storages can be marked as not public or be outside of webroot.
There are no direct links to the files posible.
This ... - 10:55 Revision 2b92b5bd: [BUGFIX] Wrong note in ResourceFactory
- A note in the phpdoc header of ResourceFactory states it is a
lowlevel API. But this is wrong as at least since 6.2 t... - 10:48 Revision 6f79d3ad: [BUGFIX] Flash messages are not shown with AJAX requests
- Due to the use of DragUploader to upload files, flash messages
are not shown immediately but after manually reloading... - 10:21 Revision 8654649d: [TASK] Return ProcessedFile instead of File if possible
- You can query the FAL-API for files by their filename. If the file resides
in the processing-folder of a storage it i...
2014-03-10
- 23:08 Revision b5770f4c: [BUGFIX] Missing argument in ReferenceIntegrity updater
- When trying to use the upgrade wizards, a fatal error
is thrown because the mandatory where_clause is missing
in a ca... - 22:37 Revision e84e675b: [BUGFIX] Multiple Set-Cookie headers for deleting FE cookie
- In the current master every time when removeCookie is triggered a
Set-Cookie header is generated. A cookie should onl... - 20:05 Revision 4a56fd23: [TASK] Remove loadExtensionTables() from unit test bootstrap
- With proper mocking in place, loadExtensionTables() can be
removed from unit test bootstrap.
This speeds up the test ... - 14:52 Revision d413b2f6: [BUGFIX] Tests: Improve mocking in IconUtilityTest
- The IconUtility tests depend on initialized $GLOBALS['TBE_STYLES']
and sometimes on initialized $GLOBALS['TCA']. This... - 12:40 Revision 06e5ad92: [BUGFIX] Allow record insert on rootlevel
- The DataHandler function checkRecordInsertAccess() does
now check the configuration for the root level.
Resolves: #5... - 12:35 Revision 9c35421b: [BUGFIX] Change notification level for missing opcode cache
- Now the notification level is set to notice instead of warning.
Therefore no email notification will be send if the u... - 12:15 Revision 9e7e81fb: [BUGFIX] Tests: Improve mocking in ext:belog
- The subject method initialize() calls some static dependencies
that can not be mocked. They do DB actions in the end.... - 10:33 Revision 813a77b0: [BUGFIX] Wrong IRC URL for Packagist
- Packagist complains about current IRC URL format.
Change-Id: Id8abcad6525c06d6941144cd2e1e8ea372cc975a
Releases: 6.2... - 01:08 Revision 6695000d: [BUGFIX] Tests: Improve Mocking in ext:extbase
- Change-Id: I61f7f92da42d691b0556f1e53b20d39eb082c12f
Resolves: #56700
Related: #51436
Releases: 6.2
Reviewed-on: http... - 00:56 Revision da605eba: [BUGFIX] Tests: Improve TCA mocking in BackendUtility
- ext:core BackendUtilityTest no longer depends on initialized TCA.
Change-Id: I5b97b86d57da15b6176dd3033ec8fda1f4209f...
2014-03-09
- 23:46 Revision cdf716b4: [BUGFIX] Tests: Incomplete mocking of $GLOBALS['TCA'] in ext:frontend
- To reduce dependencies of tests and improve readability, some tests
can be improved by better mocking of $GLOBALS['TC... - 23:30 Revision 6f493ac7: [BUGFIX] Tests: Incomplete mocking of $GLOBALS['TCA'] in ext:core
- To reduce dependencies of tests and improve readability, some tests
can be improved by better mocking of $GLOBALS['TC... - 22:43 Revision 629e8ccc: [TASK] Added composer.json for the TYPO3 CMS project
- Added a composer.json file that contains
* name, description, keywords, homepage and license
* authors (core team and... - 21:24 Revision 3fbe16a7: [TASK] Add missing logDeprecatedFunction() to getAliasForClassName()
- Function is already deprecated but didn't write to
deprecation-log so far.
Resolves: #55481
Releases: 6.2
Change-Id:... - 17:09 Revision cdd9ad09: [TASK] Tests: Simplify unit test bootstrap
- There is no need to initialize $GLOBALS['BE_USER'] anymore
in unit tests since mocking of this dependency is complete... - 16:55 Revision 67aa8aa5: [BUGFIX] Resolve incomplete mocking for sysext:fluid
- Some Tests in sysext:backend rely on an existing BackendUserAuth object.
In order to decouple the tests from the TYPO... - 16:55 Revision 123663e5: [BUGFIX] Tests: Incomplete mocking in be_user
- ModuleDataStorageServiceTest now mocks $GLOBALS['BE_USER']
to not rely on instantiation of this global.
Change-Id: I... - 16:19 Revision 4dd55f7e: [BUGFIX] Resolve incomplete mocking for sysext:backend
- Some Tests in sysext:backend rely on an existing BackendUserAuth object.
In order to decouple the tests from the TYPO... - 16:17 Revision 11088709: [BUGFIX] Tests: Incomplete mock in ResourceFactoryTest
- FAL ResourceFactoryTest retrieveFileOrFolderObject* not only
tests the method but also lots of not mocked dependencie... - 14:34 Revision 59b76a52: [TASK] Reduce unit test bootstrap
- With the removal of $GLOBALS['FILEMOUNTS'] the unit test no longer
depend on initialization of backend user mounts. R...
2014-03-08
- 21:04 Revision 81e7fcba: [BUGFIX] Introduce failsafe view in install tool
- The installer does not work, if doc comment reflection
is broken, so we need to make the first install step
more robu... - 17:32 Revision 3a4bd6f6: [BUGFIX] ResourceStorage::SIGNAL_PreFileAdd should be triggered earlier
- The PreFileAdd signal should be triggered before the file exist check.
So the name and/or content can be manipulated ... - 17:31 Revision e5b5fea6: [BUGFIX] Wrong file icon in info popup
- In the info popup of a file/folder the wrong icon is shown.
This patch changes it so IconUtility::getSpriteIconForRe... - 17:30 Revision b2a9cad2: [TASK] Deprecate insertModuleFunction "$classPath" parameter
- Deprecates the need to specify the $classPath when registering a submodule
with ExtensionManagementUtility::insertMod... - 17:15 Revision 47b292af: [BUGFIX] Unnatural processing order in IRRE tests
- The IRRE tests for creating and modifying records first process
offer, hotel then content which is the unnatural orde... - 16:07 Revision e2fd5203: [BUGFIX] Install Tool does not save Extbase object cache Configuration
- Change-Id: I1ee28a5af824b048863c61321a226bf7c9843f77
Resolves: #55556
Releases: 6.2
Reviewed-on: https://review.typo3... - 15:54 Revision 27fc64a9: [FEATURE] TypoScript property escapeJsValue
- The stdWrap property escapeJsValue allows content to be
included in JavaScript strings.
Resolves: #56642
Documentati... - 15:40 Revision e6251a99: [TASK] Improve AbstractDataHandlerActionTestCase
- Improvements for the AbstractDataHandlerActionTestCase to
get better functional test results in general and working
f... - 13:35 Revision 166331c2: [CLEANUP] Cleanup jumpToUrl() and unused JS in Backend
- The jumpToUrl() is defined in every
second module as inline JS. As the
duplicated code is erroneous and
can be shimme... - 13:30 Revision 67755273: [BUGFIX] Make Import/Export work with Package Manager
- When displaying the import/export backend module
there are warnings and an empty extension list,
because the extensio... - 11:58 Revision 15b15c09: [BUGFIX] Temporary DB tree mount notice missing in ElementBrowser
- If "Stop Page Tree" is set for a page, it is possible to set temporary
DB tree mounts in the element browser/link bro... - 11:58 Revision 2df9cb98: [BUGFIX] Temporary DB tree mount notice missing in ElementBrowser
- If "Stop Page Tree" is set for a page, it is possible to set temporary
DB tree mounts in the element browser/link bro... - 11:54 Revision 88c58808: [TASK] Use function for temp. page tree in BrowseLinks too
- The new introduced function ElementBrowser::getTemporaryTreeMountCancelNotice()
shall also be used in its subclass to...
2014-03-07
- 22:03 Revision c43e60e9: [BUGFIX] Extension upload as zip on Windows systems ignores directories
- Using DIRECTORY_SEPARATOR on Windows environments is a "\" instead of
a "/". Fix this by replacing the constant with ... - 21:20 Revision c26434e2: [BUGFIX] Temporary DB tree mount notice missing in ElementBrowser
- If "Stop Page Tree" is set for a page, it is possible to set temporary
DB tree mounts in the element browser/link bro... - 21:15 Revision 10a612ac: [TASK] Remove deprecated doDisplayTopFrameCM
- Resolves: #56623
Releases: 6.2
Change-Id: Ib24adf0029f23053b1218340cb11b6390964fefd
Reviewed-on: https://review.typo3... - 21:00 Revision 990e4bb2: [CLEANUP] Remove references to $GLOBALS['FILEMOUNTS']
- Global filemounts are not supported with FAL anymore
as the implementation is done via file storages directly.
All re... - 20:45 Revision 6db7ab3d: [TASK] Remove unused function BackendUtility::updatePagesTSconfig()
- The function is not used in the core and marked as @internal since the
beginning of the time (revision 1). Therefore ... - 20:44 Revision ef40b213: [BUGFIX] Fix Misleading CommandController naming for Language update
- Due to CommandControllers' nature, an UpdateCommandController leads to the
execution of `cli_dispatch.phpsh extbase u... - 19:44 Revision a092d3cb: [BUGFIX] Allow user update without password changes in sys_action
- If you want to edit a user within the sys_action module, you have to
set a (new) password as otherwise the record won... - 19:44 Revision d7b922f4: [TASK] Deprecate usage of $GLOBALS['typo3CacheManager']
- * Replace all instances of $GLOBALS['typo3CacheManager']
in the core with a makeInstance call.
* Adapt the tests.
*... - 17:39 Revision f795bbf5: [CLEANUP] Improve code style for FormEngine::getTSCpid()
- The PHPDoc is fixed. The method returns an array and not an integer.
Additionally the class variable that is used in... - 16:53 Revision e8fe21fa: [BUGFIX] SoftReferenceIndex typolink lacks support for title attributes
- The SoftReferenceIndex parses and rebuilds typolink tags, but the
support for the title attributes was missing.
This ... - 14:59 Revision ae8c0f0a: [BUGFIX] Warn about apc.enable_cli=0 on command line
- When running a CLI script via typo3/cli_dispatch.phpsh,
using the APC caching backend will lead to errors like
> TYPO... - 13:39 Revision 1415f45e: [TASK] Refactor init() function of ElementBrowser
- Splits huge method (~450 lines) into several small methods,
in the similar way it was done for BrowseLinks and Select... - 08:37 Revision 472a2f2c: [BUGFIX] RTE on first new IRRE record keeps loading in IE
- Problem: IE raises a syntax error when it encounters html comments in
the JavaScript code. The html comments are adde... - 00:05 Revision bb56fba0: [BUGFIX] RTE on first new IRRE record keeps loading in IE
- Problem: IE raises a syntax error when it encounters html comments in
the JavaScript code. The html comments are adde... - 00:00 Revision e61b2cfa: [BUGFIX] Default size for group-type fields
- Missing size property on group-type fields causes various
problems, like missing controls (move to top and move to
bo...
2014-03-06
- 23:56 Revision d8bc2728: [BUGFIX] Default size for group-type fields
- Missing size property on group-type fields causes various
problems, like missing controls (move to top and move to
bo... - 23:45 Revision 32481f5f: [TASK] Add cache to IconUtility::getSpriteIcon()
- Cache calls to getSpriteIcon() that only use the first parameter.
Change-Id: I63e7dbaf81473b733a73f4a964e419dae0650f... - 23:29 Revision b929e3dc: [TASK] Consolidate regexp for utf8 and non-utf8 file systems
- This patch enables the @ character to be usable now
also for non-utf8 file systems.
Resolves: #50538
Releases: 6.2, ... - 23:19 Revision a783822f: [!!!][SECURITY] Remove old backend_layout wizard
- Keeping the old wizard script would not solve
the CSRF attack vector as they could still
be referenced in this kind o... - 23:16 Revision 816f8af1: [BUGFIX] ExtendedFileUtility.php: func_delete
- This fixes an issue within method func_delete trying to catch a file
access exception instead of expected folder acce... - 23:13 Revision e13918f6: [BUGFIX] FAL readonly: Directory copying results in BE exception
- Changed parent class of folder permission exceptions to
InsufficientFolderAccessPermissionsException so excecption
co... - 22:33 Revision 6b72cf5e: [BUGFIX] UnitTests create SQL error if openid is installed
- AbstractUserAuthenticationTest is actually supposed to test
processLoginData from AuthenticationService from ext:sv.
... - 22:27 Revision 11ea2044: [BUGFIX] Remove superflous check in getModuleUrl
- There is a check in getModuleUrl that checks
access rights to modules and returns false
if this is not the case.
How... - 22:18 Revision 104573cc: [BUGFIX] Remove wrong quoting
- While moving the element browser to a module
quoting was added in several places.
However quoting DocumentTemplate::... - 14:51 Revision 9c16871a: [BUGFIX] concatenateCSS may produce invalid css
- css-files with statements like @import might become corrupted. This is due
a wrong regex in case no quotes (single or... - 14:28 Revision c82818ac: [TASK] Redirect to distributions after first login
- For the users to select a distribution, the installation should
redirect directly to the extension manager, after the... - 14:06 Revision 24593f8e: [TASK] Fatal error in database connect install step
- Patch df239a6d599 renamed bootstrap method setCoreCacheToNullBackend
to disableCoreAndClassesCache but missed a usage...
2014-03-05
- 23:45 Revision 82cdf1aa: [TASK] Reduce memory footprint of unit test suite
- Switching to transientMemoryBackend for some caches raises the
memory footprint of unit test. Change the bootstrap a ... - 23:43 Revision 78213ca3: [BUGFIX] Follow up: Remove icon doesn't work
- With patch 6711c14 the function setFormValueManipulate was corrected but
if called it returns an array instead of the... - 23:03 Revision 450b1662: [BUGFIX] Make text in All Configuration selectable
- Remove the click function on the whole item.
This prevents selecting the text.
The input fields are be enough to sele... - 22:58 Revision 99025c12: [BUGFIX] IdentityProperties were not set
- After submitting an invalid form twice, extbase tries to
create the related submodel instead of edit.
This is because... - 22:57 Revision f8c9a77d: [BUGFIX] IdentityProperties were not set
- After submitting an invalid form twice, extbase tries to
create the related submodel instead of edit.
This is because... - 22:56 Revision e7cf5501: [BUGFIX] Catch all errors while starting installer
- While initializing the installer it can happen that
Exceptions are thrown. As there is no ExceptionHandler
initialize... - 22:50 Revision 23b376c0: [TASK] Add functional tests for impexp irre records
- This patch adds functional tests for exporting and
importing all irre_tutorial relation types.
Resolves: #56287
Rele... - 22:41 Revision df239a6d: [BUGFIX] Fix no caching behavior of bootstrap
- Install Tool and tests are intended to work
without caches being active.
Currently this functionality is broken in b... - 22:18 Revision 3d2d58bb: [TASK] Extend functional tests with creation of additional folders
- Extends the functional tests with the possibility to create additional
folders inside the TYPO3 CMS test instance cre... - 22:17 Revision 1166922f: [TASK] Functional tests for persisting relations in Extbase
- Add functional tests for persisting 1:M and M:M relations
in Extbase.
This patch adds blog_example as an fixture exte... - 22:04 Revision a81bfff2: [TASK] Import/Export Module uses module dispatcher
- Change-Id: I1ac785adf3b0573a50954855befdda838fd01c33
Resolves: #55671
Releases: 6.2
Reviewed-on: https://review.typo3... - 21:57 Revision 25b502be: [TASK] MySQLi for DBAL
- Properly implement MySQLi for DBAL native mode.
Resolves: #50752
Releases: 6.2
Change-Id: I0c36e7d2828c94cc7c726757f... - 21:56 Revision 0f73b6ab: [TASK] Make browse_links.php a wizard
- Resolves: #56470
Releases: 6.2
Change-Id: I7bf8c20ab7e084efca352840f88007a574f7e270
Reviewed-on: https://review.typo3... - 20:42 Revision a3deacc1: [BUGFIX] userPermissions => recursiveDeleteFolder
- This commit fixed the backend user/groups TCA to set the right option
to allow recursive deletion of folders.
Change... - 20:28 Revision bf2817ad: [TASK] Export binary data from sys_file records
- Until now files from TCA type group internal_type
file or file_reference were included as binary data in
the export o... - 19:33 Revision 023d35ec: [BUGFIX] Fix executable permissions on files
- A large number of files were stored with executable permissions. This
may be a (minor) security risk and can be confu... - 10:10 Revision 99efb03b: [BUGFIX] Could not parse where clause
- SQL parser is unable to parse the complex Upgrade Wizard query. As we
know that it is compatible with DBMS we activel... - 10:02 Revision f1bc2e33: [BUGFIX] Allow search for FAL related DB records
- The backend search is currently not
working for file collections etc as there
is no searchFields string provided.
Th...
2014-03-04
- 21:31 Revision a9abecde: [TASK] Set TYPO3 version to 6.2-dev
- Change-Id: Ie70bf11000e9b70f60bbd6923ab1516904164edd
Reviewed-on: https://review.typo3.org/28062
Reviewed-by: TYPO3 R... - 21:31 Revision 963ea9ad: [RELEASE] Release of TYPO3 6.2.0beta6
- Change-Id: I034ed6f244869918e9e3b7c189a629825d76df79
Reviewed-on: https://review.typo3.org/28061
Reviewed-by: TYPO3 R... - 21:27 Revision 13366617: [BUGFIX] OpCache XCache cannot be cleared if xcache.admin.enable_auth
- We can only clear the opcache in XCache if xcache.admin.enable_auth is not
set, else you get a fatal error.
Resolves... - 21:13 Revision 3dbd96c9: [TASK] Install Tool: Optimize class structure
- Refine the class and interface structure of
Install Tool actions.
Resolves: #52736
Releases: 6.2
Change-Id: Id1b0107... - 20:44 Revision ab1bc841: [TASK] Remove EXT/extListArray from DefaultConfiguration
- extListArray is obsolete and can be removed. It is already taken
core off in the install tool upgrade process.
Chang... - 20:43 Revision df45f2ff: [BUGFIX] Cache Identifiers shorten the MD5 hash
- Cache Identifiers shorten the MD5 hash - This is superfluous substr() work
without any gain - remove it.
Change-Id: ... - 19:09 Revision 4f5a8c13: [BUGFIX] Setting capabilities to readonly show always drag+drop dialog
- If a driver is readonly, the upload button in the file list disappears,
but the DragUploader is still activated - on ... - 19:08 Revision 9aaeaf51: [TASK] Improve usability with multiple tabs open
- When the backend user session expires, currently
a popup window is shown which asks the user to
relogin when salted p... - 18:39 Revision c518539f: [TASK] Use new way to register backend_layout wizard
- Resolves: #56471
Releases: 6.2
Change-Id: I8bd844326566715201ab3ae82811c945566b5b88
Reviewed-on: https://review.typo3... - 18:28 Revision f064c5c0: [CLEANUP] Enhance TCA - FAL migration for tt_content
- The upgrade wizard to migrate the fields like e.g.
tt_content->image and pages->media fetches all records
of each tab... - 18:22 Revision d12424f1: [BUGFIX] Fix OpcodeCache for PHP 5.3
- In PHP 5.3 anonymous functions can't be bound to static/self so an extra
call to a public function is needed.
Resolv... - 18:20 Revision 05420788: [BUGFIX] New filename does not get sanitized
- When adding a new file through the ResourceStorage there
is a check to see if the file already exists. But this check... - 18:16 Revision 9f60ae5c: [BUGFIX] TCA maximumRecordsChecked should display message
- The new eval function "maximumRecordsChecked"
silently disables the checkbox again when the
maximum number of records... - 18:13 Revision 352841a4: [BUGFIX] ADOdb: Invalid override method signature
- Classes are not overriding the method with a compatible list
of parameters.
Fixes: #48034
Releases: 6.2
Change-Id: I... - 18:09 Revision 9eb32aa0: [BUGFIX] getLabelsFromItemsList() returns no value
- Method getLabelsFromItemsList() is expected to return an empty list
when the column is populating items from a foreig... - 18:00 Revision f20ae08e: [TASK] Use FAL functions for image rendering
- Instead of relying on the backward compatiblity layer of the
FrontendContentAdapterService when rendering images with... - 17:42 Revision 8806f950: [CLEANUP] Enhance RTE Magic Image FAL migration wizard
- If the RTE magic images FAL migration upgrade wizard in the
install tool ever fails (due to max_execution_time) or so... - 17:41 Revision b2c79153: [TASK] Upgrade Wizard for FAL references, check for missing tables
- In case sys_file_reference contains references to tables that no longer
exist physically (i.e. for extensions that we... - 17:13 Revision 9a63a585: [BUGFIX] Break out of foreach if there're no rows in table
- Instead of using a slow COUNT on huge tables, we add an
additional query here, which tries to get the first
found rec... - 17:11 Revision 7625461f: [BUGFIX] Cannot use contain with multivalued static enumeration column
- When a column is defined as a multivalued static enumeration:
'somecolumn' => array(
'exclude' => 0,
'label' ... - 17:05 Revision 8c12dd0f: [BUGFIX] Flush opcode caches while saving PHP files.
- After manipulating PHP files, which we include with "require" we should
clear the opcode cache, if there is one insta... - 16:55 Revision 50a08fc8: [BUGFIX] Make standard-search working with EXT:form installed
- The standard-search relies on basic form-functionality.
But if EXT:form is installed, that functionality is overlaid
... - 15:11 Revision 5991c19c: [BUGFIX] DBAL's quoteFieldNames() returns an empty string
- DBAL's DatabaseConnection::INSERTquery() builds an array. The keys
(fields) are mapped through quoteFieldNames(), whi... - 12:28 Revision 5bb821a4: [TASK] Install Tool re-order menu items
- Current Order:
* Welcome
* Important actions
* System environment
* Configuration Presets
* Folder structure
* Test ... - 09:50 Revision 7a308a8a: [BUGFIX] IdentityProperties were not set
- After submitting an invalid form twice, extbase tries to
create the related submodel instead of edit.
This is because... - 09:05 Revision 734f0d05: [BUGFIX] Install css_styled_content by default
- As felogin and some other extensions don't work without
css_styled_content it should be enabled by default as well. T... - 06:39 Revision 3708c72e: [TASK] CSS: Button style :active and :hover
- Brings visual illusion for :active / click state.
Bugfixes :hover on <button>
Resolves: #56480
Releases: 6.2
Change-...
2014-03-03
- 21:13 Revision 77e85f14: [BUGFIX] Fix warnings on felogin / Use correct usergroup-column
- PHP Warning: Illegal string offset 'usergroup' is shown when
trying to login to the frontend while currently already ... - 20:17 Revision 3ce53655: [TASK] Make TS content templates more flexible
- If an extension used static content ID 43 (content default),
it also added itself (during each runtime of ext_localco... - 19:59 Revision 85d88e4f: [BUGFIX] Fix PHP warnings on fe_user log out
- PHP Warning: Illegal string offset is thrown in some places
if an fe_user logs out.
Resolves: #55696
Releases: 6.2
C... - 19:46 Revision 69c103b2: [BUGFIX] Double escape of title in indexed search
- SearchController::compileSingleResultRow() causes double
htmlspecialchars() call on $title.
This patch removes the g... - 19:46 Revision 28d25c9f: [BUGFIX] Double escape of title in indexed search
- SearchController::compileSingleResultRow() causes double
htmlspecialchars() call on $title.
This patch removes the g... - 19:45 Revision 5d9b26d9: [BUGFIX] Double escape of title in indexed search
- SearchController::compileSingleResultRow() causes double
htmlspecialchars() call on $title.
This patch removes the g... - 17:08 Revision da36a43d: [BUGFIX] Wrong handling of delimiter in revExplode()
- The delimiter has to be reversed for the case of limit 2,
as the search is performed on the non-reversed string.
Othe... - 16:48 Revision 1629aea9: [WIP] fluid widgets without sessions
- Fixes: #12094
Change-Id: If11ffd7c554f1f45264a06046ecf5d50bc22690d - 12:21 Revision 04f66dba: [BUGFIX] Always fetch related objects if relation set by child
- If the DataMapper shall map a 1:N relation for
a property of a domain object and the element
type of this property is... - 08:57 Revision a36c5550: [TASK] Remove condensed mode leftovers
- The condensed mode user setting has been removed
three years ago with #24585
Now also remove the leftover parts.
Kee... - 08:49 Revision 1d0d83c7: [TASK] Make sysexts composer names standards compliant
- Resolves: #53753
Releases: 6.2
Change-Id: I3acb81c71796bc84ada29e6cdf6141be07f69ca3
Reviewed-on: https://review.typo3...
2014-03-02
- 19:12 Revision e8bc2624: [BUGFIX] Mock locked records for DataProviderTest
- The DataProviderTest calls BackendUtility::isRecordLocked
statically. We cannot mock that call, but we can
"mock" a l... - 14:24 Revision 2e06fc19: [TASK] Update database schema as first and last update wizard
- Introduces two new upgrade wizards in the Install tool.
The first wizard - added as first step of the upgrade wizard...
2014-03-01
- 23:44 Revision c61c3999: [FEATURE] styleguide: Bring Screenshot to Readme
- 23:41 Revision b8393d64: [RELEASE] styleguide: 0.8.0
- 23:40 Revision b14853be: [FEATURE] styleguide: Brings screenshots
- 23:39 Revision acf24a50: [TASK] styleguide: Display links
- Waiting for https://review.typo3.org/#/c/27176/
- 23:38 Revision 7cebb5e0: [TASK] styleguide: Layout: Reload icon
- 23:29 Revision dfab37ac: [!!!][SECURITY] Remove old wizard scripts
- Keeping the old wizard script would not solve
the CSRF attack vector as they could still
be referenced in this kind o... - 23:21 Revision ebe639c9: [FEATURE] styleguide: Example: beautyful code format
- Adds .code css class and brings tag style classes.
- 21:22 Revision 3d4de84e: [BUGFIX] Fix StorageRepository::findByStorageType
- Since optimizing the retrieval of Storages the
findByStorageType() doesn't find any (also right ones)
storage, becaus... - 17:18 Revision 498ccf37: [TASK] Use new way to register colorpicker wizard
- Resolves: #56436
Releases: 6.2
Change-Id: Ia789abbbdf7ab11a4ab13ea6aa195bc79ba6dc25
Reviewed-on: https://review.typo3... - 15:14 Revision bb4ecb56: [BUGFIX] Undefined variable $multiSelectId in FormEngine
- There is a undefined variable $multiSelectId in FormEngine. This
is introduced with #46357
Resolves: #56457
Releases...
2014-02-28
- 22:16 Revision 3287150d: [CLEANUP] Followup to wizard changes
- The new wizards scripts lacked a proper description.
Add the description the original files had.
Related: #56431
Rel... - 22:11 Revision 59484d6d: [TASK] Use new way to register rte wizard
- Resolves: #56437
Releases: 6.2
Change-Id: I0eea59f46c74fe50eb2554898a9f64fa2a26a9b1
Reviewed-on: https://review.typo3... - 20:23 Revision b6bafa92: [TASK] Use new way to register forms wizard
- Resolves: #56438
Releases: 6.2
Change-Id: Ic5a22f6ded5bf3b5d8a6442497444296a6b3bfaa
Reviewed-on: https://review.typo3... - 20:22 Revision 1fd62fa0: [TASK] Remove superflous require_once in t3editor hook
- \TYPO3\CMS\T3editor\Hook\FileEditHook::save() requires
init.php which is not necessary at all as the method
itself is... - 20:16 Revision 53d2f313: [TASK] Use new way to register table wizard
- Resolves: #56435
Releases: 6.2
Change-Id: I180929980ade8c26a6e086f2f65d2e76cbeb19cd
Reviewed-on: https://review.typo3... - 20:08 Revision df139b8a: [BUGFIX] Title field disappears after using addToAllTCAtypes()
- Change-Id: Ia7db1d1b3613badc84ca3ee44ce68c154004f135
Resolves: #56080
Releases: 6.2
Reviewed-on: https://review.typo3... - 19:30 Revision cf839482: [BUGFIX] Do not log with severity 1320177676
- Extbase logged a code smell with a severity of 1320177676
instead of 1 ("notice").
Change-Id: If28c2d66713bdedb3094a... - 19:29 Revision ded338b5: [BUGFIX] Do not log with severity 1320177676
- Extbase logged a code smell with a severity of 1320177676
instead of 1 ("notice").
Change-Id: If28c2d66713bdedb3094a... - 19:29 Revision 8b6559a0: [BUGFIX] Do not log with severity 1320177676
- Extbase logged a code smell with a severity of 1320177676
instead of 1 ("notice").
Change-Id: If28c2d66713bdedb3094a... - 19:23 Revision e997f2a6: [TASK] Add IconUtility::getSpriteIconForResource()
- With the introduction of FAL the files and folders are
objects and so there is more info than just a name/extension
t... - 18:40 Revision 55ea3050: [TASK] Use new way to register list wizard
- Resolves: #56434
Releases: 6.2
Change-Id: Ia776874ca247b11a769a1c17ee1e6ec65047ac4c
Reviewed-on: https://review.typo3... - 14:47 Revision d4f4b45d: [TASK] Use new way to register add wizard
- Resolves: #56432
Releases: 6.2
Change-Id: Id78b3182ed6710a09a82ce69bd1f5b72f9e2a3e0
Reviewed-on: https://review.typo3... - 14:47 Revision 432a7bdd: [BUGFIX] @return for TYPO3\CMS\Sv\AuthenticationService::authUser
- Adjust the @return documentation of authUser() to match the actual
implementation in
TYPO3\CMS\Core\Authentication\Ab... - 14:47 Revision 8f0ce1c6: [BUGFIX] @return for TYPO3\CMS\Sv\AuthenticationService::authUser
- Adjust the @return documentation of authUser() to match the actual
implementation in
TYPO3\CMS\Core\Authentication\Ab... - 14:46 Revision debfec7f: [BUGFIX] @return for TYPO3\CMS\Sv\AuthenticationService::authUser
- Adjust the @return documentation of authUser() to match the actual
implementation in
TYPO3\CMS\Core\Authentication\Ab... - 14:19 Revision 630b877b: [BUGFIX] Adding new records in edit mode broken
- It was not possible anymore to use the "add new record" button
in TCA select fields on records with pid > 0.
This pa... - 08:27 Revision bf20c33d: [BUGFIX] Fix double quotes in ElementBrowser JS
- Double quotes must not be used around JS code
created by GeneralUtility::quoteJSvalue()
Resolves: #56406
Releases: 6... - 02:14 Revision 715e61b2: [SECURITY] Protect core Ajax calls against CSRF
- The backend ajax handler that are directly registered
in DefaultConfiguration.php are now CSRF protected
if necessary... - 01:10 Revision 1474e2cf: [BUGFIX] URL-encoded title in link wizard
- The security fix introduced a bug that the title is encoded
every time the link wizard is opened, leading to multiple... - 01:06 Revision 342686b4: [BUGFIX] URL-encoded title in link wizard
- The security fix introduced a bug that the title is encoded
every time the link wizard is opened, leading to multiple...
2014-02-27
- 22:43 Revision d9a4854f: [BUGFIX] Make sure M parameter is first in URL
- Although the order of GET parameters in the URL
does not matter, the M parameter should come first
in the URL.
Resol... - 22:19 Revision a791531f: [BUGFIX] Fix GET parameter order in unit tests
- The order of GET parameters changed, so we have
to adapt the tests.
Resolves: #56403
Releases: 6.2
Change-Id: I6fb8d... - 21:04 Revision 2aa83d39: [FEATURE] Add API to CSRF protect Ajax calls in Backend
- This change adds API to register Ajax ids with
their handler and to get an Ajax URL for
a specific AjaxID.
A token c... - 20:32 Revision 45b092d3: [TASK] Additional SignalSlot after init in EditDocumentController
- Adds a new SignalSlot possibility after the init method call.
Resolves: #56381
Releases: 6.2
Change-Id: I2357f81c40b... - 18:09 Revision beac969f: [CLEANUP] Remove security_level option from Authentications
- The option security_level option was deprecated
since 4.7 and can now be removed.
Also do some cleanup in related co... - 17:20 Revision bce23ae7: [TASK] Speed up updating the extension list
- The process of updating the TER
extension list takes approx 1 minute
because the extension manager needs
to mark all ... - 16:00 Revision baa5c3e7: [BUGFIX] Filename sorting in filelist is broken
- The sorting by filename in the filelist is broken since the
introduction of sys_file_metadata. It tries to sort the f... - 15:02 Revision 3241387b: [BUGIFX] Fix Redirect after switch-to-user
- The compatibility layer introduced in #55809
causes trouble with the user switch feature.
User switch intentionally ... - 14:45 Revision e34a90bd: [BUGFIX] Revert "[TASK] Use a 401 header if login is not successful"
- This reverts commit 70ce5402ad9f1a8a98c7014e6ce5af79d9b7a4de.
The 401 header code is used with HTTP based authentica... - 14:45 Revision ab4ef146: [BUGFIX] Revert "[TASK] Use a 401 header if login is not successful"
- This reverts commit 40cb0a435e31dd0378151ce6613ad54c8e7d075b.
The 401 header code is used with HTTP based authentica... - 14:42 Revision 5ce3128c: [BUGFIX] Revert "[TASK] Use a 401 header if login is not successful"
- This reverts commit b0c54dcadfba635d44242ce3778bbf8486e9b33e.
The 401 header code is used with HTTP based authentica... - 14:41 Revision 71a7f96c: [BUGFIX] Fix reference to FileListLocalisation.js
- FileListLocalisation.js was moved from backend to filelist
with #55810, but it was forgotten to adapt the reference
i... - 14:21 Revision fe210c9c: [BUGFIX] Revert "[TASK] Use a 401 header if login is not successful"
- This reverts commit 9974f36d2736e21875a76d33a9dd7ceb440a100d.
The 401 header code is used with HTTP based authentica... - 12:44 Revision 94435811: [BUGFIX] Fix link for workspace preview
- The absolute link generated for mailings to
workspace editors misses the page id.
The uid has been accidentally remo... - 11:23 Revision ee612a33: [BUGFIX] styleguide: Readme wording
- 11:14 Revision dee15044: [TASK] styleguide: README Scrutinizer+Travis icons
- Adds scrutinizer and travis links.
- 00:00 Revision 8cbb774c: [BUGFIX] Fix module access regressions
- During the addition of the token check for mod.php
some places have been missed where a correct
token needs to be add...
Also available in: Atom