Activity
From 2014-04-05 to 2014-05-04
2014-05-04
- 22:10 Revision d422bf62: [BUGFIX] saltedpasswords: Check rsaauth loading
- This patch adds the loading check of rsaauth before trying to access the
BackendFactory of rsaauth. Otherwise the ext... - 22:03 Revision 9dd621ef: [BUGFIX] saltedpasswords: Check rsaauth loading
- This patch adds the loading check of rsaauth before trying to access the
BackendFactory of rsaauth. Otherwise the ext... - 19:21 Revision ac895911: [BUGFIX] Fix broken impexp functional tests
- Issue #58484 fixed the inclusion of CSS class
attributes in typolinks, but did not adjust the
impexp tests. Update th... - 19:12 Revision 6fdebf96: Revert "[BUGFIX] Fix broken impexp functional test"
- Doesn't fix the tests completely.
This reverts commit 8ae7a4b9eb9efc6b392fba3151cfe34ea51d2099
Change-Id: Ifadcc61d... - 19:05 Revision 8ae7a4b9: [BUGFIX] Fix broken impexp functional test
- Issue #58484 fixed the inclusion of CSS classes
in typolinks, but did not adjust the tests.
Update the affected fixtu... - 16:57 Revision 05ef8fec: [BUGFIX] SoftReferenceIndex support for more values in class attribute
- The SoftReferenceIndex parses and rebuilds typolink tags, but the
support for more than one value in class attribute ... - 16:56 Revision a1a7dc0d: [BUGFIX] SoftReferenceIndex support for more values in class attribute
- The SoftReferenceIndex parses and rebuilds typolink tags, but the
support for more than one value in class attribute ... - 14:54 Revision 81a44b68: [BUGFIX] Fix file handling in import/export module
- The file handling (downloading/storing or uploading/fetching
existing T3D/XML files) is currently not full FAL compat... - 14:35 Revision 69ac69c2: [TASK] Enhance localization behavior of pages.media
- With issue #57488 the pages.media field became localizable again,
however the selective approach turns out to be prob... - 14:19 Revision 0a59f6c0: [BUGFIX] Disable removal of installed extensions
- This patch removes the deletion possibility for installed extension in
the list view of the extension manager. Furthe... - 14:15 Revision a5d16741: [BUGFIX] Limit FileTableSplittingUpdate to TYPO3 6.0/6.1
- If the database field does not exist it may be that we have an
installation before 6.0 or after 6.1 so we do not need... - 13:03 Revision 5d747910: [BUGFIX] Fix dragging of elements in page module
- When dragging content elements in the page module, the element gets
overlayed by TCEform elements. It loses its hover... - 12:15 Revision b3c932f2: [BUGFIX] Flush caches in group should throw exception
- If a not existent cache group is specified
to the flushCachesInGroup methods, there is no
indication that actually no... - 11:57 Revision 227a7fd1: [BUGFIX] Fix description of userHomePath and groupHomePath
- Since making userHomePath and groupHomePath FAL compatible
the descriptions in DefaultConfiguration don't fit anymore... - 09:12 Revision 71b9400b: [BUGFIX] Detection of image manipulation libs with open_basedir
- If open_basedir is restricted to files, eg. /usr/bin/gm, detection
fails in install tool. The additional is_dir() che...
2014-05-03
- 22:42 Revision 7f6be2f1: Revert "[TASK] Reduce file size of core images"
- This patch changes the file permissions, so we need to work
some more on it.
This reverts commit 03cf03b28f7f37cab14... - 22:20 Revision d3c83bac: [BUGFIX] Follow-up to Queries don't respect MM_match_fields
- Fixed two small glitches which escaped us in the review of
https://review.typo3.org/#/c/29713/.
Resolves: #10487
Rel... - 22:17 Revision dcf65764: [BUGFIX] Enable alt and link fields for page media
- As the page.media in most cases is for images it makes
sense to enable the alt and link fields just like
tt_content.i... - 22:06 Revision 2760e426: [BUGFIX] wrong set layer in page module during drag and drop
- During drag and drop the dragged content element was
overlayed from the next content scope (headline element).
The "... - 22:02 Revision 03cf03b2: [TASK] Reduce file size of core images
- Reduce the file size without losing quality.
This reduces total typo3 directory size by ~2 MB.
Resolves: #58110
Rele... - 21:02 Revision b53c14b4: [BUGFIX] AbstractDomainObject _cleanProperties is array
- Properly initialize _cleanProperties to array to prevent warnings.
Resolves: #57244
Releases: 6.2
Change-Id: I64f62c... - 20:10 Revision 36027295: [BUGFIX] Improve Windows support for functional tests
- Solve some issues running function tests on windows OS
* Disable colors, this is hardly supported in windows CLI,
... - 19:13 Revision 6b900136: [BUGFIX] Removed extension stays in PackageStates file
- Deleting an extension in the Extension Manager doesn't delete
the entry in PackageStates file.
Use the package manag... - 18:51 Revision ea533a4e: [TASK] Remove backslash for UnexpectedValueException in mod.php
- Resolves: #58344
Releases: 6.2
Change-Id: Ic2cbc0a9d8a27c67e145ea9fef55c60d13466c33
Reviewed-on: https://review.typo3... - 18:47 Revision d47f9cf9: [TASK] Add phpdoc @var for calls to makeInstance()
- Resolves: #58459
Related: #50248
Releases: 6.2
Change-Id: I3b72ecd65dff934a4eff10be7cb3c46ded948a34
Reviewed-on: http... - 18:43 Revision 9c567898: [BUGFIX] Clear all cache in install tool throws exception
- reinitializeClassLoaderAndCachesAndPackageManagement
not only reloads the class loader and package management
but als... - 16:56 Revision 2437d654: [BUGFIX] Remove unnecessary redirect loops for first installation
- This patch changes the default configuration to prevent any redirect
loops during the first installation process.
Re... - 16:16 Revision 3c26074b: [BUGFIX] Remove hardcoded calling script in help controller
- The Extbase help command controller has the calling
script hardcoded in several places. This may cause
confusion if t... - 15:57 Revision 6eed9971: Revert "[TASK] EM: Add possibility to bypass system dependency checks"
- The patch breaks Travis due to incomplete mocking.
Additionally was considered 'not ready' post merge. We work some m... - 15:05 Revision 09f9bdaa: [BUGFIX] Queries don't respect MM_match_fields
- In case of sys_category and all other
MM-relations with MM_match_fields, parseConstraint
has no implementation for th... - 14:38 Revision 22695e3b: [TASK] EM: Add possibility to bypass system dependency checks
- This patch extends the extension manager in three different ways. First
all dependencies are checked and error messag... - 14:27 Revision f7e8ef16: [BUGFIX] IMAGE param stdWrap-function not working
- Images in TypoScript are rendered using method cImage() of
the ContentObjectRender. This method has the possibility t... - 14:23 Revision 3aad81e5: [TASK] Remove superfluous margin above #typo3-menu
- Added padding-top to start the first li in the menue at the bottom line
of the first grey space in the content-area
... - 12:40 Revision f8ce18a5: [CLEANUP] Remove abandoned functional test
- To allow running of all functional tests, instead of relying on
travis.yml, we want to clean up broken and abandoned ... - 12:26 Revision 1555298c: [BUGFIX] Fix namespace of RelationTest
- Resolves: #58450
Releases: 6.2
Change-Id: I78d39b0be0d4fc9a425ff3fa1e2424ee017d3180
Reviewed-on: https://review.typo3... - 11:15 Revision 2ea4de97: [BUGFIX] Add l18n_parent to tt_content TCA
- If an editor ignores the "Copy default content elements"-button, it is
not possible to get a new content element in t... - 10:27 Revision 235b92e3: [BUGFIX] Notification about missing impexp installation
- This patch adds a notification to install the impexp extension before
the distribution list is shown.
Resolves: #573...
2014-05-02
- 21:51 Revision 06290480: [TASK] Make Flow Package HHVM compatible
- HHVM doesn't support calling array functions like key()
on objects, we need to cast object to array first.
Resolves:... - 21:15 Revision a49ddfd3: [BUGFIX] Retrieving extension fails with some PHP versions
- XmlParser has an issue with PHP < 5.4.28 leading to
unexpected empty arrays raising warnings. If development
preset i... - 21:10 Revision 8fbe4107: [TASK] Speed up functional tests
- Optimize functional test bootstrap to improve performance:
* Database schema for single tests of a test case are alw... - 21:07 Revision ec39c72d: [BUGFIX] Retrieving extension fails with some PHP versions
- XmlParser has an issue with PHP < 5.4.28 leading to
unexpected empty arrays raising warnings. If development
preset i... - 20:13 Revision aa54cf90: [CLEANUP] Page Module: Do hovering via CSS, not JS
- The ExtJS functionality for adding active classes can
be done via CSS hover pseudo classes.
This is faster (native b... - 19:57 Revision a13a4545: [BUGFIX] Media field is empty on page localization
- If comparing localization of regular tables (like tt_content) to
pages and its specific overlay table pages_language_... - 18:43 Revision ae771e0d: [BUGFIX] Default image title in RTE contains the file name
- When inserting an image in the RTE, the default image title should be
the image file title, not the image file name.
... - 18:41 Revision b1ce270f: [BUGFIX] News Box in BE Login Screen not styled properly
- The headline in the backend login screen that contains
the sys_news information has a bottom margin and
does not have... - 14:19 Revision af1e245e: [TASK] Remove tests no longer needed
- Category API was changed to silently fail instead of throwing an
exception, but the corresponding tests were not remo... - 12:06 Revision 94723419: [BUGFIX] Fail silently in category registry
- The idea was to fail when the category registry
is used in a wrong way. This however causes troubles
when the core it... - 09:36 Revision 6dcf2778: [BUGFIX] DBAL native mode: Database compare fails
- Database compare does not work with DBAL in native mode
as the ALTER TABLE statement is not processed correctly.
The ...
2014-04-30
- 23:10 Revision 3b55f737: [BUGFIX] Sets defaultMailFromAddress as sender for install tool e-mails
- This patch sets [MAIL][defaultMailFromAddress] as a sender for successful
and failed login mails for the install tool... - 19:40 Revision d7fd6917: [BUGFIX] checkMaximumFileUploadSize shows misleading message
- Improve the Install Tool system environment check for
PHP maximum upload size.
Resolves: #58260
Releases: 6.2
Change... - 18:38 Revision f2ef9fab: [BUGFIX] Use REDIRECT_ prefix as fallback for environment variables
- The core uses values of environment variables for
disabling the core updater and to determine the
application context... - 12:12 Revision 97a1881f: [CLEANUP] Extension Manager code
- * Add missing annotations
* Shorten unnecessary namespace annotations
Resolves: #57861
Releases: 6.2
Change-Id: Ic8e... - 00:26 Revision 4b3e3cce: [BUGFIX] Fix oddities of the CategoryRegistry
- This change makes it again possible to call
makeCategorizable from ext_tables.php files.
This is done by directly ap... - 00:22 Revision 1bdf55e9: [BUGFIX] remove enableFields for sys_file_processedfile
- remove additional enableFields from where clause
in ProcessedFileRepository as long as
sys_file_processedfile is not ... - 00:15 Revision c9688068: [BUGFIX] Extensionmanager does not show error messages on update failure
- The extension manager fails to show any error message if an extension
update fails.
Convert exceptions (e.g. depende... - 00:02 Revision 8f716516: [TASK] Make includeCsh configurable in ContainerViewHelper
- The container ViewHelper does not provide a configuration
attribute for includeCsh (Context sensitive help). As conse...
2014-04-29
- 23:59 Revision 0150f9cf: [BUGFIX] Wrong comment in ActionMenuViewHelper
- ActionMenuViewHelper contains a wrong example for the usage
of the viewhelper. It uses a '=' where a ':' would be cor... - 23:58 Revision 7243699b: [BUGFIX] Wrong comment in ActionMenuViewHelper
- ActionMenuViewHelper contains a wrong example for the usage
of the viewhelper. It uses a '=' where a ':' would be cor... - 23:18 Revision 553af14e: [BUGFIX] Missing TSconfig in FE
- Some extensions need page TSconfig in FE.
This was restricted to BE only with #55593.
Undo this change.
Resolves: #... - 23:14 Revision cb17db6e: [BUGFIX] Reimplement ranges in NumberRangeValidator
- We have removed startRange and endRange too early
in NumberRangeValidator. As long as TYPO3 6.3
is not reached we hav...
2014-04-28
- 17:52 Revision 7e65dc21: [BUGFIX] Solve stackoverflow in prototype in IE8
- The reason for this behaviour is the combination of prototype.js
and ExtJS. The ExtJS defer() method takes precedence... - 16:26 Revision 76741dff: [BUGFIX] Session cookie is not recreated on login
- In case login data is submitted and there is an existing cookie/session
the current session is discarded and the curr... - 15:58 Revision b07ccf8f: [BUGFIX] Remove GET parameters from URLs in List module
- DatabaseRecordList (List module) generates returnUrls for localization
links. These must not contain the 'justLocaliz...
2014-04-25
- 17:19 Revision bd704d5e: [BUGFIX] Database query error for non-workspaces tables
- In frontend rendering mode PageRepository::versionOL() is called
frequently to overlay workspace data. A further meth... - 17:17 Revision 8cf4f78f: [BUGFIX] Database query error for non-workspaces tables
- In frontend rendering mode PageRepository::versionOL() is called
frequently to overlay workspace data. A further meth... - 16:47 Revision 9991d2c4: [BUGFIX] Database query error for non-workspaces tables
- In frontend rendering mode PageRepository::versionOL() is called
frequently to overlay workspace data. A further meth...
2014-04-23
- 12:37 Revision 251d565b: Revert "[TASK] Configurable width of the Element Browser"
- Reverted per request of the RM because:
- there is a merge freeze for regressions
- 6.2 is now a stable branch (no ne... - 04:56 Revision 8f520011: [TASK] Configurable width of the Element Browser
- The width of the element browser is sadly hardcoded to 600 and 650.
In many situations the element browser would nee... - 04:55 Revision 53fe9134: [TASK] Keep uid / pid parameters in element browser URLs
- The uid and pid parameters will now be passed on in the jumpToUrl()
function of the element browser. This makes sure ...
2014-04-22
- 21:54 Revision 26156731: Revert "[BUGFIX] Do not reset Page Renderer on partial rendering"
- The page renderer is not designed to work with
a second rendering pass without resetting to its initial state.
Not r... - 21:43 Revision 0b772e11: [BUGFIX] TypoScriptParser does not validate absPath
- GeneralUtility::getFileAbsFileName() returns a blank string for
invalid paths.
TypoScriptParser::includeDirectory() d... - 17:45 Revision 4f60fc76: [BUGFIX] Include RSA JS files in HTML header
- Due to an oddity in page renderer, we cannot
add the required JavaScript to the footer
as it would not be rendered.
...
2014-04-19
- 23:23 Revision 9f87a730: [TASK] Use composer for unit and functional tests in travis
- The patch uses composer based dependency handling and other
stuff pushing travis-ci tests to the next level:
- phpun...
2014-04-18
- 21:30 Revision 1df7547a: [BUGFIX] Fix TCA overrides when not cached
- The TCA overrides are only parsed when the cache is built.
But they also need to be parsed if the bootstrap
requests ... - 11:40 Revision 93ecedac: [TASK] Mitigate risk for travis-ci timeouts
- Not using --keep-order in parallel gives output as soon as a
job is finished and thus reduces the risk for travis-ci ...
2014-04-16
- 23:33 Revision b3753e93: [TASK] Set TYPO3 version to 6.2.2-dev
- Change-Id: I6e25181228d9c65bc4eee0b2309aed54ce24d181
Reviewed-on: https://review.typo3.org/29524
Reviewed-by: TYPO3 R... - 23:32 Revision 4707e423: [RELEASE] Release of TYPO3 6.2.1
- Change-Id: I43e62cf514ffc35d05163fee8bf0f222f3a18df7
Reviewed-on: https://review.typo3.org/29523
Reviewed-by: TYPO3 R... - 23:08 Revision 0d82969b: [TASK] Release file and folder permission check
- This patch changes the warnings to a notices if files or folders are
readable for anyone. This improves usability for... - 22:42 Revision a4f013a4: [TASK] Set TYPO3 version to 6.1.9-dev
- Change-Id: Icb574fdf43e9850c5eceba5be9fb41541305323c
Reviewed-on: https://review.typo3.org/29522
Reviewed-by: TYPO3 R... - 22:42 Revision 54f4770e: [RELEASE] Release of TYPO3 6.1.8
- Change-Id: Ib8f3b0d555fad430262e8e864dcd40b9e7fa2ee0
Reviewed-on: https://review.typo3.org/29521
Reviewed-by: TYPO3 R... - 22:25 Revision d1fc88db: [TASK] Set TYPO3 version to 6.0.14-dev
- Change-Id: I617ee0022296df1c97b9f60f44e0c46dc40d1ddb
Reviewed-on: https://review.typo3.org/29520
Reviewed-by: TYPO3 R... - 22:25 Revision 2aefccf9: [RELEASE] Release of TYPO3 6.0.13
- Change-Id: Id4d221ea3268143700c7075fff534687564ef51a
Reviewed-on: https://review.typo3.org/29519
Reviewed-by: TYPO3 R... - 22:05 Revision 53b74d76: [TASK] Set TYPO3 version to 4.7.19-dev
- Change-Id: I292cd3c1eb37674685f3f03e33829cff1b7f19ca
Reviewed-on: https://review.typo3.org/29517
Reviewed-by: TYPO3 R... - 22:05 Revision 4886615a: [RELEASE] Release of TYPO3 4.7.18
- Change-Id: I39026ef5431906708c366825da780eb43a04848f
Reviewed-on: https://review.typo3.org/29516
Reviewed-by: TYPO3 R... - 21:49 Revision 5d6a16e8: [TASK] Set TYPO3 version to 4.5.34-dev
- Change-Id: I5bb6b9f459f7f22157a917a8e77ddbe111fd60d1
Reviewed-on: https://review.typo3.org/29515
Reviewed-by: TYPO3 R... - 21:49 Revision 7caa3b25: [RELEASE] Release of TYPO3 4.5.33
- Change-Id: Iaba6bc222c65a196239ad222bb6335fb5ffa6e3a
Reviewed-on: https://review.typo3.org/29514
Reviewed-by: TYPO3 R... - 21:36 Revision 977f7721: [BUGFIX] ResourceStorage does not sanitize folder/file name
- On multiple places the new folder or filename is not sanitized
before the checks are done to see if the a folder of f... - 20:57 Revision 68763faf: [BUGFIX] DBAL sql_fetch_* must return boolean or array
- If the end of a result set is reached some drivers produce NULL.
This must be changed into FALSE to be compatible wit... - 20:48 Revision 88f72169: [BUGFIX] DBAL sql_fetch_* must return boolean or array
- If the end of a result set is reached some drivers produce NULL.
This must be changed into FALSE to be compatible wit... - 19:42 Revision 395b454f: [BUGFIX] TCA tree fail to load with IRRE
- The TCA tree element fail to load inside IRRE, in some condition
(when the record is not loaded/opened)
Change-Id: I... - 19:32 Revision 5fb98854: [BUGFIX] Set maxLevels of generated sys_category TCA
- The maxLevels in the TCA tree configuration is not set
by the CategoryRegistry. As a result only 4 levels are
shown.
... - 16:40 Revision 65896ee8: [BUGFIX] Followup: Mandatory for Selectbox with TCA not possible
- Followup to: https://review.typo3.org/28625
No use-statement for MathUtility in 6.1 yet.
Change-Id: Iffa9c7cd9ab4183...
2014-04-15
- 22:46 Revision 05eb1f2e: [BUGFIX] Follow-up to l10n_mode=exclude for record titles
- Fix a possible warning in the new method and simplify test
cases a bit.
Change-Id: Ie9ee3c1b52d3a692c23428f21e3fb731... - 18:56 Revision aebc2441: [TASK] Updates prototype and scriptaculous, fixing IE9+ issues
- Upgrades prototype from 1.6.0.3 to 1.7.1 and scriptaculous
from 1.8.2 to 1.9.0.
Solves the problem with sorting IRRE... - 18:56 Revision f329f762: [TASK] Updates prototype and scriptaculous, fixing IE9+ issues
- Upgrades prototype from 1.6.0.3 to 1.7.1 and scriptaculous
from 1.8.2 to 1.9.0.
Solves the problem with sorting IRRE... - 18:56 Revision d9e65462: [TASK] Updates prototype and scriptaculous, fixing IE9+ issues
- Upgrades prototype from 1.6.0.3 to 1.7.1 and scriptaculous
from 1.8.2 to 1.9.0.
Solves the problem with sorting IRRE... - 18:39 Revision a7d1f8cd: [BUGFIX] TceformsUpdateWizard shows up too often
- After successfully migrating a field, the field is not added to the list
of finished fields, due to a superfluous che... - 18:38 Revision f8896e10: [BUGFIX] BE ignores l10n_mode for record titles
- Change-Id: I8606f5e0a1525cb98839a41271466a18b9f3cccf
Fixes: #33499
Releases: 6.2, 6.1
Reviewed-on: https://review.typ... - 18:30 Revision f2180402: [FEATURE] Provide API to add cached TCA changes
- This change adds the feature that php files in the
extension directory Configuration/TCA/Overrides/
will be executed ... - 18:29 Revision 51a38976: [BUGFIX] Use validEmail() instead of deprecated checkEmail()
- Change-Id: I72aa69adc75820cf513bb87cf2af6ea1b50a2fc7
Resolves: #57934
Releases: 4.5
Reviewed-on: https://review.typo3... - 17:50 Revision 8e8b020c: [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... - 15:33 Revision ea063ac1: [CLEANUP] Category related tests cleanup
- The category registry test and makeCategorizable
test of extension management utility are cleaned up
to use proper na... - 15:28 Revision d55da664: Revert "[BUGFIX] Make category TCA changes cacheable"
- This reverts commit 2b4aeefc27719e0147858f7b0c82a70249a53749
This is reverted in favor of a better approach that mak... - 10:17 Revision 9a2f4027: [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 ... - 10:16 Revision fcdaec0c: [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 ... - 10:14 Revision 48f974e1: [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 ... - 10:14 Revision d124103c: [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 ... - 10:11 Revision 9d1c8804: [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,... - 10:10 Revision 6139c97e: [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,... - 10:09 Revision 75f6b1b6: [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 ... - 10:08 Revision 1dbfe75e: [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 ... - 09:58 Revision 4e64a393: [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... - 09:58 Revision b22b39dc: [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... - 09:17 Revision 2b4aeefc: [BUGFIX] Make category TCA changes cacheable
- Currently TCA changes of the category API are applied on every request
after the extTables files is included. This ma... - 03:34 Revision 5dd53b1a: [TASK] Updates prototype and scriptaculous, fixing IE9+ issues
- Upgrades prototype from 1.6.0.3 to 1.7.1 and scriptaculous
from 1.8.2 to 1.9.0.
Solves the problem with sorting IRRE... - 03:34 Revision 344c6cc4: [TASK] Remove hardcoded module name in AbstractDatabaseRecordList
- TYPO3 Fluid offers view helper TableListViewHelper to generate
records list in backend modules. When pagination is re... - 03:33 Revision b97dc01d: [CLEANUP] Clean up comments and error messages in ResourceStorage
- This changes adds some missing @throws annotations and improves the
readability of some comments.
Also fix a typo in... - 03:28 Revision 1484cef5: [TASK] Updates prototype and scriptaculous, fixing IE9+ issues
- Upgrades prototype from 1.6.0.3 to 1.7.1 and scriptaculous
from 1.8.2 to 1.9.0.
Solves the problem with sorting IRRE... - 02:56 Revision 0f8a6877: [CLEANUP] Remove unused [BE][usePHPFileFunctions] option
- Resolves: #57921
Releases: 6.2
Change-Id: I5342f0d4f78831605c24b3354c1fbb7316738ca4
Reviewed-on: https://review.typo3... - 01:53 Revision ee766f68: [BUGFIX] Do not unset() PageRenderer class members
- Instead reset them to a default value.
Resolves: #57920
Releases: 6.2
Change-Id: I900cbd46b5573a84133efe1cf9fbf29d48...
2014-04-14
- 14:19 Revision 8dc34a93: [FEATURE] Introduce signal in loadBaseTca
- To improve performance in backend context, final
TCA should be cached in contrast to only parts of it.
To be able to... - 11:15 Revision dddfa925: [BUGFIX] Improve the admin panel
- There are 3 issues in the admin panel currently which slipped through.
* CSRF protection is not working in the FE ev... - 11:13 Revision e6a71d8a: [BUGFIX] Add available jQuery version to PageRenderer
- The core still ships jQuery 1.9.1 within the contrib folder,
but the list of available versions in PageRenderer does ... - 10:14 Revision ea5b9747: [BUGFIX] impexp has to use module dispatcher
- Resolves: #57873
Releases: 6.2
Change-Id: I6f622c32429143bd55ffe9286a26a920d791ea5b
Reviewed-on: https://review.typo3...
2014-04-13
- 22:50 Revision 846ebe67: [BUGFIX] Fix impexp for importing exports from version 4.x
- This patch introduces FAL support in impexp for the import of
exports done in version 4.x by using a legacy mode. Rel... - 17:55 Revision 7ea10933: [TASK] Mitigate erroring builds
- Builds error regularily because our scripts
need to output something at least every 10 minutes.
This might not happe... - 13:45 Revision 4ecf9038: [BUGFIX] Tests: Namespaced usage of vfsStream
- vfsStream was namespaced a while ago. While ext:phpunit still has
a Migration to map non namespaced classes to the na... - 12:18 Revision c100e5e4: [BUGFIX] Make Extbase Cli\RequestBuilder a Singleton
- Like the Web\RequestBuilder the Cli\RequestBuilder is a service
object for the RequestHandler. It gets injected and h... - 12:13 Revision f262ddef: [BUGFIX] Admin users should ignore user mounts
- Admin user records still process earlier defined mounts which leads
to a cluttered page tree or filelist tree, respec... - 11:25 Revision 6429de30: [CLEANUP] Remove unnecessary @todo annotations
- Removes "Define visibility" @todo annotations in
phpdoc blocks of public variables and methods which
are used in inde... - 11:22 Revision a2e42805: [CLEANUP] ImportExportController code style
- Introduce getters for global objects
Resolves: #57855
Releases: 6.2
Change-Id: I08d37c8934a4b89ef92d31d96073c293a89f...
2014-04-12
- 21:35 Revision 70eccdea: [BUGFIX] Properly detect HHVM with fastcgi
- Extend the PHP_SAPI check with "srv" to match the interface between
the webserver and PHP also for Facebook's HHVM an... - 19:57 Revision 2c185663: [CLEANUP] Improve comments in TypoScriptFrontendController
- Resolves: #57814
Releases: 6.2
Change-Id: I0f92a0695f5897eb0311f68bfd21ebb40d9303d8
Reviewed-on: https://review.typo3... - 17:57 Revision 039467b8: [BUGFIX] Improve database scheme updater
- This patch improves the update process as it removes the hard stop after
an SQL error occurred. All queries should ge... - 17:24 Revision 4a4bdbc0: [TASK] Improve comments and phpdoc blocks in PageRepository
- * fix comment line lengths to improve readability and meet the CGL
* add some additional line breaks in comments to i... - 16:11 Revision 8fce1f50: [CLEANUP] Fix length of comments to meet CGL
- Resolves: #57819
Releases: 6.2
Change-Id: I24a860dda49504e8745fe195f74c519a73a22991
Reviewed-on: https://review.typo3... - 15:56 Revision 7df75d29: [CLEANUP] Error handling classes
- * fixes CGL issues in annotations,
* fixes wrong annotations,
* introduces use statements
Resolves: #57661
Releases:... - 15:34 Revision a60b6dc3: [BUGFIX] Follow up foreign_match_fields not fully supported
- On detaching related objects the foreign_match_fields needs
to be cleared.
Resolves: #47694
Relates: #45337
Releases... - 15:03 Revision 2ae299bd: [BUGFIX] Follow up foreign_match_fields not fully supported
- On detaching related objects the foreign_match_fields needs
to be cleared.
Resolves: #47694
Relates: #45337
Releases... - 14:41 Revision c027ce8c: [CLEANUP] Remove deprecated filemount functions in BE_USER
- With the introduction of the file abstraction layer,
the filemount functionality was deprecated in 6.0
but wasn't rem... - 14:33 Revision dd036421: [CLEANUP] Code style of authentication classes
- Clean up the source code of the authentication classes.
This patch does not change any functionality.
It serves as a ... - 01:30 Revision cbbc7853: [BUGFIX] Don't run processIncludes more than once
- processIncludes() is run "mandatory" from the stack ->start()
->runThroughTemplates() and doing all the work that nee... - 01:29 Revision b93d9b45: [BUGFIX] sql_free_result does not work with all allowed types
- sql_free_result throws a fatal error when called with a
boolean. According to the method description boolean is an
al... - 01:22 Revision 367a65f3: [BUGFIX] sql_free_result does not work with all allowed types
- sql_free_result throws a fatal error when called with a
boolean. According to the method description boolean is an
al...
2014-04-07
- 20:50 Revision 25c60e44: [BUGFIX] Use return values of array_map in local driver
- The LocalDriver will now use the return values of array_map calls in
createFolder() and determineBaseUrl() so that th... - 16:02 Revision 49c684f8: [BUGFIX] T3editor description loading
- Due to the refactoring of the ajax registration a wrong
method is registered for retrieving the description in t3edit... - 15:56 Revision a8963501: [BUGFIX] User settings do not obey setup.override
- Add a missing isset() check whether a setting has been overridden
by user TSconfig.
Resolves: #57690
Releases: 6.2, ... - 15:55 Revision 133f38b4: [BUGFIX] User settings do not obey setup.override
- Add a missing isset() check whether a setting has been overridden
by user TSconfig.
Resolves: #57690
Releases: 6.2, ...
2014-04-06
- 23:21 Revision 18066605: [BUGFIX] Fix incomplete mocking in ExtensionManagementUtilityTest
- Some tests rely on actual extensions TCA being present.
Mock the method that reads the TCA files.
Resolves: #57700
R... - 21:45 Revision ae220dcd: [TASK] Improve deprecation msg of GeneralUtility method
- The deprecation message of GeneralUtility::array_merge_recursive_overrule
should show more clearly that the code can'... - 21:37 Revision 5c7a3976: [TASK] Activate all packages in unit tests
- Introduce a new package manager class for unit tests
that does not read the PackageState.php file any more
but scans ...
2014-04-05
- 23:48 Revision 21f0d120: [BUGFIX] ClickMenu: Visibility-options only if fields allowed
- So far the entries "Hide/Unhide" and "Visibility settings" always
showed up in the ClickMenu. We need to check via ex... - 22:21 Revision 69f5be01: [TASK] Avoid sysLog calls in MailUtilityTest
- Resolves: #57676
Releases: 6.2
Change-Id: I6f694a2c595756595b09aa4a8a91cb795e8a47b7
Reviewed-on: https://review.typo3... - 13:58 Revision 761fa18a: [TASK] Return to "Admin Tools > User Admin" when exiting simulated BE User
- When exiting a simulated BE user, you return to the backend user module
instead of the default startup page.
Resolve...
Also available in: Atom