Project

General

Profile

Activity

From 2012-07-10 to 2012-08-08

2012-08-08

16:07 Revision e2aabbff: [BUGFIX] Fix PHP warning in EXT:beuser
Initialize moduleData compareUserList as array to
not trigger a warning if method getCompareUserList array_keys()
is ...
Georg Ringer
16:07 Revision 38a1270f: [BUGFIX] EXT:beuser must have frontend root TS template
Due to the current bootstrap structure of extbase, an extbase
based backend module must have a TypoScript frontend ro...
Christian Kuhn
16:07 Revision a30a4ddb: [TASK] Fix typos in core
Fix more typos in the core
Resolves: #39606
Releases: 6.0
Change-Id: I0e6c3e59ead3e55623c7a5e13692889fe7dc9ac3
Revi...
Georg Ringer
16:07 Revision 8ede5f10: [TASK] Raise submodule pointer
Change-Id: I9ce1f0e03d9e37271d969e1281ed0bd7552ba6e6
Reviewed-on: http://review.typo3.org/13520
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
16:07 Revision a9449a04: [BUGFIX] sectionIndex menu is not i18n ready
Change-Id: I34281d801f292530a1618d8b38eafac22b02b511
Fixes: #36616
Releases: 6.0, 4.7
Reviewed-on: http://review.typo...
Stefan Galinski
16:07 Revision c653618f: [TASK] Use simple file backend for core php cache
This patch adds a new php cache to the core that is exclusivly used
by the core for php code. It uses the quicker sim...
Christian Kuhn
16:07 Revision 667f6cbd: [BUGFIX] Page module FlashMessage position
Moves the FlashMessages in Page backend module underneath the page title.
Also moves the message text from the messag...
Felix Kopp
16:07 Revision 596672d7: [TASK] Deprecate t3lib_ajax
Class t3lib_ajax is of little use and was never finished.
The only use in the core is adapted and the class deprecate...
Christian Kuhn
16:07 Revision 918de8d7: [BUGFIX] Exception "Could not create directory"
The thrown exception is not that helpful while information
about the path is missing.
Change-Id: I3d3411a4ebcce8b1bf...
Michael Klapper
16:07 Revision 8ac863f0: [TASK] Fix more typos in the core
Change-Id: I69e63dd7bd03ad03bca3b825fbd4b5b2376386a0
Resolves: #39565
Releases: 6.0
Reviewed-on: http://review.typo3....
Georg Ringer
16:07 Revision 262bf78c: [TASK] Remove "Page Information"
Removes the Page Information function from page backend module.
Also removes the Page Information table from within t...
Felix Kopp
16:07 Revision 4a8b5e76: [-FEATURE] Remove xml export in fullsearch, deprecate t3lib_xml
Class t3lib_xml was thought as a base class to export arbitrary records
as XML. Its current state is semi useful and ...
Christian Kuhn
16:07 Revision be885864: [TASK] Remove unused interface t3lib_File_Service_Publishing_Publisher
This interface hangs around in the core but is never used.
It is removed until it gives a real benefit and the FAL "p...
Christian Kuhn
16:07 Revision 52d619a4: [BUGFIX] backColor transparent causes black background or flickering
When a GIFBUILDER object has set its backColor option to transparent,
the background may be black when adding a IMAGE...
Georg Großberger
16:07 Revision 6d53b1f9: [FEATURE] Migrate EXT: beuser to Extbase
This patchset includes a new backend user administration.
Based on extbase a model for BackendUsers is included.
All...
Felix Kopp
16:07 Revision 09145449: [TASK] Follow-up: Remove record_list icon
Removes the record_list icon from the docHeader in modules:
* info
* functions
* permissions/access
* tstemplate
* i...
Felix Kopp
16:07 Revision 58e6a832: [BUGFIX] Pass $fieldName when processing FlexForm DS in t3lib_transferData
This change simply adds $fieldName to the "real" call to process
the FlexForm's DS. The argument is already supported...
Claus Witt
16:07 Revision 04e3600a: [BUGFIX] Possible fatal if sys_notes table is broken
Change-Id: I581f48bd031344aa43aa227f7c5e0a34e1cd3ea8
Fixes: #39528
Releases: 6.0
Reviewed-on: http://review.typo3.org...
Anja Leichsenring
16:07 Revision cc7a76db: [BUGFIX] Incorrect search-results when searching for part of word
Added missing 'self::' before constants. Now search will also find
matches for parts of words.
Credit goes to Mats S...
Tymoteusz Motylewski
16:07 Revision e14b8141: [BUGFIX] Fix typo 'usefull' => 'useful'
Several times usefull is used instead of useful.
Change-Id: Id8377d99fd94a20f4dd6261069f3b3dbb417d21d
Fixes: #39499
...
Georg Ringer
16:07 Revision 0f21dfe2: [BUGFIX] t3lib_db - expects parameter 1 to be resource, boolean given
The method t3lib_db::debug_check_recordset should use
"is_resource" to be sure we have a proper database resource obj...
Michael Klapper
16:07 Revision e95f8b09: [BUGFIX] Description of pidSelect in class.db_list.inc is misleading
Tell the user that this is not just a list of IDs but a query part with
the fieldname and the operator.
Change-Id: I...
Jo Hasenau
16:07 Revision 748b41b0: [!!!][-FEATURE] Remove page hit statistics
The feature of logging each page request either to a database
table or to an "apache-style"-logfile is rarely used th...
Mario Rimann
16:07 Revision 7242c6e3: [TASK] Simplify sprite manager
- Default sprite handler is registered in DefaultConfiguration.php
- Manager class is made static, $GLOBALS['spriteMa...
Christian Kuhn
16:07 Revision d33ecc9d: [FEATURE] Add closure support for t3lib_div::callUserFunction
Adds the very handy option to use closures for the user functions.
Change-Id: Iae2278c4d5d988eb0e882f575d0f2d441c238...
Tolleiv Nietsch
16:07 Revision 66afebf2: [TASK] Move field "module" to "Behaviour"
Move field "module" to the tab "Behaviour" for
page types pages and sys folder.
Change-Id: Ia23f4beca6104ea9bdac18bd...
Georg Ringer
16:07 Revision dc5e9e30: [FEATURE] Swap doc header rows in all backend modules
Swaps all docHeader rows for the backend modules.
Function menu and CSH are moved to the top row while
buttons (save...
Felix Kopp
16:07 Revision a0cacd5a: [TASK] Use extbase backend user model in ext:belog
Feature #39145 introduced a backend user model to extbase.
The patch uses this in the belog extension now and removes...
Markus Günther
16:07 Revision 863d59dd: [FEATURE] Add Hook to manipulate BE login form
To fully customize the backend login form a hook (signal/slot) is
added which allows manipulation of the markers arra...
Jigal van Hemert
16:07 Revision 551ba297: [!!!][FEATURE] Update cache framework to latest FLOW3 version
Update the caching framework to FLOW3 version 868e073b98
Main changes:
[!!!][FEATURE] Make cache backends more flex...
Christian Kuhn
16:07 Revision 5fc72659: [TASK] Raise extbase submodule pointer
Change-Id: I6d67b3a0670d9ad99b8a718894274c59202e0a60
Reviewed-on: http://review.typo3.org/13403
Reviewed-by: Christia...
Christian Kuhn
16:07 Revision e2fd214f: [BUGFIX] t3lib_db::exec_SELECTgetRows method annotation
The function returns a NULL value if a sql error occurs.
Change-Id: Ic508aa5ba2034c0a230f5fad56690979ed576bf4
Fixes:...
Nicole Cordes
16:07 Revision dad09e7b: [FEATURE] Update Manual of Form Wizard to include Postprocessors
Adds information about postprocessors and how to configure them to
the manual of the form wizard.
Uses doc_template ...
Franz Geiger
16:07 Revision fd9b04db: [BUGFIX] IRRE childs don't expand in Internet Explorer
document.getElementsByName doesn't always extend the returned DOM
Elements with prototype.js specific methods in Inte...
Stefan Aebischer
16:07 Revision 5e3639c2: [FEATURE] arrayExport() should recognize int keys
t3lib_utility_Array::arrayExport() currently exports array keys always
as strings. With the patch integer array keys ...
Christian Kuhn
16:07 Revision aa9e829a: [FEATURE] New hook for managing page cache
When pages are cached using some extra system (e.g. nc_staticfilecache)
it is useless to store these as well in whate...
Francois Suter
16:07 Revision 9e8eb028: [TASK] Remove non-core modules in sysfolders
Sysfolders can contain modules and some are shipped with the core:
* shop
* approvals
* board
* news
only fe_users n...
Georg Ringer
16:07 Revision 909b5162: [TASK] CleanUp the Reference-List in title-tooltip
file list and record list module show the references to the
record in a reference column using the title-tag of a lin...
Steffen Ritter
16:07 Revision 32769fef: [!!!][BUGFIX] *_user table password field is to short
When using the hash-algorithm "blowfish" in saltedpasswords
the hash is 60 chars long - therefore the field length ha...
Steffen Ritter
16:07 Revision 14f4c7a5: [TASK] Move buttons in user setting into advanced functions
The buttons "clear configuration" and "reset
temporary data" are advanced functions and should
therefore be moved to ...
Susanne Moog
16:07 Revision 7993f011: [TASK] Improve sys_note code
Code of sys_note can be highly improved:
* Use fluid
* Move xlf files to Resources
* Add kind-of repository
Change-I...
Georg Ringer
16:07 Revision bac937b9: [BUGFIX] Admin fields not shown in setup module
The admin functions are currently not shown in User->setup module.
Affected is for example the 'Display debug message...
Christian Kuhn
16:07 Revision 9d5d6f93: [BUGFIX] BE User Settings cannot be saved by clicking enter
After moving the save button to the top row of the form, hitting
enter within a text input field of the user's settin...
Mario Rimann
16:07 Revision 695551f9: [BUGFIX] Generate random key is not updating in install tool
The button to generate a new random key is not updating
anymore due to the refactoring of the localconf.php file
Cha...
Wouter Wolters
16:07 Revision 85b56a65: [BUGFIX] RTE: Installation of AllowClipboardHelper is not triggered
Problem: When using Firefox, if a copy/cut/paste button is hit and
access to the clipboard is not allowed, installati...
Stanislas Rolland
16:07 Revision 96cd54ab: [BUGFIX] Broken quoting in arrayExport
Tick (') must be quoted to \'
Change-Id: I006173f0d5e1e17de1ff8801c71c6167fd96087d
Resolves: #39346
Releases: 6.0
Re...
Christian Kuhn
16:07 Revision ec7bc16c: [TASK] Make some final classes non-final to allow mocking
We need to be able to subclass some classes for the unit tests:
a) classes that need to be used with getMock
b) clas...
Oliver Klee
16:07 Revision 5451f8ca: [TASK] Add more unit tests for t3lib_tree_pagetree_DataProvider
Clean up the class a bit and add unit tests for getRoot().
Change-Id: I9a60c9531bca8683708ddfb7e898926fb2c7d5c5
Rele...
Oliver Klee
16:07 Revision 528385b0: [FEATURE] Add wincache as a cache backend
Add wincache as a cache backend for TYPO3 installations
running on a windows machine
Change-Id: I3089939f87d25970011...
Tobias Burger
16:07 Revision 4bd7b5be: [FEATURE] EXT: viewpage open in blank window
Adds link to backend module docheader within EXT: viewpage
to open the current page in a new window.
Change-Id: I89c...
Felix Kopp
16:07 Revision 9df14aca: [BUGFIX] Warning on fetching undefined category definitions
Calling t3lib_category_Registry::getDatabaseTableDefinition()
for an extension that does not register any categories,...
Oliver Hader
14:44 Revision 7f17bf67: [TASK] Set TYPO3 version to 4.5.19-dev
Change-Id: I413424ca74693a7bd4bacb44bf3724f457a0963e
Reviewed-on: http://review.typo3.org/13524
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
14:44 Revision 2d73b5d1: [RELEASE] Release of TYPO3 4.5.18
Change-Id: Ibf85379e48a59fdfabdad4edaf25c978dcd596b4
Reviewed-on: http://review.typo3.org/13523
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
14:44 Revision f99cd1d3: [RELEASE] Release of TYPO3 4.5.18
Change-Id: Ibf85379e48a59fdfabdad4edaf25c978dcd596b4 TYPO3 Release Team
14:35 Revision d53a5909: [TASK] Set TYPO3 version to 4.6.12-dev
Change-Id: Id1292157b43692274d65a9368cf5bc2309451988
Reviewed-on: http://review.typo3.org/13522
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
14:35 Revision 56973db2: [RELEASE] Release of TYPO3 4.6.11
Change-Id: Id1ab668a1706f3ce60a607be0dfa3b8b437d2841
Reviewed-on: http://review.typo3.org/13521
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
14:35 Revision 9809ebf7: [RELEASE] Release of TYPO3 4.6.11
Change-Id: Id1ab668a1706f3ce60a607be0dfa3b8b437d2841 TYPO3 Release Team
14:32 Revision a82a416b: [TASK] Raise submodule pointer
Change-Id: I9ce1f0e03d9e37271d969e1281ed0bd7552ba6e6
Reviewed-on: http://review.typo3.org/13520
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
14:29 Revision e809cd3b: [TASK] Raise submodule pointer
Change-Id: Id23a7e439025f7b7b1824923fd6bd5adebbc8217
Reviewed-on: http://review.typo3.org/13519
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
14:10 Revision c5e24ad4: [TASK] Set TYPO3 version to 4.7.4-dev
Change-Id: I27966778a05a9c99bdbd1c05c1f5908b7cb87d66
Reviewed-on: http://review.typo3.org/13518
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
14:09 Revision 136f73b4: [RELEASE] Release of TYPO3 4.7.3
Change-Id: Iae34c75effe887d0220adffb06450a43811e3943
Reviewed-on: http://review.typo3.org/13517
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
14:09 Revision 87b96784: [RELEASE] Release of TYPO3 4.7.3
Change-Id: Iae34c75effe887d0220adffb06450a43811e3943 TYPO3 Release Team
08:39 Revision 628acff6: [TASK] Fix typos in core
Fix more typos in the core
Resolves: #39606
Releases: 6.0
Change-Id: I0e6c3e59ead3e55623c7a5e13692889fe7dc9ac3
Revi...
Georg Ringer
00:02 Revision 60b64521: [BUGFIX] EXT:beuser must have frontend root TS template
Due to the current bootstrap structure of extbase, an extbase
based backend module must have a TypoScript frontend ro...
Christian Kuhn

2012-08-07

23:08 Revision 4416aa76: [BUGFIX] Fix PHP warning in EXT:beuser
Initialize moduleData compareUserList as array to
not trigger a warning if method getCompareUserList array_keys()
is ...
Georg Ringer
22:18 Revision f8587aca: [BUGFIX] Page module FlashMessage position
Moves the FlashMessages in Page backend module underneath the page title.
Also moves the message text from the messag...
Felix Kopp
21:52 Revision 3ee50860: [TASK] Use simple file backend for core php cache
This patch adds a new php cache to the core that is exclusivly used
by the core for php code. It uses the quicker sim...
Christian Kuhn
21:28 Revision ae9d18c9: [BUGFIX] sectionIndex menu is not i18n ready
Change-Id: I34281d801f292530a1618d8b38eafac22b02b511
Fixes: #36616
Releases: 6.0, 4.7
Reviewed-on: http://review.typo...
Stefan Galinski
21:10 Revision 34545f88: [BUGFIX] sectionIndex menu is not i18n ready
Change-Id: I34281d801f292530a1618d8b38eafac22b02b511
Fixes: #36616
Releases: 6.0, 4.7
Reviewed-on: http://review.typo...
Stefan Galinski
15:44 Revision fc02ae03: [TASK] Fix more typos in the core
Change-Id: I69e63dd7bd03ad03bca3b825fbd4b5b2376386a0
Resolves: #39565
Releases: 6.0
Reviewed-on: http://review.typo3....
Georg Ringer
14:31 Revision a5cd4dfa: [BUGFIX] Exception "Could not create directory"
The thrown exception is not that helpful while information
about the path is missing.
Change-Id: I3d3411a4ebcce8b1bf...
Michael Klapper
14:31 Revision 69856166: [BUGFIX] Exception "Could not create directory"
The thrown exception is not that helpful while information
about the path is missing.
Change-Id: I3d3411a4ebcce8b1bf...
Michael Klapper
14:27 Revision ac1223d5: [BUGFIX] Exception "Could not create directory"
The thrown exception is not that helpful while information
about the path is missing.
Change-Id: I3d3411a4ebcce8b1bf...
Michael Klapper
10:41 Revision 218316e6: [TASK] Deprecate t3lib_ajax
Class t3lib_ajax is of little use and was never finished.
The only use in the core is adapted and the class deprecate...
Christian Kuhn
10:30 Revision 57a3cb39: [FEATURE] Migrate EXT: beuser to Extbase
This patchset includes a new backend user administration.
Based on extbase a model for BackendUsers is included.
All...
Felix Kopp
07:21 Revision 6dac2bc4: [BUGFIX] backColor transparent causes black background or flickering
When a GIFBUILDER object has set its backColor option to transparent,
the background may be black when adding a IMAGE...
Georg Großberger

2012-08-06

22:47 Revision 8398ffea: [TASK] Remove unused interface t3lib_File_Service_Publishing_Publisher
This interface hangs around in the core but is never used.
It is removed until it gives a real benefit and the FAL "p...
Christian Kuhn
22:22 Revision 723bdd87: Initialize caches
Change-Id: I890c0d8b27f75aceff40c3e9fb1ab1729824b66e Steffen Gebert
22:13 Revision fe3b466e: Define cache_rootline
Change-Id: If9cf2380415daf3780b192b4673cbf597b0d393f Steffen Gebert
22:00 Revision aa378e15: [TASK] Refactor t3lib_pageSelect::getRootline
t3lib_pageSelect::getRootline is a function called many
times during frontend rendering and link generation.
The comp...
Steffen Ritter
21:47 Revision 6387cdcb: [-FEATURE] Remove xml export in fullsearch, deprecate t3lib_xml
Class t3lib_xml was thought as a base class to export arbitrary records
as XML. Its current state is semi useful and ...
Christian Kuhn
21:10 Revision b02ca5c4: [TASK] Remove "Page Information"
Removes the Page Information function from page backend module.
Also removes the Page Information table from within t...
Felix Kopp
19:08 Revision 88241937: [BUGFIX] Incorrect search-results when searching for part of word
Added missing 'self::' before constants. Now search will also find
matches for parts of words.
Credit goes to Mats S...
Tymoteusz Motylewski
19:05 Revision dd50ddde: [BUGFIX] Incorrect search-results when searching for part of word
Added missing 'self::' before constants. Now search will also find
matches for parts of words.
Credit goes to Mats S...
Tymoteusz Motylewski
10:18 Revision 2ede2c34: [FEATURE] Reorder configuration and loading mechanisms for requireJS
Change-Id: I4d9dc03ca1384d64284ae947a27572ea855784f0 Benni Mack

2012-08-05

22:57 Revision 6edaca24: [BUGFIX] Possible fatal if sys_notes table is broken
Change-Id: I581f48bd031344aa43aa227f7c5e0a34e1cd3ea8
Fixes: #39528
Releases: 6.0
Reviewed-on: http://review.typo3.org...
Anja Leichsenring
21:30 Revision ed5512fb: [Task] Make Exception for Controllerdetermination more expressive
This makes exception 1316104317 more expressive and includes the
extension- and pluginname in the exception message.
...
Ingo Pfennigstorf
20:51 Revision 2bb16e8e: [BUGFIX] Pass $fieldName when processing FlexForm DS in t3lib_transferData
This change simply adds $fieldName to the "real" call to process
the FlexForm's DS. The argument is already supported...
Claus Witt
20:45 Revision e96eedce: [BUGFIX] Pass $fieldName when processing FlexForm DS in t3lib_transferData
This change simply adds $fieldName to the "real" call to process
the FlexForm's DS. The argument is already supported...
Claus Witt
20:40 Revision 943c50e0: [BUGFIX] Pass $fieldName when processing FlexForm DS in t3lib_transferData
This change simply adds $fieldName to the "real" call to process
the FlexForm's DS. The argument is already supported...
Claus Witt
20:24 Revision a20f119f: [BUGFIX] Pass $fieldName when processing FlexForm DS in t3lib_transferData
This change simply adds $fieldName to the "real" call to process
the FlexForm's DS. The argument is already supported...
Claus Witt
19:30 Revision 7b0574d6: [TASK] Follow-up: Remove record_list icon
Removes the record_list icon from the docHeader in modules:
* info
* functions
* permissions/access
* tstemplate
* i...
Felix Kopp

2012-08-04

10:08 Revision 3b028f43: flash messages
Susanne Moog
08:25 Revision 3136ffa9: [!!!][-FEATURE] Remove page hit statistics
The feature of logging each page request either to a database
table or to an "apache-style"-logfile is rarely used th...
Mario Rimann

2012-08-03

14:13 Revision ea9c821a: [BUGFIX] Description of pidSelect in class.db_list.inc is misleading
Tell the user that this is not just a list of IDs but a query part with
the fieldname and the operator.
Change-Id: I...
Jo Hasenau
13:35 Revision b6a6c6d7: [BUGFIX] t3lib_db - expects parameter 1 to be resource, boolean given
The method t3lib_db::debug_check_recordset should use
"is_resource" to be sure we have a proper database resource obj...
Michael Klapper
13:34 Revision 83af91ca: [BUGFIX] t3lib_db - expects parameter 1 to be resource, boolean given
The method t3lib_db::debug_check_recordset should use
"is_resource" to be sure we have a proper database resource obj...
Michael Klapper
13:31 Revision cb8d2a6f: [BUGFIX] t3lib_db - expects parameter 1 to be resource, boolean given
The method t3lib_db::debug_check_recordset should use
"is_resource" to be sure we have a proper database resource obj...
Michael Klapper
13:25 Revision 6d486221: [BUGFIX] t3lib_db - expects parameter 1 to be resource, boolean given
The method t3lib_db::debug_check_recordset should use
"is_resource" to be sure we have a proper database resource obj...
Michael Klapper
12:19 Revision cd302f58: [FEATURE] Swap doc header rows
Swaps docheader rows within workspace backend module.
Change-Id: Iba019cd3421b245f908f7ef1017e618562a3e44e
Fixes: #3...
Felix Kopp
08:52 Revision 0627e130: [BUGFIX] Fix typo 'usefull' => 'useful'
Several times usefull is used instead of useful.
Change-Id: Id8377d99fd94a20f4dd6261069f3b3dbb417d21d
Fixes: #39499
...
Georg Ringer

2012-08-02

19:17 Revision 703bca18: [FEATURE] Swap doc header rows in all backend modules
Swaps all docHeader rows for the backend modules.
Function menu and CSH are moved to the top row while
buttons (save...
Felix Kopp
10:42 Revision 09684d7a: [TASK] Move field "module" to "Behaviour"
Move field "module" to the tab "Behaviour" for
page types pages and sys folder.
Change-Id: Ia23f4beca6104ea9bdac18bd...
Georg Ringer
09:37 Revision 6c527e10: [TASK] Add Domain Model and Repository to Category
For extension developer's sake, it is convenient to provide a domain
model along with a repository. Both are relying ...
Fabien Udriot
09:19 Revision b085fa68: [BUG] Fix lastlogin property to correct lowerCamelCase
In the new backend user model the property lastlogin was not consistently
in the spelling. Sometimes is it used as la...
Markus Günther
00:01 Revision e20b4af0: [FEATURE] Add closure support for t3lib_div::callUserFunction
Adds the very handy option to use closures for the user functions.
Change-Id: Iae2278c4d5d988eb0e882f575d0f2d441c238...
Tolleiv Nietsch

2012-08-01

23:40 Revision 0e6da2c2: [TASK] Simplify sprite manager
- Default sprite handler is registered in DefaultConfiguration.php
- Manager class is made static, $GLOBALS['spriteMa...
Christian Kuhn
23:34 Revision 3778f5b4: [!!!][FEATURE] Update cache framework to latest FLOW3 version
Update the caching framework to FLOW3 version 868e073b98
Main changes:
[!!!][FEATURE] Make cache backends more flex...
Christian Kuhn
19:26 Revision 08b29b85: [BUGFIX] Suggest Wizard crashes in Frontend Editing
As the backpath cannot be resolved, the JS dies.
Change-Id: I614fba37f9010ed92a43f04b3e9d564f49fe50a6
Fixes: #25079
...
Dennis Ahrens
19:15 Revision f2673678: [FEATURE] Add Hook to manipulate BE login form
To fully customize the backend login form a hook (signal/slot) is
added which allows manipulation of the markers arra...
Jigal van Hemert
18:55 Revision 1e11fd1d: [BUGFIX] unlink issues warnings for lock files
t3lib_lock issues warnings for non-existent lock files.
Change-Id: I55df9938cf56825cd808195f74f10582d2ecedad
Fixes: ...
Markus Klein
18:54 Revision 731d5472: [BUGFIX] unlink issues warnings for lock files
t3lib_lock issues warnings for non-existent lock files.
Change-Id: I88fe35d5d21fb4137b32ca34d6ed16c091d40431
Fixes: ...
Markus Klein
18:12 Revision ffc563f6: [TASK] Use extbase backend user model in ext:belog
Feature #39145 introduced a backend user model to extbase.
The patch uses this in the belog extension now and removes...
Markus Günther
16:03 Revision 5b8d6c47: [BUGFIX] IRRE childs don't expand in Internet Explorer
document.getElementsByName doesn't always extend the returned DOM
Elements with prototype.js specific methods in Inte...
Stefan Aebischer
16:03 Revision 38ca29a6: [BUGFIX] IRRE childs don't expand in Internet Explorer
document.getElementsByName doesn't always extend the returned DOM
Elements with prototype.js specific methods in Inte...
Stefan Aebischer
16:02 Revision 9dab257a: [BUGFIX] IRRE childs don't expand in Internet Explorer
document.getElementsByName doesn't always extend the returned DOM
Elements with prototype.js specific methods in Inte...
Stefan Aebischer
15:59 Revision 6de9228e: [BUGFIX] IRRE childs don't expand in Internet Explorer
document.getElementsByName doesn't always extend the returned DOM
Elements with prototype.js specific methods in Inte...
Stefan Aebischer
15:35 Revision 72894960: [FEATURE] Update Manual of Form Wizard to include Postprocessors
Adds information about postprocessors and how to configure them to
the manual of the form wizard.
Uses doc_template ...
Franz Geiger
15:26 Revision 239d66d1: [BUGFIX] t3lib_db::exec_SELECTgetRows method annotation
The function returns a NULL value if a sql error occurs.
Change-Id: Ic508aa5ba2034c0a230f5fad56690979ed576bf4
Fixes:...
Nicole Cordes
15:26 Revision fef97433: [BUGFIX] t3lib_db::exec_SELECTgetRows method annotation
The function returns a NULL value if a sql error occurs.
Change-Id: Ic508aa5ba2034c0a230f5fad56690979ed576bf4
Fixes:...
Nicole Cordes
15:26 Revision 569164c1: [BUGFIX] t3lib_db::exec_SELECTgetRows method annotation
The function returns a NULL value if a sql error occurs.
Change-Id: Ic508aa5ba2034c0a230f5fad56690979ed576bf4
Fixes:...
Nicole Cordes
15:05 Revision 9f0833d2: [BUGFIX] t3lib_db::exec_SELECTgetRows method annotation
The function returns a NULL value if a sql error occurs.
Change-Id: Ic508aa5ba2034c0a230f5fad56690979ed576bf4
Fixes:...
Nicole Cordes
15:03 Revision 896668d5: [BUGFIX] Prevent time-outs when calculating change percentage
Fixes the complex and unnecessary calculation of the change percentage
of a record. This may have led to various time...
Ingo Pfennigstorf
13:13 Revision b2022626: [TASK] Raise extbase submodule pointer
Change-Id: I6d67b3a0670d9ad99b8a718894274c59202e0a60
Reviewed-on: http://review.typo3.org/13403
Reviewed-by: Christia...
Christian Kuhn
12:13 Revision 8f03f5c6: [FEATURE] Add a BackendUser model
Some extensions in the TYPO3 backend use backend users. The belog and
the beuser module are based on extbase and it w...
Markus Günther
11:16 Revision 603735dd: [BUGFIX] CLI argument handling chokes on = use
This is a backport of the fix done in FLOW3.
The corresponding FLOW3 ticket is #30493
With this fix the last argumen...
Nicole Cordes

2012-07-31

07:52 Revision 102d0c86: [BUGFIX] Properly check disabled versioning within tcemain
Setting $GLOBALS['TCA'][$table]['ctrl']['versioningWS'] = FALSE; isn't
fully working within tcemain because some isse...
Tolleiv Nietsch
07:51 Revision 1d5e85e9: [BUGFIX] Properly check disabled versioning within tcemain
Setting $GLOBALS['TCA'][$table]['ctrl']['versioningWS'] = FALSE; isn't
fully working within tcemain because some isse...
Tolleiv Nietsch

2012-07-30

23:16 Revision e29e2473: global / local part 1
Change-Id: Ib58fb38ea633d9af311cca58c7a32dcb9950ed50 Susanne Moog
20:34 Revision 18de0394: [TASK] CleanUp the Reference-List in title-tooltip
file list and record list module show the references to the
record in a reference column using the title-tag of a lin...
Steffen Ritter
20:17 Revision 89f9649c: [TASK] Remove non-core modules in sysfolders
Sysfolders can contain modules and some are shipped with the core:
* shop
* approvals
* board
* news
only fe_users n...
Georg Ringer
18:21 Revision 35045a39: [BUGFIX] PHP warnings may show up in the List module
If the table is defined in $TCA but it misses "columns" array,
there will be a warning in the List module when search...
Dmitry Dulepov
18:20 Revision aef25cdc: [BUGFIX] PHP warnings may show up in the List module
If the table is defined in $TCA but it misses "columns" array,
there will be a warning in the List module when search...
Dmitry Dulepov
16:05 Revision 4d746727: [TASK] Small bugfix in Tx_Extbase_MVC_View_ViewInterface
Changed expected type of assign-param 'value' from
object to mixed
Change-Id: Ica8e8bd6f7971220da4a3a0fe0c8ca2625603...
Alexander Schnitzler
09:36 Revision 6d8b60e0: [FEATURE] New hook for managing page cache
When pages are cached using some extra system (e.g. nc_staticfilecache)
it is useless to store these as well in whate...
Francois Suter

2012-07-29

23:13 Revision 6b78c7db: display ext icons in extension list
Change-Id: Iadf9ac039bfac1e146ce9ffe442c97deea134edf Susanne Moog
18:47 Revision 04857a5d: [FEATURE] arrayExport() should recognize int keys
t3lib_utility_Array::arrayExport() currently exports array keys always
as strings. With the patch integer array keys ...
Christian Kuhn
18:09 Revision 8700d8aa: [BUGFIX] BE User Settings cannot be saved by clicking enter
After moving the save button to the top row of the form, hitting
enter within a text input field of the user's settin...
Mario Rimann
18:04 Revision 11c44c58: [BUGFIX] BE User Settings cannot be saved by clicking enter
After moving the save button to the top row of the form, hitting
enter within a text input field of the user's settin...
Mario Rimann
17:55 Revision 141f66f3: [BUGFIX] Admin fields not shown in setup module
The admin functions are currently not shown in User->setup module.
Affected is for example the 'Display debug message...
Christian Kuhn
17:39 Revision 547e6b0c: loading masks
Change-Id: I99f13887eba73fdf96bda2390ea3005c66379c59 Susanne Moog
16:46 Revision 2a488736: [TASK] Improve sys_note code
Code of sys_note can be highly improved:
* Use fluid
* Move xlf files to Resources
* Add kind-of repository
Change-I...
Georg Ringer
16:21 Revision 56e6927f: [TASK] Move buttons in user setting into advanced functions
The buttons "clear configuration" and "reset
temporary data" are advanced functions and should
therefore be moved to ...
Susanne Moog
15:38 Revision 9fd1bab9: [!!!][BUGFIX] *_user table password field is to short
When using the hash-algorithm "blowfish" in saltedpasswords
the hash is 60 chars long - therefore the field length ha...
Steffen Ritter
14:52 Revision 13d1a768: reload after t3x upload
Change-Id: If2bd42aa80d35376c2667b115b080169a4ef8da1 Susanne Moog
14:19 Revision 8d9a791f: ter update only every 24 hours
Change-Id: Id981499b58e36855e3d4daf767ba1d29f114c61a Susanne Moog
12:43 Revision 689bb9d9: [BUGFIX] Shell command arguments are not escaped
Shell command arguments should be escaped with escapeshellarg()
PHP function, which adds single quotes around the arg...
Dmitry Dulepov
12:43 Revision 59353946: [BUGFIX] Shell command arguments are not escaped
Shell command arguments should be escaped with
escapeshellarg() PHP function, which adds single quotes
around the arg...
Mario Rimann

2012-07-28

23:20 Revision f835b377: [TASK] Add more unit tests for t3lib_tree_pagetree_DataProvider
Clean up the class a bit and add unit tests for getRoot().
Change-Id: I9a60c9531bca8683708ddfb7e898926fb2c7d5c5
Rele...
Oliver Klee
23:05 Revision 8999ac76: [TASK] Make some final classes non-final to allow mocking
We need to be able to subclass some classes for the unit tests:
a) classes that need to be used with getMock
b) clas...
Oliver Klee
16:54 Revision f7960df9: fixed unit tests
Change-Id: I60e157339b11a0f0b8fc399358868c8d209b1b26 Susanne Moog
16:30 Revision d391f709: [BUGFIX] Broken quoting in arrayExport
Tick (') must be quoted to \'
Change-Id: I006173f0d5e1e17de1ff8801c71c6167fd96087d
Resolves: #39346
Releases: 6.0
Re...
Christian Kuhn
16:24 Revision c28020ae: fix installation procedure after rebase
Change-Id: Iccb6f1bd7583239065e18b6afd36f6d78e53f7b3 Susanne Moog
16:10 Revision cb9cfc89: [BUGFIX] Broken quoting in arrayExport
Tick (') must be quoted to \'
Change-Id: I006173f0d5e1e17de1ff8801c71c6167fd96087d
Resolves: #39346
Releases: 6.0
Christian Kuhn
16:01 Revision 76aa43de: new extension manager
Change-Id: Ia3cb4483055b48b704748af39ad472bea3d62ee1 Susanne Moog
16:01 Revision 4ed0de56: rebased
Change-Id: Ib415eb91d409e352dc98dbcb3709dcf4c88d710b Susanne Moog
16:00 Revision 0f91b10c: [FEATURE] EXT: viewpage open in blank window
Adds link to backend module docheader within EXT: viewpage
to open the current page in a new window.
Change-Id: I89c...
Felix Kopp
16:00 Revision 3d198dba: [BUGFIX] Warning on fetching undefined category definitions
Calling t3lib_category_Registry::getDatabaseTableDefinition()
for an extension that does not register any categories,...
Oliver Hader
16:00 Revision 30b2e1a2: [BUGFIX] Generate random key is not updating in install tool
The button to generate a new random key is not updating
anymore due to the refactoring of the localconf.php file
Cha...
Wouter Wolters
16:00 Revision f70b4c7d: [BUGFIX] RTE: Installation of AllowClipboardHelper is not triggered
Problem: When using Firefox, if a copy/cut/paste button is hit and
access to the clipboard is not allowed, installati...
Stanislas Rolland
16:00 Revision 33171797: [BUGFIX] Invalid fallback for non-localized labels
Whenever a record is not translated, Pootle exports the localization file
with only the "source" element and no "targ...
Xavier Perseguers
16:00 Revision 30dfeedd: [BUGFIX] Remove debug statement for not existing classes
Due to the removal of allowed class name prefix check,
all calls to t3lib_div::getUserObject cause a
debug statement ...
Anja Leichsenring
16:00 Revision a8f600fc: [BUGFIX] Fix 1-2-3(-4) wizard
Due to the localconf.php refactoring the
install wizard is broken. This change fixes it.
Change-Id: I1e266a76c5cdbee...
Helmut Hummel
16:00 Revision 3e948f8c: [BUGFIX] Exclude E_STRICT from errors with PHP 5.4
The main entry points have been refactored, but some places have been
forgotten leading to E_STRICT errors flooding t...
Philipp Gampe
16:00 Revision a4280988: [BUGFIX] Re-read extListArray in em at runtime
The introduction package loads multiple extensions in one go through the
em API enableExtension(). The refreshGlobalE...
Christian Kuhn
16:00 Revision 77b246d3: [TASK] Raise submodule pointer
Change-Id: Id268247e7fdea9fd857025b3ca7280e39fc5385e
Reviewed-on: http://review.typo3.org/13053
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
16:00 Revision bb4edd64: [RELEASE] Release of TYPO3 6.0.0alpha3
Change-Id: I99382411aa240f24f3f1554454cbc0ed791f004f
Reviewed-on: http://review.typo3.org/13054
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
16:00 Revision a63d697f: [TASK] Set TYPO3 version to 6.0-dev
Change-Id: I6658c99f426a2ba98a6136b0209dfa208913e6df
Reviewed-on: http://review.typo3.org/13055
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
16:00 Revision 537f5788: [FEATURE] Add wincache as a cache backend
Add wincache as a cache backend for TYPO3 installations
running on a windows machine
Change-Id: I3089939f87d25970011...
Tobias Burger
16:00 Revision 0d71ac80: [TASK] Change @deprecated annotation to the correct version
Change all @deprecated annotations to the correct version number.
Replace 4.8 -> 6.0 and 4.9 -> 6.1
Change-Id: Ia0b9...
Wouter Wolters
16:00 Revision 7a116396: [FEATURE] Make autoloader namespace aware
The autoloader will now recognize classnames with fully
qualified namespaces names. So, it is now possible to
autoloa...
Anja Leichsenring
16:00 Revision 653d95fb: [FEATURE] Make autoloader namespace aware - Part 2
Add more tests to and move the namespace logic to
a more logical place.
Change-Id: I4907fdadfb04f27b74849ae6b42b52d5...
Anja Leichsenring
16:00 Revision cfe11409: [TASK] Raise submodule pointer
Change-Id: If17c9f726c9b19fae901deca9ebf4f6c6db1e658
Reviewed-on: http://review.typo3.org/12980
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
16:00 Revision e9d334cf: [-FEATURE] Remove restricted class prefixes
Sometimes the core enforces classes to be prefixed with special names
like 'tx_' or 'user_', especially if they are l...
Anja Leichsenring
16:00 Revision d2f1b6dd: [TASK] Add entry about name spaced class named to NEWS.txt
Change-Id: I9e2b6e154d2f2618adbe5a563723118eebbb8bbe
Reviewed-on: http://review.typo3.org/12983
Reviewed-by: Christia...
Anja Leichsenring
16:00 Revision b846f3d2: [BUGFIX] stdWrap numRows fails due to wrong SELECT clause
Exclude aggregate functions count(), sum(), max(),
min(), avg() in if statement inside
tslib_cObj::sanitizeSelectPart...
Ernesto Baschny
16:00 Revision ef613093: [BUGFIX] YouTube videos can not be played with Media CE
Since the rework of the media content element for TYPO3 4.7, YouTube
videos cannot be played anymore using the Media ...
Kai Vogel
16:00 Revision d3e3e73c: [!!!][TASK] New local configuration handling
This patch removes the file typo3conf/localconf.php and introduces
a new file called typo3conf/LocalConfiguration.php...
Helge Funk
16:00 Revision 4735bc44: [TASK] Remove record_list icon from Page module
Removes the record_list icon from the docHeader in Page module.
This icon links from page to list module but does no...
Felix Kopp
16:00 Revision d85d3b6f: [BUGFIX] Send sane HTTP response in showpic on error
Currently, if showpic.php requests fail, exceptions are thrown. Those are
usually converted to a HTTP response 500 (i...
Christian Kuhn
16:00 Revision 34b30bc7: [BUGFIX][FAL] isValidFilename() fails with broken PCRE
Some php versions like debian squeeze 5.3.3 do not have proper unicode
support for PCRE enabled. In effect, character...
Christian Kuhn
16:00 Revision 5acefc0d: [TASK][CLEANUP] Remove obsolete IPv6 test condition
The defined('AF_INET6') in the t3lib_div ipv6 related methods tests
for availability of ipv6 support in php. This is ...
Anja Leichsenring
16:00 Revision c7aebcd8: [!!!][TASK] Remove old XCLASS compatibility layer
The XCLASS handling that was changed with #31893 allows to register
XCLASS'es with an entry in ext_autoload. The patc...
Christian Kuhn
16:00 Revision 3ce162d7: [BUGFIX] QT movies prefixed abusively in Media CE
If some prefixes are defined (either base URL or absRefPrefix),
the Media CE will apply such prefix to any Quicktime ...
Francois Suter
16:00 Revision e77bf03f: [CLEANUP] Typo in INSTALL.txt
Change-Id: I2597cbec82e2dc61ab247cdff8b4ce9d19b2c231
Reviewed-on: http://review.typo3.org/12942
Reviewed-by: Wouter W...
Steffen Gebert
16:00 Revision bf9493fb: [TASK] Clean up phpDoc comments in typo3/sysext/saltedpasswords
Clean up provides:
* Provide correct parameter names in phpDoc
* Provide correct data types in phpDoc
* CGLify phpDo...
Wouter Wolters
16:00 Revision a3928c35: [FEATURE] Add a unique request ID
To allow grouping of log records belonging to a certain request,
a unique id per request is needed.
Change-Id: I76e2...
Ingo Renner
16:00 Revision 763ebf32: [BUGFIX] $_EXTKEY not available in global scope in ext_tables.php
Since changing the ext_tables.php handling to use the caching
framework $_EXTKEY is not available in global scope any...
Ingo Renner
16:00 Revision 0ae5defb: [TASK] Mention jQuery as external library in about section
Mention jQuery as external library, that is used in the TYPO3
core
Change-Id: Ia6c93c35d27c96d4d8b670ac94417ecf1b46e...
Wouter Wolters
16:00 Revision 6ac16ed8: [BUGFIX] FLUIDTEMPLATE - Serialization of 'Closure' is not allowed
When using FLUIDTEMPLATE and COA_INT or USER_INT on the same
level and partials are used in the Fluid template, then ...
Oliver Hader
16:00 Revision 9df8bb98: [BUG] FAL AdapterService fails with Fluid
FAL introduced an adapterservice to migrate certain
fields to FAL style. The adapterservice uses type hinting
to sugg...
Benni Mack
16:00 Revision 5d848578: [TASK] Call sanitizeLocalUrl only once in recordList
recordList calls t3lib_div::sanitizeLocalUrl twice.
Store the result in a variable, so that one call is
enough.
Chan...
Dominique Feyer
14:19 Revision d85ed5d4: fixed file handling
Change-Id: Ie73e77cce5b004a328456fa1c7876d8e71af10d0 Susanne Moog
13:57 Revision 8b2a1940: extmgm
Susanne Moog
03:24 Revision fa8b9195: [BUGFIX] RTE: Installation of AllowClipboardHelper is not triggered
Problem: When using Firefox, if a copy/cut/paste button is hit and
access to the clipboard is not allowed, installati...
Stanislas Rolland

2012-07-27

18:19 Revision a5b88033: [BUGFIX] RTE: Installation of AllowClipboardHelper is not triggered
Problem: When using Firefox, if a copy/cut/paste button is hit and
access to the clipboard is not allowed, installati...
Stanislas Rolland
18:15 Revision eb9cc942: [FEATURE] adds requirejs plugin to load and append multiple jQuery versions to the global var TYPO3
Daniel Sattler
18:14 Revision 55967380: [BUGFIX] RenderingContext should be instanciated by interface to allow own implementation
The RenderingContext should be instanciated by the interface name
instead of the concrete Classname in Classes/View/T...
TImo Schmidt
14:04 Revision d7e1d584: [FEATURE] First working version of RequireJS API for JS plugins
Change-Id: I20d84afc80b448ca8e02c02265e0c5ce4e74bada Benni Mack
07:55 Revision eb90ef21: [BUGFIX] Generate random key is not updating in install tool
The button to generate a new random key is not updating
anymore due to the refactoring of the localconf.php file
Cha...
Wouter Wolters

2012-07-26

23:51 Revision 0d2e4be9: [BUGFIX] Warning on fetching undefined category definitions
Calling t3lib_category_Registry::getDatabaseTableDefinition()
for an extension that does not register any categories,...
Oliver Hader
23:18 Revision 82a756af: [FEATURE] EXT: viewpage open in blank window
Adds link to backend module docheader within EXT: viewpage
to open the current page in a new window.
Change-Id: I89c...
Felix Kopp
22:33 Revision 0707d0b0: [FEATURE] Add wincache as a cache backend
Add wincache as a cache backend for TYPO3 installations
running on a windows machine
Change-Id: I3089939f87d25970011...
Tobias Burger
04:57 Revision 349da10f: [BUGFIX] RTE transformation transforms LF/CR between div and hr into space
Fix the issue and add test cases.
Change-Id: I2220e897c7e2a4861f286767015ced76229cd068
Resolves: #26815
Releases: 4....
Stanislas Rolland
04:44 Revision 54761c2a: [BUGFIX] RTE transformation transforms LF/CR between div and hr into space
Fix the issue and add test cases.
Change-Id: I3bf677985d5599fd8dae41101519779deb3b3359
Resolves: #26815
Releases: 4....
Stanislas Rolland

2012-07-25

21:32 Revision 83c7f030: [TASK] Set TYPO3 version to 6.0-dev
Change-Id: I6658c99f426a2ba98a6136b0209dfa208913e6df
Reviewed-on: http://review.typo3.org/13055
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
21:32 Revision 34f1aa27: [RELEASE] Release of TYPO3 6.0.0alpha3
Change-Id: I99382411aa240f24f3f1554454cbc0ed791f004f
Reviewed-on: http://review.typo3.org/13054
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
21:32 Revision 61ff5c1f: [RELEASE] Release of TYPO3 6.0.0alpha3
Change-Id: I99382411aa240f24f3f1554454cbc0ed791f004f TYPO3 Release Team
21:11 Revision 54c1fdc2: [TASK] Raise submodule pointer
Change-Id: Id268247e7fdea9fd857025b3ca7280e39fc5385e
Reviewed-on: http://review.typo3.org/13053
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
20:26 Revision 3b307bf7: [BUGFIX] Re-read extListArray in em at runtime
The introduction package loads multiple extensions in one go through the
em API enableExtension(). The refreshGlobalE...
Christian Kuhn
19:09 Revision 841862e1: [BUGFIX] Exclude E_STRICT from errors with PHP 5.4
The main entry points have been refactored, but some places have been
forgotten leading to E_STRICT errors flooding t...
Philipp Gampe
19:09 Revision 02442d87: [BUGFIX] Exclude E_STRICT from errors with PHP 5.4
The main entry points have been refactored, but some places have been
forgotten leading to E_STRICT errors flooding t...
Philipp Gampe
19:07 Revision ce5ba95c: [BUGFIX] Exclude E_STRICT from errors with PHP 5.4
The main entry points have been refactored, but some places have been
forgotten leading to E_STRICT errors flooding t...
Philipp Gampe
19:06 Revision 73bf1fa3: [BUGFIX] Exclude E_STRICT on PHP 5.4 and unify error reporting
Since #38645 most error_reporting defintions are excluding E_STRICT on
newer PHP versions, but some places have been ...
Philipp Gampe
12:37 Revision d9868f6e: [TASK] Always return a boolean in t3lib_div::validPathStr
In t3lib_div::validPathStr() a boolean (TRUE) is returned,
if this is a valid path string. If it is NOT a valid path ...
Andy Grunwald
12:37 Revision 8affd662: [TASK] Always return a boolean in t3lib_div::validPathStr
In t3lib_div::validPathStr() a boolean (TRUE) is returned,
if this is a valid path string. If it is NOT a valid path ...
Andy Grunwald
12:37 Revision a3e05a3b: [TASK] Always return a boolean in t3lib_div::validPathStr
In t3lib_div::validPathStr() a boolean (TRUE) is returned,
if this is a valid path string. If it is NOT a valid path ...
Andy Grunwald
08:36 Revision f481a8b1: fix tests
Susanne Moog

2012-07-24

22:48 Revision 91d70619: [BUGFIX] Adapt to the new localconf handling
Adapt the auto activation feature of DBAL to the
new local configuration handling introduced in #38562
Resolves: #39...
Helmut Hummel
22:47 Revision be626a02: [BUGFIX] Fix 1-2-3(-4) wizard
Due to the localconf.php refactoring the
install wizard is broken. This change fixes it.
Change-Id: I1e266a76c5cdbee...
Helmut Hummel
19:53 Revision 8a995adb: [BUGFIX] Remove debug statement for not existing classes
Due to the removal of allowed class name prefix check,
all calls to t3lib_div::getUserObject cause a
debug statement ...
Anja Leichsenring
17:15 Revision f35b46de: [BUGFIX] Invalid fallback for non-localized labels
Whenever a record is not translated, Pootle exports the localization file
with only the "source" element and no "targ...
Xavier Perseguers
17:15 Revision 5a9b3ea6: [BUGFIX] Invalid fallback for non-localized labels
Whenever a record is not translated, Pootle exports the localization file
with only the "source" element and no "targ...
Xavier Perseguers
17:11 Revision 8da6ceca: [BUGFIX] Invalid fallback for non-localized labels
Whenever a record is not translated, Pootle exports the localization file
with only the "source" element and no "targ...
Xavier Perseguers
07:28 Revision c85d6be5: [TASK] Improve error message of "broken rootline"
Currently it is hard to get the reason why the error
"broken rootline" appears. Therefore the error msg can be
improv...
Georg Ringer
07:28 Revision bde93021: [TASK] Improve error message of "broken rootline"
Currently it is hard to get the reason why the error
"broken rootline" appears. Therefore the error msg can be
improv...
Georg Ringer

2012-07-23

23:24 Revision bc0feedd: [BUGFIX] Formmail doesn't always use correct character set
To work around a bug in SwitfMailer the character set of a message part
should always be set. When no character set i...
Jigal van Hemert
21:13 Revision ea78e2c7: update
Change-Id: Ia3f06f68d7eac24de520e3d3911978b24ed29449 Susanne Moog
19:40 Revision fc1a8f08: [BUGFIX] YouTube videos can not be played with Media CE
Since the rework of the media content element for TYPO3 4.7, YouTube
videos cannot be played anymore using the Media ...
Kai Vogel
19:30 Revision f8adef04: [BUGFIX] YouTube videos can not be played with Media CE
Since the rework of the media content element for TYPO3 4.7, YouTube
videos cannot be played anymore using the Media ...
Kai Vogel
19:14 Revision baba7fae: [BUGFIX] $_EXTCONF was not filled in ext_tables.php
Change-Id: I097ec87bbc2b8be5387fa7e9ca87d62bbd3560b1
Fixes: #38927
Releases: 4.5
Reviewed-on: http://review.typo3.org...
Ernesto Baschny
16:34 Revision e939a342: mark insecure
Change-Id: Iac4b5cb410b45754d2e8d9fccf5dbe87d0029ba1 Susanne Moog
15:37 Revision 3f5ff8d9: Download Extension SQL
Change-Id: I3eda2280e98eba6ae29975a8a744259caf10e727 Susanne Moog
13:31 Revision 2aa14d9b: download extension / remove extension
Change-Id: I93539215a4ad05720d738b6984626b079bb3c78b Susanne Moog
12:44 Revision 8e944f09: [BUGFIX] stdWrap numRows fails due to wrong SELECT clause
Exclude aggregate functions count(), sum(), max(),
min(), avg() in if statement inside
tslib_cObj::sanitizeSelectPart...
Ernesto Baschny
12:41 Revision 8621c145: [BUGFIX] stdWrap numRows fails due to wrong SELECT clause
Exclude aggregate functions count(), sum(), max(),
min(), avg() in if statement inside
tslib_cObj::sanitizeSelectPart...
Ernesto Baschny
12:36 Revision ac4f234e: [BUGFIX] stdWrap numRows fails due to wrong SELECT clause
Exclude aggregate functions count(), sum(), max(),
min(), avg() in if statement inside
tslib_cObj::sanitizeSelectPart...
Ernesto Baschny
12:30 Revision 481d1ffa: [BUGFIX] stdWrap numRows fails due to wrong SELECT clause
Exclude aggregate functions count(), sum(), max(),
min(), avg() in if statement inside
tslib_cObj::sanitizeSelectPart...
Ernesto Baschny
00:25 Revision 5fcada5d: [TASK] Renamed Textbox view helper unit test
As the textbox view helper has been renamed to textfield view helper,
the unit test follows the naming schema.
Chang...
Kilian Hann
00:19 Revision e866e8b9: [BUGFIX] Speed up f:format.currency
If the children evaluate to an empty string, they will be initialized
with 0.00 which speeds up the performance of nu...
Kilian Hann

2012-07-22

23:56 Revision 612d7050: [BUGFIX] Update extension must invalidate autoloader cache
Change-Id: I253c1a9259cc8e5bf8c3271e34bf3a00dd1d0366
Fixes: #33895
Releases: 4.5, 4.6, 4.7
Reviewed-on: http://review...
Philipp Gampe

2012-07-21

22:14 Revision 5dfd3d34: [BUGFIX] Remove additional slashes from typolink urls if prefixing
Typolink generates absolute uris with a leading slash. When prefixing
this with the base uri, we have to make sure, t...
Felix Oertel
22:10 Revision 242fd39e: [TASK] Add entry about name spaced class named to NEWS.txt
Change-Id: I9e2b6e154d2f2618adbe5a563723118eebbb8bbe
Reviewed-on: http://review.typo3.org/12983
Reviewed-by: Christia...
Anja Leichsenring
21:24 Revision 7b586738: [-FEATURE] Remove restricted class prefixes
Sometimes the core enforces classes to be prefixed with special names
like 'tx_' or 'user_', especially if they are l...
Anja Leichsenring
19:35 Revision 7f684b1c: [BUGFIX] resolveDefaultEncoding with wrong fallback
Since TYPO3 4.7 the forceCharset configuration is deprecated. The class
Tx_Fluid_Core_Compiler_AbstractCompiledTempla...
Markus Günther
17:59 Revision 1f62e402: [TASK] Raise submodule pointer
Change-Id: If17c9f726c9b19fae901deca9ebf4f6c6db1e658
Reviewed-on: http://review.typo3.org/12980
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
17:58 Revision 7c562146: [TASK] Raise submodule pointer
Change-Id: I63c616670a5c4d11641920e3c185cfc7f24acbf4
Reviewed-on: http://review.typo3.org/12979
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
17:56 Revision 37ecea23: [TASK] Raise submodule pointer
Change-Id: I4ec2839623376753fdf0ada3bb23a5021a42eaee
Reviewed-on: http://review.typo3.org/12978
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
17:54 Revision b0f3efda: [TASK] Raise submodule pointer
Change-Id: Ia7af2bf45b3a447641cb4a2e845b416d65e499db
Reviewed-on: http://review.typo3.org/12977
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
17:46 Revision a679a0e5: [BUGFIX] public function configureModule should be static
In the class Tx_Extbase_Utility_Extension is the public method configureModule
and it seems that the author of the me...
Markus Günther
17:22 Revision c2102c20: [BUGFIX] Container calls Cache too often
The Container Classes Cache call is very expensive - and when
using a database backend, this is even slowing down
com...
Daniel Poetzinger
17:17 Revision 74ed6a82: [FEATURE][Performance] Add caches for persistence layer
XDEBUG Profiler shows time saving possibilities in
Tx_Extbase_Persistence_Storage_Typo3DbBackend->addEnableFieldsStat...
Daniel Poetzinger
16:03 Revision 38ba2df3: [TASK] use the objectManager to create empty domain objects
The Tx_Extbase_Persistence_Mapper_DataMapper uses the objectContainer
(Tx_Extbase_Object_Container_Container) for cre...
Markus Günther
15:16 Revision 429280d8: [FEATURE] Make autoloader namespace aware - Part 2
Add more tests to and move the namespace logic to
a more logical place.
Change-Id: I4907fdadfb04f27b74849ae6b42b52d5...
Anja Leichsenring
15:13 Revision bf72676f: [BUGFIX] Fix workspaces test for CLI
Workspaces tests fail if executed from the phpunit
command line.
Move the tests to the subfolder "Functional" as
the...
Helmut Hummel
14:56 Revision 9176deaf: [BUGFIX] Container calls Cache too often
The Container Classes Cache call is very expensive - and when
using a database backend, this is even slowing down
com...
Daniel Poetzinger
14:31 Revision ed4c4f7d: fixed tests
Change-Id: I0d833236c35972ae68d1e66d114207ed5dadfff3 Susanne Moog
14:10 Revision 45050e20: t3x upload
Change-Id: I3fa71708633484d0cffcd58a9e31cb0edeab6451 Susanne Moog
14:08 Revision 90aceeab: [CLEANUP] Fluid CGL cleanup fix doc comments
Change-Id: I6db05ff62e7a89cc68b5dbae72d1925b2d13de67
Resolves: #34898
Release: 6.0
Reviewed-on: http://review.typo3.o...
Tymoteusz Motylewski
13:57 Revision e3e08c1b: [TASK] Change @deprecated annotation to the correct version
Change all @deprecated annotations to the correct version number.
Replace 4.8 -> 6.0 and 4.9 -> 6.1
Change-Id: I4f28...
Wouter Wolters
13:24 Revision 7a964695: [TASK] Backport Fluid from FLOW3 1.0.5
Make Extbase Fluid in sync with FLOW3 1.0.5 (Fluid rev 152ae289)
Change-Id: I0c043b6cc7bc7e3dac0145d83a2ff885a34b5cf...
Tymoteusz Motylewski
13:21 Revision 8e5fd3f7: [TASK] Update Readme to point to the current documentation location
The Extbase README file now contains links to the current documentation
and api documentation
Change-Id: I9f2d32f2d0...
Ingo Pfennigstorf
13:20 Revision 634b43d2: [TASK] Update Readme to point to the current documentation location
The Extbase README file now contains links to the current documentation
and api documentation
Change-Id: I9f2d32f2d0...
Ingo Pfennigstorf
13:18 Revision b10fb825: [TASK] Update Readme to point to the current documentation location
The Extbase README file now contains links to the current documentation
and api documentation
Change-Id: I9f2d32f2d0...
Ingo Pfennigstorf
12:12 Revision 529143ca: [BUGFIX] Only set request for Web_Response
The current request is needed in Tx_Extbase_MVC_Web_Response to
distinguish between a cached or a non-cached request ...
Tobias Liebig
10:57 Revision 69ff5106: [FEATURE] CurrencyViewhelper can prepend the currency sign
With the flag $prependCurrency = TRUE the currency sign can be prepended
instead of appended (e.g. CHF 123.00)
The ad...
Kilian Hann
10:46 Revision ca40f8a0: [TASK] Remove trailing whitespace
There must be no empty lines after the closing
PHP tag. Empty lines after closing tags break
output compression in PH...
dkd-egerer Sascha Egerer
10:46 Revision 20b386dd: [BUGFIX] CLI argument handling chokes on = use
This is a backport of the fix done in FLOW3.
The corresponding FLOW3 ticket is #30493
With this fix the last argumen...
Nicole Cordes
10:18 Revision 0cb5ce8b: [BUGFIX] Fix the PhpDoc comments of GroupedForViewHelperTest
Fix a copy'n'paste error in the class documentation comment and
add the missing "@" in an @var.
Change-Id: Iaa1d594d...
Oliver Klee
10:05 Revision e0652a73: [TASK] Harmonize coding style of if constructs
This corrects the whitespaces in if statements for Extbase.
Change-Id: Ie2266202ca819b78d23d7e28cb6c359cf691eee0
Fix...
Ingo Pfennigstorf
09:59 Revision a32b29ec: [FEATURE] Make autoloader namespace aware
The autoloader will now recognize classnames with fully
qualified namespaces names. So, it is now possible to
autoloa...
Anja Leichsenring
09:49 Revision 043bd43b: [TASK] Change @deprecated annotation to the correct version
Change all @deprecated annotations to the correct version number.
Replace 4.8 -> 6.0 and 4.9 -> 6.1
Change-Id: Ia0b9...
Wouter Wolters

2012-07-20

22:21 Revision b3369a1d: [BUGFIX] CLI argument handling chokes on = use
This is a backport of the fix done in FLOW3.
The corresponding FLOW3 ticket is #30493
With this fix the last argumen...
Nicole Cordes
21:58 Revision 072eda5f: [CLEANUP] Typo in INSTALL.txt
Change-Id: I2597cbec82e2dc61ab247cdff8b4ce9d19b2c231
Reviewed-on: http://review.typo3.org/12942
Reviewed-by: Wouter W...
Steffen Gebert
21:17 Revision 20f54d6b: Update from TER I
Change-Id: I843d208a07dbb1c5ed17a3896b5fed5938360ad2 Susanne Moog
21:06 Revision 70e4dc73: [BUGFIX] Priority of CLI request handler should be lower
Allow rendering of plugin content during tx_crawler call
if option "Make direct requests" is enabled.
Change-Id: I79...
Michael Klapper
20:16 Revision 5077fdc9: Merge "[BUGFIX] Priority of CLI request handler should be lower"
Christian Kuhn
19:25 Revision ba7dfe70: Merge "[BUGFIX] Don't create caches twice" into extbase_1-3
Marc Bastian Heinrichs
19:24 Revision 03559007: [BUGFIX] Don't create caches twice
If you need the full TCA in a CLI mode script, you have to load it
manually via mentioned lines of code. This lines o...
Marc Bastian Heinrichs
18:45 Revision cabd81f2: [BUGFIX] Priority of CLI request handler should be lower
Allow rendering of plugin content during tx_crawler call
if option "Make direct requests" is enabled.
Change-Id: I79...
Michael Klapper
18:39 Revision 3d36ec38: [BUGFIX] Return NULL instead of empty string in Localization::translate()
Localization::translate() returns an empty string instead of NULL
if no translation string is found but arguments are...
dkd-egerer Sascha Egerer
18:38 Revision b308e647: [BUGFIX] Return NULL instead of empty string in Localization::translate()
Localization::translate() returns an empty string instead of NULL
if no translation string is found but arguments are...
dkd-egerer Sascha Egerer
18:37 Revision 2f0db471: [BUGFIX] Return NULL instead of empty string in Localization::translate()
Localization::translate() returns an empty string instead of NULL
if no translation string is found but arguments are...
dkd-egerer Sascha Egerer
18:31 Revision d0dd4f64: [BUGFIX] Return NULL instead of empty string in Localization::translate()
Localization::translate() returns an empty string instead of NULL
if no translation string is found but arguments are...
dkd-egerer Sascha Egerer
17:13 Revision 259c25cb: [BUGFIX] QT movies prefixed abusively in Media CE
If some prefixes are defined (either base URL or absRefPrefix),
the Media CE will apply such prefix to any Quicktime ...
Francois Suter
17:08 Revision 8851d235: [BUGFIX] QT movies prefixed abusively in Media CE
If some prefixes are defined (either base URL or absRefPrefix),
the Media CE will apply such prefix to any Quicktime ...
Francois Suter
17:00 Revision e9314252: [BUGFIX] QT movies prefixed abusively in Media CE
If some prefixes are defined (either base URL or absRefPrefix),
the Media CE will apply such prefix to any Quicktime ...
Francois Suter
16:52 Revision 9b9c6180: [BUGFIX] QT movies prefixed abusively in Media CE
If some prefixes are defined (either base URL or absRefPrefix),
the Media CE will apply such prefix to any Quicktime ...
Francois Suter
16:35 Revision 5b1ae6a8: [!!!][TASK] Remove old XCLASS compatibility layer
The XCLASS handling that was changed with #31893 allows to register
XCLASS'es with an entry in ext_autoload. The patc...
Christian Kuhn
16:11 Revision bc89d2b1: [BUGFIX] Fix unit test for NumberRangeValidator
While back porting changes (#35255) a unit test broke in
Validation_Validator_BeforeExtbase14_NumberRangeValidatorTes...
Tobias Liebig
15:56 Revision e2be7e11: [TASK][CLEANUP] Remove obsolete IPv6 test condition
The defined('AF_INET6') in the t3lib_div ipv6 related methods tests
for availability of ipv6 support in php. This is ...
Anja Leichsenring
15:54 Revision 4128aacb: [BUGFIX][FAL] isValidFilename() fails with broken PCRE
Some php versions like debian squeeze 5.3.3 do not have proper unicode
support for PCRE enabled. In effect, character...
Christian Kuhn
12:20 Revision 0f83ce44: [BUGFIX] Send sane HTTP response in showpic on error
Currently, if showpic.php requests fail, exceptions are thrown. Those are
usually converted to a HTTP response 500 (i...
Christian Kuhn
12:12 Revision 2b103fa1: [BUGFIX] Send sane HTTP response in showpic on error
Currently, if showpic.php requests fail, exceptions are thrown. Those are
usually converted to a HTTP response 500 (i...
Christian Kuhn
12:06 Revision a4505144: [BUGFIX] Send sane HTTP response in showpic on error
Currently, if showpic.php requests fail, exceptions are thrown. Those are
usually converted to a HTTP response 500 (i...
Christian Kuhn
11:56 Revision 16375f4e: [BUGFIX] Send sane HTTP response in showpic on error
Currently, if showpic.php requests fail, exceptions are thrown. Those are
usually converted to a HTTP response 500 (i...
Christian Kuhn
10:12 Revision 40871b96: [TASK] Remove record_list icon from Page module
Removes the record_list icon from the docHeader in Page module.
This icon links from page to list module but does no...
Felix Kopp
09:24 Revision 7f1fa4f9: [!!!][TASK] New local configuration handling
This patch removes the file typo3conf/localconf.php and introduces
a new file called typo3conf/LocalConfiguration.php...
Helge Funk

2012-07-19

11:34 Revision e85ff7b6: [TASK] Call sanitizeLocalUrl only once in recordList
recordList calls t3lib_div::sanitizeLocalUrl twice.
Store the result in a variable, so that one call is
enough.
Chan...
Dominique Feyer

2012-07-18

11:41 Revision 0cbce0c7: [BUG] FAL AdapterService fails with Fluid
FAL introduced an adapterservice to migrate certain
fields to FAL style. The adapterservice uses type hinting
to sugg...
Benni Mack
11:20 Revision 71781f10: [BUGFIX] Unnecessary warning in css_styled_content (division by zero)
If tt_content.image.20.maxW is not set, PHP throws a warning about
division by zero. This is not necessary. After tha...
Thomas Layh

2012-07-17

22:44 Revision 35dfedfc: dependency VI
Susanne Moog
20:55 Revision e0c73f67: dependency V
Susanne Moog
17:36 Revision 60b205eb: dependency IV
Susanne Moog
10:07 Revision 218f304d: [BUGFIX] datepicker does not set current time as default
Changeing the time manually and picking another day overwrites the time
and sets it again to 0:00.
Change-Id: Iae80b...
Simon Schaufelberger

2012-07-16

21:51 Revision afa30a4d: dependency III
Susanne Moog
10:45 Revision 15d99ae6: [BUGFIX] FLUIDTEMPLATE - Serialization of 'Closure' is not allowed
When using FLUIDTEMPLATE and COA_INT or USER_INT on the same
level and partials are used in the Fluid template, then ...
Oliver Hader
02:48 Revision c5d676a6: [TASK] Mention jQuery as external library in about section
Mention jQuery as external library, that is used in the TYPO3
core
Change-Id: Ia6c93c35d27c96d4d8b670ac94417ecf1b46e...
Wouter Wolters

2012-07-15

22:14 Revision 9a716816: [BUGFIX] Remove bogus template in template analyzer
Since the implementation of #22169 a bogus template icon
appeared in the template analyzer.
This is because the call ...
Helmut Hummel
22:13 Revision 51823dc2: [BUGFIX] Remove bogus template in template analyzer
Since the implementation of #22169 a bogus template icon
appeared in the template analyzer.
This is because the call ...
Helmut Hummel
19:41 Revision 4dd7a32c: [BUGFIX] $_EXTKEY not available in global scope in ext_tables.php
Since changing the ext_tables.php handling to use the caching
framework $_EXTKEY is not available in global scope any...
Ingo Renner
18:44 Revision e89a308d: dependency handling II
Susanne Moog
13:26 Revision 36b1df8b: dependency handling I
Susanne Moog

2012-07-14

19:17 Revision b7d14353: [FEATURE] Add a unique request ID
To allow grouping of log records belonging to a certain request,
a unique id per request is needed.
Change-Id: I76e2...
Ingo Renner

2012-07-13

22:59 Revision 5ca55a37: ext_emconf.php writing
Change-Id: Id67d8850c08d1527b8ecc1cb54497d78d0f9bec1 Susanne Moog
21:25 Revision 4ef09440: added reset search button
Change-Id: I37c613a73e93670f32ed539d8c2d6e3677e732fc Susanne Moog
21:15 Revision cfe196e7: [TASK] Clean up phpDoc comments in typo3/sysext/saltedpasswords
Clean up provides:
* Provide correct parameter names in phpDoc
* Provide correct data types in phpDoc
* CGLify phpDo...
Wouter Wolters
21:15 Revision 0cc68ae0: [TASK] Clean up phpDoc comments in typo3/sysext/saltedpasswords
Clean up provides:
* Provide correct parameter names in phpDoc
* Provide correct data types in phpDoc
* CGLify phpDo...
Wouter Wolters
21:15 Revision 37a12fe0: [TASK] Clean up phpDoc comments in typo3/sysext/saltedpasswords
Clean up provides:
* Provide correct parameter names in phpDoc
* Provide correct data types in phpDoc
* CGLify phpDo...
Wouter Wolters
21:15 Revision bf7d01ac: [FEATURE] Add categorization into the Core
A common use case in every advanced website is to be able to
categorize records. Besides that, there is the need to s...
Fabien Udriot
21:10 Revision eea42c19: Add show all versions
Change-Id: I157d953c80b9b9028933958851c2fc4aa9ab79bc Susanne Moog
19:57 Revision 2b725c98: [TASK] Clean up phpDoc comments in typo3/sysext/saltedpasswords
Clean up provides:
* Provide correct parameter names in phpDoc
* Provide correct data types in phpDoc
* CGLify phpDo...
Wouter Wolters
19:57 Revision 424de7d2: fixed unit test, made adjustements due to master changes
Change-Id: I60d786fc2f0c7bfd403c824854d3686579e91d0e Susanne Moog
19:57 Revision 75ba0ea7: [TASK] Fix CGL violations against SuperfluousWhitespace
Fix CGL violations against SuperfluousWhitespace
Change-Id: I4600d5584622701efd25a904455ead1257228605
Resolves: #388...
Wouter Wolters
19:57 Revision 906b974b: [TASK] Fix CGL violations against SuperfluousWhitespace
Fix CGL violations against SuperfluousWhitespace
Change-Id: Icf4478f75a181a860e61a905bb2e6073766730b8
Resolves: #388...
Wouter Wolters
19:57 Revision b4f3c430: [TASK] Fix CGL violations against DoubleQuoteUsage
Fix CGL violations against DoubleQuoteUsage
Change-Id: I3924753fffe3e9ac43eef5fe97b2253c4dd5cf68
Resolves: #38819
Re...
Wouter Wolters
19:57 Revision d48821e3: [BUGFIX] accessibilityWrap ignores simple value
Radio buttons with accessibilityWrap must use simple value
if no complex configuration is supplied. An extra dot prev...
Jigal van Hemert
19:57 Revision 3d67d0c3: [FEATURE] Add signal to process public URL of file
By using the File Abstraction Layer (FAL), resources can be put
to remote storages like Amazon S3 or WebDAV. However,...
Benni Mack
19:57 Revision 1b192102: [TASK] Fix CGL violations against SuperfluousWhitespace
Fix CGL violations against SuperfluousWhitespace
Change-Id: I92ba1333015c6e1b58105f96691afe6515202c86
Resolves: #388...
Wouter Wolters
19:57 Revision 76aa566d: [BUGFIX] Fix FAL update wizards
This patch fixes the update wizards, minor issues like the
relation count, the descriptions etc.
Change-Id: I84acfed...
Ingmar Schlecht
19:57 Revision e7295cbe: [!!!][-FEATURE] Remove resources from TypoScript records
This patch drops the functionality that resources (like images)
can be uploaded and bound to TypoScript templates. Th...
Georg Ringer
19:57 Revision f665d8f4: [BUGFIX] Cannot redeclare class bigDoc: move_el.php
The file move_el.php first requires init.php
and then template.php. As template.php was
already required by the autol...
Susanne Moog
19:57 Revision cc943005: [CLEANUP] Make TCEforms sys_file header area localizable
When editing a sys_file database record - the metadata
of a file - the header area is not localized, and the
CSS styl...
Benni Mack
19:57 Revision d406893b: [BUGFIX] Correct value for jQuery.noConflict = 0
When page.javascriptLibs.jQuery.noConflict was set to 0,
the page renderer API got "FALSE" for the parameter
"$namesp...
Lars Malach
19:57 Revision 078468b8: [TASK] Fix CGL violations against ClassDocComment
Some violations against the ClassDocComment was
found in the UnitTests.
Change-Id: I55e4c1b21635d9ff905b1d9e6685dd14...
Andy Grunwald
19:57 Revision 2161f97a: [FEATURE] Add hook for TSFE fetch_the_id() post processing
To clean up TSFE from frontend preview code a hook is needed
to post process the results of fetch_the_id()
Change-Id...
Ingo Renner
19:57 Revision a2e75712: [TASK] Fix CGL violations against LogicalOperatorSpacing
In the TYPO3 core and two system extensions, there are some
CGL violations against Squiz.WhiteSpace.LogicalOperatorSp...
Andy Grunwald
19:57 Revision 1b64e972: [TASK] Enable default jQuery noConflict mode in page renderer
If jQuery is included with TypoScript, it is not possible to enable
it with the default jQuery noConflict mode to jus...
Helmut Hummel
19:57 Revision 87bf3c8a: [TASK] Refactor IRRE to meet new UI requirements
The UI of IRRE should be adapted to be to the new designs.
In this matter we need to adapt the Collapse/Expand
behavi...
Steffen Ritter
19:57 Revision c57941c9: [BUGFIX] Use lighter sorting icon on dark background
Change f28bdc1 introduced new sorting icons for the list
and file list module. To further improve it, use light
arrow...
Helmut Hummel
19:57 Revision 5fcfe86f: [FEATURE] Make "Record type" icons clickable in "group=db" elements
It would make sense to make the icons describing allowed record
type in a TCEforms element clickable.
This will crea...
Soren Malling
19:57 Revision 16b067f1: [BUGFIX] Having tt_content:image in a palette breaks IRRE Layout
Palette fields are always inline, to sit in one line aside.
Therefore sizing is not possible. This has ugly effects o...
Steffen Ritter
19:57 Revision 3d8b7cf4: [TASK] Enable returning to CE in page module
After editing a content element at the bottom of the page
module an editor always returns to the top of the page modu...
Steffen Ritter
19:57 Revision 73196f20: [FEATURE] Include jQuery via TypoScript settings
Use function in page renderer to include jQuery via TypoScript settings
with options to change the version and source...
Lars Malach
19:57 Revision 8ea27dd2: [FEATURE] Add a hook to pre-process TSFE determineId()
Just like there is a hook to post-process determineID(), there
should be a hook to pre-process the determination of t...
Ingo Renner
19:56 Revision c66be50d: [TASK] Add "Save and new" button to alternative page language
When translating a certain page to some languages,
it would be helpful to have the well-known "save and new" buttons ...
Soren Malling
19:56 Revision bdba872d: [BUG] t3lib_div::getFilesInDir order differs from order in File list
Files with uppercase letters are sorted before all lowercase file
names due to a bug in getFilesInDir(). This behavio...
Benni Mack
19:56 Revision fe5b5a1e: [BUGFIX] Words with special characters not added to personal dictionary
Problem: Words containing special characters (f. e. German umlauts)
can´t be added to the user´s personal dictionary....
Stanislas Rolland
19:56 Revision 30d7b100: [BUGFIX] RTE: Importing google webfonts breaks style sheet parsing
Problem: The imported css file does not contain any css rule.
Solution: Check for the presence of css rules in the im...
Stanislas Rolland
19:56 Revision 01ae28a7: [TASK] Improve UI of readOnly in TCEforms
New Design of Jens for readOnly fields applied to TCEforms.
Change-Id: I3b7987aa795778c2b77be18e8e7f9410e16eaaf2
Rel...
Steffen Ritter
19:56 Revision 1db772c8: [BUGFIX] Sort direction indicator in list module incorrect
Sort direction indicator in list module incorrect
Change-Id: Ic28c66d1563fd948dd10ecd8da3d4375caa6ae1a
Fixes: #11127...
Wouter Wolters
19:56 Revision da63a608: [FEATURE] RTE: Keep HTML5 block tags when clean pasting text
Description: When pasting while pasteStructure or pasteFormat behaviour
is enabled, the default behaviour should keep...
Stanislas Rolland
19:56 Revision 7b66e2c6: [TASK] Set default renderMode of newContentElements to 'tabs'
In order to make the selection of a content element as
smooth as possible, and avoid showing not needed content
types...
Soren Malling
19:56 Revision 75a0120a: [TASK] Exchange import/export icons in t3skin
For the UXW new icons for import/export have been created
by the Design Team. Integrate them finally after a long tim...
Steffen Ritter
19:56 Revision 1b12dd71: [FEATURE] Add jQuery API to the pagerenderer
jQuery 1.8 (beta1 currently, final will be released in July 2012)
is now included in the typo3/contrib/ directory.
Ad...
Benni Mack
19:56 Revision 79f3e339: [TASK] RTE: Remove PageTSConfig properties deprecated since TYPO3 4.6
Remove PageTSConfig properties that were deprecated in TYPO3 4.6.
Change-Id: I22d3230134a85d36aa10ebe479cbcb156d4abb...
Stanislas Rolland
19:56 Revision c216ee43: [TASK] RTE: Remove deprecated code
Remove code that was deprecated in TYPO3 4.6.
Change-Id: Iae9791b7713daf5af0a4d1574d07203950f616ad
Releases: 6.0
Res...
Stanislas Rolland
19:56 Revision ad3e29cd: [FEATURE] RTE: Always use standards-based methods in IE9 native-mode
Description: When IE9 is used in native IE9 mode, the RTE should
always use the standards-based methods supported by ...
Stanislas Rolland
19:56 Revision 6ce9d864: [BUGFIX] Minor issues with scheduler progress bars
The progress bars introduced in the scheduler have two small issues:
* an empty line between the progress bar and a...
Ingo Renner
19:56 Revision 6f49fa9b: [BUGFIX] RTE spellcheck issue on Windows server
Problem: There is no command "cat" on windows systems. The equivalent
for these systems would be "type".
Solution: Us...
Stanislas Rolland
19:56 Revision af23903a: [BUGFIX] Remove t3ver_swapmode code blocks
The different ways of versioning (element, page, branch) have
been defined to element versioning some TYPO3 version a...
Oliver Hader
19:56 Revision 4c21bbe8: [BUGFIX] Fix UnitTests for t3lib_div::validPathStr
The change in #38604 introduced failing UnitTests
for t3lib_div::validPathStr, because we changed
the return value to...
Andy Grunwald
19:56 Revision 7de2efbb: [TASK] Raise submodule pointer
Change-Id: I30875a714fa152bee5808c42831136cb6fe5c249
Reviewed-on: http://review.typo3.org/12588
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
19:56 Revision 46ab5a79: [SECURITY] XSS in swfupload
There is a known XSS vulnerability in swfupload which isn't
fixed yet. Thanks to the Wordpress project for providing ...
Oliver Hader
19:56 Revision 730c196e: [BUGFIX] In IE9, RTE does not work correctly in compat modes IE8/IE7
Problem: When using IE9, the RTE does not work correctly when using
compatibility modes IE8 or IE7. In particular, th...
Stanislas Rolland
19:56 Revision 4f58e8cf: [BUGFIX] RTE: Enable dialogue window resizing in IE
Problem: There was a bug in ExtJS 3.1 that produced a JavaScript
error when a window object was configured as resizab...
Stanislas Rolland
19:56 Revision 6ad17ca4: [BUGFIX] IRRE records can't be expanded without an hidden field
If no hidden field in TCA for IRRE child records, this will
lead to JavaScript errors on expanding the accordant chil...
Oliver Hader
19:56 Revision ff39f662: [BUGFIX] In IE9, RTE does not work correctly in compat modes IE8/IE7
Problem: When using IE9, the RTE does not work correctly when using
compatibility modes IE8 or IE7. In particular, th...
Stanislas Rolland
19:56 Revision e0049f63: [TASK] Always return a boolean in t3lib_div::validPathStr
In t3lib_div::validPathStr() a boolean (TRUE) is returned,
if this is a valid path string. If it is NOT a valid path ...
Andy Grunwald
19:56 Revision 516b2a87: Revert "[BUGFIX] In IE9, RTE does not work correctly in compat modes IE8/IE7"
This reverts commit 5e4d5cfcc7843c3278b2f07ac9d394405910f52d
Avoid reliance on order of style sheets.
Change-Id: I6...
Stanislas Rolland
19:56 Revision e38dc73e: [TASK] Fix CGL violations against SemicolonSpacing in JS files
There are some violations against the sniff
Squiz.WhiteSpace.SemicolonSpacing in some javascript files.
This patch fi...
Andy Grunwald
19:56 Revision c6de6ed1: [BUGFIX] FAL spams syslog
Two calls to t3lib_div::syslog() in the FAL driver registry are
executed for every call. This spams the syslog with d...
Christian Kuhn
19:56 Revision e26f7e4c: [BUGFIX] Use SYSLOG_SEVERITY_* constant using t3lib_div::sysLog
Use one of the defined SYSLOG_SEVERITY_* constants from t3lib_div
instead of an integer if calling t3lib_div::sysLog ...
Christian Kuhn
19:56 Revision 5e7a1027: [TASK] Fix CGL violations against ClassDocComment
Fix CGL violations against ClassDocComment
Change-Id: I450fa53e2efc43ff201029a1e5461865afa555d1
Resolves: #38573
Rel...
Wouter Wolters
19:56 Revision af9aa014: [TASK] Fix CGL violations against InlineControlStructure
Fix CGL violations against InlineControlStructure
Change-Id: I93af6623bc7eb1e372e51df61642dbfcf8d80a28
Resolves: #38...
Wouter Wolters
19:56 Revision 9fa282c0: [TASK] Fix CGL violations against CharacterAfterPHPClosingTag
Fix CGL violations against CharacterAfterPHPClosingTag
Change-Id: Ieeb78f73fcea6e6c06162114c16ebe3df1ef6b85
Resolves...
Wouter Wolters
19:56 Revision 657f542c: [TASK] Fix CGL violation against UnconditionalIfStatement
Fix CGL violation against Generic.CodeAnalysis.UnconditionalIfStatement
Change-Id: I7b502ede899ca2b7bf86894f26a8f9aa...
Andy Grunwald
19:56 Revision 9f119629: [TASK] Fix CGL violations against SuperfluousWhitespace
Fix CGL violations against SuperfluousWhitespace
Change-Id: Iadf22a70963e88a0c592f225ac1855dc3feeae3c
Resolves: #385...
Wouter Wolters
19:56 Revision 91a0077c: [TASK] Fix CGL violations against SuperfluousWhitespace
Fix CGL violations against SuperfluousWhitespace
Change-Id: Ibc3d56d3385619f35765d31965688d1c892a4fc5
Resolves: #385...
Wouter Wolters
19:56 Revision a0a78cd3: [TASK] Fix CGL violations against InlineControlStructure
Fix CGL violations against InlineControlStructure
Change-Id: Ibc6ce83f69e45f5ae495d5acd69ac821ce5c10ab
Resolves: #38...
Wouter Wolters
19:56 Revision 1bfb08d0: [TASK] Fix very last 2 CGL violations "SemicolonSpacingIncorrect"
Change-Id: Icc9f3f7262c8f0cdc8e6ebd5b401f00dda9fd86a
Resolves: #38524
Releases: 6.0
Reviewed-on: http://review.typo3....
Roland
19:56 Revision 49316b8b: [TASK] Raise extbase submodule pointer
Change-Id: I08bb352f8aca0bf8ec573ec58057758e64031ffe
Reviewed-on: http://review.typo3.org/12508
Reviewed-by: Christia...
Christian Kuhn
19:56 Revision cabf5d20: [TASK] Build more PHP modules in travis environment
In order to execute certain unit tests special requirements
of the environment must be met. In particular several
add...
Helmut Hummel
19:56 Revision 0f0bef35: [TASK] Fix CGL violations against InlineControlStructure
Fix CGL violations against InlineControlStructure
Change-Id: Id745bfbb69f696045040c2ff635ed982e9d2d933
Resolves: #38...
Wouter Wolters
19:56 Revision 180ea2aa: [TASK] Add support for PHP 5.4 in Travis-CI build file
At the moment, the Travis-CI build file only supports PHP 5.3.
I`ve tested to run the same UnitTests for PHP 5.4 and ...
Andy Grunwald
19:56 Revision 667d6b95: [FEATURE] Create interface and enable custom form_postProcessors
PostProcessors now need to implement the
tx_form_System_Postprocessor_Interface.
All classes implementing this interf...
Franz Geiger
19:56 Revision ccbd26bf: [TASK] Autoloader performance improvement
If the autoload registry is read from cache, all class names are
already lowercased. The patch calls the lowercase lo...
Christian Kuhn
19:56 Revision 4b207043: [BUGFIX] Fix unit tests for changed identifier
Because of the identifiers being changed in the last
commit, the unit tests failed.
Adjust the tests according to th...
Helmut Hummel
19:56 Revision 6bfada60: [TASK] Change travis configuration to build PHP modules
Many of the unit tests are skipped because dependencies
to certain PHP modules are not matched.
Add a script that se...
Helmut Hummel
19:56 Revision e082a7f7: [BUGFIX] Remove a rather dubious unit test for Redis cache backend
The password test is not very useful and fails with younger redis
versions. It was already removed in TYPO3.FLOW3 wit...
Christian Kuhn
19:56 Revision 658782c6: [TASK] Assign category 'Backend' to EXT:t3skin
Extensions are sorted by categories.
EXT: t3skin does not have a default category.
Change-Id: I525c0d22a32441d63c5b8...
Felix Kopp
19:56 Revision e7e05e44: [BUGFIX] Icon for save action in scheduler should be save-close
When creating or editing a task in scheduler, the icon for the save
action must be save and close, because the task i...
Philipp Gampe
19:56 Revision 0c4dd646: [BUGFIX] Page tree unit test fails if pages don't exist
The unit test getNodesSetsIsMountPointField fails if
the pages with uid 1, 2, 3 are not available.
Instead of relyin...
Susanne Moog
19:56 Revision 9304f846: [TASK] Add prefix to code cache identifier
Currently all identifier for php code caches are only a sha1 hash,
so it is not possible to distinguish them in the f...
Helmut Hummel
19:56 Revision f1110978: [TASK] Fix wrong cObject name in comment (CLEAR_REGISTER)
In the comment describing $this->registerStack (of tslib_fe) there's a
reference to CLEAR_REGISTER, which doesn't exi...
Sebastian Michaelsen
19:56 Revision 8ee266aa: [FEATURE] Raise user authentication log severity
Raise the syslog severity for user authentication failures from 0
(info) to 2 (warning). Log scanners like 'fail2ban'...
Arjen Hoekema
19:56 Revision 5186a793: [BUGFIX] Fix unit test failure if gif compress is disabled
If gif_compress is disabled in the install tool, the
test gifCompressFixesPermissionOfConvertedFileIfUsingGd
fails, a...
Susanne Moog
19:56 Revision 41abd18d: [TASK] Add update-wizard for Media Flexform
While adding the new media stuff the flexform has been altered.
Therefore a update wizard needs to be provided to not...
Steffen Ritter
19:56 Revision 5633b28a: [FEATURE] Enable TCEFORM.table.field.config.readOnly = 1
In t3lib_tceforms::t3lib_TCEforms() you have a whitelist
definition that allows tca field configuration
to be overrid...
Dimitri Koenig
19:56 Revision 4cf587d0: [FEATURE] BE login needs a CSS class for popup login
If the popup window with the login information is rendered,
an additional class can help to style the output a bit be...
Georg Ringer
19:56 Revision 5303ccee: [BUGFIX] VariableFrontend initializeObject not called
The method is protected and is not called in the container then
Change-Id: I03ab47aa1030e782d14304d9371fc62b9c5aed18...
Daniel Poetzinger
19:56 Revision d7bb0d1c: [FEATURE] Redesign of sys_note
Complete redesign of the sys_notes
Resolves: #26796
Releases: 6.0
Change-Id: I7b8748c7142a1ab6615edb4567aa748d21c54a...
Georg Ringer
19:56 Revision 9993a7e3: [BUGFIX] Remove class of td if "No CSS styles for this table" is set
Change-Id: I75f1a27b4ef1a94831d6d80f8d0d8d649fc8d1ca
Fixes: #37618
Releases: 6.0, 4.7, 4.6, 4.5
Reviewed-on: http://r...
Juergen Furrer
19:56 Revision f4234449: [FEATURE] Make saltedpasswords conversion task options configurable
The saltedpassword password conversion task for the schedular features
two configuration option:
* canDeactivateSelf...
Philipp Gampe
19:56 Revision fe3441f1: [TASK] Fix CGL violations against InlineControlStructure
Fix CGL violations against InlineControlStructure
Change-Id: I2935a11c27c22070e9a3f08306c2cf69e3c83dd5
Resolves: #38...
Wouter Wolters
19:56 Revision 41ae8fda: [BUGFIX] Fatal error in configuration ($BE_USER->uc)
This happens because an object is handed over as
$arr[$key].
In this case convert $arr[$key] to a real array.
Change...
Susanne Moog
19:56 Revision 9f0d1622: [BUGFIX] Markers (%s) are not replaced in TCEmain error messages
Change-Id: I33d8840390deba3e8a2ac5a188fd6fb089b91b5f
Fixes: #36290
Releases: 6.0, 4.7, 4.6, 4.5
Reviewed-on: http://r...
Bart Dubelaar
19:56 Revision 9303087f: [TASK] Add missing sql_free_result in t3lib classes
Add missing calls to sql_free_result in t3lib classes.
Change-Id: Iac695e8e9644b068771947e03deef1062e0dd822
Resolves...
Wouter Wolters
19:56 Revision c4542680: [BUGFIX] TSFE->additionalFooterData for USER_INT
TSFE->additionalFooterData was introduced with TYPO3 4.3, but
only for the purpose of t3lib_PageRenderer. The definit...
Oliver Hader
19:56 Revision 7b137ffa: [TASK] Fix CGL violations against InlineControlStructure
Fix CGL violations against InlineControlStructure
Change-Id: I4fcde4f6d0b5d0252154f254799b9cef8fedc775
Resolves: #38...
Wouter Wolters
19:56 Revision 6319da63: [TASK] Fix CGL violations against InlineControlStructure
Fix CGL violations against InlineControlStructure
Change-Id: I296c5f8cc847c4d7d80ab64703834902d65aa8e2
Resolves: #38...
Wouter Wolters
19:56 Revision a86dcb27: [BUGFIX] Drag&Drop inside the root page of the pagetree isn't possible
In case there is no page (except the root page) within TYPO3, you can't
use the drag and drop functionality in the pa...
Stefan Galinski
19:56 Revision c9bb9b81: [!!!][TASK] Move temp_CACHED_* files to caching framework
After the basic bootstrap refactoring that moved the loading of
ext_tables.php and ext_localconf.php to class context...
Christian Kuhn
19:56 Revision 0b82578a: [BUGFIX] Adding Multiple Images fails
Adding multiple images using the "import elements" link within
the record picker fails, since it calls a request to c...
Steffen Ritter
19:56 Revision 71590d8f: [BUGFIX] Take versioned record into account for showHidden flag.
The flag showHiddenPage is set if the requested uid is a hidden page.
The original code always looked at the original...
Bart Dubelaar
19:56 Revision 74e73005: [TASK] Remove internal sys_history cleanup feature
The internal cleanup feature for the table sys_history
kept the entries only for 30 days by default. This behaviour
c...
Stefan Galinski
19:56 Revision 4f16d0ed: [TASK] Fix CGL violations against DoubleQuoteUsage
Fix CGL violations against DoubleQuoteUsage
Change-Id: I6e97a8f02130b246c4eeaa9493722a53974c0a21
Resolves: #38358
Re...
Wouter Wolters
19:56 Revision dc5789c9: [BUGFIX] Declaration of tx_rtehtmlarea_base::drawRTE() not compatible
Solution: First parameter should be defined as reference so as to be
compatible with the definition of t3lib_rteapi::...
Stanislas Rolland
19:56 Revision 5048ff73: [TASK] Remove tslib/media, cglify statictemplates/media
The media folder in the TYPO3 core is duplicated: It resides once
in tslib/media and once in statictemplates/media. I...
Susanne Moog
19:56 Revision a75130f9: [TASK] Set TYPO3 version to 6.0-dev
Change-Id: I26ba2f65f6b55c03adf3fa77cc9c12e3cf8132b0
Reviewed-on: http://review.typo3.org/12413
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
19:56 Revision adec816f: [TASK] Usability: Replace "Sitemap" with "Special Menus"
Changes the labels to be a bit more general since this CType can
be used for more than just sitemaps. Also changes th...
Mario Rimann
19:56 Revision fb6dd5c5: [FEATURE] Edit on click in list module by default
Change-Id: I8474d3400245e47c817ca1a2c63116a410d03747
Resolves: #38453
Releases: 6.0
Reviewed-on: http://review.typo3....
Stefan Galinski
19:56 Revision 82ea3243: [FEATURE] Improve the info popup
The change improves the general spacing and CGL of the code,
removes some unused variables, tailores some very long l...
Stefan Galinski
19:56 Revision 30e54e15: [BUGFIX] RTE link insertion issues with IE9
Problem: inRange method not supported by standard range object used
with IE9.
Solution: Use standards-based method wi...
Stanislas Rolland
19:56 Revision 6d8dc2eb: [BUGFIX] Bootstrap_BaseSetup::getPathThisScript is not static
The method Typo3_Bootstrap_BaseSetup::getPathThisScript()
should be static but isn't
Change-Id: I96ce32ba5980f5a3612...
Georg Ringer
19:56 Revision 0c657e36: [TASK] Raise submodule pointer
Change-Id: Ic305bb1a44273833f53df88330b8f6ec3cf5f0da
Reviewed-on: http://review.typo3.org/12408
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
19:56 Revision 9c1a09f6: [RELEASE] Release of TYPO3 6.0.0alpha2
Change-Id: I91407bb8bd36d96ce19935eaa3c314dfda7ad09a
Reviewed-on: http://review.typo3.org/12412
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
19:56 Revision 279eb759: [TASK] Encapsulate bootstrap base code
This patch merges all bootstrap code that is independent from the local
instance and configuration into one class. A ...
Christian Kuhn
19:56 Revision 3f532917: [BUGFIX] Use the TestFinder to determine fixture path
Two tests still use a hardcoded path to the fixture files.
This fails if no typo3_src folder is present which is not
...
Helmut Hummel
19:56 Revision 522b4d26: [BUGFIX] Backup global vars in DriverRegistryTest
The DriverRegistryTest pollutes the global variable space,
which leads to failures in other tests if they are execute...
Helmut Hummel
19:56 Revision b92a6b4f: [TASK] Add travis configuration file
For details read the ticket description.
Change-Id: Ibc22c62e7bb490e1871db92bbc09cd7e56581fa3
Resolves: #38357
Relea...
Helmut Hummel
19:56 Revision a949494a: [BUGFIX] Wrong margin calculation for Text/Image
This patch fixes a wrong calculation of margins for Text/Image
items with the properties "Beside text, left" and "Bes...
Torben Hansen
19:56 Revision e5300de9: [TASK] CGL cleanup for the new module menu classes
The new module menu classes have some CGL issues left.
Patch fixes missing comments and some wrong object
annotation...
Susanne Moog
19:56 Revision e8766175: [BUGFIX] CamelCased class names impossible with empty cache
Issue #37110 that aimed to allow case sensitive class name in
ext_autoload files has a bug that any class registered ...
Christian Kuhn
19:56 Revision b8d60a01: [TASK] Remove empty constructors in EXT:form
An empty constructor just calling parent is not needed, because parent
constructors are always called automatically.
...
Andy Grunwald
19:56 Revision 7a062fbe: [TASK] Remove empty init() method from EXT:tsconfig_help
In EXT:tsconfig_help the method init() just call his parent.
This is not needed, because parent method are always ca...
Andy Grunwald
19:56 Revision 9e119052: [FEATURE] Add module menu object to the TYPO3 backend
The backend at the moment uses a combination of the
GLOBAL variables TBE_MODULES and TBE_MODULES_EXT to
build the mai...
Susanne Moog
19:56 Revision 964110a4: [TASK] Raise submodule pointer
Change-Id: I9e1a9af81ec767475911c48772ae60e754c29384
Reviewed-on: http://review.typo3.org/12327
Reviewed-by: Christia...
Christian Kuhn
19:56 Revision f13bb01f: [TASK] Remove empty constructor from t3lib_spritemanager_SimpleHandler
An empty constructor just calling parent is not needed, because parent
constructors are always called automatically.
...
Andy Grunwald
19:56 Revision a2f77bca: [TASK] Remove empty method from t3lib_file_Repository_FileCollectionRepo
In t3lib_file_Repository_FileCollectionRepository the method findByType
just call his parent.
Change-Id: Ia82ec630fd...
Andy Grunwald
19:56 Revision 15934daa: [FEATURE] Cache negative ux_* look up in autoloader
For every class instance that is requested via
t3lib_div::makeInstance(), a lookup for ux_"classname" is done
and tha...
Christian Kuhn
19:56 Revision 2bc4315d: [TASK] Remove empty constructor from localRecordList
__construct() in localRecordList just calls parent.
This is not needed, because parent constructors are always
calle...
Andy Grunwald
12:56 Revision b5ba81a8: [FEATURE] Add categorization into the Core
A common use case in every advanced website is to be able to
categorize records. Besides that, there is the need to s...
Fabien Udriot

2012-07-12

09:32 Revision 3d195405: [BUGFIX] Drag&Drop inside the root page of the pagetree isn't possible
In case there is no page (except the root page) within TYPO3, you can't
use the drag and drop functionality in the pa...
Stefan Galinski
09:26 Revision fe76723a: [BUGFIX] Drag&Drop inside the root page of the pagetree isn't possible
In case there is no page (except the root page) within TYPO3, you can't
use the drag and drop functionality in the pa...
Stefan Galinski
09:22 Revision cdee4ff9: [BUGFIX] Check if user is allowed to paste page to pagetree
The user rights have checks for new / edit / delete, but paste was missing
leading to an error. Page actions 'paste i...
Max Roesch
09:21 Revision eb215bac: [BUGFIX] Check if user is allowed to paste page to pagetree
The user rights have checks for new / edit / delete, but paste was missing
leading to an error. Page actions 'paste i...
Max Roesch
09:10 Revision bc21789f: [BUGFIX] Add rootline workspace overlay for backend_layouts.
When fetching the rootline inside a workspace
make sure to fetch the correct overlay.
Change-Id: I15ef4202d34c62f7aa...
Timo Webler
09:09 Revision c3e4fcb1: [BUGFIX] Add rootline workspace overlay for backend_layouts.
When fetching the rootline inside a workspace
make sure to fetch the correct overlay.
Change-Id: I9cee018d0c6fa22213...
Timo Webler

2012-07-10

16:10 Revision 61892aa9: [FEATURE] Add signal to process public URL of file
By using the File Abstraction Layer (FAL), resources can be put
to remote storages like Amazon S3 or WebDAV. However,...
Benni Mack
 

Also available in: Atom