Project

General

Profile

Activity

From 2012-12-13 to 2013-01-11

2013-01-11

23:30 Revision 86c97eeb: [BUGFIX] Apc Cache backend has side effects
If two caches use the APC cache backend,
one cache can write and get entries from the
other by just using the same k...
Daniel Poetzinger
23:05 Revision ff815944: [BUGFIX] Apc Cache backend has side effects
If two caches use the APC cache backend,
one cache can write and get entries from the
other by just using the same k...
Daniel Poetzinger
22:53 Revision b09bc75e: [BUGFIX] Apc Cache backend has side effects
If two caches use the APC cache backend,
one cache can write and get entries from the
other by just using the same k...
Daniel Poetzinger

2013-01-09

17:15 Revision 32731fc1: [BUGFIX] Force command controller task arguments saved as array
Executing command controller scheduler tasks without
action arguments fails because the arguments aren't saved as
arr...
Marc Bastian Heinrichs

2013-01-08

23:10 Revision cc8cc2a8: [FEATURE] Add userGroups to backendUser model
This patch adds the new BackendUserGroup model as property to the new
BackendUser model. The patch adds the usual met...
Markus Günther
20:18 Revision 47bb3b7e: [FEATURE] Add filemount property to backend users
This patch set adds the new extbase filemount model as property to the
backend user model.
Change-Id: I8ed292fa4c387...
Markus Günther

2013-01-07

21:50 Revision 22778725: [BUGFIX] Remove declare(encoding=)
AbstractWidgetViewHelper can throw warnings about invalid
declare statements if zend.multibyte is off. Those lines
we...
Christian Kuhn
21:46 Revision f93969d3: [BUGFIX] Remove newline after ?> in AbstractController
The last commit added a newline again. This patch
removes it again.
Releases: 6.1
Fixes: #44366
Change-Id: I4bd33dc7...
Alexander Schnitzler
09:34 Revision cc52d676: [BUGFIX] Avoid clearing the page cache too often
Instead of clearing the page cache on every
create, update and delete action, implement
a page id stack which will be...
Alexander Schnitzler

2013-01-06

22:45 Revision c3770582: [BUGFIX] selectViewHelper sorting should respect locales
In current Fluid versions the sorting
(sortByOptionLabel="1" is used) of the selectViewHelper
does not respect locale...
Stefan Froemken
19:14 Revision 8f826f59: [BUGFIX] Fix shown references of files
Currently the references of files are only fetched from
the sys_file_reference table. This does not take all direct
r...
Helmut Hummel
19:13 Revision 7ac01fe7: [BUGFIX] Fix shown references of files
Currently the references of files are only fetched from
the sys_file_reference table. This does not take all direct
r...
Helmut Hummel
16:49 Revision 210f7f7f: [BUGFIX] DebuggerUtility does not rewind instances of Iterator
Debugging a collection like ObjectStorage changes
the internal collection pointer which leads to the
collection being...
Alexander Schnitzler
16:49 Revision 71d962df: [BUGFIX] DebuggerUtility does not rewind instances of Iterator
Debugging a collection like ObjectStorage changes
the internal collection pointer which leads to the
collection being...
Alexander Schnitzler
16:27 Revision 42ca35cd: [BUGFIX] Correct indention of class comment
Fixes: #44343
Releases: 6.1
Change-Id: I4acc9b50d7534f16ba7dca8bbdb34de1db3beac0
Reviewed-on: https://review.typo3.or...
Anja Leichsenring
11:41 Revision de3e8e64: [BUGFIX] selectViewHelper sorting should respect locales
In current Fluid versions the sorting
(sortByOptionLabel="1" is used) of the selectViewHelper
does not respect locale...
Stefan Froemken
11:40 Revision 38c5ca28: [BUGFIX] selectViewHelper sorting should respect locales
In current Fluid versions the sorting
(sortByOptionLabel="1" is used) of the selectViewHelper
does not respect locale...
Stefan Froemken
11:14 Revision 499db36b: [BUGFIX] selectViewHelper sorting should respect locales
In current Fluid versions the sorting
(sortByOptionLabel="1" is used) of the selectViewHelper
does not respect locale...
Stefan Froemken
11:07 Revision 7c278357: [BUGFIX] Suppress debug output of debugger in unit tests
Currently the debug output will be rendered which
leads to printed css if testing unit tests on the
command line.
Re...
Alexander Schnitzler
11:04 Revision ddaefb98: [BUGFIX] Fix failing tests in ActionControllerTest
Introduction of signals into ActionController caused
some Unit Tests to fail. This patch injects the missing
SignalSl...
Anja Leichsenring
10:49 Revision a9a96994: [BUGFIX] selectViewHelper sorting should respect locales
In current Fluid versions the sorting
(sortByOptionLabel="1" is used) of the selectViewHelper
does not respect locale...
Stefan Froemken
10:28 Revision 049bf490: Revert "[FEATURE] Introduce beforeCallActionMethod signal"
This reverts commit f0614b4c7f7dc566889ea3de7d400f81ebb82740
Change-Id: Ic8908fb9cd959639f4f41ce5c35330ecfd521b6b
Re...
Anja Leichsenring

2013-01-05

21:46 Revision 6966a064: [FEATURE] Introduce beforeCallActionMethod signal
This patch introduces a signal for hooking in
right before calling the action method of the
controller. The slots are...
Alexander Schnitzler
21:08 Revision a234e89f: [BUGFIX] Prevent sql errors with missing ColumnMap
If the TCA configuration for an object is missing
no ColumnMap can be generated which leads to sql
errors in method a...
Alexander Schnitzler
20:44 Revision 55fce0cb: [FEATURE] Introduce beforeCallActionMethod signal
This patch introduces a signal for hooking in
right before calling the action method of the
controller. The slots are...
Alexander Schnitzler
20:40 Revision 7b1a1b05: [BUGFIX] Prevent sql errors with missing ColumnMap
If the TCA configuration for an object is missing
no ColumnMap can be generated which leads to sql
errors in method a...
Alexander Schnitzler
20:25 Revision da29f0cf: [BUGFIX] Include file tables in access list
The BackendUtility::getExcludeFields method does not respect the
"ignoreRootLevelRestriction" configuration for these...
Helmut Hummel
20:24 Revision fa2cb038: [BUGFIX] Include file tables in access list
The BackendUtility::getExcludeFields method does not respect the
"ignoreRootLevelRestriction" configuration for these...
Helmut Hummel
20:21 Revision f065089e: [BUGFIX] DebuggerUtility does not rewind instances of Iterator
Debugging a collection like ObjectStorage changes
the internal collection pointer which leads to the
collection being...
Alexander Schnitzler
17:30 Revision 6f9feafa: [BUGFIX] Make AlphanumericValidator work with umlauts
Changes the regular expression used to validate the
string into a unicode-aware character-class and adds
a tests for ...
Alexander Schnitzler
15:27 Revision 051303f8: [BUGFIX] Make AlphanumericValidator work with umlauts
Changes the regular expression used to validate the
string into a unicode-aware character-class and adds
a tests for ...
Alexander Schnitzler
15:03 Revision c94f2c8f: [BUGFIX] Use interface in PersistenceManager::injectQueryFactory
Currently PersistenceManager::injectQueryFactory
expects a concrete implementation of QueryFactory
instead of an desc...
Alexander Schnitzler
14:36 Revision d040ebb3: [BUGFIX] Use interface in Mapper::injectQueryFactory
Currently Mapper::injectQueryFactory expects a
concrete implementation of QueryFactory instead
of an descendant of Qu...
Alexander Schnitzler

2013-01-04

13:18 Revision 7003f86c: [BUGFIX] Change localconf.php to LocalConfiguration.php
Change localconf.php to LocalConfiguration.php in the text
How to configure TYPO3 from InstallTool
Resolves: #43425
...
Adrian Giurgiu
13:16 Revision 160712cd: [BUGFIX] Change localconf.php to LocalConfiguration.php
Change localconf.php to LocalConfiguration.php in the text
How to configure TYPO3 from InstallTool
Resolves: #43425
...
Adrian Giurgiu
10:05 Revision 44f7fdd3: [BUGFIX] Invalid call to t3lib_TCEmain::processRemapStack()
The remap stack in t3lib_TCEmain/DataHandler is dedicated to
process pending records and references after all databas...
Oliver Hader
10:05 Revision 26fdc3f9: [BUGFIX] Invalid call to t3lib_TCEmain::processRemapStack()
The remap stack in t3lib_TCEmain/DataHandler is dedicated to
process pending records and references after all databas...
Oliver Hader
10:04 Revision 8c821aa9: [BUGFIX] Invalid call to t3lib_TCEmain::processRemapStack()
The remap stack in t3lib_TCEmain/DataHandler is dedicated to
process pending records and references after all databas...
Oliver Hader
10:04 Revision f515d667: [BUGFIX] Invalid call to t3lib_TCEmain::processRemapStack()
The remap stack in t3lib_TCEmain/DataHandler is dedicated to
process pending records and references after all databas...
Oliver Hader
10:04 Revision 3847227e: [BUGFIX] Invalid call to t3lib_TCEmain::processRemapStack()
The remap stack in t3lib_TCEmain/DataHandler is dedicated to
process pending records and references after all databas...
Oliver Hader
10:04 Revision 67688808: [TASK] Raise submodule pointer
Change-Id: Ic9f4fbbdbb2c3c47655969500efa707a448cbde7
Reviewed-on: https://review.typo3.org/17361
Reviewed-by: TYPO3 R...
TYPO3 Release Team
10:03 Revision 7edf97ec: [TASK] Raise submodule pointer
Change-Id: Ie0d25c2831a4743662fd0f244510c781c1bd8ec2
Reviewed-on: https://review.typo3.org/17360
Reviewed-by: TYPO3 R...
TYPO3 Release Team
10:01 Revision abd5389c: [TASK] Raise submodule pointer
Change-Id: I35d3978e53039abc50087f277872bef0e9a6eb1a
Reviewed-on: https://review.typo3.org/17359
Reviewed-by: TYPO3 R...
TYPO3 Release Team
10:00 Revision 66484477: [TASK] Raise submodule pointer
Change-Id: Ibc049697a6f6010b10c26f48ed9dcd3412777187
Reviewed-on: https://review.typo3.org/17357
Reviewed-by: TYPO3 R...
TYPO3 Release Team
09:59 Revision ea7de490: [TASK] Raise submodule pointer
Change-Id: I39bd80acbe7519e191435699ac7d400c4eb0fe78
Reviewed-on: https://review.typo3.org/17355
Reviewed-by: TYPO3 R...
TYPO3 Release Team
09:34 Revision c912a496: [BUGFIX] Hidden state is not always visualized in module
The hidden state of a record is not always visualized in the
workspace module. This is fixed by not looking whether '...
Oliver Hader
09:34 Revision 1ea3a674: [BUGFIX] Hidden state is not always visualized in module
The hidden state of a record is not always visualized in the
workspace module. This is fixed by not looking whether '...
Oliver Hader
09:34 Revision 50f25b5a: [BUGFIX] Hidden state is not always visualized in module
The hidden state of a record is not always visualized in the
workspace module. This is fixed by not looking whether '...
Oliver Hader
09:34 Revision 0bc0ab85: [BUGFIX] Hidden state is not always visualized in module
The hidden state of a record is not always visualized in the
workspace module. This is fixed by not looking whether '...
Oliver Hader
09:34 Revision a2716f01: [BUGFIX] Hidden state is not always visualized in module
The hidden state of a record is not always visualized in the
workspace module. This is fixed by not looking whether '...
Oliver Hader
09:22 Revision 3189fc0a: [BUGFIX] History service does not show details anymore
The history service in the workspace module does not contain
any details for modified records.
There are two things ...
Oliver Hader
09:22 Revision db85e3b0: [BUGFIX] History service does not show details anymore
The history service in the workspace module does not contain
any details for modified records.
There are two things ...
Oliver Hader
09:20 Revision e105fc7a: [BUGFIX] Usage of caching framework broken
After publishing contents using the workspace module, caches get
flushed. However, this uses a hard-coded string fron...
Andreas Kießling
09:16 Revision a9f014b0: [BUGFIX] Preview does not include L parameter on localization
The workspace module offers a way to preview accordant records
in the frontend. However, the L parameters is missing ...
Oliver Hader
09:12 Revision 334732e9: [BUGFIX] Preview does not include L parameter on localization
The workspace module offers a way to preview accordant records
in the frontend. However, the L parameters is missing ...
Oliver Hader
09:12 Revision d8abc9af: [BUGFIX] Preview does not include L parameter on localization
The workspace module offers a way to preview accordant records
in the frontend. However, the L parameters is missing ...
Oliver Hader
09:11 Revision a1187166: [BUGFIX] Preview does not include L parameter on localization
The workspace module offers a way to preview accordant records
in the frontend. However, the L parameters is missing ...
Oliver Hader
09:00 Revision 1f91a3d3: [BUGFIX] Preview does not include L parameter on localization
The workspace module offers a way to preview accordant records
in the frontend. However, the L parameters is missing ...
Oliver Hader

2013-01-02

20:21 Revision 94fb5a78: [BUGFIX] Suggest wizard is behind form inputs
Change-Id: I5a847fe0024161f40f541a7d1ebe120ec9a8e7a5
Fixes: #42092
Releases: 4.5, 4.6, 4.7, 6.0, 6.1
Reviewed-on: htt...
Xavier Perseguers
20:21 Revision 84b978fb: [BUGFIX] Suggest wizard is behind form inputs
Change-Id: I5a847fe0024161f40f541a7d1ebe120ec9a8e7a5
Fixes: #42092
Releases: 4.5, 4.6, 4.7, 6.0, 6.1
Reviewed-on: htt...
Xavier Perseguers
20:21 Revision aa893a0e: [BUGFIX] Suggest wizard is behind form inputs
Change-Id: I5a847fe0024161f40f541a7d1ebe120ec9a8e7a5
Fixes: #42092
Releases: 4.5, 4.6, 4.7, 6.0, 6.1
Reviewed-on: htt...
Xavier Perseguers
20:20 Revision fc7d04aa: [BUGFIX] Suggest wizard is behind form inputs
Change-Id: I5a847fe0024161f40f541a7d1ebe120ec9a8e7a5
Fixes: #42092
Releases: 4.5, 4.6, 4.7, 6.0, 6.1
Reviewed-on: htt...
Xavier Perseguers
20:13 Revision d8d7a18d: [BUGFIX] Suggest wizard is behind form inputs
Change-Id: I5a847fe0024161f40f541a7d1ebe120ec9a8e7a5
Fixes: #42092
Releases: 4.5, 4.6, 4.7, 6.0, 6.1
Reviewed-on: htt...
Xavier Perseguers

2013-01-01

12:32 Revision 04fca2a6: [BUGFIX] phpdoc: $urlParameters can be a string
In functions like getTypoLink() $urlParameters can also
be a string. A string is expected to be URL-encoded already,
...
Stefan Neufeind
12:31 Revision 1d523bd0: [BUGFIX] phpdoc: $urlParameters can be a string
In functions like getTypoLink() $urlParameters can also
be a string. A string is expected to be URL-encoded already,
...
Stefan Neufeind
12:30 Revision 728ad7c8: [BUGFIX] phpdoc: $urlParameters can be a string
In functions like getTypoLink() $urlParameters can also
be a string. A string is expected to be URL-encoded already,
...
Stefan Neufeind
12:29 Revision 86dd8599: [BUGFIX] phpdoc: $urlParameters can be a string
In functions like getTypoLink() $urlParameters can also
be a string. A string is expected to be URL-encoded already,
...
Stefan Neufeind
12:06 Revision 45ac541b: [BUGFIX] phpdoc: $urlParameters can be a string
In functions like getTypoLink() $urlParameters can also
be a string. A string is expected to be URL-encoded already,
...
Stefan Neufeind
00:20 Revision 31a768ef: [BUGFIX] Syslog error icons problem
Add an array with the possible error messages and shows
the corresponding icon.
Fixes: #43796
Releases: 6.1, 6.0
Cha...
Tomita Militaru

2012-12-31

17:50 Revision 312915e5: [BUGFIX] BE login shows unaesthetic scrollbars
CSS adjustments for login screen in t3skin
Fixes: #43330
Releases: 6.1, 6.0
Change-Id: Ifeb141ff9963f54e35c26ca41bc...
Torben Hansen

2012-12-27

20:14 Revision a731d1bf: [BUGFIX] Fix erroneous replacement of language label
The refactoring script replaced "tx_rtehtmlarea_acronym" with
"TYPO3\\CMS\\Rtehtmlarea\\Extension\\Acronym" which is ...
Helmut Hummel
20:12 Revision b05dcadc: [BUGFIX] Fix erroneous replacement of language label
The refactoring script replaced "tx_rtehtmlarea_acronym" with
"TYPO3\\CMS\\Rtehtmlarea\\Extension\\Acronym" which is ...
Helmut Hummel

2012-12-22

09:23 Revision 9ebde06a: [BUGFIX] Fix typos in stdWrap_crop description
Fixes: #43919
Releases: 6.1, 6.0, 4.7, 4.6, 4.5
Change-Id: Ib4b447f825122ea069802a7c9139602362430bdc
Reviewed-on: ht...
Markus Klein

2012-12-20

10:03 Revision da58b20c: [BUGFIX] FE session records are never removed
The FE session records are never removed,
even if no session data are left.
Change-Id: Ic30acd00b9e5bfd09910d5e070b6...
Steffen Müller
10:03 Revision d4d9e0d3: [BUGFIX] FE session records are never removed
The FE session records are never removed,
even if no session data are left.
Change-Id: Ib7a660beba5b4ce04543868ca319...
Steffen Müller
10:01 Revision 34af1041: [BUGFIX] FE session records are never removed
The FE session records are never removed,
even if no session data are left.
Change-Id: I152f565fcee27de09532a11d0342...
Steffen Müller
10:01 Revision 55bca032: [BUGFIX] FE session records are never removed
The FE session records are never removed,
even if no session data are left.
Change-Id: I5fcb9c7024ca0934e43f77a1310d...
Steffen Müller
09:59 Revision 3ed1ba5f: [BUGFIX] INTincScript_loadJSCode() causes PHP warnings
This function uses implode() on several variables without properly
checking if they are actually arrays.
This might c...
Markus Klein
09:59 Revision 48d51a15: [BUGFIX] INTincScript_loadJSCode() causes PHP warnings
This function uses implode() on several variables without properly
checking if they are actually arrays.
This might c...
Markus Klein
09:59 Revision 63c8b8dd: [BUGFIX] INTincScript_loadJSCode() causes PHP warnings
This function uses implode() on several variables without properly
checking if they are actually arrays.
This might c...
Markus Klein
09:58 Revision f1214e9b: [BUGFIX] INTincScript_loadJSCode() causes PHP warnings
This function uses implode() on several variables without properly
checking if they are actually arrays.
This might c...
Markus Klein
09:58 Revision 24560378: [BUGFIX] Fix broken logo file in Install Tool
Replace the broken TYPO3 logo file with the correct logo.
Change-Id: If358ba08508b674f06743fcd668c3b87cc15928b
Fixes...
Tomita Militaru
09:58 Revision 22bddc39: [BUGFIX] Fix broken logo file in Install Tool
Replace the broken TYPO3 logo file with the correct logo.
Change-Id: Id233c07e3e1536934e8b87d99815e50ffb4cfc23
Fixes...
Tomita Militaru
09:58 Revision 4658cd91: [BUGFIX] Fix broken logo file in Install Tool
Replace the broken TYPO3 logo file with the correct logo.
Change-Id: I5cb245267032e9e3907e30b7f759d4f4dd1f0189
Fixes...
Tomita Militaru

2012-12-18

22:48 Revision e8310e54: [TASK] CleanUp References to old ClassNames
There are plenty references calls to old classnames
which need to be clean up.
Change-Id: I45065edccf30e548ee7ccbdad...
Steffen Ritter
22:27 Revision 991a38ff: [BUGFIX] Missing Task.php
During Ibef1d71f1d3a6aa3683331464b33118b88b1ec01 the file
Classes/Task.php has been renamed to Classes/Task/AbstractT...
Philipp Gampe
22:25 Revision 04e09b9c: [BUGFIX] Missing Task.php
During Ibef1d71f1d3a6aa3683331464b33118b88b1ec01 the file
Classes/Task.php has been renamed to Classes/Task/AbstractT...
Philipp Gampe
22:17 Revision edaef652: [TASK] Fix phpDoc of BackendUtility::displayWarningMessages
phpDoc says "@return void" but the method returns the messages as
HTML string
Resolves: #44051
Releases: 6.1, 6.0
C...
Sebastian Michaelsen
22:14 Revision ad50d086: [TASK] Fix phpDoc of BackendUtility::displayWarningMessages
phpDoc says "@return void" but the method returns the messages as
HTML string
Resolves: #44051
Releases: 6.1, 6.0
C...
Sebastian Michaelsen
11:55 Revision b0a64733: WIP: Doctrine DBAL integration
Change-Id: Icb9e013c6255ecdc59e9dbc8e8913ebbc297fe33 Thomas Maroschik

2012-12-17

22:20 Revision ae6318c9: [BUGFIX] Update checksums after file processing
When recreating an already processed file the LocalImageProcessor
updates the width, height and filesize of the new i...
Helmut Hummel
22:19 Revision 7d88ffce: [BUGFIX] Update checksums after file processing
When recreating an already processed file the LocalImageProcessor
updates the width, height and filesize of the new i...
Helmut Hummel
15:19 Revision b7942cf8: [FEATURE] Enable INCLUDE_TYPOSCRIPT for be_layouts
The backend layout config field contains a TypoScript like syntax
to define the columns and rows. After all TypoScrip...
Anja Leichsenring
15:01 Revision b4d5351c: [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
09:38 Revision 9c74f131: [CLEANUP] Remove newlines after closing php tag
During the last commits some newlines made it
into extbase again. This patch removes them all.
Releases: 6.1
Fixes: ...
Alexander Schnitzler

2012-12-15

14:35 Revision bd489390: [BUGFIX] SQL error in getLinkCounts
A comma too much at the list of page ids results in an SQL error.
Solution: Remove any trailing comma.
Fixes: #4332...
Philipp Gampe
14:34 Revision ca9b1af4: [BUGFIX] SQL error in getLinkCounts
A comma too much at the list of page ids results in an SQL error.
Solution: Remove any trailing comma.
Fixes: #4332...
Philipp Gampe
14:32 Revision fc697fca: [BUGFIX] SQL error in getLinkCounts
A comma too much at the list of page ids results in an SQL error.
Solution: Remove any trailing comma.
Fixes: #4332...
Philipp Gampe
14:13 Revision c43c42aa: [FEATURE] Allow different overriding of object mapping per plugin
Currently the ObjectContainer has an array with a mapping of
class names to actual classes which allows the replaceme...
Alexander Schnitzler
12:25 Revision e27fab64: [TASK] Make current persistence replaceable
Releases: 6.1
Fixes: #42506
Change-Id: I409dec8eec58f512c1f2ce4d090816eb595bbcc5
Reviewed-on: https://review.typo3.or...
Alexander Schnitzler

2012-12-14

16:44 Revision 4973c42e: FAL support
Helmut Hummel
16:43 Revision abe10493: [BUGFIX] Always allow access to processing folder
Processed files are temporary files which can be recreated
without problems. So there is no need to check the permiss...
Helmut Hummel
16:41 Revision 57207d54: [BUGFIX] Always allow access to processing folder
Processed files are temporary files which can be recreated
without problems. So there is no need to check the permiss...
Helmut Hummel
 

Also available in: Atom