Project

General

Profile

Activity

From 2012-09-06 to 2012-10-05

2012-10-04

10:28 Revision 5cc09471: [TASK] Improve show_item for FAL files
The show_item.php shows some info about the selected file.
the property size is rendered twice, once in the
header se...
Georg Ringer

2012-10-03

14:33 Revision 2fd7c2b2: [TASK] Simulatestatic should not be mentioned as sysext
Currently the install tool stills suggests
simulatestatic as sysext to be installed.
Change-Id: I7f9bc95aa8c6cbbd520...
Georg Ringer
13:38 Revision b09ed2e1: [BUGFIX] Respect namespaced models in the reflection service
This fixes the reflection service, so that repository classes
are found for namespaced models.
Change-Id: Id7be0f2d0...
Ingo Pfennigstorf
12:37 Revision b1d37a3b: [TASK] CGL violations "LineEndingsInvalidEOLChar"
Resolves: #41474
Releases: 6.0
Change-Id: I55edcf54004f8ba1663a9d1d1fd8e4921a121d62
Reviewed-on: http://review.typo3....
Roland
12:36 Revision 5092d9f7: [TASK] CGL violation "CharacterAfterPHPClosingTag"
Change-Id: I4335c2a6a4db1dae3a8863b781d713605933dee5
Resolves: #41471
Releases: 6.0
Reviewed-on: http://review.typo3....
Roland
12:34 Revision 50de126d: [TASK] CGL violation "DoubleQuoteUsageNotRequired"
Resolves: #41470
Releases: 6.0
Change-Id: I0b58a49afb4e34fd03c9f89c25bb1d983fbc6dce
Reviewed-on: http://review.typo3....
Roland
10:40 Revision 8b43aa7d: [BUGFIX] Make FAL Folder not found handling more user friendly
If an user moves the folder he currently views in the file
list module, after reload he sees only a red FlashMessage
...
Steffen Ritter

2012-10-02

21:08 Revision 3d2caa59: [BUGFIX] Consolidate usage of DocumentTemplate
The fix in #40519 changed the behavior of the getDocInstance
method in AbstractBackendViewHelper. Before the global S...
Helmut Hummel

2012-10-01

22:38 Revision c079e4a9: [BUGFIX] Change submit button label to language file entry
The submit button in configure extension form was hardcoded in
template file. This patch moves it to the language fil...
Anja Leichsenring
19:44 Revision 939f07bd: [TASK] Clean up class alias mechanism
* adopt class loader to load the class alias map from a location
Migrations/Code/ClassAliasMap.php in every extensi...
Thomas Maroschik

2012-09-30

16:47 Revision 54ec79e1: [TASK] Cleanup new files
Fix CGL issues and namespace typehints including:
* Long running lines
* Not lower camelcase variables
* Copyright ye...
Philipp Gampe
16:43 Revision 00405773: [TASK] Provide class alias file for dbal
Change-Id: Id4453a3e19d0a540c882a01839fcfc997b22932f
Resolves: #41384
Related: #40095
Releases: 6.0
Reviewed-on: http...
Thomas Maroschik
16:39 Revision 8522394d: [TASK] Provide class alias file for workspaces
Change-Id: I2b38e28115a93c3796884180c5678d544ba52d77
Resolves: #41389
Related: #40095
Releases: 6.0
Reviewed-on: http...
Thomas Maroschik
16:26 Revision a0667945: [TASK] Provide class alias file for version
Change-Id: I76b2bd39a6857353d4890143c8e95f50873fb6a1
Resolves: #41388
Related: #40095
Releases: 6.0
Reviewed-on: http...
Thomas Maroschik
15:41 Revision d967075e: [BUGFIX] Preview images not rendered in Web > Page view on Windows systems
In Web > Page view the preview images are not rendered on Windows systems.
This is due to failing functions in class
...
Nicole Cordes
14:48 Revision 6139eaf8: [BUGFIX] Do not save expand state for root node in TCA tree
To avoid a PHP warning: Missing argument for
BackendUserSettings::addToList() the expanded state must
not be saved fo...
Christoph Gerold
14:48 Revision 006dc6af: [BUGFIX] Do not save expand state for root node in TCA tree
To avoid a PHP warning: Missing argument for
BackendUserSettings::addToList() the expanded state must
not be saved fo...
Christoph Gerold
14:48 Revision c9558789: [BUGFIX] Do not save expand state for root node in TCA tree
To avoid a PHP warning: Missing argument for
BackendUserSettings::addToList() the expanded state must
not be saved fo...
Christoph Gerold
14:46 Revision 5861645d: [BUGFIX] Do not save expand state for root node in TCA tree
To avoid a PHP warning: Missing argument for
BackendUserSettings::addToList() the expanded state must
not be saved fo...
Christoph Gerold
13:25 Revision 862134c1: [BUGFIX] Consolidate usage of DocumentTemplate
Do not use the global SOBE to get an instance
of DocumentTemplate. Instead make use of the
getter which is in the Abs...
Helmut Hummel
13:19 Revision de98d818: [TASK] Add leading backslashes to InvalidArgumentException
For some cases the leading backslash is missing for PHP standard
classes. This patch adds those backslashes to Invali...
Anja Leichsenring

2012-09-29

15:38 Revision 5bb026ee: [BUGFIX] Make additional fields visible again in Scheduler
Namespaced class names contain backslashes and are not suitable for
use in HTML attributes. Converting them to lowerc...
Jigal van Hemert

2012-09-27

22:58 Revision a4b95503: [BUGFIX] Pagetree - Prevent a call to moveNode while creating nodes
Change-Id: I702ccb71dcf91063012eb77091f5982661ee3afd
Fixes: #39820
Releases: 6.0, 4.7, 4.6, 4.5
Reviewed-on: http://r...
Tobias Schultheiss
18:21 Revision 97c4abc8: [BUGFIX] Release scheduler from classname field
Currently the scheduler depends at many parts on its classname field in
the tx_scheduler_task table. This is not nece...
Thomas Maroschik
14:06 Revision de7f0341: [TASK] Provide class alias file for linkvalidator
Change-Id: Ie9e202481b9946ec72a9e8f3227d0f0ae8d6de56
Resolves: #41387
Related: #40095
Releases: 6.0
Reviewed-on: http...
Thomas Maroschik

2012-09-26

22:51 Revision c8417134: [TASK] Add leading backslashes to InvalidArgumentException
for some cases the leading backslash is missing for PHP standard
classes. This patch adds those backslashes to Invali...
Anja Leichsenring
22:50 Revision a5d0094a: [BUGFIX] Property Validation with Namespaces
This fixes the validation of properties in namespaced TYPO3.
Change-Id: I6a69f9e2890c71c91b572a991acbfb1a6760dcf5
Fi...
Ingo Pfennigstorf
17:08 Revision d0e74c5b: [TASK] Provide class alias file for fluid
Change-Id: I9aba15b22c020d8041b93d0397d257a04fd0f498
Resolves: #41386
Related: #40095
Releases: 6.0
Reviewed-on: http...
Thomas Maroschik
17:08 Revision 98f2b415: [TASK] Provide class alias file for extbase
Change-Id: I33c1a735bb4500f2e34b297a4e252edab7bfc7a0
Resolves: #41385
Relates: #40095
Releases: 6.0
Reviewed-on: http...
Thomas Maroschik
08:31 Revision 3931015e: [TASK] Add leading backslashes to InvalidArgumentException
for some cases the leading backslash is missing for PHP standard
classes. This patch adds those backslashes to Invali...
Anja Leichsenring

2012-09-25

23:45 Revision 91fa3565: [TASK] Raise submodule pointers
Change-Id: Ic38a7287b97c79a6fabc96fe33bb047043e90cc3
Reviewed-on: http://review.typo3.org/15070
Reviewed-by: Helmut H...
Helmut Hummel
23:28 Revision b8893c18: [BUGFIX] Fix wrong replacements of the namespace refactoring
If the refactoring script replaced things like "tx_foo_bar" first
and "tx_foo_bar_baz" in a second step, instances of...
Helmut Hummel
23:25 Revision 9410969f: [BUGFIX] Fix wrong replacements of the namespace refactoring
If the refactoring script replaced things like "tx_foo_bar" first
and "tx_foo_bar_baz" in a second step, instances of...
Helmut Hummel
23:13 Revision 13677fe8: [TASK] Fix deprecated call in beuser's repository
Typo3QuerySettings->setRespectEnableFields() is deprecated
Change-Id: Ibfaba37b04e657a9957f23ebb7d16d50ff79814d
Reso...
Georg Ringer
11:41 Revision 18866186: [BUGFIX] Fix translation fallback
If the target for the translation does not exist, we have to
fallback to the default language, which is guaranteed to...
Xavier Perseguers
11:41 Revision f78c24a0: [BUGFIX] Fix translation fallback
If the target for the translation does not exist, we have to
fallback to the default language, which is guaranteed to...
Xavier Perseguers

2012-09-24

22:40 Revision 1b940359: [BUGFIX] Call to undefined method ..\Reports\Status::getSystemStatus()
Change-Id: I3b045a341bcc8db8abc0dbc9f3305b1123f85aae
Fixes: #41221
Releases: 6.0
Reviewed-on: http://review.typo3.org...
Philipp Gampe
22:38 Revision 05355543: [BUGFIX] Scheduler does not run tasks from module
The scheduler tries to read the wrong get variable.
Solution: Switch to the namespaced one.
Fixes: #41296
Releases:...
Philipp Gampe
21:43 Revision 5f59a2f9: [BUGFIX] Wrong namespace in SystemStatusUpdateTask.php
Change-Id: I397fbc713be2c8ec0bc14dfe6a4081a8086b6afb
Fixes: #41226
Releases: 6.0
Reviewed-on: http://review.typo3.org...
Philipp Gampe
21:38 Revision 7eba1c7a: [BUGFIX] Fix wrong replacements of "language" class name
The namespace script replaced "language" strings
with TYPO3\\CMS\\Lang\\LanguageService also in
places where it did n...
Helmut Hummel
09:13 Revision 654792d6: [TASK] Move Views/LogoView to View/LogoView
It seems there was a mistake in the automatic
script to move files. Views/LogoView.php should be
View/LogoView.php as...
Georg Ringer

2012-09-23

20:57 Revision db2b9113: [BUGFIX] Configure configuration in EM crashes
This is due to a wrong typehint of a not used parameter.
Solution: Remove the unused parameters.
Fixes: #41275
Relea...
Philipp Gampe
15:36 Revision 2e6d6936: [BUGFIX] Task classname is not namespaced
Fixes: #41294
Releases: 6.0
Change-Id: Ia3b2bbfe102dd695817893d2d7e1bee5778ad76c
Reviewed-on: http://review.typo3.or...
Philipp Gampe
14:59 Revision 8f020245: [TASK] Remove misleading text in ext:opendocs
Title of the extension is 'This concept is more widely
used with the "Classic Backend".'. This text is also
shown in ...
Georg Ringer
14:59 Revision e3966405: [TASK] Improve rendering of buttons in quickedit
The buttons can be improved:
* ordering
* alignment
Change-Id: Icb75502afdfc610d66b82e0ec9206dd303800c5f
Resolves: #...
Georg Ringer
13:31 Revision 12c2fd9f: [BUGFIX] Info module path is not namespaced
Fixes: #41287
Releases: 6.0
Change-Id: I3fc21829fd8c725b500a7f96aefccd5f44b87c0c
Reviewed-on: http://review.typo3.or...
Philipp Gampe
00:36 Revision 536cadd3: [TASK] Insert hook for simulatestatic
Resolves: #36025
Releases: 6.0
Change-Id: I5d88626a6062ccdc69eb389664ced529a72d2f7b
Reviewed-on: http://review.typo3....
Markus Klein
00:21 Revision 6aeacef9: [TASK] Raise submodule pointer
Change-Id: If7a8f96858972c6dcc7a7970895a4b6bfff555a6
Reviewed-on: http://review.typo3.org/14953
Reviewed-by: Christia...
Christian Kuhn
00:18 Revision 930e98c1: [TASK] Introduce base class for PHPUnit tests
Resolves: #41171
Releases: 6.0
Change-Id: I7274abf41766d16eabc5f4a127a9af6ad450066e
Reviewed-on: http://review.typo3...
Markus Klein
00:15 Revision a7b61b2e: [CLEANUP] Remove all occurrences of edit_showFieldHelp == 'text'
The text version of edit_showFieldHelp is not supported since 4.5
anymore. This patch removes all references and dead...
Markus Klein

2012-09-22

23:54 Revision f9595542: [TASK] Switch order of select boxes in quickedit
The current order of select boxes is wrong in page
module - mode "quickedit" as the one of the content
elements shoul...
Georg Ringer
23:54 Revision 84ef883b: [TASK] Introduce base class for PHPUnit tests
Resolves: #41171
Releases: 6.0
Change-Id: If83629d41d6978fcf8c1f5854c269442392bac27
Reviewed-on: http://review.typo3...
Markus Klein
23:49 Revision 44fe3cba: [TASK] add leading backslashes to Date*
for some cases the leading backslash is missing for PHP standard
classes. This patch adds those backslashes to Date*....
Anja Leichsenring
23:45 Revision f0f718cc: [TASK] add leading backslashes to Runtime*
for some cases the leading backslash is missing for PHP standard
classes. This patch adds those backslashes to Runtim...
Anja Leichsenring
23:33 Revision 538a04a8: [TASK] Introduce base class for PHPUnit tests
Previously all core unit tests extended from the
Tx_PhpUnit_TestCase. This turned out to be problematic
because the c...
Markus Klein
23:29 Revision 65fe560b: [BUGFIX] Required extensions are not installable
Required extensions can't be installed or deinstalled,
therefore the link is not needed. Additionally system
extensio...
Georg Ringer
23:22 Revision ae0a8814: [TASK] Remove content element "textbox"
Remove the content element type "textbox" / "splash".
Change-Id: Id4fd8f4f4c10fee39de4940f96f772ba2d173774
Resolves:...
Georg Ringer
23:19 Revision 665985db: [TASK] add leading backslashes to SplObject*
for some cases the leading backslash is missing for PHP standard
classes. This patch adds those backslashes to SplObj...
Anja Leichsenring
21:13 Revision 02f5cdb2: [TASK] Remove jsmin from library list in EXT:about
The library was removed with 6.0, source mention is not needed anymore.
Change-Id: Icae1c37409e914cd55b9f20eff0f548e...
Christian Kuhn
21:06 Revision 1fa3a94f: [TASK] Introduce base class for PHPUnit tests
Resolves: #41171
Releases: 6.0
Change-Id: I7274abf41766d16eabc5f4a127a9af6ad450066e
Reviewed-on: http://review.typo3...
Markus Klein
20:30 Revision afa6f5b7: [TASK] Warn for not available plugins in page module
If a plugin of an extension is saved on a page and
the extension has been removed, a warning should be
presented to t...
Georg Ringer
20:16 Revision 9a1dcbba: [BUGFIX] File upload button is collapsed in Chrome 21
In Chrome 21, the FlashUploader button is collapsed to a few pixels of
height. So it is nearly impossible to hit the ...
Steffen Gebert
20:16 Revision 6363cf9f: [BUGFIX] File upload button is collapsed in Chrome 21
In Chrome 21, the FlashUploader button is collapsed to a few pixels of
height. So it is nearly impossible to hit the ...
Steffen Gebert
20:15 Revision 473fcc92: [BUGFIX] File upload button is collapsed in Chrome 21
In Chrome 21, the FlashUploader button is collapsed to a few pixels of
height. So it is nearly impossible to hit the ...
Steffen Gebert
20:15 Revision 84b1bc43: [TASK] Remove 'Hide: Yes' from hidden CEs
Hidden content elements in page module are
grayed out and got a different icon, no need for an
additional "Hide: yes"...
Georg Ringer
19:54 Revision e577f67c: [BUGFIX] Switch to List module on root page leads to blank page
Reproducable only with admin account. Switch to Page module, go to root
page (id = 0), switch to List module => blank...
Thomas Löffler
19:54 Revision 58ea49c3: [BUGFIX] Switch to List module on root page leads to blank page
Reproducable only with admin account. Switch to Page module, go to root
page (id = 0), switch to List module => blank...
Thomas Löffler
19:49 Revision e024b2bb: [BUGFIX] Error handler registration accepts way too much PHP error types
Taken from http://php.net/manual/en/function.set-error-handler.php
set_error_handler has limitations for error types ...
Marcus Krause
19:49 Revision 273ac859: [BUGFIX] Error handler registration accepts way too much PHP error types
Taken from http://php.net/manual/en/function.set-error-handler.php
set_error_handler has limitations for error types ...
Marcus Krause
19:49 Revision 5a835f96: [BUGFIX] Error handler registration accepts way too much PHP error types
Taken from http://php.net/manual/en/function.set-error-handler.php
set_error_handler has limitations for error types ...
Marcus Krause
19:48 Revision 40c54ef0: [TASK] Raise submodule pointer
Change-Id: I0a23d9299e3a8c3a273f9730235fd8ea45ab6c53
Reviewed-on: http://review.typo3.org/14940
Reviewed-by: Christia...
Christian Kuhn
19:41 Revision c3e54b62: [TASK] Update version number of all sysexts to 6.0.0
Fixes: #41261
Releases: 6.0
Change-Id: I6d60c27cf34161b5c9f4e0174e99de3811e87c42
Reviewed-on: http://review.typo3.or...
Markus Klein
19:35 Revision 9e0b7897: [TASK] Wrong name for TypoScriptFrontendController test
Rename TypoScriptFrontentControllerTest to
TypoScriptFrontendControllerTest
Change-Id: Ie2151428ef8e8795154745a56dbd...
Wouter Wolters
19:32 Revision d1fec2cd: [TASK] Remove content element "script"
Content element script is non working and not used, remove it
Change-Id: Iaa52523df4cd18a9768cda9433179936394739f6
R...
Georg Ringer
19:31 Revision dbd672e9: [TASK] Update version number of all sysexts to 6.0.0
Fixes: #41261
Releases: 6.0
Change-Id: If85d12a955bfeb6552b29fb59079c0fa7b263869
Reviewed-on: http://review.typo3.or...
Markus Klein
19:30 Revision ff5b60ea: [TASK] Update version number of all sysexts to 6.0.0
Fixes: #41261
Releases: 6.0
Change-Id: I0d927427fd5acfb12dc4c75a55f582f3ff05e596
Reviewed-on: http://review.typo3.or...
Markus Klein
19:29 Revision e4abeb73: [TASK] Update version number of all sysexts to 6.0.0
Fixes: #41261
Releases: 6.0
Change-Id: I4952f4da8153d9e073c294baf58d04d82afe8f3e
Reviewed-on: http://review.typo3.or...
Markus Klein
19:28 Revision 1d3f602d: [TASK] Update version number of all sysexts to 6.0.0
Change-Id: Ie2976eb03d320fdbf8bd1766ac38afc9151d3696
Fixes: #41261
Releases: 6.0
Reviewed-on: http://review.typo3.org...
Markus Klein
19:27 Revision 59a76800: [TASK] Update version number of all sysexts to 6.0.0
Fixes: #41261
Releases: 6.0
Change-Id: I68f2b13cd7f3ae2ec8732d4e4cce20f5c9ebca36
Reviewed-on: http://review.typo3.or...
Markus Klein
19:26 Revision 8ab4a8a9: [TASK] Update version number of all sysexts to 6.0.0
Change-Id: I932c5e1879e742562cb3da27a243de05a43dcd77
Fixes: #41261
Releases: 6.0
Reviewed-on: http://review.typo3.org...
Markus Klein
19:20 Revision 5731ec61: [TASK] Show cType label for content elements
Some content elements are not showing any information
besides the plugin icon about the type. Therefore the
ctype lab...
Georg Ringer
19:17 Revision 19519a34: [BUGFIX] Set current report as selected in ext:reports
there can be usecases when not the correct option is set to
selected="selected".
example:
select "installed service"...
Georg Ringer
19:11 Revision f9d3e50f: [BUGFIX] Error handler registration accepts way too much PHP error types
Taken from http://php.net/manual/en/function.set-error-handler.php
set_error_handler has limitations for error types ...
Marcus Krause
19:11 Revision 0ce6db8b: [TASK] Set a flash msg if no subpages available
Set a flash message in wizard_sortpages if no
subpages are available, instead of rendering an
empty table header
Cha...
Georg Ringer
19:09 Revision dcab4ead: [TASK] Remove unused code from logDeprecatedFunction()
Resolves: #41162
Releases: 6.0
Change-Id: Id3f2dbe94fbc433e13b908ebf0f2645dded9336b
Reviewed-on: http://review.typo3...
Markus Klein
19:00 Revision c60c0ead: [BUGFIX] Tree view in admin panel is broken with PHP 5.4
The double ['0.'] in $arr['0.']['0.'] is wrong.
Fun fact: This is "broken" since the initial commit.
Fixes: #41213
R...
Philipp Gampe
19:00 Revision 7b523e39: [BUGFIX] Tree view in admin panel is broken with PHP 5.4
The double ['0.'] in $arr['0.']['0.'] is wrong.
Fun fact: This is "broken" since the initial commit.
Fixes: #41213
R...
Philipp Gampe
19:00 Revision 68d3f62d: [BUGFIX] Tree view in admin panel is broken with PHP 5.4
The double ['0.'] in $arr['0.']['0.'] is wrong.
Fun fact: This is "broken" since the initial commit.
Fixes: #41213
R...
Philipp Gampe
18:45 Revision 76e9e0ea: [BUGFIX] Error handler callback causes fatal error for parse time errors
TYPO3's error handler callback t3lib_error_ErrorHandler::handleError()
causes a fatal error for PHP parse time errors...
Marcus Krause
18:45 Revision 9bc75832: [BUGFIX] Error handler callback causes fatal error for parse time errors
TYPO3's error handler callback t3lib_error_ErrorHandler::handleError()
causes a fatal error for PHP parse time errors...
Marcus Krause
18:45 Revision bf7fa962: [BUGFIX] Error handler callback causes fatal error for parse time errors
TYPO3's error handler callback t3lib_error_ErrorHandler::handleError()
causes a fatal error for PHP parse time errors...
Marcus Krause
18:35 Revision bca52213: [TASK] Add upgrade wizard to install extensions from TER
This patch replaces the two upgrade wizards to install new or
outsourced system extensions. It combines both and allo...
Kai Vogel
18:28 Revision e7d7c40e: [BUGFIX] Follow-up to GeneralUtility::logDeprecatedFunction()
Fix #40521 in 4.7 introduced a possible fatal, fixed with this
follow up.
Change-Id: I703d799180aa900005c5713caa779f...
Christian Kuhn
18:20 Revision 8dcc891d: [BUGFIX] Error handler callback causes fatal error for parse time errors
TYPO3's error handler callback t3lib_error_ErrorHandler::handleError()
causes a fatal error for PHP parse time errors...
Marcus Krause
18:00 Revision d63ab0a2: [TASK] Fix CGL violations against SelfMemberReference
Change-Id: Ie07b7476f5b06e8447bb1365c4af42dd2e1732b0
Resolves: #41192
Releases: 6.0
Reviewed-on: http://review.typo3....
Wouter Wolters
17:59 Revision 3585c3bc: [BUGFIX] Tree view in admin panel is broken with PHP 5.4
The double ['0.'] in $arr['0.']['0.'] is wrong.
Fun fact: This is "broken" since the initial commit.
Change-Id: If8e...
Philipp Gampe
17:42 Revision 044f0b28: [BUGFIX] Fatal error in GeneralUtility::logDeprecatedFunction()
logDeprecatedFunction() uses DebugUtility::debugTrail(), which might not
be available when the deprecated function is...
Andreas Wolf
17:22 Revision 83c7263e: [BUGFIX] Fatal error in GeneralUtility::logDeprecatedFunction()
logDeprecatedFunction() uses DebugUtility::debugTrail(), which might not
be available when the deprecated function is...
Andreas Wolf
16:42 Revision 42e89d28: [BUGFIX] Fix Http_Request after namespace changes
* Include HTTP\Request2.php
* Include copyright header
* Fix all occurances of HTTP_Request2 to global namespace
* Fi...
Philipp Gampe
16:34 Revision 2ed8e7f3: [TASK] Fix CGL violations against DoubleQuoteUsage
Change-Id: I347e767cdcabb61444ffe00f964605ae7f483e2d
Resolves: #41199
Releases: 6.0
Reviewed-on: http://review.typo3....
Wouter Wolters
14:30 Revision 2e6f9ed8: [BUGFIX] Set permission module for admins only
The permission module makes only sense for admins.
At the same time the "Overview" is removed and only the
view "Perm...
Georg Ringer
14:16 Revision 082b2989: [TASK] CGL-Fix: Generic.CodeAnalysis.ForLoopWithTestFunctionCall
Change-Id: Iec697701e0db5418ac9b12692e5946b0ff11e628
Fixes: #41248
Releases: 6.0
Reviewed-on: http://review.typo3.org...
Andy Grunwald
14:00 Revision 23355eec: [BUGFIX] Ensure write access to LocalConfiguration.php
Check the proper write access for LocalConfiguration.php file
before try to store data there. At the moment the attem...
Anja Leichsenring
13:48 Revision ef56b932: [BUGFIX] Deprecate t3lib_install
t3lib_install contained two logical parts in the past: A group of methods
to handle localconf.php and another group t...
Markus Klein
13:10 Revision b98700fc: [BUGFIX] Cleanup DebugUtility
Replace control characters with constants.
Initialize variable.
Fixes: #41242
Releases: 6.0
Change-Id: I69993276fdf...
Helmut Hummel
12:47 Revision 2c5e8be7: [BUGFIX] Properly register extbase BE modules
Change ExtensionUtility::registerModule($_EXTKEY, ...) calls to
ExtensionUtility::registerModule('TYPO3.CMS.' . $_EXT...
Helmut Hummel
12:39 Revision e5d40b54: [BUGFIX] Remove PHP warnings in request
Fixes PHP warnings if the controllerObjectName is not a valid class.
Change-Id: I0edc3cfb30593adac97740afe0443efc1a8...
Ingo Pfennigstorf
12:39 Revision b7b7cc00: [BUGFIX] Properly register extbase BE modules
Change ExtensionUtility::registerModule($_EXTKEY, ...) calls to
ExtensionUtility::registerModule('TYPO3.CMS.' . $_EXT...
Helmut Hummel
11:58 Revision 7ccb4a64: [TASK] Make all classes non final
Defining a class as final does not help and only causes troubles,
especially when creating unit tests, because a fina...
Helmut Hummel
11:38 Revision 62a2edd0: [BUGFIX] Update mentions of localconf.php
The Core still contains quite a few mentions of
"typo3conf/localconf.php". They should be changed to
"typo3conf/Local...
Francois Suter
11:35 Revision a2810735: [TASK] Make all classes non final
Defining a class as final does not help and only causes troubles,
especially when creating unit tests, because a fina...
Helmut Hummel
11:11 Revision 93471809: [TASK] CSS StyledContent wraps classes spaceBefore/After twice
Since all top level TypoScript cObject are stdWrap enabled,
setting spaceBefore and spaceAfter fails as the outputtet...
Steffen Ritter
10:45 Revision 2cbf8f56: [TASK] CGL Cleanup: Fix Squiz.Scope.MemberVarScope-Sniff
Change-Id: I3515120852b0332b360beb06bd58e211823d8e98
Fixes: #41222
Releases: 6.0
Reviewed-on: http://review.typo3.org...
Andy Grunwald
10:45 Revision d1739468: [TASK] Use namespaced class name in adodb flexform
Resolves: #40363
Related: #40095
Related: #40240
Releases: 6.0
Change-Id: Ic6294e41096c2db1327ad77d3d4fd00f93364ea0
R...
Nicole Cordes
10:36 Revision 190a8546: [BUGFIX] Fix saving changes in T3editor
Patch repairs ajax ids and class reference for t3editor so templates can
be saved again.
Change-Id: I730d28e1a4b2291...
Nicole Cordes
07:33 Revision 8a52cb8f: [BUGFIX] Error messages are not shown in 123 installation process
Because of a missing ERRORMESSAGES subpart in the 123 install template,
error messages collected while processing are...
Nicole Cordes
07:31 Revision ad3e8720: [BUGFIX] Error messages are not shown in 123 installation process
Because of a missing ERRORMESSAGES subpart in the 123 install template,
error messages collected while processing are...
Nicole Cordes
07:27 Revision 94e34dc9: [BUGFIX] Error messages are not shown in 123 installation process
Because of a missing ERRORMESSAGES subpart in the 123 install template,
error messages collected while processing are...
Nicole Cordes
07:18 Revision 825a6d53: [TASK] Database creating fails due to not allowed characters
Due to compatibility the CREATE DATABASE statement is used without quotes.
At least for MySQL databases there are lim...
Jigal van Hemert
07:14 Revision bc3809c0: [TASK] Database creating fails due to not allowed characters
Due to compatibility the CREATE DATABASE statement is used without quotes.
At least for MySQL databases there are lim...
Jigal van Hemert
07:10 Revision f5c8da2f: [TASK] Database creating fails due to not allowed characters
Due to compatibility the CREATE DATABASE statement is used without quotes.
At least for MySQL databases there are lim...
Jigal van Hemert
02:14 Revision 9548b6e9: [BUGFIX] Last CGL violation against property visibility
The $messages property should have been protected in the first
place, since there is already a shiny API around it.
...
Christian Kuhn
00:35 Revision 3f008ba6: [TASK] Update legend img in access module
Change-Id: I995f4e3d68442d8a5b89e40b1dfc2305a09c5598
Resolves: #23003
Releases: 6.0
Reviewed-on: http://review.typo3....
Georg Ringer
00:02 Revision 76625ecc: Revert "[TASK] Fix TYPO3.ControlStructures.DisallowEachInLoopCondition"
This reverts commit 8103ab1003276c3bf036b90431b9d48eb7473036
Change-Id: I351240bd1b35722b40f83b6f16fce9b10e7ba992
Re...
Christian Kuhn

2012-09-21

23:32 Revision de2d1ff0: [TASK] Fix TYPO3.ControlStructures.DisallowEachInLoopCondition
Change-Id: I1f902a2abb559c8ba12c593143921f9cbd8c4bc1
Fixes: #41211
Releases: 6.0
Reviewed-on: http://review.typo3.org...
Andy Grunwald
23:30 Revision 1354f6e3: [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
23:24 Revision 0c363dac: [TASK] CGL Cleanup: Fix Squiz.Scope.MethodScope-Sniff
Change-Id: I2d6138b2faa4a6b5fcb51a7ed1d05b56f1b7ac63
Fixes: #41219
Releases: 6.0
Reviewed-on: http://review.typo3.org...
Andy Grunwald
22:19 Revision 30e381e2: [TASK] Remove not need ChangeLog files
Change-Id: Ie7bb2c78f9c285a6faee7be6087c9adfef7904a2
Resolves: #41209
Releases: 6.0
Reviewed-on: http://review.typo3....
Georg Ringer
22:13 Revision 8b9cf132: [TASK] Fix TYPO3.ControlStructures.DisallowEachInLoopCondition
Change-Id: I6031f043611c1839bb4a8cda3e8afde3e3c95eef
Fixes: #41211
Releases: 6.0
Reviewed-on: http://review.typo3.org...
Andy Grunwald
22:12 Revision 4e3929e4: [BUGFIX] Error messages are not shown in 123 installation process
Because of a missing ERRORMESSAGES subpart in the 123 install template,
error messages collected while processing are...
Nicole Cordes
22:11 Revision d3a54feb: [TASK] Database creating fails due to not allowed characters
Due to compatibility the CREATE DATABASE statement is used without quotes.
At least for MySQL databases there are lim...
Nicole Cordes
22:06 Revision 5357472d: [TASK] Fix CGL violations against NonExecutableCode
Change-Id: I1dfd2fdbfd39ed851272e450dd2f114c8f62ccbe
Resolves: #41189
Releases: 6.0
Reviewed-on: http://review.typo3....
Wouter Wolters
22:01 Revision db1f9138: [BUGFIX] Fix Exception Class Name
During renaming of classes one exception class name has been forgotten.
Rename Exception\InvalidSource to Exception\I...
Helmut Hummel
21:57 Revision ed0d40fb: [TASK] Fix class naming and alias map after namespace change
Resolves: #41131
Releases: 6.0
Change-Id: Ic9ee21cc0125c87981587982cdaec5e887923af9
Reviewed-on: http://review.typo3...
Helmut Hummel
21:51 Revision cd27f77d: [TASK] Fix class naming and alias map after namespace change
Change-Id: I3e0f6d9aa0e5d8680213e3afe6db58d773b54c0d
Resolves: #41131
Releases: 6.0
Reviewed-on: http://review.typo3....
Helmut Hummel
21:40 Revision f78d31c1: [BUGFIX] Use new class names in fluid tests
Rename all classes to namespaced class names
Change-Id: I34a88584112bfddb8cbbc8ec0f7f0c3324b8ef38
Resolves: #41194
R...
Helmut Hummel
21:39 Revision 75bf6612: [TASK] CGL Cleanup: Fix OpeningFunctionBraceKernighanRitchie-Sniff
Change-Id: Ib4fd2bea05a9222e9aff22ad3f9a4a4a1883fd8a
Fixes: #41205
Releases: 6.0
Reviewed-on: http://review.typo3.org...
Andy Grunwald
21:24 Revision 16de85dd: [SECURITY][BUGFIX] Fix a sql injection in beuser
Change-Id: Ib6d308b1fe64459beb08f2a53ee1b2cd11386175
Resolves: #41190
Releases: 6.0
Reviewed-on: http://review.typo3....
Georg Ringer
20:55 Revision 63926247: [TASK] Cleanup character after PHP closing tag
Change-Id: Ic333439afaa425a01935fc6f3b5467fc926841ea
Resolves: #41119
Releases: 6.0
Reviewed-on: http://review.typo3....
Andy Grunwald
20:55 Revision ad818af5: [TASK] Fix CGL violations against ClassDocComment
Change-Id: Idfa7b5fa3da9478f4425d658f8b9215325a8e938
Resolves: #41188
Releases: 6.0
Reviewed-on: http://review.typo3....
Wouter Wolters
20:53 Revision e79a010d: [TASK] Fix CGL violations against ClassDocComment
Change-Id: I12aed20e3ee95022e80e9ee4abcf493e24f8de2b
Resolves: #41187
Releases: 6.0
Reviewed-on: http://review.typo3....
Wouter Wolters
20:52 Revision 8d2ab555: [TASK] Fix CGL violations against OpeningFunctionBraceKernighanRitchie
Change-Id: I4267353d2e1d0036278fc33d76f7bfd00868ff1d
Resolves: #41191
Releases: 6.0
Reviewed-on: http://review.typo3....
Wouter Wolters
20:09 Revision a1d5e5d9: [TASK] Cleanup character after PHP closing tag
Change-Id: I61f9da66f4afceae84447f747716441e063eeb61
Resolves: #41119
Releases: 6.0
Reviewed-on: http://review.typo3....
Andy Grunwald
19:30 Revision 27c59103: [TASK] Fix CGL violations against UpperCaseConstant
Change-Id: Id21c2a40b435122dd3674bdc514bb171714a2d35
Resolves: #41193
Releases: 6.0
Reviewed-on: http://review.typo3....
Wouter Wolters
18:47 Revision 8e102e03: [TASK] Fix UnnecessaryStringConcatSniff
Change-Id: I367b4d5797f1f52bc55c19af43279b4f30704a5b
Resolves: #41185
Releases: 6.0
Reviewed-on: http://review.typo3....
Georg Ringer
16:44 Revision 3cdd2b7b: [TASK] Cleanup character after PHP closing tag
Change-Id: Ife256d7497ac72235ba3783bbbe5203b9a66785a
Resolves: #41119
Releases: 6.0
Reviewed-on: http://review.typo3....
Georg Ringer
11:11 Revision bea7c156: [BUGFIX] autoloader should ignore non existing extensions
When building the core registry a call to t3lib_extMgm::extPath() is done
for every extension of the LocalConfigurati...
Georg Ringer
11:11 Revision f5861c54: [BUGFIX] autoloader should ignore non existing extensions
When building the core registry a call to t3lib_extMgm::extPath() is done
for every extension of the LocalConfigurati...
Georg Ringer

2012-09-20

23:08 Revision 3e5e4717: [BUGFIX] Switch to List module on root page leads to blank page
Reproducable only with admin account. Switch to Page module, go to root
page (id = 0), switch to List module => blank...
Thomas Löffler
20:48 Revision 23e72f0b: [TASK] Show felogin title in page module
Currently, the content element in page module is empty.
At least the title of the plugin should be displayed
Change-...
Georg Ringer
19:53 Revision 8c7d84d1: [BUGFIX] Link to install tool in reports leads to old page
There is a link to install tool on the reports page which leads
to the old page with the missing button "unlock insta...
Thomas Löffler
19:52 Revision fa165831: [BUGFIX] Link to install tool in reports leads to old page
There is a link to install tool on the reports page which leads
to the old page with the missing button "unlock insta...
Thomas Löffler
19:49 Revision be691980: [BUGFIX] Wrong exception msg after namespace change
The stated interface got a different name and needs to
be changed
Change-Id: Ied9953580dced910b777d49cb465ceb1287b00...
Georg Ringer
19:40 Revision 3c45db2c: [BUGFIX] Link to install tool in reports leads to old page
There is a link to install tool on the reports page which leads
to the old page with the missing button "unlock insta...
Thomas Löffler
19:21 Revision 0c37c62b: [TASK] Move code from the system extension cli to core/Classes
Change-Id: Iafb916bc8a5cc74fe284d18a5430350f344e11c2
Resolves: #40949
Releases: 6.0
Reviewed-on: http://review.typo3....
Helmut Hummel
18:54 Revision 80237c53: [TASK] Provide a file for IDEs to recognize old class names
As of now an IDE cannot recognize old class names as the
class alias is set up dynamically.
Provide a file with clas...
Helmut Hummel
13:51 Revision 5d481fb6: [TASK] Rename Core\DataHandler\DataHandler
Old t3lib_tcemain was renamed to Core\DataHandler\DataHandling, but
should have been Core\DataHandling\DataHandler in...
Christian Kuhn
13:45 Revision 071321d4: [TASK] Rename usage of Core\DataHandler\DataHandler
Old t3lib_tcemain was renamed to Core\DataHandler\DataHandling, but should
have been Core\DataHandling\DataHandler in...
Christian Kuhn
13:45 Revision 261214cd: [TASK] Rename usage of Core\DataHandler\DataHandler
Old t3lib_tcemain was renamed to Core\DataHandler\DataHandling, but
should have been Core\DataHandling\DataHandler in...
Christian Kuhn

2012-09-19

22:18 Revision a099498c: [TASK] EXT:saltedpasswords tests
* Minor cleanups and fix for a broken globals backup
* Activate for travis
Change-Id: I0bac617fcff4100dd31bf7ca1ad0a...
Christian Kuhn
21:37 Revision 6e00cb5e: [TASK] EXT:lang unit tests
* Minor test cleanups
* Activate in travis testsuite
Change-Id: I6eccff9a35198479e0932779b261f2ec364e0393
Resolves: ...
Christian Kuhn
21:11 Revision 1a61321a: [TASK] EXT:indexed_search tests
* Fix tests to use fixture mock
* Clean up backups
* Activate in testsuite for travis
Change-Id: I94988d1eaf7d4b7408...
Christian Kuhn
20:14 Revision 73af487a: [BUGFIX] EXT:form tests and unicode fix
This cleans up the existing EXT:form tests and
adds them to the travis testsuite.
The two filter test cases fail on ...
Christian Kuhn
17:20 Revision 6e848081: [TASK] EXT:felogin unit tests
* Rename FrontendLoginControllerTest file
* Use phpunit getAccessibleProxy() instead of own eval()
* Rename some test...
Christian Kuhn
12:07 Revision ddd52383: [BUGFIX] pi_getLL() alternative language translation fails
The translation fallback introduced with TYPO3 4.6 is not taken
into account by the pi_getLL() method.
Change-Id: I9...
Xavier Perseguers
12:07 Revision aef055c8: [BUGFIX] pi_getLL() alternative language translation fails
The translation fallback introduced with TYPO3 4.6 is not taken
into account by the pi_getLL() method.
Change-Id: I9...
Xavier Perseguers
12:07 Revision bf0b0aff: [BUGFIX] pi_getLL() alternative language translation fails
The translation fallback introduced with TYPO3 4.6 is not taken
into account by the pi_getLL() method.
Change-Id: I9...
Xavier Perseguers
11:37 Revision c39d6261: [BUGFIX] Fix translation fallback
If the target for the translation does not exist, we have to
fallback to the default language, which is guaranteed to...
Xavier Perseguers

2012-09-18

23:52 Revision e8b589b8: [TASK] Set TYPO3 version to 6.0-dev
Change-Id: Icb79400c0444c099b27a87b3ad55a1e3dbb8cee8
Reviewed-on: http://review.typo3.org/14722
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
23:51 Revision b59f3462: [RELEASE] Release of TYPO3 6.0.0beta2
Change-Id: I6e9a95589f50deb5df5458761b087f47d441d3c0
Reviewed-on: http://review.typo3.org/14721
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
23:51 Revision 69e6bffd: [RELEASE] Release of TYPO3 6.0.0beta2
Change-Id: I6e9a95589f50deb5df5458761b087f47d441d3c0 TYPO3 Release Team
23:35 Revision 06250e7d: [TASK] Raise submodule pointer
Change-Id: I0da4ec847376480552d1f51565500030cac4a8fc
Reviewed-on: http://review.typo3.org/14719
Reviewed-by: TYPO3 Re...
TYPO3 Release Team
21:49 Revision d7e1d937: [BUGFIX] Configuration of an extension fails with fatal error
The extensionmanager tries to merge the default configuration
with the already saved one. If no configuration has bee...
Georg Großberger
21:46 Revision c0f83504: [BUGFIX] Uncaught Exception when accessing "Filelist" module in Windows
An Exception is thrown when files are found directly in fileadmin folder.
Because of a backslash a false identifier i...
Nicole Cordes
19:58 Revision 291c04ac: [TASK] Remove superfluous parenthesis in sysexts
Superfluous brackets in extbase after namespaces move
Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pa...
Arvid Jakobsson
19:51 Revision ceb6d707: [BUGFIX] Fatal errors for interfaces with PHP version < 5.3.7
This bugfix rewrites function type hints to match the new ones as long as
PHP versions of OS Venders are not up to da...
Nicole Cordes
19:51 Revision aea6a137: [BUGFIX] Usage of raw binary characters in SQL Parser
Currently, the SQL Parser uses raw binary characters. In some cases,
this breaks the PHP interpreter. This results in...
Martin Helmich
19:38 Revision d62c4eaa: [TASK] Adopt Extbase to the Autoloader -> ClassLoader name change
Change-Id: If464fbdacbd278d77a1e03a7df395d5a771642ea
Resolves: #40830
Related: #40095
Depends: I87da4bb2ef0420a94d1d1...
Thomas Maroschik
19:15 Revision f3bb439e: [BUGFIX] TS Object "FILES" is not able to handle multiple references
The current implementation is not able to deal with more
than one file-reference (hand over as csv).
According to th...
Steffen Ritter
17:42 Revision 547ef7f6: [TASK] Remove superfluous parenthesis in sysexts
Superfluous brackets in fluid after namespaces move
Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass ...
Arvid Jakobsson
17:00 Revision 582ac42b: [BUGFIX] Switch to List module on root page leads to blank page
Reproducable only with admin account. Switch to Page module, go to root
page (id = 0), switch to List module => blank...
Thomas Löffler
12:47 Revision e62341f6: [TASK] Remove superfluous parenthesis in sysexts
Removes superfluous parenthesis in sysexts "felogin", "filelist",
"form" and "func".
Change ("a" . "b") . "c" into "...
Arvid Jakobsson
12:47 Revision 302de452: [TASK] Remove superfluous parenthesis in sysexts
Removes superfluous parenthesis in sysexts "info_pagetsconfig",
"install", "integrity" and "lang".
Change ("a" . "b"...
Arvid Jakobsson

2012-09-17

22:42 Revision b04fa38b: [TASK] Remove superfluous parenthesis in sysexts
Removes superfluous parenthesis in sysexts "opendocs", "openid",
"perm" and "recordlist".
Change ("a" . "b") . "c" i...
Arvid Jakobsson
22:41 Revision 3882ce1a: [TASK] Remove superfluous parenthesis in sysexts
Removes superfluous parenthesis in sysexts "saltedpasswords",
"scheduler", "setup" and "statictemplates".
Change ("a...
Arvid Jakobsson
21:57 Revision 5422f6aa: [TASK] Remove superfluous parenthesis in sysexts
Removes superfluous parenthesis in sysexts "sv", "sys_action",
"sys_note" and "t3editor".
Change ("a" . "b") . "c" i...
Arvid Jakobsson
21:57 Revision 6a0863cf: [TASK] Remove superfluous parens in sysexts css_styled_content - feedit
Removes superfluous parenthesis in sysexts "css_styled_content",
"extensionmanager", "extra_page_cm_options" and "fee...
Arvid Jakobsson
21:56 Revision 473f9c4e: [TASK] Remove superfluous parenthesis in sysexts
Removes superfluous parenthesis in sysexts "t3skin", "taskcenter",
"tsconfig_help" and "tstemplate".
Change ("a" . "...
Arvid Jakobsson
21:16 Revision 6e8ad38e: [TASK] Remove superfluous parenthesis in sysexts
Removes superfluous parenthesis in sysexts "tstemplate_analyzer",
"tstemplate_ceditor", "tstemplate_info" and "tstemp...
Arvid Jakobsson
21:16 Revision cfbae0f8: [TASK] Remove superfluous parenthesis in sysexts
Removes superfluous parenthesis in sysexts "viewpage",
"wizard_crpages" and "wizard_sortpages".
Change ("a" . "b") ....
Arvid Jakobsson
20:54 Revision b94456a6: [TASK] Remove superfluous parenthesis in folders typo3 and t3lib
Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool.
Change-Id: I77e999229bf10bc39757f927bb3386eb2...
Arvid Jakobsson
19:46 Revision 5d681714: [TASK] Adapt DriverRegistryTest to the changed behaviour
The DriverRegistry does not throw exception anymore, if the
same Driver is registered twice. The Exception only is
th...
Steffen Ritter
19:17 Revision ec08ae68: [TASK] Remove superfluous parenthesis in sysexts
Removes superfluous parenthesis in sysexts "recycler", "reports",
"rsaauth" and "rtehtmlarea".
Change ("a" . "b") . ...
Arvid Jakobsson
19:12 Revision 76ea23d8: [BUGFIX] Fatal error is thrown when more drivers are registered
Due to some extension manager processes when installing a new extension
the DriveRegistry has to support to register ...
Nicole Cordes
09:39 Revision 6d68b2d6: [TASK] Remove superfluous parenthesis in sysexts
Removes superfluous parenthesis in sysexts "func_wizards", "impexp",
"indexed_search" and "info".
Change ("a" . "b")...
Arvid Jakobsson

2012-09-16

21:53 Revision 1e4ae82b: [TASK] Remove superfluous parenthesis in sysexts.
Removes superfluous parenthesis in sysexts "aboutmodules", "adodb",
"belog" and "beuser".
Change ("a" . "b") . "c" i...
Arvid Jakobsson
21:53 Revision 6668d376: [TASK] Remove superfluous parenthesis in sysexts.
Removes superfluous parenthesis in sysexts "cli", "cms",
"context_help" and "cshmanual".
Change ("a" . "b") . "c" in...
Arvid Jakobsson
17:20 Revision 9f0367b2: [BUGFIX] Field name 'location' is case insensitive
According to RFC 2616 field names in HTTP headers are
case-insensitive. Some servers respond with a lower case
'l' wh...
Daniel Minder
16:02 Revision cfd10726: [BUGFIX] Files contents cannot be changed
Setting file contents failed for two reasons:
a) The permissions were incorrectly read from TSconfig and
b) We used...
Andreas Wolf
15:12 Revision 15085cbb: [TASK] Re-enable previously skipped unit tests
Take the chance to also clean up the test class a bit.
Change-Id: Ib2835aa4dc4c170d327f56dfcde134cf5871867b
Resolves...
Helmut Hummel
14:24 Revision 86349411: [TASK] Remove superfluous parenthesis in sysext frontend
Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool.
Change-Id: I09b90a58a74a219e6957488a7cca7a591...
Arvid Jakobsson
14:13 Revision 015f697c: [TASK] Remove superfluous parenthesis in sysext core
Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool.
Change-Id: I818d55a2f00b549fef8377f1c6766c293...
Arvid Jakobsson
13:50 Revision 415c0866: [BUGFIX] Editing page is broken on wrong type
Change-Id: If6d3dfcb0fb095063750eaeb85bdb32aef0f417e
Resolves: #40282
Related: #40095
Releases: 6.0
Reviewed-on: http...
Wouter Wolters
12:15 Revision 6c248b44: [BUGFIX] Use double quoted strings for control chars
Instead of literal characters in single quoted strings it's better
to use doubled quoted strings for control characte...
Jigal van Hemert
12:08 Revision e83bc344: [BUGFIX] Typehint in AbstractTree refers to non-existant class
Change-Id: I69b9d1c81e1215980d4a40b0383de400b26886d7
Fixes: #40952
Release: 6.0
Reviewed-on: http://review.typo3.org/...
Steffen Ritter
11:42 Revision 4433a85e: [TASK] Remove superfluous parenthesis in sysext backend
Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool.
Change-Id: I8a30e8689c1c567770d0c03beaa12a0bf...
Arvid Jakobsson

2012-09-15

11:40 Revision d9d695c5: [BUGFIX] Restore field descriptions in Install Tool
In the Install Tool All Configuration part all field descriptions
are missing. This patch removes the additional newl...
Anja Leichsenring

2012-09-13

00:18 Revision 889e5bf7: [TASK] Cleanup Unit Tests
* Skip the IPV6 Test that always fails on darwin/ OSX OS
* Remove the potentially skipped tests concerning t3lib_diff...
Helmut Hummel
00:06 Revision 232a5e8d: [TASK] Add unit tests for stdWrap_strftime
Change-Id: Ic4a640c880a59bf322101efb1ab7fb58bb8ace48
Fixes: #40876
Releases: 6.0
Reviewed-on: http://review.typo3.org...
Jigal van Hemert

2012-09-12

23:50 Revision 22ff3b64: [TASK] Clean up some ext:belog details and activate tests in travis
Cleans up ext:belog and activates the test suite:
* Fix some annotations
* Move a test that was put to a wrong locati...
Christian Kuhn
22:50 Revision e29649de: [TASK] Cleanup Bootstrap Classes
The namespace switch removed some linefeeds that
were there to improve readability of the bootstrap.
Add these again...
Helmut Hummel
15:44 Revision 8f986e40: [TASK] Stabilize scheduler tests and activate in travis
Next try to add the scheduler tests to the test suites.
The patch applies several changes:
* For some weird reasons...
Christian Kuhn
14:56 Revision 6e3ffe79: [BUGFIX] Wrong icon in db_new tree
The wrong line icon is used in the wizard of
db_new.php
Change-Id: Ifba1d0270b547e11326ffb1c82a48e8c8838b401
Resolve...
Georg Ringer
12:28 Revision dd6ae3be: [TASK] Improve margin in field select
The margin can be improved.
Change-Id: I5680551fdc7625037d222d627d49a51a49835f26
Resolves: #40858
Releases: 6.0
Revi...
Georg Ringer
08:11 Revision df706daf: [BUGFIX] Upgrade wizard to fill default EM repository
An upgrade wizard is needed to add the default
repository of the EM. Otherwise the EM crashes
Change-Id: I3d254fae0b...
Georg Ringer

2012-09-11

23:22 Revision 395fe24b: [TASK] Move last files from tests root folder
The patch moves the last files in tests/ to a different location:
* FAL functional StorageTest is moved to ext:core a...
Christian Kuhn
22:11 Revision 2e6046eb: [TASK] Move UnitTests.xml file to EXT:core/Build
This was decided at the latest release manager meeting:
To get rid of the top level tests/ directory, the UnitTests.x...
Christian Kuhn
21:54 Revision bab0ee62: [TASK] Namespace SystemEnvironmentBuilderTest
* Move BaseSetupTest to SystemEnvironmentBuilderTest and namespace it.
* Introduce an AccessibleProxy for the protect...
Christian Kuhn
20:38 Revision fc7d6c73: [BUGFIX] Make ext:form work with namespaced classnames
Change-Id: I26b501e49d41656eb50996be4d56b4c18f1563ba
Fixes: #40364
Related: #40095
Releases: 6.0
Reviewed-on: http://...
Thomas Maroschik
20:34 Revision b5fcb5b7: [TASK] Move fixture files from tests/
There are still some fixture files within the root tests/ directory.
The patch moves them to Fixtures/ folders below ...
Christian Kuhn
20:11 Revision a0cf6ea5: BUGFIX] strftime expects parameter 2 to be long, string given
Any zero length string value is replaced with the current timestamp.
(Just like the default value for the second para...
Jigal van Hemert
19:47 Revision d042bfc8: [TASK] Add test integrity test
In the past it happened quite often that some test did not take care
of proper backing up globals or other environmen...
Christian Kuhn
18:01 Revision 3183c963: [BUGFIX] Wrong call to TSFE in FrontendEditing
The FrontendEditingController calls TSFE->includeTCA right
before the index_ts.php calls TSFE->getCompressedTCA().
B...
Steffen Ritter
16:58 Revision e2235d09: [TASK] Rebuild language selection list in lang module
This patch replaces the language selection field in language module.
Change-Id: I52fd08df4bfd4687c65588cd3e479d08b48...
Kai Vogel
15:51 Revision 775ec6e9: [TASK] Replace module icon in language module
This patch replaces the icon in extensionmanager and admin tools menu
(module icon) with a more attractive one.
The n...
Kai Vogel
13:01 Revision 9eadf6a9: [TASK] Add labels to log in info module
Labels improve the usuability, so add them
Change-Id: I7d06f26959eb46cab449a2870942df02917023b0
Resolves: #39874
Rel...
Georg Ringer
08:24 Revision 434e8629: [BUGFIX] Wrong type hint used after namespace changes
One place has been missing while changing all the
class names
Change-Id: I73d5e3f006377ea46079ac9f17f30c817ada7d4a
R...
Georg Ringer
00:25 Revision 34aad854: [TASK] Activate extensionmanager tests in travis
After fixing lots of side effects and invalid environment changes
of existing unit tests and updating the introductio...
Christian Kuhn

2012-09-10

16:12 Revision d13d9085: [TASK] Raise submodule pointer
Change-Id: Ic37ed816e8ccce1c976c1e66155ebe77788738bc
Reviewed-on: http://review.typo3.org/14499
Reviewed-by: Christia...
Christian Kuhn
16:06 Revision 29aa7003: [BUGFIX] Reset makeInstance singletons correctly
StandaloneViewTest() uses GeneralUtility::purgeInstances() but does not
reset the singletons to the previous state wh...
Christian Kuhn
15:47 Revision 5fe9f9c1: [BUGFIX] Broken backups in BackendConfigurationManagerTest
BackendConfigurationManagerTest fiddles with several $GLOBALS but
incompletly resets to previous state in tearDown()....
Christian Kuhn
01:42 Revision 4fd6bfa2: [TASK] Fix for unit tests to change singletons and reset again
TYPO3\CMS\Core\Utility\GeneralUtility::setSingletonInstance() is a method
for unit tests to inject singleton mocks fo...
Christian Kuhn
00:01 Revision b2c69149: [TASK] Remove superfluous parenthesis.
Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool.
Change-Id: I42191aed03c4d78ae98d8e0e3d0468c10...
Arvid Jakobsson

2012-09-09

23:48 Revision c30f2663: [TASK] Remove superfluous parenthesis.
Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool.
Change-Id: I90fef2823026e7c5c4048470500db4acb...
Arvid Jakobsson
23:46 Revision 4ff68340: [TASK] Remove superfluous parenthesis.
Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool.
Change-Id: I7d10826a66a32af1fb3dbd462b028a5d1...
Arvid Jakobsson
23:26 Revision 863338a9: [TASK] Remove superfluous parenthesis
Change ("a" . "b") . "c" into "a" . "b" . "c" using the lex-pass tool.
Change-Id: Id4784f2c2d61a68e6e1238623f9450c8b...
Arvid Jakobsson
22:04 Revision b597ff94: [BUGFIX] L10n PHP parser stores NULL for unknown key
The PHP parser caches NULL instead of an array when the Backend
language is not available for a given extension using...
Xavier Perseguers
22:04 Revision 74cb0c9d: [BUGFIX] L10n PHP parser stores NULL for unknown key
The PHP parser caches NULL instead of an array when the Backend
language is not available for a given extension using...
Xavier Perseguers
21:59 Revision 530fe3bc: [BUGFIX] L10n PHP parser stores NULL for unknown key
The PHP parser caches NULL instead of an array when the Backend
language is not available for a given extension using...
Xavier Perseguers
17:58 Revision 1c65fc9c: [TASK] Raise submodule pointer: extbase
Change-Id: I61bfb67d9e633ddb25eebf2c82092c67c9ea8970
Releases: 6.0
Reviewed-on: http://review.typo3.org/14480
Reviewe...
Christian Kuhn
17:45 Revision cca3ec76: [TASK] Namespace and move t3lib unit tests - 6
This patch moves most unit tests of the tests/Unit/t3lib/*
directory to the core extension, following the new name sc...
Wouter Wolters
17:16 Revision 1721a490: [TASK] Namespace and move t3lib unit tests - 5
This patch moves most unit tests of the tests/Unit/t3lib/*
directory to the core extension, following the new name sc...
Wouter Wolters
16:38 Revision 4b7a3860: [BUGFIX] Warnings in extensionmanager
The patch fixes some rather obvious problems in EXT:extensionmanager
to stabilize the tests. Furthermore the extensio...
Christian Kuhn
12:06 Revision 12a843ff: [BUGFIX] Incomplete mocking and backups it tests
Fix two systematical warnings raised by running the unit tests:
* The DataMapperTest mocks Persistence\Generic\Mappe...
Christian Kuhn

2012-09-08

22:51 Revision 03ebef90: [BUGFIX] Warnings in StringUtility
StringUtility::isLastPartOfString does not sanitize the input arguments
enough and throws warnings if calling strlen(...
Christian Kuhn
22:40 Revision 3d745148: [BUGFIX] Warning in FAL StorageTest
checkFolderPermissionsRespectsFilesystemPermissions throws a warning
that the third argument from the data provider i...
Christian Kuhn
22:08 Revision 936348a2: [BUGFIX] FAL LocalDriverTests throws warnings
finfo() in FAL LocalDriver can not deal with vfs streams and throws
warnings. It is used to fetch the mime type of fi...
Christian Kuhn
20:31 Revision 6a384b0b: [BUGFIX] Load CSH Manual by default
The cshmanual extension must be loaded by default to make the CSH
popups work.
Change-Id: Iad8d12bc2caac8b24cf14ac14...
Jigal van Hemert
16:41 Revision 665d36a6: [BUGFIX] Warning missing argument 3 in t3lib_cacheHashTest
t3lib_cacheHashTest::cacheHashCalculationWorks() expects three parameters
from the data provider, but the data provid...
Christian Kuhn
15:08 Revision 6b2d5b35: [BUGFIX] Split off functional category collection tests
Most CategoryCollectionTests need dummy records and dummy database
tables to work. They do not only test the category...
Christian Kuhn

2012-09-07

14:12 Revision 93eeb2bd: [BUGFIX] File upload button is collapsed in Chrome 21
In Chrome 21, the FlashUploader button is collapsed to a few pixels of
height. So it is nearly impossible to hit the ...
Steffen Gebert

2012-09-06

15:27 Revision c8f078b8: [BUGFIX] Selection of Multiple Collections in CE Uploads
Due to a missing TCA-definition it is not possible to
select more than one collection in a content element
of type "u...
Steffen Ritter
15:24 Revision 47a1d55a: [BUGFIX] sys_file_reference uses filename instead of title
When using a file a sys_file_reference entry is created.
The fields of that record are pre-filled with values from
th...
Steffen Ritter
 

Also available in: Atom