Project

General

Profile

Activity

From 2013-02-23 to 2013-03-24

2013-03-24

13:06 Revision 240a1305: [BUGFIX] Invalid RSA key when submitting form twice
When submitting a RSA-supported form twice, the JS error
"Invalid RSA public key" is thrown. In order to suppress
thi...
Benni Mack
13:04 Revision 7c8688f6: [FEATURE] Flexible cHash Calculation
Introduces new configuration options for $TYPO3_CONF_VARS['FE']
* cHashRequiredParameters
* cHashExcludedParameters
*...
Daniel Poetzinger
12:33 Revision 57d3c1a6: [TASK] Fix failing unit tests for LocalDriver
The original patch for #46604 unfortunately broke two (non-critical)
unit tests, which are fixed again by this commit...
Andreas Wolf
11:45 Revision 3982b754: [TASK] Fix failing unit tests for LocalDriver
The original patch for #46604 unfortunately broke two (non-critical)
unit tests, which are fixed again by this commit...
Andreas Wolf
11:25 Revision 5a5f4aab: [BUGFIX] Error in filelist for Storage context menu
The click menu for storage roots or mount points in filelist contains
functions which are not supported (e.g. cut/cop...
Nicole Cordes
11:13 Revision 8feaf17b: [FEATURE] Add splitChar to noTrimWrap
noTrimWrap constructions with empty parts share syntax with optionSplit.
If this is used in HMENU optionSplit takes p...
Jigal van Hemert
10:59 Revision 76073826: [BUGFIX] FAL Upgrade Wizards do not set pid
The sys_file_reference records are originally set to
be placed on rootLevel, the upgrade wizard does
exactly that.
H...
Benni Mack
10:57 Revision 43b2b7bc: [BUGFIX] Default upload folder should be user_upload/
The default folder in FAL is set to temp. However, temp should
be used for temporary files like import/export t3d fil...
Benni Mack
10:47 Revision f6e85763: [BUGFIX] Default upload folder should be user_upload/
The default folder in FAL is set to temp. However, temp should
be used for temporary files like import/export t3d fil...
Benni Mack
10:30 Revision 8be37d5b: [BUGFIX] Folder Tree does not respect _temp_ and _recycler_
The Folder Tree View does not respect temp and
recycler settings, which are identified by the folder
names.
The file...
Benni Mack
10:29 Revision 3053d0e0: [FEATURE] Add delete button in file list
Currently it is not possible to delete a file or folder
in the file list. Additionally, there is translation and
erro...
Benni Mack
10:26 Revision 883e92e5: [BUGFIX] Resource storage does not emit signals
The ResourceStorage class should emit signals before and after most
actions it performs. The emit*() methods are alre...
Andreas Wolf
10:22 Revision b4bdc272: [BUGFIX] Resource storage does not emit signals
The ResourceStorage class should emit signals before and after most
actions it performs. The emit*() methods are alre...
Andreas Wolf
10:15 Revision 01cc42b2: [BUGFIX] Folder Tree does not respect _temp_ and _recycler_
The Folder Tree View does not respect temp and
recycler settings, which are identified by the folder
names.
The file...
Benni Mack
10:12 Revision 60c80a2e: [BUG] sys_file_reference: missing exclude fields for Non-Admins
Currently, only link, but not description and alternative
is a exclude field. So the others are ALWAYS visible.
They ...
Benni Mack

2013-03-23

22:26 Revision 6e7769ca: [BUGFIX] Copy and move folders between storages is broken
If you try to copy a folder from one storage into another one it leads to
a copy in the same (source) storage. This h...
Nicole Cordes
20:26 Revision f6b81f19: [BUGFIX] ExtJS connection timeout when mass publishing
When doing a mass publish in large installations
it can happen that the ExtJS Ajax request runs into
the 30 Seconds t...
Helmut Hummel
20:25 Revision 2736f911: [BUGFIX] ExtJS connection timeout when mass publishing
When doing a mass publish in large installations
it can happen that the ExtJS Ajax request runs into
the 30 Seconds t...
Helmut Hummel
19:34 Revision b240754c: [BUGFIX] Subfolders must use the identifier as identifier
Currently subfolders don't use the identifier correctly as the name is
used instead. This doesn't really matter if yo...
Georg Ringer
15:58 Revision 6490c5d5: [FEATURE] Use EnvironmentService to detect TYPO3_MODE in several places
In several places the TYPO3_MODE is still detected by
checking the TYPO3_MODE constant directly. This patch
replaces ...
Alexander Schnitzler
15:33 Revision 74b3bae7: [BUGFIX] Remove old require_once in index_ts.php
* TimeTracker can be instantiated directly, using autoloader
* Check for loaded ext:cms is obsolete, it is a required...
Christian Kuhn
15:13 Revision 89e2c340: [TASK] Remove unneeded backupGlobals from Unit Tests
Change-Id: Ib15d118cd28a455fb5125fc51580382ad72d1d26
Resolves: #46593
Releases: 6.1
Reviewed-on: https://review.typo3...
Wouter Wolters
15:02 Revision dd7cea5e: [BUGFIX] FAL Upgrade Wizards do not set pid
The sys_file_reference records are originally set to
be placed on rootLevel, the upgrade wizard does
exactly that.
H...
Benni Mack
14:51 Revision 604862bc: [FEATURE][WIP] Introduce DataStructures / Part 1
In order to add some kind of central API
layer to accessing the global TCA array
the DataStructure (each per TCA tabl...
Benni Mack
12:26 Revision 73ee6ff2: [BUGFIX] Settings for local drivers are not shown by default
If you create a new storage the LocalDriver is selected by default
(because it is the first registered driver) but th...
Nicole Cordes
12:21 Revision a9538cdb: [BUGFIX] Copy and move folders between storages is broken
If you try to copy a folder from one storage into another one it leads to
a copy in the same (source) storage. This h...
Nicole Cordes
12:20 Revision 26e634f1: [BUGFIX][EM] Fix failing unit tests
Change-Id: I2a100ba46e4b3c3177848ed554ea74f2d2b8dc52
Fixes: #46588
Related: #46573
Releases: 6.1
Reviewed-on: https:/...
Christian Kuhn
11:03 Revision c0652b52: [BUGFIX][EM] Fix of last update time after update
The time of the last update in the extension manager was not displayed
correctly immediately after an update, an addi...
Jost Baron
10:32 Revision 58d76c88: [BUGFIX] Update sys_refindex to reflect typolink to file in RTE content
Problem: sys_refindex should be updated when a link to a file is
inserted in or removed from RTE content.
Solution: A...
Benni Mack

2013-03-22

22:45 Revision 66256191: [BUGFIX] Title includes html tags
In the filelist special folders like _temp_ and _recycler_ folder are
highlighted in bold as they get human readable ...
Nicole Cordes
22:28 Revision b380f9ba: [BUGFIX] Context menu for offline storages raises exception
If you try to call the context menu for an offline storage an exception is
raised. Therefore an offline storage shoul...
Nicole Cordes
20:57 Revision c5db57a5: [TASK][EM] Truncate table if updating extension list
If updating the TER extension list, em deletes all rows of the table
with entries of the specific repository. Since E...
Christian Kuhn
20:57 Revision bf8ba720: [BUGFIX] Warning empty $GLOBALS['TCA'] in rootline utility
The TCA refactoring of issue #45767 introduced a warning in the
rootline utility: Rootline resolving is called by det...
Christian Kuhn
20:48 Revision ced52d8e: [TASK][EM] More readable "time since last update"-strings
The extensionmanager now shows the time elapsed since the last update,
not the time of the last update. The time of t...
Jost Baron
18:54 Revision e47488b9: [BUGFIX] fallbackRendering is always called
When rendering textpic, the content object rendering is always called for
the Typoscript setting fallbackRendering wh...
Christian Kuhn
18:53 Revision 4998b952: [BUGFIX] fallbackRendering is always called
When rendering textpic, the content object rendering is always called for
the Typoscript setting fallbackRendering wh...
Christian Kuhn
18:53 Revision dcd60aae: [BUGFIX] fallbackRendering is always called
When rendering textpic, the content object rendering is always called for
the Typoscript setting fallbackRendering wh...
Simon Schaufelberger
18:49 Revision 49117d86: [BUGFIX] fallbackRendering is always called
When rendering textpic, the content object rendering is always called for
the Typoscript setting fallbackRendering wh...
Simon Schaufelberger
18:40 Revision c430cef8: [TASK] Small clean up in the page tree code
There are minor issues in the page tree code, which should be
cleaned up. This is a non-functionality change.
Change...
Dmitry Dulepov
18:38 Revision 7d95aa3b: [TASK] Small cleanup in Boostrap.php
Code cleanup prior to #41596
Releases: 6.1, 6.0
Change-Id: I87294a52e282175b345ee8b1a735604f6993e0f3
Reviewed-on: ht...
Michael Stucki
18:36 Revision 4e7656fa: [TASK] Update file type according to Iana standard
This change relates to the File types in FAL.
The Iana standard http://www.iana.org/assignments/media-types
defines a...
Fabien Udriot
18:31 Revision 41af6773: [TASK] thumbs.php ease require/include path
Currently typo3/thumbs.php requires t3lib/thumbs.php and
t3lib/thumbs.php requires EXT:backend/Classes/View/Thumbnail...
Felix Kopp
17:55 Revision 83f6961a: [BUGFIX] Update sys_refindex to reflect typolink to file in RTE content
Problem: sys_refindex should be updated when a link to a file is
inserted in or removed from RTE content.
Solution: A...
Benni Mack
17:14 Revision 64226f17: [BUGFIX] Sorting files in filelist is case sentive
The sorting for files in the filelist is case sensitive while the sorting
for folders is not. The sorting should be a...
Nicole Cordes
16:51 Revision 3644020a: [TASK] Remove Flash Uploader Functionality
As there is a better HTML5 alternative in the
Backend since TYPO3 CMS 6.0, the
flash uploader has only little benefit...
Benni Mack
16:50 Revision b8bd34d6: [BUGFIX] Sorting files in filelist is case sentive
The sorting for files in the filelist is case sensitive while the sorting
for folders is not. The sorting should be a...
Nicole Cordes
13:58 Revision 5eab7911: [TASK] Remove unneded text in Install-Tool
Some text in the install tool should be removed
- "Installing TYPO3 as always been a hot topic on the mailinglist".....
Georg Ringer
13:55 Revision 0fc6d8c1: Improve rendering of "System environment check"
The title should be wrapped in a <strong>-Tag
Change-Id: Idf76d37edbfaa437d1940d1e0db476fa41415bca
Resolves: #46546
...
Georg Ringer
12:45 Revision 6a4a33dd: [TASK] Small cleanup in Boostrap.php
Code cleanup prior to #41596
Releases: 6.1, 6.0
Change-Id: I87294a52e282175b345ee8b1a735604f6993e0f3
Reviewed-on: ht...
Michael Stucki

2013-03-21

23:51 Revision 73fbbbc0: [BUGFIX] Fix translation overlay in RECORDS
When RECORDS content object is used with pages as table
no translation overlay is done.
Fix that by adding a check a...
Helmut Hummel
23:51 Revision 3bbde9e3: [BUGFIX] Fix translation overlay in RECORDS
When RECORDS content object is used with pages as table
no translation overlay is done.
Fix that by adding a check a...
Helmut Hummel
23:34 Revision d04f18fa: [TASK] Remove deprecated code
Remove deprecated code that is marked to be deleted in 6.1.
Change-Id: I4a8f512c039e537733228840f1fb8a592f8331a3
Res...
Benni Mack
23:04 Revision 2b0c185a: [TASK] Remove deprecated @see comment
Change-Id: Ie7722b57cf58f296c084ff4fee7b9fd6983ebe5b
Reviewed-on: https://review.typo3.org/19159
Reviewed-by: Christi...
Christian Kuhn
22:28 Revision 6cfed696: [TASK] Remove deprecated code
Remove all code that was marked for removal in version 6.0.
Change-Id: I98668661a4b4e3a4c2f3a035bfe4ddbaf2ef61f5
Res...
Markus Klein
22:18 Revision e434c7b0: [TASK] Raise submodule pointer
Change-Id: Iee8e10b5394957c5df9ff543ced4365be42e5716
Reviewed-on: https://review.typo3.org/19156
Reviewed-by: Christi...
Christian Kuhn
22:16 Revision 2bc05bc5: [TASK] Remove deprecated code
Remove all code that was marked for removal in version 6.0.
Resolves: #39137
Related: #37081
Releases: 6.1
Change-Id...
Markus Klein
22:09 Revision 22b0e87f: [TASK] Remove deleted file reference from legacy index
Change-Id: I0cf581fe1e96cae0627855df64a136cb71d06238
Related: #46516
Reviewed-on: https://review.typo3.org/19153
Revi...
Christian Kuhn
22:05 Revision 9c20e158: [TASK] Raise submodule pointer
Change-Id: I7600f2b1c37d0cd8160d6f93e036a05bb520b557
Reviewed-on: https://review.typo3.org/19152
Reviewed-by: Christi...
Christian Kuhn
22:02 Revision 3f3469d8: [TASK] Remove unreachable code
This patch removes the old workspace and most of the old version
module. This patch was already done for 4.6 with com...
Christian Kuhn
21:26 Revision cab7ef2e: [TASK] Raise submodule pointer
Change-Id: If7e6d8aefe8673dc7b40058eee691b54974e3e97
Reviewed-on: https://review.typo3.org/19150
Reviewed-by: Christi...
Christian Kuhn
20:29 Revision 0e0a47d8: [TASK] Remove deprecated code
Remove all code that was marked for removal in version 6.0.
Resolves: #39137
Related: #37081
Releases: 6.1
Change-Id...
Markus Klein
19:43 Revision d3f0bdef: [TASK] Raise submodule pointer
Change-Id: I6acbc8e89a12a963a4e84b3ad5b97fd96fc63431
Reviewed-on: https://review.typo3.org/19148
Reviewed-by: Christi...
Christian Kuhn
19:40 Revision 66b53f5f: [TASK] Remove reference to deprecated function
workspaceVersioningTypeAccess() is deprecated for a long time now.
Remove the references and dead code.
Change-Id: I...
Markus Klein

2013-03-20

21:45 Revision 6b110599: [!!!][-FEATURE] Remove ext:statictemplates
The patch removes the hopelessly outdated extension statictemplates.
Change-Id: Ic19d8b8d6cc99eead98a7a27d91e5a9d426...
Christian Kuhn
21:38 Revision cec543f7: [TASK] Raise submodule pointer
Change-Id: I03299ac7408140a6a0a3652bef62187b9073c317
Reviewed-on: https://review.typo3.org/19119
Reviewed-by: Christi...
Christian Kuhn
21:34 Revision 3418d4de: [BUGFIX] Fix .zip-export on windows and add unit test
On Windows servers (xampp), the .zip-export of extensions did not
work because \ZipArchive::addFile can't add directo...
Jost Baron
21:31 Revision 6380607a: [TASK] Rename methods in EnvironmentService
Releases: 6.1
Resolves: #46478
Change-Id: Idbefdd38bbed5197fd3d3e012ae2f0ee5366576f
Reviewed-on: https://review.typo3...
Alexander Schnitzler
21:29 Revision 75fb661f: [BUGFIX] Fix .zip-export on windows and add unit test
On Windows servers (xampp), the .zip-export of extensions did not
work because \ZipArchive::addFile can't add directo...
Jost Baron
21:28 Revision 7218ab01: [BUGFIX] ExtDirectApi uses an undefined variable
Method generateAPI() sets $className inside the condition but later uses
it without checking if it is empty or not. T...
Dmitry Dulepov
21:24 Revision e68a0d49: [BUGFIX] ExtDirectApi uses an undefined variable
Method generateAPI() sets $className inside the condition but later uses
it without checking if it is empty or not. T...
Dmitry Dulepov
21:22 Revision 4c6d7726: [BUGFIX][EM] Get extension show spinner icon in upper right table
The load mask logic in extension manager stumbles upon the fluid change
of issue #40826 and now always shows a spinne...
Christian Kuhn
20:24 Revision 75a5e6d1: [TASK] Raise submodule pointer
Change-Id: I9676dd5027e3788ae7e1e224316c94e530857716
Reviewed-on: https://review.typo3.org/19114
Reviewed-by: Christi...
Christian Kuhn
12:20 Revision e34a12f2: [TASK] NEWS.txt entry about removed f:form inline styling
Change-Id: Ia646ea2b54b8d7803309e0722662085eb8fe40c3
Resolves: #46451
Releases: 6.1
Reviewed-on: https://review.typo3...
Christian Kuhn
12:07 Revision 339279c2: Revert "[BUGFIX] FormViewHelper creates inline styling"
This reverts commit 9dddb1edbc3186c51b2443970822fbef12ed223f
The fix from issue #40826 can introduce regressions in ...
Christian Kuhn
12:07 Revision caff6e5d: Revert "[BUGFIX] FormViewHelper creates inline styling"
This reverts commit 9ec7f6c3b262bfe0ea1158d4b400ce41159ae182
The fix from issue #40826 can introduce regressions in ...
Christian Kuhn
12:07 Revision c87eb091: Revert "[BUGFIX] FormViewHelper creates inline styling"
This reverts commit 613b6aee3e90de00b40e271699405a5173c5ad34
The fix from issue #40826 can introduce regressions in ...
Christian Kuhn

2013-03-19

23:44 Revision f0b7bce1: [BUGFIX] FormViewHelper creates inline styling
Due to accessibility reasons the inline styling of a container is
removed.
Change-Id: I8d3759ebac694a5a4254beb2f7d75...
Wouter Wolters
23:41 Revision 61427900: [BUGFIX] FormViewHelper creates inline styling
Due to accessibility reasons the inline styling of a container is
removed.
Change-Id: I8d3759ebac694a5a4254beb2f7d75...
Wouter Wolters
21:50 Revision 372cd210: [TASK] Separate ext:statictemplates code from core
The three menu types GMENU_LAYERS GMENU_FOLDOUT and TMENU_LAYERS use
javascript files of statictemplates and belongs ...
Christian Kuhn
21:34 Revision a8117c05: [BUGFIX] Usage of deprecated returnFilemounts()
Some places in Core still use $GLOBALS['BE_USER']->returnFilemounts()
Resolves: #36405
Releases: 6.0, 6.1
Change-Id:...
Markus Klein
21:31 Revision 82977734: [BUGFIX] Usage of deprecated returnFilemounts()
Some places in Core still use $GLOBALS['BE_USER']->returnFilemounts()
Resolves: #36405
Releases: 6.0, 6.1
Change-Id:...
Markus Klein
20:59 Revision 027ba83c: [BUGFIX] BELog module error: "vsprintf(): Too few arguments"
AbstractExceptionHandler contains a function named writeLog. That
function adds an entry to the system log. System lo...
Dmitry Dulepov
20:57 Revision 987f8e4c: [BUGFIX] BELog module error: "vsprintf(): Too few arguments"
AbstractExceptionHandler contains a function named writeLog. That
function adds an entry to the system log. System lo...
Dmitry Dulepov
20:44 Revision d813bd84: [FEATURE] Hardcoded CLI arguments from $_SERVER vars
Currently there is no way to overwrite the used CLI
arguments from the class who extends from the
\TYPO3\CMS\Core\Con...
Benni Mack
20:14 Revision 8b8118fd: [TASK] Deprecate class FE_loadDBGroup
Class FE_loadDBGroup's only purpose is to set an attribute of its parent
class. This should better be done when insta...
Thorsten Kahler
02:28 Revision 4d463976: [TASK] Update copyright year to 2013
In this patch are also some fixes for files containing
a interface. Due the namespace change all interfaces
have the ...
Wouter Wolters

2013-03-18

23:02 Revision 8e3056f8: [TASK] Update copyright year to 2013
Change-Id: I486a5a12afffa7fc4068f5a041ec427cedf8b21e
Resolves: #46365
Releases: 6.1
Reviewed-on: https://review.typo3...
Wouter Wolters
22:58 Revision 13870464: [TASK] Use minimised version of jquery.dataTables-1.9.4
Change-Id: Ic8f2f046b6df70c885158f4c1f08cbad1c943cf1
Resolves: #43186
Releases: 6.1, 6.0
Reviewed-on: https://review....
Stefan Neufeind
22:54 Revision a8cbf426: [TASK] Use minimised version of jquery.dataTables-1.9.4
Change-Id: Ic8f2f046b6df70c885158f4c1f08cbad1c943cf1
Resolves: #43186
Releases: 6.1, 6.0
Reviewed-on: https://review....
Stefan Neufeind
22:10 Revision 8a233e47: [TASK] Raise submodule pointer
Change-Id: If6e29779ae1fde4febd149a05b582bbd5b5a992b
Reviewed-on: https://review.typo3.org/19025
Reviewed-by: Christi...
Christian Kuhn
22:09 Revision 1f3fdad3: [TASK] Raise submodule pointer
Change-Id: I3f55915ca6757b9f28da0fab1a785fb6c60a5d83
Reviewed-on: https://review.typo3.org/19026
Reviewed-by: Christi...
Christian Kuhn
22:09 Revision 65755049: [BUGFIX] TypeConverter can handle oldschool classnames
In case an extension provides oldschool classnames, the
setTypeConverterOptions functions fail due to mismatched arra...
Stefan Neufeind
22:07 Revision d632c284: [TASK] Raise submodule pointer
Change-Id: Ia8d085a85e3508a44403e6415de87785cda7ed9a
Reviewed-on: https://review.typo3.org/19023
Reviewed-by: Christi...
Christian Kuhn
22:03 Revision 27129e5b: [BUGFIX] FormViewHelper creates inline styling
Due to accessibility reasons the inline styling of a container is
removed.
Change-Id: I8d3759ebac694a5a4254beb2f7d75...
Wouter Wolters
22:02 Revision ef433487: [BUGFIX] Fix wrong parenthesis in Typo3DbBackend
Fixes an erroneously placed parenthesis in getObjectDataByQuery() for
retrieving the correct table name.
If dbal is ...
Anja Leichsenring
22:02 Revision 101bf277: [BUGFIX] Fix wrong parenthesis in Typo3DbBackend
Fixes an erroneously placed parenthesis in getObjectDataByQuery() for
retrieving the correct table name.
If dbal is ...
Anja Leichsenring
22:01 Revision 39762abb: [BUGFIX] Fix wrong parenthesis in Typo3DbBackend
Fixes an erroneously placed parenthesis in getObjectDataByQuery() for
retrieving the correct table name.
If dbal is ...
Anja Leichsenring
21:59 Revision 1fbd023d: [TASK] Raise submodule pointer
Change-Id: I8b49be31e8f22a661dbb9c38f2e6a11d370541d3
Reviewed-on: https://review.typo3.org/19018
Reviewed-by: Christi...
Christian Kuhn
21:43 Revision 8c4ec162: [BUGFIX] Creating default object from empty value in AbstractBackendViewHelper
The object `$GLOBALS['SOBE']` is not always set and thus setting a propery fails.
Change-Id: Ic70833516cb34c3ace9b58...
Philipp Gampe
21:43 Revision 56e4171e: [BUGFIX] Creating default object from empty value in AbstractBackendViewHelper
The object `$GLOBALS['SOBE']` is not always set and thus setting a propery fails.
Change-Id: Ic70833516cb34c3ace9b58...
Philipp Gampe
21:38 Revision b7ede889: [BUGFIX] Fix wrong parenthesis in Typo3DbBackend
Fixes an erroneously placed parenthesis in getObjectDataByQuery() for
retrieving the correct table name.
If dbal is ...
Anja Leichsenring
21:31 Revision a612a841: [TASK] Declare non static methods as static
Change-Id: Ifa199fd6b500f4f161b49a406aa2678abdaa785b
Resolves: #45509
Releases: 6.1
Reviewed-on: https://review.typo3...
Georg Ringer
21:10 Revision bee0ebe5: [BUGFIX] FormViewHelper creates inline styling
Due to accessibility reasons the inline styling of a container is
removed.
Change-Id: I8d3759ebac694a5a4254beb2f7d75...
Wouter Wolters
10:07 Revision 7717b856: [BUGIFX] Extra output blocks backend thumbnails
If some inclusion causes output when viewing image thumbnails
in the backend, the output will be broken. Adding a cal...
Francois Suter
10:00 Revision 7a0f5384: [BUGIFX] Extra output blocks backend thumbnails
If some inclusion causes output when viewing image thumbnails
in the backend, the output will be broken. Adding a cal...
Francois Suter
09:19 Revision 47fc4fbb: [FEATURE] Introduce methods to detect TYPO3_MODE properly
Currently a lot of conditions exist that directly
check for TYPO3_MODE to be "FE" or "BE". When it
comes to unit test...
Alexander Schnitzler
00:43 Revision b5d9c0f5: [TASK] Update copyright year to 2013
Change-Id: I2d71f12494da321fb237a4b5eaa87a9684c55bc1
Resolves: #46363
Releases: 6.1
Reviewed-on: https://review.typo3...
Wouter Wolters
00:42 Revision 62513ff6: [TASK] Update copyright year to 2013
Change-Id: I5c21c43d64081ef823cfa9fa34381f8295dbad9f
Resolves: #46362
Releases: 6.1
Reviewed-on: https://review.typo3...
Wouter Wolters
00:13 Revision b9d7fea6: [BUGFIX] Media element not working with FAL
With FAL the path to a file is no longer used,
instead the UID to the specific file is used,
prefixed with "file:"
T...
Andreas Schütte
00:10 Revision c07cd400: [BUGFIX] Media element not working with FAL
With FAL the path to a file is no longer used,
instead the UID to the specific file is used,
prefixed with "file:"
T...
Andreas Schütte

2013-03-17

23:36 Revision 6c88de6e: [BUGFIX] PHP 5.4 E_STRICT warning in HtmlViewHelper
Creating the TSFE instance in HtmlViewHelper raises a PHP 5.4
warning 'Creating default Object from empty value'.
Ch...
Christian Kuhn
23:36 Revision dd55b1b9: [BUGFIX] PHP 5.4 E_STRICT warning in HtmlViewHelper
Creating the TSFE instance in HtmlViewHelper raises a PHP 5.4
warning 'Creating default Object from empty value'.
Ch...
Christian Kuhn
23:35 Revision fd49659f: [BUGFIX] PHP 5.4 E_STRICT warning in HtmlViewHelper
Creating the TSFE instance in HtmlViewHelper raises a PHP 5.4
warning 'Creating default Object from empty value'.
Ch...
Christian Kuhn
23:28 Revision 3bdc9b1f: [BUGFIX] PHP 5.4 E_STRICT warning in HtmlViewHelper
Creating the TSFE instance in HtmlViewHelper raises a PHP 5.4
warning 'Creating default Object from empty value'.
Ch...
Christian Kuhn
22:30 Revision e7dec0bd: [BUGFIX] Fix PHP warning in BackendUtility::lockRecords
This methods triggers a warning "Illegal String offset"
with PHP 5.4, because $GLOBALS['BE_USER']->user['uid'] is acc...
Helmut Hummel
22:29 Revision ceab086d: [BUGFIX] Fix PHP warning in BackendUtility::lockRecords
This methods triggers a warning "Illegal String offset"
with PHP 5.4, because $GLOBALS['BE_USER']->user['uid'] is acc...
Helmut Hummel
22:29 Revision fa0b04c0: [BUGFIX] Fix PHP warning in BackendUtility::lockRecords
This methods triggers a warning "Illegal String offset"
with PHP 5.4, because $GLOBALS['BE_USER']->user['uid'] is acc...
Helmut Hummel
22:20 Revision c6eb4502: [BUGFIX] Fix PHP warning in BackendUtility::lockRecords
This methods triggers a warning "Illegal String offset"
with PHP 5.4, because $GLOBALS['BE_USER']->user['uid'] is acc...
Helmut Hummel
22:09 Revision ae53e44c: [TASK] Raise submodule pointer
Change-Id: Ib66dcd1ca3ea25d55e9ff8a8dee281aa99687489
Reviewed-on: https://review.typo3.org/18991
Reviewed-by: Christi...
Christian Kuhn
00:15 Revision acd4001c: [TASK] Streamline creation of column maps
Currently the datamap factory calls "new ColumnMap" to create
a column map. This is bad as this cannot be mocked at a...
Alexander Schnitzler

2013-03-16

19:05 Revision de90442d: [BUGFIX] Report not shown in IE 7 and 8 when CheckLink tab is hidden
With showCheckLinkTab = 0 linkvalidator does not load in IE 7 and 8
since trailing commas in array literals are not i...
Daniel Minder
19:04 Revision 5ddd0112: [BUGFIX] Report not shown in IE 7 and 8 when CheckLink tab is hidden
With showCheckLinkTab = 0 linkvalidator does not load in IE 7 and 8
since trailing commas in array literals are not i...
Daniel Minder
19:04 Revision de73b4ef: [BUGFIX] Report not shown in IE 7 and 8 when CheckLink tab is hidden
With showCheckLinkTab = 0 linkvalidator does not load in IE 7 and 8
since trailing commas in array literals are not i...
Daniel Minder
18:26 Revision a685a255: [TASK] Update copyright year to 2013
Change-Id: I3067c2dd50cb7e75af35c5e29b801d3fc91d7bec
Resolves: #46356
Releases: 6.1
Reviewed-on: https://review.typo3...
Wouter Wolters
17:05 Revision 2fd2f062: [TASK] Remove old JS in page header
Change-Id: I509ffe2cc3dc37cc08de3633c79127c1f50145a7
Resolves: #45528
Releases: 6.1
Reviewed-on: https://review.typo3...
Georg Ringer
16:56 Revision 3bd2b3c4: [FEATURE] Add stdWrap to config.pageTitleSeperator
Add stdWrap to config.pageTitleSeperator
Change-Id: I88c2141167414b184f158d09f40df3aa36390b4a
Resolves: #35223
Relea...
Georg Ringer
16:33 Revision 2336e9cd: [TASK] Use central jQuery
Change-Id: I80ebeaff81fbcb8d4d479d977f7aa23390692d28
Resolves: #43184
Releases: 6.0
Reviewed-on: https://review.typo3...
Stefan Neufeind
15:38 Revision 49b6aef3: [BUGFIX] respect rootLevel=-1 in exec_foreign_table_where_query
exec_foreign_table_where_query does not interpret the
rootLevel directive correctly.
Resolves: #45703
Releases: 6.1,...
Stefan Froemken
15:25 Revision e64683c8: [BUGFIX] HMENU rendering uses old tslib_ class names
The menu rendering in frontend still instantiates menu classes with
its old tslib_ prefixed names. This is unflexible...
Christian Kuhn
15:22 Revision e304a7de: [BUGFIX] HMENU rendering uses old tslib_ class names
The menu rendering in frontend still instantiates menu classes with
its old tslib_ prefixed names. This is unflexible...
Christian Kuhn
01:33 Revision 7718387c: [BUGFIX] Make sure XML parser is created everytime when needed
Currently, EM's MirrorXmlPushParser, which is based on ext/xml,
is not properly working. The constructor creates the ...
Christian Kuhn
01:30 Revision bd86bd1d: [BUGFIX] Make sure XML parser is created everytime when needed
Currently, EM's MirrorXmlPushParser, which is based on ext/xml,
is not properly working. The constructor creates the ...
Christian Kuhn
01:17 Revision b15c3901: [BUGFIX] Make sure XML parser is created everytime when needed
Currently, EM's MirrorXmlPushParser, which is based on ext/xml,
is not properly working. The constructor creates the ...
Marcus Krause
01:09 Revision d6765442: [BUGFIX] Make sure XML parser is created everytime when needed
Currently, EM's MirrorXmlPushParser, which is based on ext/xml,
is not properly working. The constructor creates the ...
Marcus Krause
00:01 Revision 5c3c09b0: [TASK] Raise submodule pointer
Change-Id: Ifc59f15abf43026007737c1051bb0f79bfacc55d
Reviewed-on: https://review.typo3.org/18963
Reviewed-by: Christi...
Christian Kuhn
00:01 Revision a3936a78: [TASK] Raise submodule pointer
Change-Id: Id68b495581b7ee0bff119031fd24dd01c4a1a5b8
Reviewed-on: https://review.typo3.org/18964
Reviewed-by: Christi...
Christian Kuhn

2013-03-15

23:46 Revision 0d5119fc: [BUGFIX] Importing extensions from repository fails
If importing the extension list from TER, an incoming XML extension
row has a field 'category' that contains either a...
Christian Kuhn
23:39 Revision 48ad6728: [BUGFIX] Importing extensions from repository fails
If importing the extension list from TER, an incoming XML extension
row has a field 'category' that contains either a...
Christian Kuhn
20:44 Revision 118344d1: [!!!][BUGFIX] Remove support for TCA setting 'foreign_selector'
The TCA setting 'foreign_selector' is a UI feature which can be
configured for field in a relation table, when this t...
Helmut Hummel
20:39 Revision 15c9ba33: [FEATURE] Providing Core Resource FileReference functionality
Retrieve file information from Core\Resource by creating
a FAL resource object on the fly when needed.
You can acces...
Benjamin Rau
19:30 Revision 6f4b778a: [BUGIFX] Extra output block backend thumbnails
If some inclusion causes output when viewing image thumbnails
in the backend, the output will be broken. Adding a cal...
Francois Suter
18:18 Revision 1da948f9: [BUGFIX] Content elements in wrong column in page module
If working on workspaces, it might happen that content elements
just appear in the wrong column. The reason is, that ...
Jigal van Hemert
18:18 Revision f6d0567b: [BUGFIX] Content elements in wrong column in page module
If working on workspaces, it might happen that content elements
just appear in the wrong column. The reason is, that ...
Jigal van Hemert
16:25 Revision 06c6814d: Revert "[BUGFIX] Fix wrong column title in web>list for field colpos"
This reverts commit 7a1aaf727d04f56252ca173a59489d2f77f9655a
The patch triggers warnings and errors in multiple exte...
Christian Kuhn
16:25 Revision 5ab2a858: Revert "[BUGFIX] Fix wrong column title in web>list for field colpos"
This reverts commit 9938efcc3d4e7f7609b8aeaa733108c63e212601
The patch triggers warnings and errors in multiple exte...
Christian Kuhn
16:25 Revision c2281dc4: Revert "[BUGFIX] Fix wrong column title in web>list for field colpos"
This reverts commit cd412c715b9947e18bd8cecf6eea83cc04bb9479
The patch triggers warnings and errors in multiple exte...
Christian Kuhn
16:24 Revision 1484023b: Revert "[BUGFIX] Fix wrong column title in web>list for field colpos"
This reverts commit 765ebd0cd992b86f8002f932bb51b2a39c0ace99
The patch triggers warnings and errors in multiple exte...
Christian Kuhn
16:24 Revision d5e711a2: Revert "[BUGFIX] Fix wrong column title in web>list for field colpos"
This reverts commit 50eba0a8eee20f9ecc2b2c0b5856677d256e3cfd
The patch triggers warnings and errors in multiple exte...
Christian Kuhn
08:51 Revision 51774f94: [BUGIFX] Extra output block backend thumbnails
If some inclusion causes output when viewing image thumbnails
in the backend, the output will be broken. Adding a cal...
Francois Suter
01:39 Revision 333ced6f: [TASK] Raise submodule pointer
Change-Id: I64d97afc42424a0f6233fe645453f48c863c671c
Reviewed-on: https://review.typo3.org/18932
Reviewed-by: Christi...
Christian Kuhn
01:39 Revision 78debdd8: [TASK] Raise submodule pointer
Change-Id: I5eff310e62fc43d9d2f9b52631da8ce3b085d474
Reviewed-on: https://review.typo3.org/18931
Reviewed-by: Christi...
Christian Kuhn
01:36 Revision 52206d29: [BUGFIX] Adjust hooks after moving/namespacing
Change-Id: I434ca85dda7ac80469a3352c805c3b56a650fcc9
Fixes: #43694
Releases: 6.0, 6.1
Reviewed-on: https://review.typ...
Stefan Neufeind
01:34 Revision 8ebbfed3: [BUGFIX] Adjust hooks after moving/namespacing
Change-Id: I434ca85dda7ac80469a3352c805c3b56a650fcc9
Fixes: #43694
Releases: 6.0, 6.1
Reviewed-on: https://review.typ...
Stefan Neufeind

2013-03-14

23:01 Revision 2dae51a7: [TASK] Cleanup form
* Fix old classnames in comments
* Add missing function documentation
* Add \ to DOM* classes
Change-Id: Iec474715af...
Wouter Wolters
22:18 Revision 21ea97a1: [BUGFIX] Report not shown in IE when CheckLink tab is hidden
With showCheckLinkTab = 0 the module does not load in IE due to a
JavaScript error.
Resolves: #36515
Releases: 4.5
C...
Daniel Minder
22:05 Revision 82f87d77: [TASK] Raise submodule pointer
Change-Id: I1c7c78225043cd5b0edd5a1ee0ce3ea236ed5c0f
Reviewed-on: https://review.typo3.org/18927
Reviewed-by: Christi...
Christian Kuhn
22:00 Revision 855b4205: [TASK] Remove obsolete doc comment check in reports module
The check for non-stripped doc comments is now done in the install
tool system check and obsolete within extbase.
Ch...
Christian Kuhn
21:41 Revision 01816715: [TASK] Cleanup func and func_wizards
Change-Id: Ia23ed69335b6728c198b84b830104f11994e4663
Resolves: #45180
Releases: 6.1
Reviewed-on: https://review.typo3...
Wouter Wolters
21:34 Revision 5cb83224: [BUGFIX] Missing labels in backend modules
There seems to be some magic in SOBE that automatically includes
language files if they are located parallel to the m...
Christian Kuhn
20:29 Revision 0c95f5f5: [TASK] NEWS.txt entry about enabled new extbase property mapper
Change-Id: I13442a04ae0e0dc2c4907b72b9b5381177870b4e
Reviewed-on: https://review.typo3.org/18923
Reviewed-by: Anja Le...
Christian Kuhn
20:09 Revision 8b7b6034: [BUGFIX] LanguageController has "mixed" type annotations
The LanguageController of the lang sysext throws
exceptions if the rewritten property mapper is enabled.
The type ann...
Wouter Wolters
20:09 Revision 91c160dd: [BUGFIX] LanguageController has "mixed" type annotations
The LanguageController of the lang sysext throws
exceptions if the rewritten property mapper is enabled.
The type ann...
Wouter Wolters
19:59 Revision 6c1f3293: [TASK] Remove rewrittenPropertyMapper setting in sysext
After enabling the rewrittenPropertyMapper per default, the
explicit enabling in sysexts is no longer needed.
Resolv...
Anja Leichsenring
19:33 Revision 2ed5661e: [TASK] Raise submodule pointer
Change-Id: Ie182842c25a5dcb49989cd8478497c63a1fe1938
Reviewed-on: https://review.typo3.org/18918
Reviewed-by: Christi...
Christian Kuhn
19:28 Revision 3debe88e: [!!!][FEATURE] Enable rewritten PropertyMapper as default
After solving the missing security features and bugfixes
the rewritten PropertyMapper is now ready to be used in
prod...
Anja Leichsenring
19:13 Revision d10becfb: [TASK] Integrate latest version of jquery (1.9.1)
With the new jQuery API introduced in TYPO3 CMS 6.0,
it is possible to ship and include multiple jQuery versions.
Fo...
Benni Mack
12:39 Revision db962b54: [TASK] Release typo3/ajax.php from early t3lib_div usage
ajax.php entry script requires t3lib_div very early to use a single
method from it. This is ugly, so the needed code ...
Christian Kuhn
12:27 Revision 70587c5d: [BUGFIX] Skip unreliable APC test on PHP versions below 5.3.4
APC has some slam protection that tries to prevent hammering of cache
entries. This can be disabled, but the option d...
Christian Kuhn
12:26 Revision ea6c098b: [BUGFIX] Skip unreliable APC test on PHP versions below 5.3.4
APC has some slam protection that tries to prevent hammering of cache
entries. This can be disabled, but the option d...
Christian Kuhn
11:33 Revision 2859391e: [BUGFIX] Add .htaccess file to ext:extensionmanager/Resources/Private
Change-Id: I7ada1e5e40067cf1faed8b2b5d338a690e921cad
Fixes: #46264
Releases: 6.1, 6.0
Reviewed-on: https://review.typ...
Christian Kuhn
11:33 Revision 5972c9b1: [BUGFIX] Add .htaccess file to ext:extensionmanager/Resources/Private
Change-Id: I7ada1e5e40067cf1faed8b2b5d338a690e921cad
Fixes: #46264
Releases: 6.1, 6.0
Reviewed-on: https://review.typ...
Christian Kuhn
11:29 Revision 1ea485b1: [TASK] Relocate cache backend sql resource files
Some cache backends have specific sql resource files located at
t3lib/cache/backend/resources.
After namespace switch...
Christian Kuhn
11:28 Revision 46e93257: [TASK] Move CF last_synched_revision file to ext:core/Classes/Cache
Change-Id: I32887386c6a5b4162a12b419c5f34e1ddc061a35
Resolves: #46262
Releases: 6.1
Reviewed-on: https://review.typo3...
Christian Kuhn
09:59 Revision 2db1c482: [BUGFIX] Toolbar items with separator: fix white-space
The toolbar function could output erroneous html is case
additional toolbar items do not bring additionalAttributes.
...
Felix Kopp
09:57 Revision 66d63348: [BUGFIX] Toolbar items with separator: fix white-space
The toolbar function could output erroneous html is case
additional toolbar items do not bring additionalAttributes.
...
Felix Kopp
00:16 Revision 746bac83: [BUGFIX] Numeric translation keys aren't translated right in XML files
When working with the "old" XML based translation files,
numeric keys aren't translated properly.
The reason is, that...
Reinhard Führicht
00:05 Revision cc2cfe78: [TASK] Cleanup sysext "wizard_crpages" and "wizard_sortpages"
This is a non-functional change that reformats the code, removes
unnecessary empty lines and fixes reference to old c...
Wouter Wolters
00:03 Revision fa907b28: [TASK] Cleanup sysext "tstemplate" and module functions
Change-Id: Icd9ad7fadbd6910eba87a77908e15568be800dc2
Resolves: #46144
Releases: 6.1
Reviewed-on: https://review.typo3...
Wouter Wolters

2013-03-13

23:52 Revision ad0a8b0e: [TASK] Raise submodule pointer
Change-Id: I04d40a3796937182603c7b85e16227f18f51c002
Reviewed-on: https://review.typo3.org/18889
Reviewed-by: Christi...
Christian Kuhn
23:49 Revision 7bdd9f98: [TASK] Cleanup fluid
- Remove dead code
- Add missing property definitions
- Add function descriptions
Change-Id: I0ec563d42d7e763db7f482...
Wouter Wolters
23:33 Revision 47b31bda: [BUGFIX] Translation of a form makes the form wizard unusable
As soon as the form-configuration for the form wizard gets
loaded, the leading "[Translate to XYZ:] " is stripped off...
Mario Rimann
22:53 Revision 082208cd: [BUGFIX] Translation of a form makes the form wizard unusable
As soon as the form-configuration for the form wizard gets
loaded, the leading "[Translate to XYZ:] " is stripped off...
Mario Rimann
22:47 Revision 009f307b: [FEATURE] Central system environment check
This patch adds a new structure to the install tool to centralize
all system and especially PHP related system checks...
Christian Kuhn
22:43 Revision 338cf5b6: [BUGFIX] Translation of a form makes the form wizard unusable
As soon as the form-configuration for the form wizard gets
loaded, the leading "[Translate to XYZ:] " is stripped off...
Mario Rimann
22:20 Revision 76ec3573: [TASK] Improve FAL performance
FAL performance in BE and FE can be improved by using certain database
indexes. One set of indexes improves performan...
Dmitry Dulepov
22:05 Revision 688d341c: [TASK] Improve rootline cache handling
The method get() checks if there is an entry by using
has() and does then an additional get(). This can
be simplified...
Georg Ringer
20:11 Revision 35c038bc: [BUGFIX] Exception when deleted file is in clipboard
When a file is deleted while it is part of a clipboard, an exception is
thrown when the clipboard is reconstituted. T...
Andreas Wolf
20:10 Revision 75ee5d8f: [BUGFIX] Exception when deleted file is in clipboard
When a file is deleted while it is part of a clipboard, an exception is
thrown when the clipboard is reconstituted. T...
Andreas Wolf
20:06 Revision 171761f5: [BUGFIX] inject* methods in FAL inhibit use of Extbase object manager
The ResourceStorage class of FAL has two inject* methods which are seen
as dependency injectors by the Extbase object...
Andreas Wolf
20:05 Revision dbc89f7c: [BUGFIX] inject* methods in FAL inhibit use of Extbase object manager
The ResourceStorage class of FAL has two inject* methods which are seen
as dependency injectors by the Extbase object...
Andreas Wolf
19:55 Revision aeabf018: [TASK] Mimetype-detection without finfo_file
Function finfo_file() is only available in PHP 5.3+
or with pecl-ext fileinfo. Fall back to using
mime_content_type()...
Stefan Neufeind

2013-03-12

20:02 Revision 0b16667c: [FEATURE] Adjustable decimals for view helper format.currency
Adds an extra attribute to set number of decimal points.
Releases: 6.1
Resolves: #45673
Fluid Package Issue: #45923
...
Josef F. Glatz (Old User)
18:57 Revision 23de4927: [FEATURE] Add context-menu for template-icon in the "Template"-view
Allows to easily copy, delete, (de)activate etc. the template.
Resolves: #46058
Releases: 6.1
Change-Id: I2dfc96da13...
Stefan Neufeind
17:07 Revision 6c44c1d5: [TASK] Set TYPO3 version to 6.1-dev
Change-Id: Ic7f565cb3188194e47a13b284a9d5f79e90d8616
Reviewed-on: https://review.typo3.org/18866
Reviewed-by: TYPO3 R...
TYPO3 Release Team
17:07 Revision cfe6958a: [RELEASE] Release of TYPO3 6.1.0alpha1
Change-Id: If1bbb1fab9f79ddfab6c848c6549d9244cfc6f98
Reviewed-on: https://review.typo3.org/18865
Reviewed-by: TYPO3 R...
TYPO3 Release Team
17:07 Revision 8c0b880b: [RELEASE] Release of TYPO3 6.1.0alpha1
Change-Id: If1bbb1fab9f79ddfab6c848c6549d9244cfc6f98 TYPO3 Release Team
17:02 Revision 71686a8a: [TASK] Raise submodule pointer
Change-Id: I3c75e82765a4903ca34a19e8fac1ac5e2fdd1635
Reviewed-on: https://review.typo3.org/18864
Reviewed-by: TYPO3 R...
TYPO3 Release Team
17:01 Revision 24cbd639: [TASK] Raise submodule pointer
Change-Id: I6ac62beda3026cbbe5280d63e09fb840992445a8
Reviewed-on: https://review.typo3.org/18863
Reviewed-by: TYPO3 R...
TYPO3 Release Team
16:50 Revision 2a0ce1be: [BUGFIX] Prevent encoding of HTML entities in backend previews
HTML entities that are used in HTML enabled fields should
be preserved for the preview instead of being encoded (twic...
Helmut Hummel

2013-03-11

22:17 Revision 4e65a129: [BUGFIX] Old files of filelist extension are wrong
During the namespace change the old filelist extenion files
are not correctly set. Instead of "filelist" this was rep...
Wouter Wolters
22:07 Revision 4b0c8c63: [TASK] Cleanup filelist
Change-Id: If107bd20db15d1881c12097adecd342b8e1979aa
Resolves: #45143
Releases: 6.1
Reviewed-on: https://review.typo3...
Wouter Wolters
22:02 Revision b70403a1: [TASK] Cleanup sysext "taskcenter" and "tsconfig_help"
Change-Id: I2658e5d0a7ae979f93b60713294adcbe8e41db09
Resolves: #46145
Releases: 6.1
Reviewed-on: https://review.typo3...
Wouter Wolters
22:01 Revision 0ea503a4: [TASK] Show better error messages on failed TER update
This patch shows error messages in a flash message if the ajax request
for a TER-update fails, and resets the extensi...
Jost Baron
21:58 Revision e564ba71: [TASK] Show better error messages on failed TER update
This patch shows error messages in a flash message if the ajax request
for a TER-update fails, and resets the extensi...
Jost Baron
21:41 Revision d952d1dd: [FEATURE] sys_note: Display/functionality for hover/context menu
In page-module content-elements only show icons when hovered
and they have a contextmenu on the icon.
Add same funct...
Stefan Neufeind
21:35 Revision 561822a8: [TASK] Make the update-from-TER link more visible
Make the "update from TER"-action in the extension manager more
visible by showing a button for it, instead of a text...
Jost Baron
21:30 Revision 41ed02c9: [TASK] Make the update-from-TER link more visible
Make the "update from TER"-action in the extension manager more
visible by showing a button for it, instead of a text...
Jost Baron
20:43 Revision 072e4387: [BUGFIX] Handle symlink on extension update
If an extension is updated and the extension in the file
system is a symlink to a different directory, all
target dir...
Philipp Gampe
20:41 Revision 69391120: [BUGFIX] Handle symlink on extension update
If an extension is updated and the extension in the file
system is a symlink to a different directory, all
target dir...
Philipp Gampe
19:07 Revision 0c5cd69d: [TASK] More descriptive error message on file upload failure
Provide the user with more accurate information about what might have
gone wrong.
Resolves: #46160
Releases: 6.0,6.1...
Philipp Gampe
19:04 Revision f5401a11: [TASK] More descriptive error message on file upload failure
Provide the user with more accurate information about what might have
gone wrong.
Resolves: #46160
Releases: 6.0,6.1...
Philipp Gampe

2013-03-10

20:54 Revision 0d0a17bb: [BUGFIX] Correct check for extTables script
Existence of the script defined in TYPO3_extTableDef_script is
currently achieved by using file_exists(). This is ins...
Francois Suter
20:45 Revision 0f7fe6be: [BUGFIX] Correct check for extTables script
Existence of the script defined in TYPO3_extTableDef_script is
currently achieved by using file_exists(). This is ins...
Francois Suter

2013-03-08

20:15 Revision f298cf00: [BUGFIX] RTE: Empty paragraphs are not correctly transformed
Problem: Empty paragraphs entered in the RTE may get lost on way to
database if no block is found in content, as well...
Stanislas Rolland
19:09 Revision 9f5e6d87: [BUGFIX] RTE: Empty paragraphs are not correctly transformed
Problem: Empty paragraphs entered in the RTE may get lost on way to
database if no block is found in content, as well...
Stanislas Rolland
11:49 Revision ad969582: [BUGFIX] Typo in sys_log TCA
Wrong table field name in sys_log TCA "detail_nr" instead of
"details_nr" triggers SQL errors in DB check -> Full sea...
Christian Kuhn
11:47 Revision 9be1dcb9: [BUGFIX] Typo in sys_log TCA
Wrong table field name in sys_log TCA "detail_nr" instead of
"details_nr" triggers SQL errors in DB check -> Full sea...
Christian Kuhn
11:11 Revision 929a2c83: [TASK] Raise submodule pointer
Change-Id: I886c3e9cb3212d958b405e0ac9264c2ef9860171
Reviewed-on: https://review.typo3.org/18810
Reviewed-by: Christi...
Christian Kuhn
11:01 Revision fffe917e: [TASK] Don't render table header if no files given
It doesn't make sense to render the table header in
the filelist module if no files are given.
Change-Id: I81870bca9...
Georg Ringer
10:58 Revision e068f634: [!!!][BUGFIX] Remove support for TCA setting 'foreign_selector'
The TCA setting 'foreign_selector' is a UI feature which can be
configured for field in a relation table, when this t...
Helmut Hummel
10:55 Revision 12923456: [BUGFIX] Wrong cmd example in INSTALL.txt
The INSTALL.txt file has an example on how to create a link
in Windows using the MKLINK command.
Unfortunately the p...
Markus Klein
10:55 Revision a76cc368: [BUGFIX] Wrong cmd example in INSTALL.txt
The INSTALL.txt file has an example on how to create a link
in Windows using the MKLINK command.
Unfortunately the p...
Markus Klein
10:54 Revision 3570c579: [BUGFIX] Wrong cmd example in INSTALL.txt
The INSTALL.txt file has an example on how to create a link
in Windows using the MKLINK command.
Unfortunately the p...
Markus Klein
10:50 Revision f54d1efb: [BUGFIX] Wrong cmd example in INSTALL.txt
The INSTALL.txt file has an example on how to create a link
in Windows using the MKLINK command.
Unfortunately the p...
Markus Klein
00:40 Revision b88c1108: [BUGFIX] Install Tool: Error message gives wrong info
Based on issue #45135 the change not only includes the
check for the variable length for typo_db_password, but
for ty...
Thomas Löffler
00:40 Revision 3986b9f8: [BUGFIX] Install Tool: Error message gives wrong info
Based on issue #45135 the change not only includes the
check for the variable length for typo_db_password, but
for ty...
Thomas Löffler
00:40 Revision 2ab65954: [BUGFIX] Install Tool: Error message gives wrong info
Based on issue #45135 the change not only includes the
check for the variable length for typo_db_password, but
for ty...
Thomas Löffler
00:37 Revision 970a33b2: [BUGFIX] Fix SQL syntax
Use single quotes to retain compatibility with PostgreSQL.
Change-Id: I07de0fea0320caed710911750240e35c66f3b679
Reso...
Michael Stucki
00:36 Revision 3eda95d2: [BUGFIX] Fix SQL syntax
Use single quotes to retain compatibility with PostgreSQL.
Change-Id: If3b900d08330bb96ce37fcbefcd110ccfd9b24b5
Reso...
Michael Stucki
00:28 Revision 64f5f361: [BUGFIX] Allow Setting colorspace in the Install Tool.
Some versions of Imagemagick (6.7.0 and above) use the sRGB colorspace
instead RGB as before. This results in darker ...
Anja Leichsenring
00:22 Revision be4887e7: [BUGFIX] Allow Setting colorspace in the Install Tool.
Some versions of Imagemagick (6.7.0 and above) use the sRGB colorspace
instead RGB as before. This results in darker ...
Anja Leichsenring

2013-03-07

23:57 Revision ffb93471: [BUGFIX] Deactivating "install" extension leads to exceptions
Uninstalling the "install" extension leads to exceptions in
required system extensions like extensionmanager or lang....
Wouter Wolters
23:53 Revision 6c543d0c: [BUGFIX] Deactivating "install" extension leads to exceptions
Uninstalling the "install" extension leads to exceptions in
required system extensions like extensionmanager or lang....
Wouter Wolters
23:48 Revision 524951cf: [TASK] Fix deprecated things in sysnote
The extension sysnote uses deprecated methods in the repository and
the controller. This patch will adjust that.
Fix...
Markus Günther
23:38 Revision 3a2844ef: [BUGFIX] RTE: Empty paragraphs are not correctly transformed
Problem: Empty paragraphs entered in the RTE may get lost on way to
database if no block is found in content, as well...
Stanislas Rolland
23:37 Revision d07887a7: [BUGFIX] RTE: Empty paragraphs are not correctly transformed
Problem: Empty paragraphs entered in the RTE may get lost on way to
database if no block is found in content, as well...
Stanislas Rolland
23:24 Revision 142cd978: [TASK] Flatten row-headers
Flattens the 3d gradient row-headers as discussed in UX team.
Following the new page module column style.
Change-Id:...
Felix Kopp
23:20 Revision 869ab2ac: [BUGFIX] Clearing cache from toolbar fails in IE8
Fix for regression in #45595 that was introduced with #36364
IE8 does not pass the click event to the handler functio...
Andreas Kießling
23:18 Revision 0e73b3b9: [BUGFIX] Clearing cache from toolbar fails in IE8
Fix for regression in #45595 that was introduced with #36364
IE8 does not pass the click event to the handler functio...
Andreas Kießling
23:18 Revision 944e1b7f: [BUGFIX] Clearing cache from toolbar fails in IE8
Fix for regression in #45595 that was introduced with #36364
IE8 does not pass the click event to the handler functio...
Andreas Kießling
23:18 Revision 4973b07c: [BUGFIX] Clearing cache from toolbar fails in IE8
Fix for regression in #45595 that was introduced with #36364
IE8 does not pass the click event to the handler functio...
Andreas Kießling
23:12 Revision cdd31cff: [BUGFIX] Clearing cache from toolbar fails in IE8
Fix for regression in #45595 that was introduced with #36364
IE8 does not pass the click event to the handler functio...
Andreas Kießling
22:56 Revision 4c37e5ab: [TASK] Update examples in ValidationResults ViewHelper
The examples in the docblock comment in
\TYPO3\CMS\Fluid\ViewHelpers\Form\ValidationResultsViewHelper
need to be upda...
Wouter Wolters
22:56 Revision 415c2b13: [TASK] Update examples in ValidationResults ViewHelper
The examples in the docblock comment in
\TYPO3\CMS\Fluid\ViewHelpers\Form\ValidationResultsViewHelper
need to be upda...
Wouter Wolters
22:37 Revision 51cae9e4: [BUGFIX] pageNotFound_handling never happens
The function \TYPO3\CMS\Core\Utility\RootlineUtility::getRecordArray
throws a \RuntimeException that should be caught...
Thorben Kapp
22:33 Revision dd4df199: [BUGFIX] pageNotFound_handling never happens
The function \TYPO3\CMS\Core\Utility\RootlineUtility::getRecordArray
throws a \RuntimeException that should be caught...
Thorben Kapp
22:22 Revision 3f17d64a: [TASK] Remove unused files: images & templates
Most images in typo3/gfx are not used anymore.
Also several html templates are not in use any more.
Removes few image...
Felix Kopp
22:02 Revision e11d5415: [BUGFIX] ExtensionManagementUtility tries to include non-existing files
Methods createExtLocalconfCacheEntry() and createExtTablesCacheEntry()
attempt to include files without checking if t...
Dmitry Dulepov
21:47 Revision 56360eae: [BUGFIX] ExtensionManagementUtility tries to include non-existing files
Methods createExtLocalconfCacheEntry() and createExtTablesCacheEntry()
attempt to include files without checking if t...
Dmitry Dulepov
21:27 Revision df2103cf: [TASK] Update copyright year to 2013
Resolves: #46085
Releases: 6.1, 6.0, 4.7, 4.6, 4.5
Change-Id: Idaa18253a29fef44aa4101adea83b53e0b61e9d3
Reviewed-on: ...
Ernesto Baschny
21:24 Revision 778c8e8e: [TASK] Update copyright year to 2013
Resolves: #46085
Releases: 6.1, 6.0, 4.7, 4.6, 4.5
Change-Id: Icc8cf3267d4e8ab4776ff246aa92a7ae634987b6
Reviewed-on: ...
Ernesto Baschny
21:23 Revision c53c79bd: [TASK] Update copyright year to 2013
Resolves: #46085
Releases: 6.1, 6.0, 4.7, 4.6, 4.5
Change-Id: I3e99389587ffc3808239bfa2da70670a07fa44be
Reviewed-on: ...
Ernesto Baschny
21:21 Revision c266e22d: [TASK] Update copyright year to 2013
Resolves: #46085
Releases: 6.1, 6.0, 4.7, 4.6, 4.5
Change-Id: Ifc1b4199f17d385cf6ef3d7bc460b1f91e367fc0
Reviewed-on: ...
Ernesto Baschny
20:59 Revision 7a3d3bab: [TASK] Update copyright year to 2013
Resolves: #46085
Releases: 6.1, 6.0, 4.7, 4.6, 4.5
Change-Id: I970078281d129be8ffef0bef128b23354ce59ddd
Reviewed-on: ...
Christian Kuhn
20:59 Revision f4b5e104: [TASK] Update copyright year to 2013
Resolves: #46085
Releases: 6.1, 6.0, 4.7, 4.6, 4.5
Change-Id: I970078281d129be8ffef0bef128b23354ce59ddd
Reviewed-on: ...
Christian Kuhn
20:59 Revision ae94e389: [TASK] Update copyright year to 2013
Resolves: #46085
Releases: 6.1, 6.0, 4.7, 4.6, 4.5
Change-Id: I970078281d129be8ffef0bef128b23354ce59ddd
Reviewed-on: ...
Christian Kuhn
20:59 Revision a0e75820: [TASK] Update copyright year to 2013
Resolves: #46085
Releases: 6.1, 6.0, 4.7, 4.6, 4.5
Change-Id: I970078281d129be8ffef0bef128b23354ce59ddd
Reviewed-on: ...
Ernesto Baschny
20:52 Revision e62b1c3c: [TASK] Update copyright year to 2013
Resolves: #46085
Releases: 6.1, 6.0, 4.7, 4.6, 4.5
Change-Id: I970078281d129be8ffef0bef128b23354ce59ddd
Reviewed-on: ...
Ernesto Baschny
10:26 Revision c33f9745: [TASK] Set TYPO3 version to 6.0.5-dev
Change-Id: Id80061ffec1abd6bec4592c652d7993e9b89a40b
Reviewed-on: https://review.typo3.org/18778
Reviewed-by: TYPO3 R...
TYPO3 Release Team
10:26 Revision 92844e88: [RELEASE] Release of TYPO3 6.0.4
Change-Id: I83f8cb459f776820f939ceff98d318fd3ad8a542
Reviewed-on: https://review.typo3.org/18777
Reviewed-by: TYPO3 R...
TYPO3 Release Team
10:26 Revision 4c02d03a: [RELEASE] Release of TYPO3 6.0.4
Change-Id: I83f8cb459f776820f939ceff98d318fd3ad8a542 TYPO3 Release Team
10:17 Revision e9dfc073: [TASK] Set TYPO3 version to 4.7.11-dev
Change-Id: I5058a1763302e909148ad282a6c3171ce28c0b9b
Reviewed-on: https://review.typo3.org/18776
Reviewed-by: TYPO3 R...
TYPO3 Release Team
10:16 Revision 67ee5e68: [RELEASE] Release of TYPO3 4.7.10
Change-Id: Ief49506383d04bf76f4d7624f91382004a22d357
Reviewed-on: https://review.typo3.org/18775
Reviewed-by: TYPO3 R...
TYPO3 Release Team
10:16 Revision 0ea81a3e: [RELEASE] Release of TYPO3 4.7.10
Change-Id: Ief49506383d04bf76f4d7624f91382004a22d357 TYPO3 Release Team
10:08 Revision 69e2276f: [TASK] Set TYPO3 version to 4.6.19-dev
Change-Id: Ic57d3af1091872b96d3b04a6959a5969a0c4aa08
Reviewed-on: https://review.typo3.org/18774
Reviewed-by: TYPO3 R...
TYPO3 Release Team
10:08 Revision 10377363: [RELEASE] Release of TYPO3 4.6.18
Change-Id: I858b4d638f1bc415a29b6b0d3a276020ee85b9e0
Reviewed-on: https://review.typo3.org/18773
Reviewed-by: TYPO3 R...
TYPO3 Release Team
10:08 Revision dec89cbf: [RELEASE] Release of TYPO3 4.6.18
Change-Id: I858b4d638f1bc415a29b6b0d3a276020ee85b9e0 TYPO3 Release Team
09:58 Revision bd26345a: [TASK] Set TYPO3 version to 4.5.26-dev
Change-Id: I884b7a09079e0aa45426e423e1ff91272c5d5802
Reviewed-on: https://review.typo3.org/18772
Reviewed-by: TYPO3 R...
TYPO3 Release Team
09:58 Revision c1e10c1c: [RELEASE] Release of TYPO3 4.5.25
Change-Id: I930eee365b05613162ca5d386d7e4c36511fb4b0
Reviewed-on: https://review.typo3.org/18771
Reviewed-by: TYPO3 R...
TYPO3 Release Team
09:58 Revision 18b753db: [RELEASE] Release of TYPO3 4.5.25
Change-Id: I930eee365b05613162ca5d386d7e4c36511fb4b0 TYPO3 Release Team

2013-03-06

22:20 Revision bcfb45e6: [BUFIX] External URL regression by jumpurl security fix
With the jumpurl security fix, pages of type
'Link to external URL' throw a jumpurl
hash exception if called in the f...
Helmut Hummel
22:19 Revision e34a390e: [BUFIX] External URL regression by jumpurl security fix
With the jumpurl security fix, pages of type
'Link to external URL' throw a jumpurl
hash exception if called in the f...
Helmut Hummel
22:19 Revision abaf8bea: [BUFIX] External URL regression by jumpurl security fix
With the jumpurl security fix, pages of type
'Link to external URL' throw a jumpurl
hash exception if called in the f...
Helmut Hummel
22:18 Revision 0bee97ed: [BUFIX] External URL regression by jumpurl security fix
With the jumpurl security fix, pages of type
'Link to external URL' throw a jumpurl
hash exception if called in the f...
Helmut Hummel
22:17 Revision e429270e: [BUFIX] External URL regression by jumpurl security fix
With the jumpurl security fix, pages of type
'Link to external URL' throw a jumpurl
hash exception if called in the f...
Helmut Hummel
20:17 Revision 50b63ee3: [BUGFIX] TypeConverter can handle oldschool classnames
In case an extension provides oldschool classnames, the
setTypeConverterOptions functions fail due to mismatched arra...
Anja Leichsenring
19:59 Revision 920b01d7: [TASK] Update examples in ValidationResults ViewHelper
The examples in the docblock comment in
\TYPO3\CMS\Fluid\ViewHelpers\Form\ValidationResultsViewHelper
need to be upda...
Wouter Wolters
12:50 Revision 79f48d07: [BUGFIX] Invalid RSA key when submitting form twice
When submitting a RSA-supported form twice, the JS error
"Invalid RSA public key" is thrown. In order to suppress
thi...
Benni Mack
12:50 Revision d3a91709: [FEATURE] Flexible cHash Calculation
Introduces new configuration options for $TYPO3_CONF_VARS['FE']
* cHashRequiredParameters
* cHashExcludedParameters
*...
Daniel Poetzinger
12:35 Revision bb0dc58d: [TASK] Set TYPO3 version to 6.0.4-dev
Change-Id: Ied84dbe8f0b087b325705329414b7db0dc73b773
Reviewed-on: https://review.typo3.org/18748
Reviewed-by: TYPO3 R...
TYPO3 Release Team
12:35 Revision 13984556: [RELEASE] Release of TYPO3 6.0.3
Change-Id: I962e723070598c7cf235bd7ff91432a38bb179ce
Reviewed-on: https://review.typo3.org/18747
Reviewed-by: TYPO3 R...
TYPO3 Release Team
12:35 Revision eafb2334: [RELEASE] Release of TYPO3 6.0.3
Change-Id: I962e723070598c7cf235bd7ff91432a38bb179ce TYPO3 Release Team
12:27 Revision af9f4e74: [TASK] Set TYPO3 version to 4.7.10-dev
Change-Id: Idf034660e824089eb9767bd39113ef4028d8248a
Reviewed-on: https://review.typo3.org/18746
Reviewed-by: TYPO3 R...
TYPO3 Release Team
12:27 Revision 847db3c1: [RELEASE] Release of TYPO3 4.7.9
Change-Id: I8b8d427eccd91acc5b357efa75925530a2a3462e
Reviewed-on: https://review.typo3.org/18745
Reviewed-by: TYPO3 R...
TYPO3 Release Team
12:27 Revision 60e51d2b: [RELEASE] Release of TYPO3 4.7.9
Change-Id: I8b8d427eccd91acc5b357efa75925530a2a3462e TYPO3 Release Team
12:19 Revision 06705a69: [TASK] Set TYPO3 version to 4.6.18-dev
Change-Id: I6fbdee5980c7e84242c84157be61f091b2495da5
Reviewed-on: https://review.typo3.org/18744
Reviewed-by: TYPO3 R...
TYPO3 Release Team
12:19 Revision 27143364: [RELEASE] Release of TYPO3 4.6.17
Change-Id: I257db407a3a3c6f058c67eb1caf82702f32b4004
Reviewed-on: https://review.typo3.org/18743
Reviewed-by: TYPO3 R...
TYPO3 Release Team
12:19 Revision f54bc83d: [RELEASE] Release of TYPO3 4.6.17
Change-Id: I257db407a3a3c6f058c67eb1caf82702f32b4004 TYPO3 Release Team
12:07 Revision 84cc884a: [TASK] Set TYPO3 version to 4.5.25-dev
Change-Id: I34308235cb9a9a3518427bc01be6a6a40f8bd24d
Reviewed-on: https://review.typo3.org/18742
Reviewed-by: TYPO3 R...
TYPO3 Release Team
12:07 Revision 90ace0ba: [RELEASE] Release of TYPO3 4.5.24
Change-Id: If6102d6b79cfd35350b8e80b90a54a6d14ef065a
Reviewed-on: https://review.typo3.org/18741
Reviewed-by: TYPO3 R...
TYPO3 Release Team
12:06 Revision cc75eff5: [RELEASE] Release of TYPO3 4.5.24
Change-Id: If6102d6b79cfd35350b8e80b90a54a6d14ef065a TYPO3 Release Team
12:04 Revision 6b0b8c7c: [TASK] Raise submodule pointer
Change-Id: I40dc056b209f1105ea18b78a4700c62e14018b6f
Reviewed-on: https://review.typo3.org/18740
Reviewed-by: TYPO3 R...
TYPO3 Release Team
12:02 Revision 87b38e28: [TASK] Raise submodule pointer
Change-Id: I4c87c157f5b71a13cdb7b60ec695f15bee260b48
Reviewed-on: https://review.typo3.org/18739
Reviewed-by: TYPO3 R...
TYPO3 Release Team
12:01 Revision d816f5bd: [TASK] Raise submodule pointer
Change-Id: I998c81965cc6c966a77b74ec6d2aec21bec5eae1
Reviewed-on: https://review.typo3.org/18738
Reviewed-by: TYPO3 R...
TYPO3 Release Team
12:00 Revision 425ff87c: [TASK] Raise submodule pointer
Change-Id: I3ad560328f2e37de97809a2b5bd6da2347ae3d43
Reviewed-on: https://review.typo3.org/18737
Reviewed-by: TYPO3 R...
TYPO3 Release Team
11:59 Revision 79e2370a: [TASK] Raise submodule pointer
Change-Id: If5a0e75166a5ae595cc941beaff8e4f9ba2f5a5f
Reviewed-on: https://review.typo3.org/18736
Reviewed-by: TYPO3 R...
TYPO3 Release Team
11:56 Revision 0fd640db: [SECURITY] SQL Injection Possibility in Extbase
The Extbase persistence layer is vulnerable to SQL injection
due to improper sanitation of submitted arguments on rel...
Felix Oertel
11:49 Revision 17b357b3: [SECURITY] SQL Injection Possibility in Extbase
The Extbase persistence layer is vulnerable to SQL injection
due to improper sanitation of submitted arguments on rel...
Felix Oertel
11:49 Revision 62a17a28: [SECURITY] Open redirection with jumpurl
jumpurl allows redirect to any given URL. A hash on the url
is now required to know if the jumpurl has been created
b...
Franz G. Jahn
11:49 Revision 63e92d75: [SECURITY] SQL Injection Possibility in Extbase
The Extbase persistence layer is vulnerable to SQL injection
due to improper sanitation of submitted arguments on rel...
Felix Oertel
11:49 Revision c6f0f435: [SECURITY] Open redirection with jumpurl
jumpurl allows redirect to any given URL. A hash on the url
is now required to know if the jumpurl has been created
b...
Franz G. Jahn
11:49 Revision 1cf12e6b: [SECURITY] SQL Injection Possibility in Extbase
The Extbase persistence layer is vulnerable to SQL injection
due to improper sanitation of submitted arguments on rel...
Felix Oertel
11:49 Revision 85a52fea: [SECURITY] Open redirection with jumpurl
jumpurl allows redirect to any given URL. A hash on the url
is now required to know if the jumpurl has been created
b...
Franz G. Jahn
11:48 Revision 8ed7a3f9: [SECURITY] SQL Injection Possibility in Extbase
The Extbase persistence layer is vulnerable to SQL injection
due to improper sanitation of submitted arguments on rel...
Felix Oertel
11:48 Revision da32bbb4: [SECURITY] Open redirection with jumpurl
jumpurl allows redirect to any given URL. A hash on the url
is now required to know if the jumpurl has been created
b...
Franz G. Jahn
11:48 Revision 71135d82: [SECURITY] Open redirection with jumpurl
jumpurl allows redirect to any given URL. A hash on the url
is now required to know if the jumpurl has been created
b...
Franz G. Jahn
11:37 Revision 9c23183c: [BUGFIX] Prevent PHP errors with missing ColumnMap object
If the TCA configuration for an object is missing
no ColumnMap object is created by data mapper which leads
to PHP fa...
Alexander Schnitzler
07:06 Revision 7cc89657: [BUGFIX] Prevent Extbase warnings accessing ObjectStorages with strings
Feeding ObjectAccess->getPropertyPath() with an ObjectStorage raises
warnings, that might flood the errorLog quickly....
Christian Kuhn
07:06 Revision 6601169d: [BUGFIX] BooleanValidator skips Validation with missing compare param
If no 'is' parameter is given, BooleanValidator skips testing and
returns TRUE. So all properties of type boolean not...
Anja Leichsenring

2013-03-05

17:44 Revision 036ed56d: [BUGFIX] Fix warning in adapter service
The merge of #45415 introduced a warning
because the new meta column name was
used as array key.
Skip this step when...
Helmut Hummel
17:43 Revision d62550e9: [BUGFIX] Fix warning in adapter service
The merge of #45415 introduced a warning
because the new meta column name was
used as array key.
Skip this step when...
Helmut Hummel
14:35 Revision ac951d12: [BUGFIX] Do not overwrite imagecaption in content adapter
Problem:
Create a new content element of type file links,
add a file relation and a description to this file.
Switch ...
Helmut Hummel
14:34 Revision 8fe18b16: [BUGFIX] Do not overwrite imagecaption in content adapter
Problem:
Create a new content element of type file links,
add a file relation and a description to this file.
Switch ...
Helmut Hummel
14:26 Revision 6fb5b099: [BUGFIX] Fix inconsitency of file reference property getters
The FileReference object has the following getters
for getting properties:
getProperties()
getReferenceProperties()
...
Helmut Hummel
14:25 Revision 6e5ec413: [BUGFIX] Wrong usage of array_unique()
RootlineUtility.php does not use return value of array_unique() call,
which makes the call ineffective.
This causes ...
Andreas Lingott
14:22 Revision 79464927: [BUGFIX] Fix inconsitency of file reference property getters
The FileReference object has the following getters
for getting properties:
getProperties()
getReferenceProperties()
...
Helmut Hummel
14:03 Revision bb69e837: [BUGFIX] Wrong usage of array_unique()
RootlineUtility.php does not use return value of array_unique() call,
which makes the call ineffective.
This causes ...
Andreas Lingott

2013-03-04

20:55 Revision e2096a05: [TASK] Raise submodule pointer
Change-Id: I2b377c75171b3e30655841fad8ca20f354c998d6
Reviewed-on: https://review.typo3.org/18686
Reviewed-by: Christi...
Christian Kuhn
13:29 Revision c5ba5f5e: [BUGFIX] Invalid RSA key when submitting form twice
When submitting a RSA-supported form twice, the JS error
"Invalid RSA public key" is thrown. In order to suppress
thi...
Benni Mack
13:29 Revision 354282a9: [FEATURE] Flexible cHash Calculation
Introduces new configuration options for $TYPO3_CONF_VARS['FE']
* cHashRequiredParameters
* cHashExcludedParameters
*...
Daniel Poetzinger
13:20 Revision caaccab4: [BUGFIX] PHP filesystem functions are locale dependent
PHP filesystem functions like pathinfo, dirname and
basename are dependent on the locale set in PHP.
If one enables U...
Steffen Ritter
12:26 Revision 471faa24: [BUGFIX] Prevent PHP errors with missing ColumnMap object
If the TCA configuration for an object is missing
no ColumnMap object is created by data mapper which leads
to PHP fa...
Alexander Schnitzler
09:42 Revision 89b21f09: [BUGFIX] Invalid replacement hints in t3lib/
The comment and require_once call in deprecated classes are wrong.
Change-Id: I1d3e49bc977eef1c69551809596a5917a7ccf...
Xavier Perseguers
09:39 Revision 9c998cd2: [BUGFIX] Invalid replacement hints in t3lib/
The comment and require_once call in deprecated classes are wrong.
Change-Id: I1d3e49bc977eef1c69551809596a5917a7ccf...
Xavier Perseguers
09:20 Revision 0d8b266a: [BUGFIX] Invalid SQL result after four login failures
sql_free_result is called too early.
Move the call after the error handling at the end of the method.
Fixes: #45996
...
Philipp Gampe
09:16 Revision a06768a6: [BUGFIX] Invalid SQL result after four login failures
sql_free_result is called too early.
Move the call after the error handling at the end of the method.
Fixes: #45996
...
Philipp Gampe

2013-03-03

22:25 Revision be2f7da4: [TASK] Sync TYPO3 CMS Fluid with Flow Fluid 1.1 (part3)
This is the third part of a backport fluid from Flow.
It contains unit tests.
Change-Id: I9990607d95387b3635a2aaebfc...
Tymoteusz Motylewski
22:08 Revision 50d433bb: [TASK] Sync CMS Fluid with Flow Fluid 1.1 (part2)
This is the second part of a backport fluid from Flow.
Change-Id: I96e47131414c50801ff7628508dc05d7d7b5e106
Releases...
Tymoteusz Motylewski
11:13 Revision f807e7b3: [BUGFIX] Fix tests for old property mapper
The "fix" for failing tests after merging #42622
was to actually not test if the mapping works,
but only if the map m...
Anja Leichsenring
09:43 Revision a18a5d6a: [TASK] Raise submodule pointer
Change-Id: Ic0bc3709b24516c7b426065f0ea42fd5f38ba2dc
Reviewed-on: https://review.typo3.org/18567
Reviewed-by: TYPO3 R...
TYPO3 Release Team
09:41 Revision bab73c37: [TASK] Raise submodule pointer
Change-Id: Ie62df0cce2b394c2cbb4120d7638c2287befb7cb
Reviewed-on: https://review.typo3.org/18566
Reviewed-by: TYPO3 R...
TYPO3 Release Team
09:35 Revision a20a7ec7: [FEATURE] Introducing a BooleanValidator.
A validator for boolean fields, which takes an option to set expectations.
Resolves: #45880
Releases: 6.1
Change-Id:...
Pascal Dürsteler
04:36 Revision 84097539: [TASK] Cleanup impexp
Change-Id: I8e542e3ce836cd45daa0cfd42b22da61ef721fab
Resolves: #45186
Releases: 6.1
Reviewed-on: https://review.typo3...
Wouter Wolters

2013-03-02

17:15 Revision a0b62745: [TASK] CGL ResourceStorage double quote
Brings a single CGL "DoubleQuoteUsageNotRequired" improvement.
Change-Id: I7ca24279953e9d1566c6733cdcf29462e6bc5c2e
...
Felix Kopp
11:29 Revision 2b9be5ae: [BUGFIX] Extbase Plugin for Indexed Search not working
The plugin uses wrong classes in several places, which leads to fatal
errors because of missing functions.
Replace a...
Matthias Nitsch

2013-03-01

18:25 Revision 0d77b862: [BUGFIX] Check minitems for TCAtree
The TCAtree ignores currently the minitems.
This is however e.g. needed to require input for a relation field.
Chang...
Georg Ringer
13:36 Revision 796680a6: [BUGFIX] Keep hyphens in custom HTML5 attributes
In frontend rendering hyphens in custom attribute names must be kept.
Use the same regexp as in t3lib_parsehtml keeps...
Jigal van Hemert
10:47 Revision bf60746f: [BUGFIX] Numeric check for upper/lower bound of flexform-values
The range-check in Flexforms uses the same code as for normal
tables. Normally an integer field would be of type inte...
Anja Leichsenring
10:46 Revision 3527e463: [FEATURE] Add option removePageCss to remove styles set in _CSS_PAGE_STYLE
Add the option »removePageCss«, equivalent to »removeDefaultCss«.
This option prevents the output of specific page CS...
Dan Kleine (Untenzu)
05:55 Revision 0a98796f: [TASK] Update NEWS.txt with TCA refactoring information
Change-Id: Idbb46a0c32f1dad09ec80540c574526038473c4e
Related: #45767
Releases: 6.1
Reviewed-on: https://review.typo3....
Christian Kuhn
05:35 Revision 574b7f72: [TASK] Clean up NEWS.txt for 6.1
Change-Id: I9ea1816a4f02fe4c53d2bc345435a215c0313a04
Releases: 6.1
Reviewed-on: https://review.typo3.org/18545
Review...
Christian Kuhn

2013-02-28

22:03 Revision 14ce4704: [TASK] Follow-up to TCA refactoring
The patch adapts some minor nitpicks raised during review
of the main TCA patch. Most changes are comments together
w...
Christian Kuhn
20:16 Revision 39f04091: [TASK] Raise submodule pointer
Change-Id: I43753cf538d3c71bc8b552355d59f2d7a3448974
Reviewed-on: https://review.typo3.org/18540
Reviewed-by: Christi...
Christian Kuhn
20:09 Revision ecc262ef: [FEATURE] TCA refactoring
Follow up to core patch for extbase submodule
Related: #45767
Releases: 6.1
Change-Id: Ic1c17a322d89043e9ea84ce9ef9b...
Christian Kuhn
20:06 Revision 01609aa4: [FEATURE] TCA refactoring
Follow up to core patch for workspaces submodule
Related: #45767
Releases: 6.1
Change-Id: I0a4a6adc1012d5bd702d9f7fa...
Christian Kuhn
20:04 Revision f776e3c9: [FEATURE] TCA refactoring
Follow up to core patch for version submodule
Related: #45767
Releases: 6.1
Change-Id: I10ceb80ded90d19417e647ac72ef...
Christian Kuhn
20:03 Revision a21a81d8: [FEATURE] TCA refactoring
Follow up to core patch for dbal submodule
Related: #45767
Releases: 6.1
Change-Id: I05b3b09f7eb736ff05ba353f692e5eb...
Christian Kuhn
20:00 Revision 7e40635a: [FEATURE] TCA refactoring
Follow up to core patch for workspaces submodule
Related: #45767
Releases: 6.1
Change-Id: I9ffd0b9bcecf98987f16e4e66...
Christian Kuhn
19:52 Revision 389e1832: [TASK] Raise submodule pointer
Change-Id: Ibc67361e233f314788d2e278f2d515cdef94f3b9
Reviewed-on: https://review.typo3.org/18539
Reviewed-by: Christi...
Christian Kuhn
18:18 Revision 3fa8dcc3: [TASK] Increase Web>List title column width
The column width for the title column in list view is hard-coded.
Increase the width for current screen sized.
Witho...
Felix Kopp
10:03 Revision 60117b50: [FEATURE] Refactor TCA handling
This patch refactors TCA handling especially in the frontend to
a new codebase, making it more easy to work with, rem...
Christian Kuhn

2013-02-26

20:20 Revision 53fd8b27: [TASK] Remove not necessary require_once in LiveSearchDataProvider
Change-Id: I2027184626850ff7dc13221b30db9077406ce9ca
Resolves: #45865
Releases: 6.1
Reviewed-on: https://review.typo3...
Wouter Wolters
19:41 Revision 73aa6349: [BUGFIX] Make backend user global available early
The global must be available very early, because methods below
might trigger code which relies on it. In particular t...
Helmut Hummel
19:39 Revision c7ee07f8: [BUGFIX] Make backend user global available early
The global must be available very early, because methods below
might trigger code which relies on it. In particular t...
Helmut Hummel
01:58 Revision 736dbacc: [TASK] Remove default files (DirectoryIndex)
Few default files are included in the directories typo3 and install
in case the server does not have the necessary Di...
Felix Kopp

2013-02-25

09:00 Revision 06571e6e: Revert "[BUGFIX] FE session records are never removed"
This reverts commit da58b20c22a0a69df4d14599c59a850a09b19dc5.
Change-Id: I2a0e2ab45c3b94d6c036187aa296a0983313a42a
R...
Oliver Hader

2013-02-24

19:37 Revision 750aa412: [FEATURE][WIP] Refactored locking
Change-Id: I6ce6270aa22f9d467da2df0bfaaeadfa9b05b8c4 Daniel Hürtgen
 

Also available in: Atom