Activity
From 2014-02-17 to 2014-03-18
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...
2014-02-26
- 21:58 Revision f5dd8bf2: [BUGFIX] Avoid to get a file object with the uid zero
- At some points where a file object is retrieved, a check for
the interpretation as integer is done for the method
arg... - 21:25 Revision e99e12a9: [BUGFIX] Do not save failed token messages in session
- In #30272 the backend formprotection has been changed
to not save flash messages in the user session if
the current r... - 19:47 Revision f2208e54: [BUGFIX] Respect all filemounts in file collection
- The directory selector in a file collection now displays the folders
of all filemounts of a user. Before only the fol... - 16:36 Revision 6e9e5455: [!!!][SECURITY] Add CSRF protection to mod.php
- Add a token check in mod.php and token generation
to BackendUtility::getModuleUrl()
Adapt code to use BackendUtility... - 13:09 Revision 7389b684: [BUGFIX] Allow record insert on rootlevel
- The DataHandler function checkRecordInsertAccess() does
now check the configuration for the root level.
Resolves: #5... - 11:50 Revision 6cc6c4f7: [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...
2014-02-25
- 23:59 Revision 8785cfef: [TASK] Fixen broken tests for getTreeList
- Resolves: #56294
Releases: 6.2
Change-Id: I1d86f1899447feaa301474f4ed247a0ecc6c1a6e
Reviewed-on: https://review.typo3... - 23:21 Revision 5c5d9e6c: [BUGFIX] Wrong usage of intExplode in getTreeList
- getTreeList calls intExplode which converts empty
arrays to 0. This patch removes empty arrays
within intExplode.
Re... - 23:06 Revision cbbb4def: [BUGFIX] Don't modify variables in tree view
- The lowlevel array browser tries to modify the array that
is displayed if it's an object.
Now that TYPO3_LOADED_EXT i... - 22:34 Revision f0b50c81: [CLEANUP] Remove outdated $CLIENT[FORMSTYLE]
- The functionality for having to deal with
browsers that did not support style="width: XYpx"
is not needed anymore, as... - 22:10 Revision 77b17291: [CLEANUP] Superfluous Code in ElementBrowser and BrowseLinks
- Resolves: #56290
Releases: 6.2
Change-Id: I85348aea9fd514b9774b63846f444fcb9a8310e4
Reviewed-on: https://review.typo3... - 21:39 Revision 2b0b18a5: [BUGFIX] Fix JS error in ElementBrowser
- Fix for #41413 did not remove a superfluous parentheses.
This is causing a JS error now.
Backports of the original p... - 21:25 Revision 4da4dba5: [BUGFIX] Install Tool fatal with Oracle database
- Installing TYPO3 with an Oracle database (oci8) fails.
After selecting oci8 and passing the credentials,
the install ... - 21:21 Revision 95cb16ed: [BUGFIX] Paginator in TER list not using ajax
- The paginator in the extension list from TER is transformed into
using Ajax. This fails because this process searches... - 21:20 Revision a5d88930: [BUGFIX] Paginator in TER list not using ajax
- The paginator in the extension list from TER is transformed into
using Ajax. This fails because this process searches... - 21:20 Revision f81ba18d: [BUGFIX] Paginator in TER list not using ajax
- The paginator in the extension list from TER is transformed into
using Ajax. This fails because this process searches... - 20:50 Revision b44e8af6: [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... - 19:49 Revision 32f65b09: [TASK] Deprecate unused methods in ElementBrowser
- There are 3 methods in ElementBrowser which are never used in the core.
We deprecate them, so they can be removed two... - 18:51 Revision 002c700d: [TASK] Form sysext entry script cleanup
- The form sysext contains a wizard to provide help for form creation.
This script used the init.php entry script. This... - 16:41 Revision ccd20784: [TASK] Use new way to register edit wizard
- Resolves: #56272
Releases: 6.2
Change-Id: Idfcb04fac9f1c4e6637b7df929694b193266c825
Reviewed-on: https://review.typo3... - 16:22 Revision d956775f: [FEATURE] Add new way to register a TCA wizard
- Wizards used to be registered by defining a script path
to an entry script. Since we now aim to reduce
the number of ... - 13:51 Revision b20aa02b: [TASK] Rename update wizard to upgrade wizard
- For the release of TYPO3 4.5 that the wizard in
install tool was renamed to "Upgrade Wizard"
to distinguish between p... - 13:28 Revision 5c4554be: [BUGFIX] felogin reset password links not clickable
- Encoding a few extra character besides the ones according to RFC3986
makes password reset links working again in vari... - 13:28 Revision 4dfb4d33: [BUGFIX] felogin reset password links not clickable
- Encoding a few extra character besides the ones according to RFC3986
makes password reset links working again in vari... - 11:36 Revision aa43d8f8: [TASK] Use DataHandler testing framework for simple import test
- Adapt the impexp simple import test to the testing framework
available with #54855.
Resolves: #55664
Related: #54855... - 10:58 Revision ad67e91d: [BUGFIX] Missing move placeholders in irre_tutorial tests
- The functional test cases using EXT:irre_tutorial need to
enable move placeholders. $TCA[<table>]['ctrl']['versioning... - 09:48 Revision 6711c14b: [BUGFIX] Can't remove static templates from selection in template module
- Add missing '$' in front of formEl
Resolves: #56221
Releases: 6.2
Change-Id: Ia9b3260eebd007a60a34c33ac357fa84c572c8... - 09:47 Revision 979c401a: [TASK] Remove unused $arrayConstraint in IndexerServiceTest
- The array was used by a mock call which is removed from
the test.
Resolves: #56119
Releases: 6.2
Change-Id: I6aa5ad7... - 09:43 Revision 8c2179f0: [BUGFIX] felogin reset password links not clickable
- Encoding a few extra character besides the ones according to RFC3986
makes password reset links working again in vari... - 09:42 Revision b4a82355: [BUGFIX] felogin reset password links not clickable
- Encoding a few extra character besides the ones according to RFC3986
makes password reset links working again in vari... - 09:39 Revision fbd10dbb: [BUGFIX] felogin reset password links not clickable
- Encoding a few extra character besides the ones according to RFC3986
makes password reset links working again in vari...
2014-02-24
- 22:36 Revision 8dad992c: [BUGFIX] Adding new menu types triggers error
- With the addition of categories-related menus, new fields were added
to the tt_content "menu" palette for handling ca... - 22:25 Revision 2e1c368a: [TASK] Remove outdated upgrade wizards
- The core ships upgrade wizards for all versions since TYPO3 CMS 4.2.
Users upgrading to TYPO3 CMS 6.2 LTS should have... - 21:15 Revision 69408211: [TASK] Switch info and func module to mod dispatcher
- BE modules info and func now uses mod.php.
Changing the entry script for func and info module
will cause integrated ... - 21:15 Revision 5da89e21: [BUGFIX] Fix JS concat if first file is forced on top
- If a javascript file is forceOnTop the script uses array_unshift()
to put the file at the beginning of the section ar... - 21:11 Revision bfd71d58: [BUGFIX] Fix JS concat if first file is forced on top
- If a javascript file is forceOnTop the script uses array_unshift()
to put the file at the beginning of the section ar... - 19:17 Revision be558f4f: [!!!][TASK] Remove empty classes implementing AbstractTreeView
- The tree class hierachie contains 3 empty classes, removed
by the patch:
* \TYPO3\CMS\Rtehtmlarea\ImageFolderTree
* ... - 15:45 Revision 77e287f7: [TASK] Windows issues with long file names in Git sources
- The recent DataHander functional tests integrate file names that
are very long since they contain a description of wh... - 14:30 Revision 75281c9c: [!!!][SECURITY] Add CSRF Protection for tce_file.php
- Add a token check in tce_file.php and token generation
everywhere forms for or links to tce_file.php are created.
Ad... - 14:25 Revision b5d82de8: [TASK] Limit the exported record fields in impexp
- To be able to compare mostly only the data provided in the
database fixtures, the export needs to be limited to a giv... - 12:25 Revision ae4764c2: [TASK] EXT: tstemplate - use treeline sprite icons
- Bring treeline sprite icons to t3-table in Template backend module.
Resolves: #56229
Releases: 6.2
Change-Id: I95cfa... - 06:55 Revision eefa6525: [BUGFIX] Using files in eID results in fatal error
- In TYPO3_MODE == 'FE' we attached language overlays for file metadata
via an Signal in the MetaDataRepository. Within... - 06:48 Revision 12c1674a: [BUGFIX] New Content Element: hide list style
- Hides bullet points in New Content Element Wizard.
Resolves: #56062
Releases: 6.2
Change-Id: Iead660b30df3cabea76d22... - 06:46 Revision 92852156: [TASK] EXT: t3skin - .list-unstyled for ol & ul
- Brings CSS class for lists that semantically need to be
UL or OL tags but do not have a visible list-style-item:
<ul...
2014-02-23
- 23:51 Revision fe7e00da: Revert "[TASK] FrontendContentAdapterService processes record repeatedly"
- This reverts commit 3adf78359015401648fcec4befe70e9bd0b7a2ea
This patch breaks section menus as it introduces invali... - 22:32 Revision a7416874: [FEATURE] styleguide: UL&OL class list-unstyled
- Display <OL> and <OL> lists in "Typography" following
http://forge.typo3.org/issues/55834 - 20:24 Revision 40200bd1: [TASK] Upgrade normalize.css to version 3.0.0
- Resolves: #55316
Releases: 6.2
Change-Id: I945f0c033f3d69c1951ea9ee59b0a00c5f866175
Reviewed-on: https://review.typo3... - 12:52 Revision 94591100: Revert "[CLEANUP] Replace strlen() with === for zero length check"
- This reverts commit de27a20afbd8f413f60029afc5622c7b33212322
Change-Id: I078d2f7bbff605c91d83a9853e8feb9c31d57ccc
Re... - 11:27 Revision 7b77f282: [BUGFIX] Installer rejects traling slash in link target
- When having e.g. the link for ``typo3/`` pointing to
``typo3_src/typo3/``, the install tool complains because the tra... - 11:24 Revision de27a20a: [CLEANUP] Replace strlen() with === for zero length check
- It is faster to compare a string with === '' to find out if it's empty
than to run strlen() on it.
The replacement r... - 09:58 Revision 0c5a0aa1: [TASK] New SignalSlot after preInit in EditDocumentController
- Adds a new SignalSlot possibility after the preInit method call.
Resolves: #56195
Releases: 6.2
Change-Id: Ia6873499...
2014-02-22
- 15:38 Revision 9551ac77: [TASK] Add additional configuration for functional tests
- Our functional test suit does not fail currently when
tested code emits a PHP warning. This is due to the
fact that t...
2014-02-21
- 22:54 Revision a0dba890: [BUGFIX] Use absolute path to check for extensions
- The functional test utility assumes that the current
working directory is the document root, which must
not necessari... - 22:51 Revision 36d545bf: [BUGFIX] Fix PHP warnings in functional tests
- Some PHP warnings occur in functional tests due
to missing initialization of arrays or unused
function parameters.
R... - 20:41 Revision 9ebf4bb7: [BUGFIX] Use count on storage after initialization of LazyObjectStorage
- The count in LazyObjectStorage for relation type HAS_MANY has
to use the count on storage items after initialization.... - 20:41 Revision c47d8c53: [BUGFIX] Use count on storage after initialization of LazyObjectStorage
- The count in LazyObjectStorage for relation type HAS_MANY has
to use the count on storage items after initialization.... - 20:29 Revision 16c5c810: [TASK] Cleanup \TYPO3\CMS\Lang\LanguageService
- * Cache hsc values of calls to sL()
* Code cleanup
* Use !empty() instead of count() for objects known to be an array... - 20:02 Revision 76706f57: [BUGFIX] RTE cannot run in IE 11+ with ExtJS 3.4.1
- Solution: Configure a hook in frontend to add a meta tag just after
the head tag whenever rtehtmlarea is in use on th... - 16:20 Revision 86cef9f8: [BUGFIX] Remove class loader in functional test tear down
- The functional test teardown does not remove the
class loader but removes the instance directories.
Because of this t... - 15:24 Revision 57f39f53: [TASK] Use environment variable for functional test bootstrap
- Make it possible to determine the original root path
of the installation by setting an environment variable
just like... - 13:14 Revision fe856ede: [TASK] Add functional tests for discarding created elements
- The workspaces API has the command "clearWSID" that reverts
elements that have been modified/created/deleted in a wor... - 12:55 Revision dd4a67c6: [BUGFIX] Parent localization pointer missing in IRRE tests
- The parent localization pointer (in this very case
l18n_parent, instead of l10n_parent) is missing in
the DataSet sce... - 11:13 Revision 2db3d309: [TASK] Integrate IRRE CSV Functional Tests
- Integrate comma separated value functional tests for Inline
Relational Record Editing for both live and workspace con... - 10:37 Revision 4b44141a: [BUGFIX] Fix possible language handling issue
- The language initialization process is currently split in two main
methods (TypoScriptFrontendController->initLLvars ... - 10:37 Revision 6512f653: [BUGFIX] Fix possible language handling issue
- The language initialization process is currently split in two main
methods (TypoScriptFrontendController->initLLvars ... - 08:51 Revision eb619ab2: [BUGFIX] Update file type on mimetype change
- If the mime type of a file has changed, the type property of a file
will be updated, too.
Resolves: #54305
Releases:...
2014-02-20
- 22:12 Revision b09e7f9e: [BUGFIX] Rendering inline TCEforms without AJAX is broken
- When loading tt_content as an inline record WITHOUT using AJAX,
some additional broken fields are rendered.
Change-I... - 22:12 Revision c9ae284b: [BUGFIX] concatenateJs/Css does not consider forceOnTop
- Setting the forceOnTop property for a JS or CSS file is not
observed if concatenateJs/Css is set as well.
Resolves: ... - 20:59 Revision 0bcfd5bb: [TASK] Fix a few variable names
- Fix a few typo in the variable names.
Change-Id: I334e31a1e8e37ce7a79a3b905758843d51463c26
Releases: 6.2
Resolves: #... - 17:27 Revision aa5804dd: [BUGFIX] moveContentRecordToDifferentPageAndChangeSorting fails
- In a workspace, an existing content record is moved to an
existing page. Another existing record is moved after the
p... - 15:31 Revision 08b2c458: [BUGFIX] Make Typo3DbBackend use DatabaseConnection
- While Typo3DbBackend claims to be Extbase's connection to
the TYPO3 API, in reality it writes a lot of SQL state-
men... - 10:48 Revision 568b9bfd: [BUGFIX] DatabaseConnection::listQuery wrong usage of strpos()
- In DatabaseConnection::listQuery strpos() is used with wrong
parameter order.
Resolves: #56135
Releases: 6.2, 6.1, 6... - 10:48 Revision b8eeb554: [BUGFIX] DatabaseConnection::listQuery wrong usage of strpos()
- In DatabaseConnection::listQuery strpos() is used with wrong
parameter order.
Resolves: #56135
Releases: 6.2, 6.1, 6... - 10:47 Revision 82dbd3b1: [BUGFIX] DatabaseConnection::listQuery wrong usage of strpos()
- In DatabaseConnection::listQuery strpos() is used with wrong
parameter order.
Resolves: #56135
Releases: 6.2, 6.1, 6... - 08:06 Revision 92aae5c0: [TASK] Rename tt_content.tx_irretutorial_hotels in tests
- This change affects EXT:irre_tutorial and functional tests only:
* rename tx_irretutorial_hotels to tx_irretutorial_1...
2014-02-19
- 21:13 Revision f127a193: [BUGFIX] Category localization cannot be rendered
- Localized sys_category records cannot be rendered in frontend,
since only records with a positive pid value are overl... - 21:01 Revision 8bed9bcf: [BUGFIX] Use MM_oppositeUsage for category relations
- The MM_oppositeUsage property allows to apply match fields
of the opposite relation to MM records. This feature shall... - 20:51 Revision 84e703a0: [FEATURE] Introduce MM_oppositeUsage property
- On copying a sys_category record, a new MM reference is created,
however without setting the "fieldname". This value ... - 18:32 Revision 0d383257: [TASK] Optimize GeneralUtility::trimExplode()
- This often used method can be about 5% more performant by rewriting it.
Change-Id: Iee80a35ebd98c3521a75977bc7ab45d1... - 17:05 Revision 55b54a2f: [BUGFIX] Categories as exclude field
- When a table is marked as being categorizable, the
categories field is added with an "exclude" flag
hard-coded to 0. ... - 15:15 Revision 3376a5e6: [TASK] Enable DataHandler frontend rendering tests
- After having performed changes to data structures using the
DataHandler, the correct impact for the frontend needs to... - 14:59 Revision 4231f415: [TASK] Add framework for frontend rendering functional tests
- To ensure that actions in the backend have an accordant and
correct impact in the frontend, a frontend request needs ... - 14:16 Revision 7d49ed19: [TASK] getFilesInDirCanOrderByMtime-test should use vfs
- Follow-up for PHP 5.3 compatiblity.
Resolves: #56121
Releases: 6.2
Change-Id: I948eb3063c2e6b014b8d69c2011789c7dbe58... - 14:09 Revision b9ccddf8: [TASK] getFilesInDirCanOrderByMtime-test should use vfs
- As the other tests in GeneralUtilityTest also
getFilesInDirCanOrderByMtime() should use vfs.
Otherwise we might run i... - 12:43 Revision 5be419e3: [BUGFIX] Discard vs. Delete workspace changes in tests
- Discarding workspace changes works with the version command
"clearWSID" which might come down to a "delete" action if... - 12:38 Revision 8d67dfc1: [CLEANUP] GeneralUtility::getFilesInDir()
- Refactor getFilesInDir to use scandir().
Change-Id: Iafca3e7b7610ef0b11441ef118c85c8e6cc481b8
Resolves: #54095
Relea... - 12:32 Revision bd607e27: [BUGFIX] Suppress EXIF warnings indexing images
- FileContentParser used to issue a warning trying to index image
files with corrupted EXIF data. Suppress these warnin... - 12:29 Revision e3474070: [BUGFIX] Suppress EXIF warnings indexing images
- FileContentParser used to issue a warning trying to index image
files with corrupted EXIF data. Suppress these warnin... - 00:59 Revision e1927d2e: [BUGFIX] RTE: Required ExtJs css files are not loaded in frontend
- Solution: Add ExtJs css files required by the RTE
Resolves: #56027
Releases: 6.2
Change-Id: I56c81a0119a34097aa8c4a3... - 00:18 Revision 40d97d57: [BUGFIX] Various static calls to non-static functions
- Resolves: #56067
Releases: 6.2, 6.1, 6.0
Change-Id: I6d1e19026afde81bec46cec3dff9060fa6042c43
Reviewed-on: https://re... - 00:15 Revision 45f944c7: [BUGFIX] Various static calls to non-static functions
- Resolves: #56067
Releases: 6.2, 6.1, 6.0
Change-Id: I6d1e19026afde81bec46cec3dff9060fa6042c43
Reviewed-on: https://re... - 00:12 Revision ba762857: [BUGFIX] FAL links in RTE not transformed when link has rel attribute
- Problem: When the RTE inserts the link, the href looks like
http://somedomain/?file:1234. If a rel attribute is prese... - 00:04 Revision 028c7b21: [BUGFIX] Various static calls to non-static functions
- Resolves: #56067
Releases: 6.2, 6.1, 6.0
Change-Id: I6d1e19026afde81bec46cec3dff9060fa6042c43
Reviewed-on: https://re... - 00:04 Revision d2ef187c: [BUGFIX] Add missing htmlspecialchars for thumbnail URL
- Resolves: #56057
Releases: 6.2, 6.1
Change-Id: I9c1ec60e7518867d27e99681d3d18957a27c4983
Reviewed-on: https://review....
2014-02-18
- 23:57 Revision b7169bb3: [BUGFIX] Show labels of additional doktypes in new page drag area
- Get the labels for the doktypes from TCA
Resolves: #52955
Releases: 6.2, 6.1
Change-Id: I6d70c11f1711bf191a4ce14a917... - 23:47 Revision b6991198: [BUGFIX] Show labels of additional doktypes in new page drag area
- Get the labels for the doktypes from TCA
Resolves: #52955
Releases: 6.2, 6.1
Change-Id: I6d70c11f1711bf191a4ce14a917... - 23:35 Revision faa6e8a6: [BUGFIX] Check identity map for existing objects
- The DataMapper should check if an object is already in the identityMap
before calling fetchRelated, since otherwise t... - 22:33 Revision 6c973b87: [BUGFIX] No duplicate insertion in addToAllTCAtypes
- This patch improves the regular expression in
ExtensionManagementUtility::executePositionedStringInsertion().
It is ... - 19:51 Revision d4b2d215: [BUGFIX] Indexer does not update the FileObjects
- If the Indexer updates metadata during runtimer (after a file object)
has been created, the file object itself is not... - 16:42 Revision cac662a2: [TASK] Extend DataHandler IRRE functional tests
- * create and copy
* create and localize
* modify and discard
* create and copy and discard
* create and localize and ... - 14:13 Revision 5c649c93: [TASK] Use Backend User fixture for DataHandler tests
- Resolves: #56070
Releases: 6.2
Change-Id: Iaae9944796311d7e453b5374827acf7030e6bdbf
Reviewed-on: https://review.typo3... - 00:35 Revision c5271d60: [TASK] Forms: Input/textarea :focus style
- Brings a discreet :focus style for fields and buttons in ice
blue to complement our favorite TYPO3 orange.
Is introd... - 00:15 Revision e4286922: [BUGFIX] Missing encoding in flexforms IRRE javascript
- encodeURIComponent is added to escape all special characters in
parameters for AJAX call.
Resolves: #54304
Releases:... - 00:12 Revision 7af5ad66: [BUGFIX] Missing encoding in flexforms IRRE javascript
- encodeURIComponent is added to escape all special characters in
parameters for AJAX call.
Resolves: #54304
Releases:...
2014-02-17
- 23:57 Revision adac6161: [BUGFIX] Invalid shortcut target on translated pages
- A feature to resolve shortcut links directly in menu rendering
does not consider the overlay behaviour of the "shortc... - 23:30 Revision cb9ce202: [BUGFIX] Missing encoding in flexforms IRRE javascript
- encodeURIComponent is added to escape all special characters in
parameters for AJAX call.
Resolves: #54304
Releases:... - 22:48 Revision 599cdb66: [BUGFIX] concatenateJs/Css does not consider forceOnTop
- Setting the forceOnTop property for a JS or CSS file is not
observed if concatenateJs/Css is set as well.
Resolves: ... - 22:39 Revision a335bcfa: [BUGFIX] addToAllTCAtypes() doesn't add new field
- Fixes problem with match on substring when adding a new field
using ExtensionManagementUtility::addToAllTCAtypes()
R... - 22:38 Revision 48eab767: [BUGFIX] addToAllTCAtypes() doesn't add new field
- Fixes problem with match on substring when adding a new field
using ExtensionManagementUtility::addToAllTCAtypes()
R... - 22:29 Revision 309af8f9: [BUGFIX] Add missing htmlspecialchars for thumbnail URL
- Resolves: #56057
Releases: 6.2, 6.1
Change-Id: I9c1ec60e7518867d27e99681d3d18957a27c4983
Reviewed-on: https://review.... - 22:21 Revision b2f804f0: [BUGFIX] Load file meta data properties before return
- Currently it is not possible to edit files as an editor because no file
uid is submitted. This happens because meta d... - 21:55 Revision 63447932: [BUGFIX] Fix clipboard thumbnail rendering
- The thumbnail rendering in filelist clibboard isn't
updated to use FAL. And adding folders to clipboard
with thumbnai... - 21:53 Revision f3157c1c: [BUGFIX] Ignore empty inputs when creating new folders
- When you try to create one of multiple folders in filemodule
and leave one of the new name input fields empty this re... - 21:43 Revision da4d7c13: [BUGFIX] Inline upload progress queue styles are missing
- The cleanup done in #55810 breaks the styling of the
inline upload progress queue.
This patch is a followup that rem... - 21:28 Revision 76671f85: [BUGFIX] Fix clipboard thumbnail rendering
- The thumbnail rendering in filelist clibboard isn't
updated to use FAL. And adding folders to clipboard
with thumbnai... - 21:04 Revision e542fac6: [TASK] Add FileCollectionRegistry
- The classes belonging to the FileCollection types are hardwired
in ResourceFactory::createCollectionObject(), therefo... - 17:19 Revision e3165225: [TASK] Remove unused variable $field
- Resolves: #56011
Releases: 6.2
Change-Id: Ia5773bb02c82828896573c8410988d04aa69de68
Reviewed-on: https://review.typo3... - 16:00 Revision f83873bf: [TASK] Cleanup GeneralUtility::rmFromList
- Simplifies the method. Avoids using array as intermediate. Work directly
with the string value instead.
Resolves: #5... - 15:58 Revision a25b6b92: [!!!][BUGFIX] Content Object instances are reused
- The ContentObjectRenderer creates instances for each content
object to be rendered, e.g. TEXT, COA, CONTENT, etc. How... - 15:33 Revision 88fd2df0: [BUGFIX] Usage of undefined variables in ShortcutToolbarItem
- Fix a undefined variable and a wrong variable assignment in the
ShortcurtToolbarItem.
Resolves: #55998
Releases: 6.2... - 15:33 Revision dc0ec8aa: [BUGFIX] Usage of undefined variables in ShortcutToolbarItem
- Fix a undefined variable and a wrong variable assignment in the
ShortcurtToolbarItem.
Resolves: #55998
Releases: 6.2... - 15:21 Revision dae88a26: [BUGFIX] Fix possible language handling issue
- The language initialization process is currently split in two main
methods (TypoScriptFrontendController->initLLvars ... - 15:09 Revision 65fc5895: [BUGFIX] Usage of undefined variables in ShortcutToolbarItem
- Fix a undefined variable and a wrong variable assignment in the
ShortcurtToolbarItem.
Resolves: #55998
Releases: 6.2... - 14:57 Revision 4f69cd98: [BUGFIX] Adding new image to content element breaks layout
- Since #55545 the frameset layout behaves strange in
Chrome and Chromium when you add a new image to
a content element... - 13:45 Revision bb600dec: [BUGFIX] Extension Upload ends in PHP Error
- Adds an additional check after processing of the ext_emconf.php, throwing
an exception if EmConfUtility::includeEmCon... - 13:21 Revision d3f313f8: [TASK] Rename classes with the same name
- We have 3 implementations of the \localPageTree
class in the global namespace:
- db_new.php
- move_el.php
- class.bro... - 11:05 Revision 52c294bb: [BUGFIX] CommandController is not executed at same time
- To execute more than one different CommandController at
the same time, every execute call has to use its own request
... - 11:04 Revision fcd82896: [BUGFIX] CommandController is not executed at same time
- To execute more than one different CommandController at
the same time, every execute call has to use its own request
... - 10:58 Revision 67b1e5e9: [BUGFIX] StorageRepository fails to load storages
- StorageRepository fails to load storages if new one is created.
This is regression to #55186.
Resolves: #55992
Relea... - 08:18 Revision 90db01d7: [TASK] Streamline DataHandler functional tests
- * load modified typo3conf/extTables.php
* add label for copied records
* add label for localized records
* streamline...
Also available in: Atom