Project

General

Profile

Activity

From 2012-05-19 to 2012-06-17

2012-06-17

22:19 Feature #38129 (Under Review): Provide overview for admins of new XCLASS usage
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12155
Gerrit Code Review
08:44 Feature #38129 (Closed): Provide overview for admins of new XCLASS usage
With the new way for XCLASSes it is not easy for admins to see where it is used. In the configuration module you can ... Jigal van Hemert
19:39 Task #38143: Clean up phpDoc comments in typo3/sysext/
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12153
Gerrit Code Review
19:17 Task #38143 (Under Review): Clean up phpDoc comments in typo3/sysext/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12153
Gerrit Code Review
19:16 Task #38143 (Closed): Clean up phpDoc comments in typo3/sysext/
Clean up phpDoc comments for the following classes:
* typo3/sysext/cms/tslib/class.tslib_fe.php
Clean up provid...
Wouter Wolters
17:30 Bug #38142: PHP Warning: Illegal string offset '_CONTROL_' in t3lib/class.t3lib_recordlist.php line 186
BTW, the last two parameters of @addElement@ are not used any more. Philipp Gampe
17:29 Bug #38142: PHP Warning: Illegal string offset '_CONTROL_' in t3lib/class.t3lib_recordlist.php line 186
Ok, I tracked it down to @/t3lib/class.t3lib_recordlist.php@ lines 195-219. The problematic line is 216 with @$this->... Philipp Gampe
16:37 Bug #38142 (Closed): PHP Warning: Illegal string offset '_CONTROL_' in t3lib/class.t3lib_recordlist.php line 186
Happens for each all pages/folders if opened with list module. Philipp Gampe
17:12 Bug #38132 (Under Review): Move all init.php code in global scope into methods
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12152
Gerrit Code Review
12:28 Bug #38132 (Closed): Move all init.php code in global scope into methods
There is some code left in init.php that is not yet encapsuled in methods.
Move everything into methods in the boo...
Helmut Hummel
15:30 Task #38131: Remove require statements for classes
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12142
Gerrit Code Review
12:34 Task #38131 (Under Review): Remove require statements for classes
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12142
Gerrit Code Review
12:02 Task #38131 (Closed): Remove require statements for classes
Since the autoloader is in place, the require statements for all classes (including template.php) is not necessary. T... Benni Mack
15:30 Bug #38133 (Resolved): Install Tool 123 wizard is broken
Applied in changeset commit:3fb0fb862b6c831fde9815af000361dd6cb12695. Oliver Hader
14:56 Bug #38133: Install Tool 123 wizard is broken
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12148
Gerrit Code Review
13:42 Bug #38133 (Closed): Install Tool 123 wizard is broken
#1203699034: A cache with identifier "dbal" does not exist.
Exception is thrown
Helmut Hummel
15:30 Task #38134 (Resolved): Restructure bootstrap classes
Applied in changeset commit:919230b5d1c40ce932db52824de1cc779bc21c90. Christian Kuhn
14:00 Task #38134: Restructure bootstrap classes
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12144
Gerrit Code Review
13:53 Task #38134 (Under Review): Restructure bootstrap classes
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12144
Gerrit Code Review
13:47 Task #38134 (Closed): Restructure bootstrap classes
The scope separation in Bootstrap classes still needs more thoughts and concepts. For now, the construct is simplifie... Christian Kuhn
14:22 Bug #38138: Add module menu object to the TYPO3 backend
You can test the change with adding
$moduleMenu = t3lib_div::makeInstance('Typo3_ModuleMenu'); var_dump($moduleMenu)...
Susanne Moog
14:21 Bug #38138: Add module menu object to the TYPO3 backend
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12146
Gerrit Code Review
14:17 Bug #38138 (Under Review): Add module menu object to the TYPO3 backend
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12146
Gerrit Code Review
14:13 Bug #38138 (Closed): Add module menu object to the TYPO3 backend
The backend at the moment uses a combination of the GLOBAL variables TBE_MODULES and TBE_MODULES_EXT to build the mai... Susanne Moog
14:13 Bug #38135 (Under Review): Apc Cache backend has side effects
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12145
Gerrit Code Review
14:03 Bug #38135 (Closed): 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 ke... Daniel Poetzinger
13:43 Feature #38088 (Rejected): Enhance Bootstrap contexts
This will be solved differently for now. Christian Kuhn
13:30 Task #38128 (Resolved): Remove t3lib/config_default
Applied in changeset commit:c4742c30e08a28be88b736c7b9e489bd9cd49222. Christian Kuhn
12:44 Task #38128: Remove t3lib/config_default
Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12141
Gerrit Code Review
11:40 Task #38128: Remove t3lib/config_default
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12141
Gerrit Code Review
01:15 Task #38128 (Under Review): Remove t3lib/config_default
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12141
Gerrit Code Review
01:13 Task #38128 (Closed): Remove t3lib/config_default
After all code from config_default was transferred to methods of the
bootstrap, it is now usefull to merge the calls...
Christian Kuhn
12:30 Feature #38123 (Resolved): Add check to Reports module for usage of old XCLASS method
Applied in changeset commit:6e2e47bf54f9439d6848990e96c602e93cc41997. Jigal van Hemert
00:29 Feature #38123: Add check to Reports module for usage of old XCLASS method
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12140
Gerrit Code Review
01:30 Bug #36777 (Resolved): Unnecessary warning in css_styled_content (division by zero)
Applied in changeset commit:4526c0d1338995a8ae3125339ace856eb22dd335. Thomas Layh
00:30 Bug #38124 (Resolved): Load extension configuration in function context
Applied in changeset commit:721fe2aae079714c066283507dd81d7dec6d3fc9. Helmut Hummel
00:30 Task #38122 (Resolved): Move inclusion of ext_tables.php to bootstrap classes
Applied in changeset commit:564a5a75a3fc9641e14e28dd326b6eb227c899d3. Christian Kuhn
00:30 Bug #38126 (Resolved): Load the main configuration file in functional context
Applied in changeset commit:ae005fd7f4803ee26e5b43b1e36f23cbca42f6ab. Helmut Hummel

2012-06-16

23:55 Feature #38123 (Under Review): Add check to Reports module for usage of old XCLASS method
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12140
Gerrit Code Review
20:30 Feature #38123 (Closed): Add check to Reports module for usage of old XCLASS method
The new XCLASS handling logs usage of the old way in the deprecation log, but for administrators it is useful to see ... Jigal van Hemert
22:38 Bug #38124 (Under Review): Load extension configuration in function context
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12139
Gerrit Code Review
20:35 Bug #38124 (Closed): Load extension configuration in function context
Until now all the ext_localconf.php files provided by extensions were included in a global scope.
This is a major b...
Helmut Hummel
22:30 Task #38127 (Resolved): Clean up phpDoc comments in typo3/sysext/
Applied in changeset commit:2d445bb0ccddb9a2213f184e4c6fd9e1674667e5. Wouter Wolters
21:10 Task #38127 (Under Review): Clean up phpDoc comments in typo3/sysext/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12137
Gerrit Code Review
21:10 Task #38127 (Closed): Clean up phpDoc comments in typo3/sysext/
Clean up phpDoc comments for the following classes:
* typo3/sysext/cms/tslib/class.tslib_tableoffset.php
* typo3/...
Wouter Wolters
22:27 Bug #38126 (Under Review): Load the main configuration file in functional context
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12138
Gerrit Code Review
20:41 Bug #38126 (Closed): Load the main configuration file in functional context
Until now the localconf.php file is included in a global scope.
This is a major blocker for a clean and flexible bo...
Helmut Hummel
22:26 Task #38122: Move inclusion of ext_tables.php to bootstrap classes
Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12135
Gerrit Code Review
21:43 Task #38122: Move inclusion of ext_tables.php to bootstrap classes
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12135
Gerrit Code Review
19:24 Task #38122 (Under Review): Move inclusion of ext_tables.php to bootstrap classes
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12135
Gerrit Code Review
19:15 Task #38122 (Closed): Move inclusion of ext_tables.php to bootstrap classes
Move inclusion of ext_tables.php to bootstrap classes Christian Kuhn
21:30 Task #38121 (Resolved): Use singleton objects for bootstrapping
Applied in changeset commit:c06ce81d766d65b0d79762e2141faba9e8b87f96. Oliver Hader
20:17 Task #38121: Use singleton objects for bootstrapping
Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12133
Gerrit Code Review
20:15 Task #38121: Use singleton objects for bootstrapping
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12133
Gerrit Code Review
18:47 Task #38121 (Under Review): Use singleton objects for bootstrapping
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12133
Gerrit Code Review
18:43 Task #38121 (Closed): Use singleton objects for bootstrapping
Use singleton objects for bootstrapping instead of calling static functions. This way the whole process can be extend... Oliver Hader
20:38 Task #38125 (Under Review): Clean up phpDoc comments in typo3/sysext/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12136
Gerrit Code Review
20:38 Task #38125 (Closed): Clean up phpDoc comments in typo3/sysext/
Clean up phpDoc comments for the following classes:
* typo3/sysext/cms/tslib/class.tslib_mediawizardcoreprovider.p...
Wouter Wolters
20:30 Bug #38115 (Resolved): t3lib_file_Utility_FileExtensionFilterTest fails
Applied in changeset commit:c2ad5471c5b494f2e4745e2fe9f6ad232386c0c3. Oliver Hader
16:58 Bug #38115 (Under Review): t3lib_file_Utility_FileExtensionFilterTest fails
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12130
Gerrit Code Review
16:40 Bug #38115 (Closed): t3lib_file_Utility_FileExtensionFilterTest fails
t3lib_file_Utility_FileExtensionFilterTest fails due to not mocked factory object. Oliver Hader
20:30 Bug #37544 (Resolved): Unit tests failures in t3lib_extFileFunctionsTest
Applied in changeset commit:c2ad5471c5b494f2e4745e2fe9f6ad232386c0c3. Oliver Hader
19:30 Task #38117 (Resolved): Remove the function index
Applied in changeset commit:1279cd4781a3038c479916f28993f5b1595cb735. Oliver Klee
17:00 Task #38117 (Under Review): Remove the function index
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12131
Gerrit Code Review
16:58 Task #38117 (Closed): Remove the function index
Oliver Klee
18:53 Task #38087: Streamline typo3/classes naming
Philipp Gampe wrote:
> Mind telling a reason for that decision?
Yepp... the tiny change of the folder name from "...
Oliver Hader
17:40 Task #38116: Clean up phpDoc comments in typo3/sysext/
Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12129
Gerrit Code Review
16:47 Task #38116: Clean up phpDoc comments in typo3/sysext/
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12129
Gerrit Code Review
16:47 Task #38116 (Under Review): Clean up phpDoc comments in typo3/sysext/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12129
Gerrit Code Review
16:46 Task #38116 (Closed): Clean up phpDoc comments in typo3/sysext/
Clean up phpDoc comments for the following classes:
* typo3/sysext/cms/tslib/class.tslib_adminpanel.php
* typo3/s...
Wouter Wolters
17:33 Task #38119 (Under Review): Clean up phpDoc comments in typo3/sysext/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12132
Gerrit Code Review
17:33 Task #38119 (Closed): Clean up phpDoc comments in typo3/sysext/
Clean up phpDoc comments for the following classes:
* typo3/sysext/cms/tslib/class.tslib_controltable.php
* typo3...
Wouter Wolters
16:30 Bug #38114 (Resolved): Exception on modifying page properties
Applied in changeset commit:c4c18d849d3a47e5225ad65730295abfa56b25c2. Oliver Hader
15:27 Bug #38114 (Under Review): Exception on modifying page properties
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12128
Gerrit Code Review
15:26 Bug #38114 (Closed): Exception on modifying page properties
An exception "#1300096564: uid of file has to be numeric" is thrown on modifying and saving the properties of a pages... Oliver Hader
16:30 Task #38112 (Resolved): Move config_default functions to Bootstrap classes
Applied in changeset commit:27673d89d96a02fbf142eccfb3bbdae37e3dc635. Christian Kuhn
14:09 Task #38112: Move config_default functions to Bootstrap classes
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12126
Gerrit Code Review
13:52 Task #38112 (Under Review): Move config_default functions to Bootstrap classes
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12126
Gerrit Code Review
13:51 Task #38112 (Closed): Move config_default functions to Bootstrap classes
Move config_default functions to Bootstrap classes Christian Kuhn
16:30 Task #38098 (Resolved): Clean up phpDoc comments in typo3/sysext/
Applied in changeset commit:a2e6be9b788e3a4a02ea39b4d3d40bf5ecaeb713. Wouter Wolters
15:30 Bug #38103 (Resolved): Use dispatcher for filelist extension
Applied in changeset commit:1f4bd2178f01ec1de2b7716f7ab9d5686d72ad56. Susanne Moog
15:30 Bug #38105 (Resolved): Use dispatcher for dbint extension
Applied in changeset commit:67c0469155d55fc3f3863586900cb6fa8a3a6769. Susanne Moog
15:23 Bug #38105: Use dispatcher for dbint extension
Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12114
Gerrit Code Review
15:12 Bug #38105: Use dispatcher for dbint extension
Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12114
Gerrit Code Review
14:32 Bug #38105: Use dispatcher for dbint extension
Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12114
Gerrit Code Review
14:30 Bug #38099 (Resolved): Use dispatcher for perm extension
Applied in changeset commit:80e1daa26eb237424baeab97e8aa0fd5421762d3. Susanne Moog
14:09 Task #38113 (Under Review): Clean up phpDoc comments in typo3/sysext/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12127
Gerrit Code Review
14:09 Task #38113 (Closed): Clean up phpDoc comments in typo3/sysext/
Clean up phpDoc comments for the following classes:
* typo3/sysext/cms/tslib/media/scripts/fe_adminLib.inc
* typo...
Wouter Wolters
13:45 Bug #28607 (Closed): CSS path with TS
See #32480. Chris topher
00:41 Bug #28607: CSS path with TS
This is a duplicate of #32480 which is under review in Gerrit. Please close this issue and review #32480. Thanks! Lorenz Ulrich
12:46 Bug #38110: Conceptual problem in Web > Access > User Overview
!forge_38110.png! Oliver Hader
12:46 Bug #38110 (Closed): Conceptual problem in Web > Access > User Overview
The Web > Access > User Overview allows to easily change permissions by just clicking accordant "allowed" or "denied"... Oliver Hader
12:30 Task #38106 (Resolved): Split t3lib/config_default.php code into functions
Applied in changeset commit:87ce64c87003a2ed34385a0acfef0ef14b1f0780. Christian Kuhn
12:30 Bug #38109 (Resolved): Use dispatcher for indexed_search extension
Applied in changeset commit:d18cfb61e5642cf24f3aee1c4da46e0f88e22733. Susanne Moog
11:08 Bug #38109 (Under Review): Use dispatcher for indexed_search extension
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12123
Gerrit Code Review
11:02 Bug #38109 (Closed): Use dispatcher for indexed_search extension
Use the backend module dispatcher for the
indexed_search extension.
Susanne Moog
12:30 Bug #38107 (Resolved): t3editor broken after refactoring of tstemplate module dispatch
Applied in changeset commit:9de5ab8689e7f8bf1c8c6a0ec3b67df31b5aabcf. Susanne Moog
12:13 Bug #38107 (Under Review): t3editor broken after refactoring of tstemplate module dispatch
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12125
Gerrit Code Review
11:53 Bug #38107 (Accepted): t3editor broken after refactoring of tstemplate module dispatch
Susanne Moog
00:45 Feature #38094: Option to redirect after form submitting
Please keep in mind that one issue per change is needed. The subject stuff is a duplicate of #35787. So maybe we can ... Lorenz Ulrich
00:27 Bug #38108 (Under Review): Multiple domain records in one tree don't work
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12120
Gerrit Code Review
00:07 Bug #38108 (Rejected): Multiple domain records in one tree don't work
Image a oage tree like this
- Home <-- Domain record: domain1.tld
-- Page 1
-- Page 2
-- Page 3 <-- Domain reco...
Nicole Cordes
00:05 Feature #24283: DBAL error in INSTALL TOOL > ADONewConnection: Unable to load database driver ''
Not sure why the issue marked as duplicated to rejected issue #27195
But the bug still exists in 4.7.1 - if I skip 1...
Vladimir Podkovanov
00:01 Bug #22884 (Closed): Hidden sys_domain-records not ignored
Steffen Gebert

2012-06-15

23:59 Bug #38107 (Closed): t3editor broken after refactoring of tstemplate module dispatch
There no syntax highlighting any more.
There is no JS. I use current Chrome on Linux.
Philipp Gampe
23:50 Bug #22884: Hidden sys_domain-records not ignored
This issue can be closed as domain records can be forced by setting the "forced" flag. Nicole Cordes
23:44 Task #38106 (Under Review): Split t3lib/config_default.php code into functions
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12118
Gerrit Code Review
23:35 Task #38106 (Closed): Split t3lib/config_default.php code into functions
Step to a cleaner bootstrap in config_default.php: Split the
code segments into functions and call them. Do not worr...
Christian Kuhn
23:30 Bug #38104 (Resolved): Remove bogus template in template analyzer
Applied in changeset commit:b3bba72290ff947e72e3ed24e2bc1770c7e162ef. Helmut Hummel
22:17 Bug #38104 (Under Review): Remove bogus template in template analyzer
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12113
Gerrit Code Review
22:12 Bug #38104 (Closed): Remove bogus template in template analyzer
Since the implementation of #22169 a bogus template icon appeared in the template analyzer (see screenshots).
This...
Helmut Hummel
23:30 Bug #38102 (Resolved): Use dispatcher for opendocs extension
Applied in changeset commit:64bfd7d1acd11d7144d4aa58e83346b06bd34955. Susanne Moog
22:36 Bug #38102: Use dispatcher for opendocs extension
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12109
Gerrit Code Review
20:30 Bug #38102 (Under Review): Use dispatcher for opendocs extension
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12109
Gerrit Code Review
20:29 Bug #38102 (Closed): Use dispatcher for opendocs extension
Use the backend module dispatcher for the
opendocs extension.
Added an index.php that redirects to
alt_doc.php ...
Susanne Moog
23:15 Bug #38099: Use dispatcher for perm extension
Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12105
Gerrit Code Review
23:08 Bug #38099: Use dispatcher for perm extension
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12105
Gerrit Code Review
18:50 Bug #38099 (Under Review): Use dispatcher for perm extension
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12105
Gerrit Code Review
18:48 Bug #38099 (Closed): Use dispatcher for perm extension
Use the backend module dispatcher for the
prem (Access) extension.
Susanne Moog
22:35 Bug #38105: Use dispatcher for dbint extension
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12114
Gerrit Code Review
22:31 Bug #38105 (Under Review): Use dispatcher for dbint extension
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12114
Gerrit Code Review
22:27 Bug #38105 (Closed): Use dispatcher for dbint extension
Use the backend module dispatcher for the
two modules in the dbint extension -
Configuration and DBCheck.
Susanne Moog
21:49 Task #38087: Streamline typo3/classes naming
Mind telling a reason for that decision? Philipp Gampe
19:34 Task #38087 (Rejected): Streamline typo3/classes naming
Was reverted again... Oliver Hader
19:30 Task #38087 (Resolved): Streamline typo3/classes naming
Applied in changeset commit:32c37eb6d9bdb4f80d205d94a091e55d4afd36f5. Oliver Hader
18:34 Task #38087: Streamline typo3/classes naming
Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12096
Gerrit Code Review
17:43 Task #38087: Streamline typo3/classes naming
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12096
Gerrit Code Review
16:32 Task #38087 (Under Review): Streamline typo3/classes naming
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12096
Gerrit Code Review
16:09 Task #38087 (Rejected): Streamline typo3/classes naming
Streamline typo3/classes naming to be typo3/Classes Oliver Hader
21:41 Bug #38103: Use dispatcher for filelist extension
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12110
Gerrit Code Review
21:00 Bug #38103 (Under Review): Use dispatcher for filelist extension
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12110
Gerrit Code Review
20:58 Bug #38103 (Closed): Use dispatcher for filelist extension
Use the backend module dispatcher for the
filelist extension.
Susanne Moog
21:30 Bug #38093 (Resolved): Use dispatcher for tstemplate extensions
Applied in changeset commit:9cf9591c52d144a8c3c571667bcb5cf29022b78d. Susanne Moog
20:20 Bug #38093: Use dispatcher for tstemplate extensions
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12099
Gerrit Code Review
17:31 Bug #38093 (Under Review): Use dispatcher for tstemplate extensions
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12099
Gerrit Code Review
17:29 Bug #38093 (Closed): Use dispatcher for tstemplate extensions
Use the backend module dispatcher for the
tstemplate, tstemplate_analyzer, tstemplate_info,
tstemplate_objbrowser e...
Susanne Moog
20:30 Task #38089 (Resolved): Streamline naming of Typo3_Bootstrap
Applied in changeset commit:8e40027765019329d502c52103db8a65536ee6dc. Oliver Hader
19:27 Task #38089: Streamline naming of Typo3_Bootstrap
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12103
Gerrit Code Review
18:46 Task #38089 (Under Review): Streamline naming of Typo3_Bootstrap
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12103
Gerrit Code Review
16:14 Task #38089 (Closed): Streamline naming of Typo3_Bootstrap
Streamline naming of Typo3_Bootstrap and location of files to be in typo3/Classes/Bootstrap/ Oliver Hader
20:09 Task #38100: Clean up phpDoc comments in typo3/sysext/
Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12107
Gerrit Code Review
19:38 Task #38100: Clean up phpDoc comments in typo3/sysext/
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12107
Gerrit Code Review
19:26 Task #38100 (Under Review): Clean up phpDoc comments in typo3/sysext/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12107
Gerrit Code Review
19:26 Task #38100 (Closed): Clean up phpDoc comments in typo3/sysext/
Clean up phpDoc comments for the following classes:
* typo3/sysext/cms/tslib/interfaces/
interface.tslib_content...
Wouter Wolters
20:06 Task #38098: Clean up phpDoc comments in typo3/sysext/
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12104
Gerrit Code Review
18:46 Task #38098 (Under Review): Clean up phpDoc comments in typo3/sysext/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12104
Gerrit Code Review
18:45 Task #38098 (Closed): Clean up phpDoc comments in typo3/sysext/
Clean up phpDoc comments for the following classes:
* typo3/sysext/cms/tslib/hooks/class.tx_cms_fehooks.php
* typ...
Wouter Wolters
19:30 Bug #37353 (Resolved): Non-pagetree context menus broken in the current git master
Applied in changeset commit:f9de285eb0d4b418b7584287aadbcb45b07703a2. Stefan Galinski
19:30 Bug #38096 (Resolved): Use dispatcher for setup extension
Applied in changeset commit:5c3e82a71613ded96847b0e1a6cce38bf83798d6. Susanne Moog
18:28 Bug #38096 (Under Review): Use dispatcher for setup extension
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12102
Gerrit Code Review
18:27 Bug #38096 (Closed): Use dispatcher for setup extension
Use the backend module dispatcher for the
setup (user settings) extension.
Susanne Moog
19:04 Feature #37868: favicon in Backend
Patch set 7 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12004
Gerrit Code Review
18:30 Bug #38092 (Resolved): Move default TYPO3_CONF_VARS from config_default to own file
Applied in changeset commit:038f951111dbcc28421c41302ad3876a4490ddef. Christian Kuhn
18:00 Bug #38092: Move default TYPO3_CONF_VARS from config_default to own file
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12098
Gerrit Code Review
17:12 Bug #38092: Move default TYPO3_CONF_VARS from config_default to own file
Why? Dmitry Dulepov
16:47 Bug #38092 (Under Review): Move default TYPO3_CONF_VARS from config_default to own file
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12098
Gerrit Code Review
16:46 Bug #38092 (Closed): Move default TYPO3_CONF_VARS from config_default to own file
Move default TYPO3_CONF_VARS from config_default to own file Christian Kuhn
18:08 Bug #33700: Invalid behavior of search for integer in Backend search
I don't know if this patch also solves this problem:
string fields containing just numbers will not be found via liv...
Felix Kopp
17:35 Feature #38094 (Closed): Option to redirect after form submitting
There are no options to set a subject for the new form wizard. Please add a third field for the subject.
There are ...
Webtech AG
17:30 Bug #38090 (Resolved): Use dispatcher for cshmanual extension
Applied in changeset commit:0c8187d6382945c4a9e282ebaf2403a08062513c. Susanne Moog
16:52 Bug #38090: Use dispatcher for cshmanual extension
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12095
Gerrit Code Review
16:21 Bug #38090 (Under Review): Use dispatcher for cshmanual extension
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12095
Gerrit Code Review
16:16 Bug #38090 (Closed): Use dispatcher for cshmanual extension
Use the backend module dispatcher for the
cshmanual extension.
Susanne Moog
16:30 Bug #38081 (Resolved): Remove TYPO3_tables_script
Applied in changeset commit:b964dad73c48f444c7e2be29c8a0df677be5d531. Christian Kuhn
14:47 Bug #38081 (Under Review): Remove TYPO3_tables_script
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12093
Gerrit Code Review
14:45 Bug #38081 (Closed): Remove TYPO3_tables_script
The definition of constant TYPO3_tables_script in localconf.php allows to
set a different path to the basic tca defi...
Christian Kuhn
16:13 Feature #38088 (Rejected): Enhance Bootstrap contexts
The Typo3_Bootstrap mechanism shall be extended to reflect the accordant contexts:
* Typo3_Bootstrap_Abstract (abs...
Oliver Hader
16:07 Task #38086 (Accepted): Enhance TYPO3 bootstrap mechanism
Oliver Hader
16:07 Task #38086 (Closed): Enhance TYPO3 bootstrap mechanism
Enhance TYPO3 bootstrap mechanism - Umbrella issue for TYPO3 Bootstrap Code Sprint in Hamburg, June 2012 Oliver Hader
15:43 Feature #38083 (Under Review): Add scheduler task to update language packages
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12094
Gerrit Code Review
15:33 Feature #38083 (Closed): Add scheduler task to update language packages
A scheduler task within Extension Manager is missing to allow language packages to be regularly updated. Xavier Perseguers
15:30 Feature #38080 (Resolved): Use dispatcher for tsconfig_help extension
Applied in changeset commit:de4d0e74e7714bae7b5d15edd652200c136b96a3. Susanne Moog
14:18 Feature #38080 (Under Review): Use dispatcher for tsconfig_help extension
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12090
Gerrit Code Review
14:14 Feature #38080 (Closed): Use dispatcher for tsconfig_help extension
Use the backend module dispatcher for the tsconfig_help extension. Susanne Moog
15:30 Bug #38078 (Resolved): Replace duplicate code with a bootstrap method call
Applied in changeset commit:3a6e8032cb142a55c0313ec521af3733d8228bfb. Helmut Hummel
14:49 Bug #38078: Replace duplicate code with a bootstrap method call
Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12091
Gerrit Code Review
14:36 Bug #38078: Replace duplicate code with a bootstrap method call
Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12091
Gerrit Code Review
14:33 Bug #38078 (Under Review): Replace duplicate code with a bootstrap method call
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12091
Gerrit Code Review
14:08 Bug #38078 (Closed): Replace duplicate code with a bootstrap method call
The ext_tables inclusion hook has been moved to a method in the bootstrap class.
Use this bootstrap method instead o...
Helmut Hummel
14:09 Task #38079 (Closed): Fix CGL violations against DoubleQuoteUsageNotRequired in sysext rtehtmlarea
Ludwig Rafelsberger
13:07 Bug #38076 (Closed): Fatal error: Class 't3lib_div' not found in GridData.php
If I open Workspaces in TYPO34.7.1 BE an ExtDirect - Exception Tab opens with this Exception:
Fatal error: Class 't3...
Heiko Kromm
11:47 Bug #37425 (Accepted): Install Tool renames all tables and fields to "zzz_deleted_"
The problem is not that "string is less than or equal to start characters wrong": The string 'test' is 4 characters l... Jigal van Hemert
09:30 Bug #37916 (Resolved): Reload button viewpage
Applied in changeset commit:e80e92162a0ee641f28fe46fb8c13b3ae1087779. Felix Kopp
09:24 Bug #38063 (Closed): Content elements disappear on publishing a page
With #30604 a severe Bug in 4.7 was introduced with these effects:
* content on a newly created page in a workspac...
Andreas Kießling
08:32 Bug #33446 (Under Review): canBeInterpretedAsInteger fatals if given an object
Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
08:29 Task #32773: fe_adminLib.inc crashes on 5.3 because usage of preg_spliti()
Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
08:28 Task #32773 (Under Review): fe_adminLib.inc crashes on 5.3 because usage of preg_spliti()
Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
07:59 Bug #24087: Content "All languages" disappears in Page module
Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
07:58 Bug #24087: Content "All languages" disappears in Page module
Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
07:57 Bug #24087 (Under Review): Content "All languages" disappears in Page module
Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
07:55 Bug #36777: Unnecessary warning in css_styled_content (division by zero)
Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
07:54 Bug #36777 (Under Review): Unnecessary warning in css_styled_content (division by zero)
Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
00:30 Task #37980 (Resolved): Clean up phpDoc comments in typo3/
Applied in changeset commit:23d029acc007e3e97060253fed1df3253206cfb1. Wouter Wolters
00:30 Bug #38058 (Resolved): Clean up phpDoc comments in typo3/sysext/
Applied in changeset commit:d31386fe4d4a6d1b796cd0b708bccfb2b54cabbb. Wouter Wolters
00:30 Task #38057 (Resolved): Clean up phpDoc comments in typo3/sysext/
Applied in changeset commit:a75b83423013824bae8cebf434f67eb18e7e7564. Wouter Wolters
00:30 Task #38056 (Resolved): Clean up phpDoc comments in typo3/sysext/
Applied in changeset commit:801cdf002d8522e7654a3aaaa443cfed29125b03. Wouter Wolters
00:30 Task #37974 (Resolved): CGL FunctionCallArgumentSpacingNoSpaceAfterComma in indexed_search
Applied in changeset commit:1f85736551c7674f0282a77d9dbd13f3b10d937a. Anonymous
00:30 Task #38061 (Resolved): Clean up phpDoc comments in typo3/sysext/
Applied in changeset commit:54ab6f3faf28c8f9c5ad94f6a3a52fa9ec9d6d1d. Wouter Wolters
00:00 Task #38061 (Under Review): Clean up phpDoc comments in typo3/sysext/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12073
Gerrit Code Review
00:00 Task #38061 (Closed): Clean up phpDoc comments in typo3/sysext/
Clean up phpDoc comments for the following classes:
* typo3/sysext/cms/tslib/content/class.tslib_content_imagetext...
Wouter Wolters
00:30 Task #37971 (Resolved): Clean up phpDoc comments in typo3/
Applied in changeset commit:efa837c8af9ee07ebd3d6fff1baae8cd516f1fd5. Wouter Wolters
00:30 Bug #36947 (Resolved): GIFBUILDER render twice
Applied in changeset commit:ab720c0e04d910b844c0ed788bbac490c803da92. Lorenz Ulrich
00:01 Bug #36947: GIFBUILDER render twice
Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
00:30 Task #38059 (Resolved): CGL DoubleQuoteUsageNotRequired in sysext tstemplate_ceditor
Applied in changeset commit:65eb72e0cdd65180f01018c8a5d86cc812ed5730. Ludwig Rafelsberger

2012-06-14

23:37 Task #38059 (Closed): CGL DoubleQuoteUsageNotRequired in sysext tstemplate_ceditor
Ludwig Rafelsberger
23:32 Task #37980: Clean up phpDoc comments in typo3/
Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12010
Gerrit Code Review
18:00 Task #37980: Clean up phpDoc comments in typo3/
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12010
Gerrit Code Review
23:30 Task #38027 (Resolved): CGL DoubleQuoteUsageNotRequired in sysext tstemplate_objbrowser
Applied in changeset commit:e40cadede944f758ac5f388aa01e036fbef7c051. Ludwig Rafelsberger
22:50 Task #38027: CGL DoubleQuoteUsageNotRequired in sysext tstemplate_objbrowser
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12042
Gerrit Code Review
09:05 Task #38027: CGL DoubleQuoteUsageNotRequired in sysext tstemplate_objbrowser
Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12041
Gerrit Code Review
08:15 Task #38027: CGL DoubleQuoteUsageNotRequired in sysext tstemplate_objbrowser
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12041
Gerrit Code Review
01:52 Task #38027: CGL DoubleQuoteUsageNotRequired in sysext tstemplate_objbrowser
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12042
Gerrit Code Review
01:12 Task #38027 (Under Review): CGL DoubleQuoteUsageNotRequired in sysext tstemplate_objbrowser
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12041
Gerrit Code Review
00:35 Task #38027 (Closed): CGL DoubleQuoteUsageNotRequired in sysext tstemplate_objbrowser
There are some other CGL violations beside DoubleQuoteUsageNotRequired in the affected files. Ludwig Rafelsberger
23:30 Bug #37979 (Resolved): CGL FunctionCallArgumentSpacingNoSpaceAfterComma in sysext
Applied in changeset commit:11026a710a866e840d87557437d32f54395135f1. Anonymous
23:30 Task #37972 (Resolved): CGL FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/
Applied in changeset commit:e56608fbadf5de442baf15ff51369f72689d4574. Anonymous
23:30 Task #37977 (Resolved): CGL FunctionCallArgumentSpacingNoSpaceAfterComma in sysext install
Applied in changeset commit:cdcd2e78825e283f84ddbef54da3413b12115b37. Anonymous
23:30 Task #37976 (Resolved): CGL FunctionCallArgumentSpacingNoSpaceAfterComma in sysext impexp
Applied in changeset commit:7b24f4eaebcf1b45cccacf78c611ef0f965bb676. Anonymous
23:30 Task #37975 (Resolved): Clean up phpDoc comments in typo3/
Applied in changeset commit:378f4a2e4a6d655ae8d38fa7b051531d79ad3f5f. Wouter Wolters
23:30 Task #37978 (Resolved): CGL FunctionCallArgumentSpacingNoSpaceAfterComma in sysext lowlevel
Applied in changeset commit:4fdf21cb32710a9383dfec831dbfc26339bb381d. Anonymous
23:30 Task #37968 (Resolved): Clean up phpDoc comments in typo3/
Applied in changeset commit:0c2caac600f4b4f813f4c935ddfa88d4044f9a31. Wouter Wolters
17:57 Task #37968: Clean up phpDoc comments in typo3/
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11999
Gerrit Code Review
23:30 Task #37964 (Resolved): CGL FunctionCallArgumentSpacingNoSpaceAfterComma in typo3/sysext/cms/
Applied in changeset commit:c4e549f146f5532c12d9b53ed2375f316654d34b. Anonymous
23:23 Task #38056: Clean up phpDoc comments in typo3/sysext/
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12068
Gerrit Code Review
22:09 Task #38056 (Under Review): Clean up phpDoc comments in typo3/sysext/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12068
Gerrit Code Review
22:08 Task #38056 (Closed): Clean up phpDoc comments in typo3/sysext/
Clean up phpDoc comments for the following classes:
* typo3/sysext/about/interfaces/interface.tx_about_customsecti...
Wouter Wolters
23:11 Bug #38058 (Under Review): Clean up phpDoc comments in typo3/sysext/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12072
Gerrit Code Review
23:11 Bug #38058 (Closed): Clean up phpDoc comments in typo3/sysext/
Clean up phpDoc comments for the following classes:
* typo3/sysext/cms/tslib/content/class.tslib_content_abstract....
Wouter Wolters
22:50 Task #38057 (Under Review): Clean up phpDoc comments in typo3/sysext/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12071
Gerrit Code Review
22:50 Task #38057 (Closed): Clean up phpDoc comments in typo3/sysext/
Clean up phpDoc comments for the following classes:
* typo3/sysext/cms/layout/conf.php
* typo3/sysext/cms/layout/...
Wouter Wolters
15:32 Bug #37837: Pagetree "extendToSubpages" does not show different icon
Or maybe the icons of subpages in the pagetree that are affected by "extendToSubpages" could show this information. Arjen Hoekema
14:08 Task #37981: CGL FunctionCallArgumentSpacingNoSpaceAfterComma in sysext version
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12011
Gerrit Code Review
13:14 Bug #24087: Content "All languages" disappears in Page module
no just pushed to master, sorry Georg Ringer
11:48 Bug #24087: Content "All languages" disappears in Page module
Is this fixed in 4.7.1?
I can produce this bug in fresh 4.7.1 installation.
Heiko Kromm
10:22 Bug #36719: Javascript in header without script tags
Can you please open a review request with the one-liner? It's really easy... :-)
Tutorial:
http://wiki.typo3.org/...
Stefan Galinski
10:11 Bug #36719: Javascript in header without script tags
Hi,
same for me after update from 4.5.15 to 4.7.1, so this issue still exists in 4.7. Adding the line solved it fo...
Jonas Götze
09:30 Bug #25434 (Resolved): Workspace state change notification email is always in english
Applied in changeset commit:38826d3c6c882800bc8339c448b72a9523aa56b3. Xavier Perseguers
08:59 Bug #25434: Workspace state change notification email is always in english
Patch set 1 for branch *4.5* has been pushed to the review server.
It is available at http://review.typo3.org/12049
Gerrit Code Review
08:59 Bug #25434: Workspace state change notification email is always in english
Patch set 1 for branch *4.5* has been pushed to the review server.
It is available at http://review.typo3.org/12048
Gerrit Code Review
08:50 Bug #25434: Workspace state change notification email is always in english
Patch set 1 for branch *4.6* has been pushed to the review server.
It is available at http://review.typo3.org/12047
Gerrit Code Review
08:49 Bug #25434: Workspace state change notification email is always in english
Patch set 1 for branch *4.6* has been pushed to the review server.
It is available at http://review.typo3.org/12046
Gerrit Code Review
08:44 Bug #25434: Workspace state change notification email is always in english
Patch set 1 for branch *version_4-7* has been pushed to the review server.
It is available at http://review.typo3.org...
Gerrit Code Review
08:44 Bug #25434: Workspace state change notification email is always in english
Patch set 1 for branch *workspaces_4-7* has been pushed to the review server.
It is available at http://review.typo3....
Gerrit Code Review
08:36 Bug #25434: Workspace state change notification email is always in english
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10948
Gerrit Code Review
08:30 Bug #25434: Workspace state change notification email is always in english
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10947
Gerrit Code Review

2012-06-13

23:33 Bug #38024 (Closed): Illegal string offsets in t3lib_stdgraphic
... Thomas Deinhamer
22:00 Bug #37353 (Under Review): Non-pagetree context menus broken in the current git master
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12038
Gerrit Code Review
21:49 Task #37972: CGL FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/
Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12001
Gerrit Code Review
21:30 Task #37944 (Resolved): Add plugin name to page module
Applied in changeset commit:2436ff897f80acd0903d3ed8e158c0d8950bd9d8. Georg Ringer
21:30 Bug #35944 (Resolved): css_styled_content CE "Menu/Sitemap": Hide the field "Selected Pages" for menu type "Sitemap"
Applied in changeset commit:d4fb1b06da65b697157c30be6a830e1a175236cd. Marco Huber
09:52 Bug #35944: css_styled_content CE "Menu/Sitemap": Hide the field "Selected Pages" for menu type "Sitemap"
Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
09:50 Bug #35944: css_styled_content CE "Menu/Sitemap": Hide the field "Selected Pages" for menu type "Sitemap"
Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
09:47 Bug #35944 (Under Review): css_styled_content CE "Menu/Sitemap": Hide the field "Selected Pages" for menu type "Sitemap"
Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
07:30 Bug #35944 (Resolved): css_styled_content CE "Menu/Sitemap": Hide the field "Selected Pages" for menu type "Sitemap"
Applied in changeset commit:fad6966c820de6e45de09c9f723357a1f89ee383. Marco Huber
21:02 Feature #37868: favicon in Backend
Patch set 6 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12004
Gerrit Code Review
00:31 Feature #37868: favicon in Backend
Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12004
Gerrit Code Review
17:07 Bug #35814: Centering Images in Text with Image does not work due to missing style
the solution provided broke two of our websites
because of the overflow: change from visible to hidden.
imagine ...
Ronald Wopereis
15:09 Bug #34820: t3lib_befunc::getViewDomain does not respect http/https scheme
To get rid of this behaviour in 4.7.1, replace the function getViewDomain (class.t3lib_befunc.php, starting line 2647... Florian Seirer
15:02 Bug #36364: Clear all caches with IE9 results in blank page
I can confirm this in 4.7.1.
Clearing the cache works in all other browsers, including IE8.
Florian Seirer
11:55 Bug #37994: Workspace-Preview in Front-End throwing Apache-Error "too many redirects"
Please close... there was a Bug in "EXT:forcerealurl" causing the too-many-redirects issue! Gabriel Kaufmann / Typoworx NewMedia
11:35 Bug #37994 (Rejected): Workspace-Preview in Front-End throwing Apache-Error "too many redirects"
I configured custom-workspaces in TYPO3 4.6.9 and tried to open some TYPO3-Pages in FE-Preview.
Everytime I encoun...
Gabriel Kaufmann / Typoworx NewMedia
10:32 Feature #18957: Flexforms & IRRE doesn't work
exactly. this would be a very helpful feature.
how complicated would this be to implement? if somebody experienced...
most wanted
10:13 Feature #18957: Flexforms & IRRE doesn't work
Just happend to run into the same problem. I have a simple extbase extension with central stored records, which shoul... Max Roesch
10:03 Feature #18957: Flexforms & IRRE doesn't work
http://lists.typo3.org/pipermail/typo3-english/2012-June/081053.html most wanted
09:27 Feature #18957: Flexforms & IRRE doesn't work
is this still a missing feature? most wanted
10:30 Feature #23248: It would be nice to be able to adjust link texts
Wow this is an old issue surfacing...I submited it 2 years ago :-)
Yes I was talking about the link wizard : if yo...
Alban Cousinie
09:10 Bug #37988 (Closed): COA_INT in Fluid-Templates
I think this is a related bug to http://forge.typo3.org/issues/36820
Passing a coa_int object to a fluidtemplate cau...
Alexander Wende
08:30 Task #37973 (Resolved): CGL FunctionCallArgumentSpacingNoSpaceAfterComma in /t3lib/
Applied in changeset commit:19bd98473cd0367fb5cabf0aed60061651d93057. Anonymous
07:30 Task #37983 (Resolved): Fix very last CGL violation "SemicolonSpacingIncorrect"
Applied in changeset commit:cdc8e952042157dd98a812d5566b15d64e36398a. Anonymous
01:57 Bug #32549: DataMapper returns empty array for MM relations on opposite field side because relation field is empty
Finding the objects seems to work with the
new property manager, but if you remove the
object via $repository->remo...
Thomas Deinhamer
01:51 Bug #32549: DataMapper returns empty array for MM relations on opposite field side because relation field is empty
Probably already fixed? See #23980 for more information. Thomas Deinhamer
01:50 Bug #23980: Relations with MM_opposite_field don't update the relation count of opposite field
If the record is edited from the local side (the field without the "opposite field" configuration),
the "count" seem...
Thomas Deinhamer
01:46 Bug #23980: Relations with MM_opposite_field don't update the relation count of opposite field
This also happens on 6.0.0-dev on PHP 5.4.3.
Nabil Saleh is also right about Extbase, which
won't find the relati...
Thomas Deinhamer

2012-06-12

23:17 Bug #37060: GIF with transparant background turns black
@ Mario Rimann: #36947 was only a regression from refactoring. It's in Gerrit now and already has enough +1s, so I th... Lorenz Ulrich
22:54 Task #37983 (Under Review): Fix very last CGL violation "SemicolonSpacingIncorrect"
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12013
Gerrit Code Review
22:53 Task #37983 (Closed): Fix very last CGL violation "SemicolonSpacingIncorrect"
most wanted
22:48 Task #37982 (Under Review): CGL FunctionCallArgumentSpacingNoSpaceAfterComma in sysext workspaces
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12012
Gerrit Code Review
22:46 Task #37982 (Closed): CGL FunctionCallArgumentSpacingNoSpaceAfterComma in sysext workspaces
most wanted
22:37 Task #37981 (Under Review): CGL FunctionCallArgumentSpacingNoSpaceAfterComma in sysext version
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12011
Gerrit Code Review
22:36 Task #37981 (Closed): CGL FunctionCallArgumentSpacingNoSpaceAfterComma in sysext version
most wanted
21:59 Task #37980 (Under Review): Clean up phpDoc comments in typo3/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12010
Gerrit Code Review
21:59 Task #37980 (Closed): Clean up phpDoc comments in typo3/
Clean up phpDoc comments for the following classes:
* typo3/view_help.php
* typo3/wizard_colorpicker.php
* typo3...
Wouter Wolters
21:50 Bug #35944: css_styled_content CE "Menu/Sitemap": Hide the field "Selected Pages" for menu type "Sitemap"
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10425
Gerrit Code Review
21:44 Bug #37979: CGL FunctionCallArgumentSpacingNoSpaceAfterComma in sysext
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12009
Gerrit Code Review
21:34 Bug #37979 (Under Review): CGL FunctionCallArgumentSpacingNoSpaceAfterComma in sysext
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12009
Gerrit Code Review
21:33 Bug #37979 (Closed): CGL FunctionCallArgumentSpacingNoSpaceAfterComma in sysext
most wanted
21:25 Feature #37868: favicon in Backend
Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12004
Gerrit Code Review
21:25 Feature #37868: favicon in Backend
Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12004
Gerrit Code Review
20:54 Feature #37868: favicon in Backend
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12004
Gerrit Code Review
20:53 Feature #37868 (Under Review): favicon in Backend
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12004
Gerrit Code Review
21:24 Task #37978 (Under Review): CGL FunctionCallArgumentSpacingNoSpaceAfterComma in sysext lowlevel
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12008
Gerrit Code Review
21:23 Task #37978 (Closed): CGL FunctionCallArgumentSpacingNoSpaceAfterComma in sysext lowlevel
most wanted
21:16 Task #37977 (Under Review): CGL FunctionCallArgumentSpacingNoSpaceAfterComma in sysext install
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12007
Gerrit Code Review
21:15 Task #37977 (Closed): CGL FunctionCallArgumentSpacingNoSpaceAfterComma in sysext install
most wanted
21:09 Task #37976 (Under Review): CGL FunctionCallArgumentSpacingNoSpaceAfterComma in sysext impexp
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12006
Gerrit Code Review
21:07 Task #37976 (Closed): CGL FunctionCallArgumentSpacingNoSpaceAfterComma in sysext impexp
most wanted
21:07 Task #37951: Remove "http://" prefix from domain record domains or prevent saving the form
Would be fine with me, but than it is a feature. Philipp Gampe
19:00 Task #37951: Remove "http://" prefix from domain record domains or prevent saving the form
New 'eval' functions?
E.g. 'domain' and 'url'.
Thomas Deinhamer
11:39 Task #37951: Remove "http://" prefix from domain record domains or prevent saving the form
Bugfix or feature? Philipp Gampe
11:39 Task #37951 (Closed): Remove "http://" prefix from domain record domains or prevent saving the form
If a user puts @http://example.org@ in the domain record field for the domain, the scheme is not removed, but include... Philipp Gampe
20:57 Task #37975 (Under Review): Clean up phpDoc comments in typo3/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12005
Gerrit Code Review
20:57 Task #37975 (Closed): Clean up phpDoc comments in typo3/
Clean up phpDoc comments for the following classes:
* typo3/show_item.php
* typo3/show_rechis.php
* typo3/tce_db...
Wouter Wolters
20:52 Task #37974 (Under Review): CGL FunctionCallArgumentSpacingNoSpaceAfterComma in indexed_search
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12003
Gerrit Code Review
20:50 Task #37974 (Closed): CGL FunctionCallArgumentSpacingNoSpaceAfterComma in indexed_search
most wanted
20:43 Bug #36616: TYPO3 4.7 sectionIndex not working correctly on multilanguage site
Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11249
Gerrit Code Review
20:31 Task #37973 (Under Review): CGL FunctionCallArgumentSpacingNoSpaceAfterComma in /t3lib/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12002
Gerrit Code Review
20:30 Task #37973 (Closed): CGL FunctionCallArgumentSpacingNoSpaceAfterComma in /t3lib/
most wanted
20:17 Task #37972 (Under Review): CGL FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12001
Gerrit Code Review
20:15 Task #37972 (Closed): CGL FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/
most wanted
20:10 Task #37971 (Under Review): Clean up phpDoc comments in typo3/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12000
Gerrit Code Review
20:10 Task #37971 (Closed): Clean up phpDoc comments in typo3/
Clean up phpDoc comments for the following classes:
* typo3/index.php
* typo3/index_re.php
* typo3/init.php
* t...
Wouter Wolters
19:38 Task #37968 (Under Review): Clean up phpDoc comments in typo3/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11999
Gerrit Code Review
19:38 Task #37968 (Closed): Clean up phpDoc comments in typo3/
Clean up phpDoc comments for the following classes:
* typo3/class.webpagetree.php
* typo3/cleaner_check.sh
* typ...
Wouter Wolters
19:18 Task #37964: CGL FunctionCallArgumentSpacingNoSpaceAfterComma in typo3/sysext/cms/
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11998
Gerrit Code Review
19:16 Task #37964 (Under Review): CGL FunctionCallArgumentSpacingNoSpaceAfterComma in typo3/sysext/cms/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11998
Gerrit Code Review
18:13 Task #37964 (Closed): CGL FunctionCallArgumentSpacingNoSpaceAfterComma in typo3/sysext/cms/
most wanted
18:37 Bug #37967 (Closed): YouTube videos can't be played with Media CE
Since the rework of the Media CE for TYPO3 4.7, YouTube videos cannot be played anymore using the Media CE. The path ... Lorenz Ulrich
18:16 Feature #23248: It would be nice to be able to adjust link texts
I don't understand that. Are we talking about the link wizard?
In FlexForms that are parsed as content, you could ...
Lorenz Ulrich
18:12 Feature #25373: More intuitive handling of media files in the media element
In TYPO3 4.7, "usePlayer" is not present anymore so I think we can close this. Lorenz Ulrich
18:10 Bug #28566: You Tube channels not supported by media element
The youtu.be is solved in 4.7.
AFAIK Youtube channels are still not supported.
Lorenz Ulrich
18:05 Task #37694: code completion with IE9, TYPO3: 4.4-4.7
Patches for steps (1) to (3) (performed on 4.5.16).
Gudio Fögler
Guido Fögler
17:17 Bug #24157: there is no possibilty to delete entries from syslog
In TYPO3 4.6 there is a garbage collection task for sys_log. Maybe you could use that. Lorenz Ulrich
15:42 Feature #37961 (Rejected): Integration of a responsive image loader
Responsive Webdesign is becoming more and more important these days due to the vast amount of devices for surfing in ... Florian
15:12 Bug #32778: Shortcut to 'first subpage' fails when 'move-to' placeholders are among subpages.
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9253
Gerrit Code Review
15:08 Bug #33392: showHidden flag in tslib_fe is not "workspaces aware"
Patch set 9 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/8720
Gerrit Code Review
14:46 Bug #37957 (Closed): Width of images ignored if height set
An image-contentelement has settings for imagewidth and imageheight. You can use them to specify the maximum width *o... Stefan Neufeind
14:23 Bug #36947 (Under Review): GIFBUILDER render twice
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11984
Gerrit Code Review
14:06 Bug #36947: GIFBUILDER render twice
@ Gernot Ploiner: There is only one bugfix/feature allowed in a change request. Please open an new issue for your fea... Lorenz Ulrich
14:08 Bug #33436: Changes to page usergroup access rights are not respected when previewing a workspace
Patch set 8 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/8719
Gerrit Code Review
14:04 Bug #33436: Changes to page usergroup access rights are not respected when previewing a workspace
Patch set 7 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/8719
Gerrit Code Review
13:58 Feature #37949: improve backenduser management module (especially when having tons of users)
hello felix,
i started something similar with extjs (called ext:sitemgr) this allows subadmins to manage their use...
Kay Strobach
13:51 Feature #37949: improve backenduser management module (especially when having tons of users)
Here!
I could need support.
If you would like to support this venture - please hit me back.
http://forge.typo3...
Felix Kopp
10:21 Feature #37949: improve backenduser management module (especially when having tons of users)
ok - is it in the trunk already?, than i missed it :( Kay Strobach
10:20 Feature #37949: improve backenduser management module (especially when having tons of users)
someone IMO is rewriting that with extbase?! Georg Ringer
10:03 Feature #37949 (Closed): improve backenduser management module (especially when having tons of users)
improve backenduser management module (especially when having tons of users)
the current module is slow and not re...
Kay Strobach
12:54 Bug #37906: sys_action toolbar items doesn't go to right submodule
Install sys_actions extension, go to the "Task center" and create a action
It will become available in the sys_act...
Soren Malling
11:19 Bug #37906: sys_action toolbar items doesn't go to right submodule
How do I create a sys_action from the toolbar?
I do not have a toolbar. I only have maximize and bookmark.
Philipp Gampe
09:27 Bug #37906: sys_action toolbar items doesn't go to right submodule
Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11931
Gerrit Code Review
09:25 Bug #37906: sys_action toolbar items doesn't go to right submodule
Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11931
Gerrit Code Review
09:22 Bug #37906: sys_action toolbar items doesn't go to right submodule
Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11931
Gerrit Code Review
12:43 Bug #37811: Progress bar should be replaced with some kind fo animated spinner
Sorry, I mean the progress bar in the extension manager.
Stephen Bungert
11:47 Bug #37952 (Closed): Treelist cache is not cleared after publishing
When publishing a page, the cache_treelist should be cleared.
Scenario:
Add a new page in a draft workspace, enab...
Bart Dubelaar
11:42 Bug #36234: Uncaught TYPO3 Exception: Class t3lib_FlashMessage does not exist
I can confirm this issue on multiple instances of the same website (multiple servers) $TYPO3_CONF_VARS['SYS']['displa... Noel Bossart
11:23 Feature #18211: Array of display conditions for TCA fields instead of 1 string
Haven't taken a look at the actual implementation. But yes, it would be really great to be able to combine multiple c... Stefan Neufeind
11:22 Feature #37939: displayCond should allow multiple conditions/checks
about #18211: Sort of, I agree. Didn't find that one until now.
The only point is that you can't write "arrays" in...
Stefan Neufeind
05:56 Feature #37939: displayCond should allow multiple conditions/checks
isnt't that a duplicate of #18211? Georg Ringer
00:34 Feature #37939 (Closed): displayCond should allow multiple conditions/checks
In some cases it would be good to have at least basic support for multiple conditions. Since afaik multiple displayCo... Stefan Neufeind
11:13 Task #37950 (Closed): Update links to bugs.typo3.org in annotations
A few places in core still have URLs with "bugs.typo3.org" in them (mainly in sysext and testcases). Those should be ... Stefan Neufeind
10:39 Bug #37948: additionalTreelistUpdateFields are not working
In typo3/sysext/cms/tslib/hooks there is a file tx_cms_treelistCacheUpdate.php. This file hooks into TCEmain processe... Bart Dubelaar
10:19 Bug #37948: additionalTreelistUpdateFields are not working
can you give some more info:
- what was not correctly applied
- how can this be tested
Georg Ringer
09:52 Bug #37948 (Under Review): additionalTreelistUpdateFields are not working
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11978
Gerrit Code Review
09:39 Bug #37948 (Closed): additionalTreelistUpdateFields are not working
The list of additionalTreelistUpdateFields is not correctly appended to the updateRequiringFields array in tx_cms_tre... Bart Dubelaar
10:36 Bug #37892: Workspace preview with non default language causes SQL error in language iso code determination
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11928
Gerrit Code Review
10:20 Task #37935 (Accepted): Remove Page "Page Information"
Georg Ringer
00:11 Task #37935 (Closed): Remove Page "Page Information"
Remove the "Page Information" in page module and move unique infos into the info popup.
The infos from page info f...
Felix Kopp
09:30 Task #37937 (Resolved): Clean up phpDoc comments in typo3/
Applied in changeset commit:835046615d1648e5fe91a3b0be8ba018355a60f6. Wouter Wolters
00:35 Task #37937: Clean up phpDoc comments in typo3/
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11971
Gerrit Code Review
00:12 Task #37937 (Under Review): Clean up phpDoc comments in typo3/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11971
Gerrit Code Review
00:12 Task #37937 (Closed): Clean up phpDoc comments in typo3/
Clean up phpDoc comments for the following classes:
* typo3/class.file_list.inc
* typo3/class.filelistfoldertree....
Wouter Wolters
09:04 Bug #37946 (Closed): extension manager PHP warning on Windows
On my IIS I have such warnings when I click "Check for new updates"... Tomasz Krawczyk
06:46 Task #37944 (Under Review): Add plugin name to page module
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11975
Gerrit Code Review
06:44 Task #37944 (Closed): Add plugin name to page module
During cleanup of the page module's content element rendering a bit too much cleanup happened.
Improvements:
- Ad...
Georg Ringer
00:30 Task #37924 (Resolved): Clean up phpDoc comments in typo3/
Applied in changeset commit:ea398c2a8c08f055517f76f0c509a165eae44bc8. Wouter Wolters
00:30 Task #37923 (Resolved): Fix concatenation CGL violations in /t3lib/
Applied in changeset commit:19575fa285cfabb9cd8d2997b2753d7e2656948a. Anonymous
00:30 Task #37930 (Resolved): Reduce concatenation CGL violations in /typo3/sysext/css_styled_content/
Applied in changeset commit:82cd7248ae6c1fc168ff50b1e3edf02bfe0b94f8. Anonymous
00:30 Task #37927 (Resolved): Reduce concatenation CGL violations in /typo3/classes/
Applied in changeset commit:e765ddc156005b97974fd1dd66f2f8fbc4dcdf09. Anonymous
00:29 Bug #37938 (Closed): Using HTML5 for audio not (easily) possible due to flexform
In typo3/sysext/cms/flexform_media.xml the checkbox to use "HTML5/accessible rendering" is only shown if the Media-ty... Stefan Neufeind
00:15 Task #37936 (Under Review): Fix CGL violations against "FunctionCallArgumentSpacingTooMuchSpaceAfterComma" in /typo3/sysext/workspaces/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11972
Gerrit Code Review
00:12 Task #37936 (Closed): Fix CGL violations against "FunctionCallArgumentSpacingTooMuchSpaceAfterComma" in /typo3/sysext/workspaces/
most wanted
00:10 Task #37934 (Under Review): Fix CGL violations against "FunctionCallArgumentSpacingTooMuchSpaceAfterComma" in /typo3/sysext/version/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11970
Gerrit Code Review
00:08 Task #37934 (Closed): Fix CGL violations against "FunctionCallArgumentSpacingTooMuchSpaceAfterComma" in /typo3/sysext/version/
most wanted
00:03 Task #37933 (Under Review): Fix very last CGL violation "FunctionCallArgumentSpacingSpaceBeforeComma"
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11969
Gerrit Code Review
00:01 Task #37933 (Closed): Fix very last CGL violation "FunctionCallArgumentSpacingSpaceBeforeComma"
most wanted

2012-06-11

23:47 Task #37930 (Under Review): Reduce concatenation CGL violations in /typo3/sysext/css_styled_content/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11968
Gerrit Code Review
23:45 Task #37930 (Closed): Reduce concatenation CGL violations in /typo3/sysext/css_styled_content/
most wanted
23:30 Bug #37917 (Resolved): Fix CGL violations against FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/setup
Applied in changeset commit:dd8853250c246d5866392e6897c4e4afb74e90a1. Ludwig Rafelsberger
22:14 Bug #37917 (Under Review): Fix CGL violations against FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/setup
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11948
Gerrit Code Review
21:53 Bug #37917 (Closed): Fix CGL violations against FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/setup
Ludwig Rafelsberger
23:29 Task #37927 (Under Review): Reduce concatenation CGL violations in /typo3/classes/
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11967
Gerrit Code Review
23:26 Task #37927 (Closed): Reduce concatenation CGL violations in /typo3/classes/
most wanted
23:16 Task #37924 (Under Review): Clean up phpDoc comments in typo3/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11966
Gerrit Code Review
23:16 Task #37924 (Closed): Clean up phpDoc comments in typo3/
Clean up phpDoc comments for the following classes:
* typo3/class.db_list.inc
* typo3/class.db_list_extra.inc
...
Wouter Wolters
23:16 Task #37923 (Under Review): Fix concatenation CGL violations in /t3lib/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11965
Gerrit Code Review
23:14 Task #37923 (Closed): Fix concatenation CGL violations in /t3lib/
most wanted
22:51 Feature #37921 (Closed): Update videojs to 3.2.11
4.7 currently ships with 3.2.7. Now requires newer flash-version (Flash 10) but in that step has various improvements... Stefan Neufeind
22:42 Feature #37919 (Closed): Update videojs to major-version 3
videojs is included since TYPO3 4.7 as a contrib-library. Currently version 2.02 is used.
Major-version 3 provides...
Stefan Neufeind
22:30 Task #37918 (Resolved): Clean up phpDoc comments in typo3/
Applied in changeset commit:2c5ca9e2ae47d3f4c02b587ba1b69916b27109f7. Wouter Wolters
21:57 Task #37918 (Under Review): Clean up phpDoc comments in typo3/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11945
Gerrit Code Review
21:57 Task #37918 (Closed): Clean up phpDoc comments in typo3/
Clean up phpDoc comments for the following classes:
* typo3/backend.php
* typo3/browse_links.php
* typo3/browser...
Wouter Wolters
22:30 Bug #35154 (Resolved): Exclude E_STRICT from exceptionalErrors in PHP 5.4
Applied in changeset commit:4f73988debdb28469609bc80d4361dfa464c47bf. Steffen Müller
22:25 Feature #27391: Allow multiple formats/resolutions for media-content
Just checked that since 4.7 it's possible to give multiple video/audio-sources and so at least the "multiformat-featu... Stefan Neufeind
22:07 Bug #37916 (Under Review): Reload button viewpage
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11946
Gerrit Code Review
21:46 Bug #37916 (Closed): Reload button viewpage
The reload button viewpage reloads the while module - instead only reload the iframe location href. Felix Kopp
21:52 Bug #37915: Cache negative ux_* look up in autoloader
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11943
Gerrit Code Review
21:49 Bug #37915 (Under Review): Cache negative ux_* look up in autoloader
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11943
Gerrit Code Review
21:45 Bug #37915: Cache negative ux_* look up in autoloader
Fun fact: I've done about a dozen pre-patches in the bootstrap and autoloader area to make this happen ;) Christian Kuhn
21:43 Bug #37915 (Closed): Cache negative ux_* look up in autoloader
For every class instance that is requested via
t3lib_div::makeInstance(), a lookup for ux_"classname" is done
and t...
Christian Kuhn
21:30 Task #37913 (Resolved): Clean up phpDoc comments in typo3/
Applied in changeset commit:8a8cf935c6b7919adabefd56abf4bd23ad3b20a3. Wouter Wolters
21:03 Task #37913 (Under Review): Clean up phpDoc comments in typo3/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11938
Gerrit Code Review
21:02 Task #37913 (Closed): Clean up phpDoc comments in typo3/
Clean up phpDoc comments for the following classes:
* typo3/alt_doc.php
* typo3/alt_doc_nodoc.php
* typo3/alt_fi...
Wouter Wolters
21:16 Feature #37868: favicon in Backend
The favicon isn't available in the backend login form. Is this intended or did nobody found this issue while testing? Stefan Galinski
10:30 Feature #37868 (Resolved): favicon in Backend
Applied in changeset commit:f5040a7a9f381082e577ec8c80bc250378e65a1e. Felix Kopp
21:06 Bug #36031: T3D export of tt_content elements with IRRE relations between each other fails
Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10515
Gerrit Code Review
20:54 Task #34471: Remove resources from TS template record
Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9322
Gerrit Code Review
20:50 Task #34471: Remove resources from TS template record
Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9322
Gerrit Code Review
20:36 Bug #24626: Pagetree - Create the root page per drag and drop is impossible
Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10428
Gerrit Code Review
20:34 Bug #37494: t3lib_tcemain::getUniqueFields can be moved to EXT:version
Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11634
Gerrit Code Review
20:30 Task #37717 (Resolved): Fix CGL violations against "InlineCommentWrongStyle" in sysext "workspaces"
Applied in changeset commit:70a6fd214bf57d472be3f6e6afe0841d163c474a. Anonymous
20:30 Task #37715 (Resolved): Fix CGL violations against "FunctionCallArgumentSpacingTooMuchSpaceAfterComma"
Applied in changeset commit:3b24cff3b0ed6b79858be267f4a6cecf439a7598. Anonymous
20:30 Task #37909 (Resolved): Clean up phpDoc comments in typo3/
Applied in changeset commit:395ae41d6531b75d5bc3ca4696ed00e097dc1606. Wouter Wolters
17:34 Task #37909 (Under Review): Clean up phpDoc comments in typo3/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11933
Gerrit Code Review
17:34 Task #37909 (Closed): Clean up phpDoc comments in typo3/
Clean up phpDoc comments for the following classes:
* typo3/ajax.php
* typo3/alt_clickmenu.php
* typo3/alt_db_na...
Wouter Wolters
20:30 Task #37870 (Resolved): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/indexed_search/
Applied in changeset commit:7d4f675a0578ef50e9a66b1e0332b54ea1a21331. Anonymous
19:51 Task #37870: Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/indexed_search/
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11898
Gerrit Code Review
20:30 Task #37790 (Resolved): Harmonize coding style of if constructs in /t3lib/
Applied in changeset commit:ce1c982c3019915dcc8d12a187f689e259dc3e23. Anonymous
15:01 Task #37790: Harmonize coding style of if constructs in /t3lib/
Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11850
Gerrit Code Review
14:58 Task #37790: Harmonize coding style of if constructs in /t3lib/
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11850
Gerrit Code Review
20:30 Task #37789 (Resolved): Harmonize coding style of if constructs in /typo3/sysext/cms/
Applied in changeset commit:430258f62304c7b43cb28a939a8676ef99da1d65. Anonymous
20:12 Task #37789: Harmonize coding style of if constructs in /typo3/sysext/cms/
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11849
Gerrit Code Review
20:02 Bug #37716: Fix CGL violations against "InlineCommentWrongStyle" in sysext "version"
Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11812
Gerrit Code Review
19:57 Bug #36947: GIFBUILDER render twice
Obviously a mistake that happened during the refactoring of the imagecopyresized method.
I came across a similar pro...
Andreas Bouche
19:55 Task #37714: Fix CGL violations against "FunctionCallArgumentSpacingTooMuchSpaceAfterComma"
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11810
Gerrit Code Review
19:53 Task #37712: Fix very last CGL violation "FunctionCallArgumentSpacingSpaceBeforeComma" in sysext "version"
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11808
Gerrit Code Review
19:30 Task #37880 (Resolved): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/saltedpasswords/
Applied in changeset commit:c2f7051d44815f7a72906d5f2ca3161875379e5e. Anonymous
10:12 Task #37880 (Under Review): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/saltedpasswords/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11924
Gerrit Code Review
10:05 Task #37880 (Closed): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/saltedpasswords/
There are CGL violations "FunctionCallArgumentSpacingNoSpaceAfterComma" in typo3/sysext/saltedpasswords/.
These sh...
most wanted
19:30 Bug #37869 (Resolved): Clean up phpDoc comments in typo3/classes
Applied in changeset commit:6107e21ba3c604c1dbb7405817a23f4565445315. Wouter Wolters
19:22 Bug #37869: Clean up phpDoc comments in typo3/classes
Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11897
Gerrit Code Review
17:40 Bug #37869: Clean up phpDoc comments in typo3/classes
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11897
Gerrit Code Review
19:23 Bug #37912 (Closed): Content and page translations (at least) disappear when publishing workspace verion of page
In TYPO3 4.7, some parts of the code responsible for page and branch type versioning have been removed. Unfortunately... Lienhart Woitok
19:17 Task #6249: Support for TCA fields of type "group" - allowes DAM support (has patch)
Does this have a relation with http://bugs.typo3.org/view.php?id=16956 ? Lorenz Ulrich
19:00 Bug #32480 (Under Review): Form.css cannot be disabled
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11932
Gerrit Code Review
18:30 Task #37871 (Resolved): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/statictemplates/
Applied in changeset commit:7ecce5f5f43d7ab39e83fefd5a18a75316618320. Anonymous
17:59 Bug #23922: [Feature] TCA tree
doc_core_tca is your friend for backend. I wouldn't know about a FE usage. Lorenz Ulrich
16:28 Bug #37906: sys_action toolbar items doesn't go to right submodule
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11931
Gerrit Code Review
16:23 Bug #37906 (Under Review): sys_action toolbar items doesn't go to right submodule
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11931
Gerrit Code Review
16:22 Bug #37906 (Closed): sys_action toolbar items doesn't go to right submodule
The toolbar items in the sys_actions toolbar doesn't go to the right submodule in the "Task center" module - unless t... Soren Malling
16:09 Bug #37905 (Closed): Uploading T3X fails with ExtDirect exception
This happens both on today's trunk and 4-7 branch.
Steps to reproduce:
1. Download sr_feuser_register 2.6.2 fro...
Oliver Klee
15:39 Bug #35586: maxWInText dont work as expected
Found the problem now. It's part of the static TS of css_styled_content.
There is at 4.7...
Arno Dudek
15:04 Bug #35586: maxWInText dont work as expected
Is there any intention to fix this? Do you need more infos? Arno Dudek
13:06 Bug #36282: Live search result shows titles and icons of live elements when in draft workspace
Additionally, the live search only searches in live elements. Searching on the uid of a draft element is not possible... Bart Dubelaar
12:50 Bug #37896 (Closed): Live search in workspace shows move-to placeholders
The live search foldout also lists placeholders for draft changes, clicking an item will open the placeholder itself ... Bart Dubelaar
12:43 Bug #37892 (Under Review): Workspace preview with non default language causes SQL error in language iso code determination
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11928
Gerrit Code Review
11:56 Bug #37892 (Closed): Workspace preview with non default language causes SQL error in language iso code determination
h1. What I tried
The setup is with multiple page trees (which I don't think are relevant here) which may have mult...
Lienhart Woitok
12:04 Bug #37893 (Closed): missing blank in cObject noTrimWrap
Hi,
in TYPO3 4.5 i added a layout and section-frame class to all cObjects with...
Pascal Naujoks
10:25 Bug #37809 (Closed): Lost session with eID and rsaauth
Stefan Galinski
10:14 Bug #37809: Lost session with eID and rsaauth
Damn, that tslib_eidtools::initFeUser() functionality was misunderstood by me. This bug can be closed now. Martin Kokes
09:07 Bug #34149: Workspace-View incomplete after publication
Hi,
after updating to 4.5.16 and activate the caching framework, the error no longer occurs.
Thorsten Rath
08:30 Task #37874 (Resolved): Clean up phpDoc comments in typo3/interfaces
Applied in changeset commit:af798fc41f8f891d3a1780319de74b5a168221f4. Wouter Wolters
08:30 Task #37875 (Resolved): Assignment arithmetic and comparison space missing in typo3/mod
Applied in changeset commit:c54b75a2711a11276bb7b6d48db67299750ba223. Wouter Wolters
08:07 Bug #37780: Possibility to get duplicate sessionId for different user
From 6. June 04:00 PM to 11. June 02:00 AM it happened 18 times, but with the changed function it did not. I logged t... Sven Weiss

2012-06-10

21:59 Bug #22776 (Closed): alternative language. Copy default content elements fails.
Steffen Gebert
21:59 Bug #9667 (Closed): template_css.tmpl paging is not working
Steffen Gebert
21:53 Task #37875 (Under Review): Assignment arithmetic and comparison space missing in typo3/mod
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11918
Gerrit Code Review
21:52 Task #37875 (Closed): Assignment arithmetic and comparison space missing in typo3/mod
Assignment arithmetic and comparison space missing in typo3/mod Wouter Wolters
21:49 Bug #23137 (Closed): Flash Uploader does not work with Suhosin (suhosin.cookie.encrypt = on)
Steffen Gebert
21:49 Bug #23137: Flash Uploader does not work with Suhosin (suhosin.cookie.encrypt = on)
I think this one cannot be solved with the current Flash uploader. Therefore I think it can be closed. Lorenz Ulrich
21:45 Bug #22185 (Closed): Flash Uploader not working in FF, SF and Iron when Tortoise SVN is installed
Thanks for your feedback. Steffen Gebert
21:44 Bug #22185: Flash Uploader not working in FF, SF and Iron when Tortoise SVN is installed
For me the Flash uploader works, it only doesn't work when cookieHttpOnly is set, but for there is another issue for ... Lorenz Ulrich
20:31 Task #37874 (Under Review): Clean up phpDoc comments in typo3/interfaces
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11915
Gerrit Code Review
20:30 Task #37874 (Closed): Clean up phpDoc comments in typo3/interfaces
Clean up phpDoc comments for the following classes:
* typo3/interfaces/interface.backend_cacheActionsHook.php
* t...
Wouter Wolters
20:26 Task #37871 (Under Review): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/statictemplates/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11914
Gerrit Code Review
19:35 Task #37871 (Closed): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/statictemplates/
most wanted
19:59 Bug #37837: Pagetree "extendToSubpages" does not show different icon
as a compromise, maybe we can have an icon that combines the two informations (being access restricted and being inhe... Ingo Renner
19:58 Bug #37837 (Accepted): Pagetree "extendToSubpages" does not show different icon
I'd like to disagree, I think we really got a missing feature here. It caused me quite a few headaches too already no... Ingo Renner
19:30 Bug #37355 (Resolved): t3lib_div GET / POST input related methods don't have unit tests
Applied in changeset commit:c1103a68ea8c790a8ba0934918aea8f02283162c. Tolleiv Nietsch
19:26 Task #37870 (Under Review): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/indexed_search/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11898
Gerrit Code Review
18:31 Task #37870 (Closed): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/indexed_search/
most wanted
18:30 Task #37495 (Resolved): Reduce CGL violation Squiz.Strings.DoubleQuoteUsage in t3lib/
Applied in changeset commit:924e112b966d08fda5ef53402f6bdd307e512c8c. Wouter Wolters
18:30 Task #37690 (Resolved): Reduce CGL violations DoubleQuoteUsageNotRequired in /typo3/ (not: /typo3/sysest/)
Applied in changeset commit:47f22af46f50a643af2617cad5cee6e9c4ef51c2. Anonymous
18:24 Bug #37869 (Under Review): Clean up phpDoc comments in typo3/classes
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11897
Gerrit Code Review
18:24 Bug #37869 (Closed): Clean up phpDoc comments in typo3/classes
Clean up phpDoc comments for the following classes:
* typo3/classes/class.ajaxlogin.php
* typo3/classes/class.cle...
Wouter Wolters
18:14 Bug #36245 (Closed): Escape variable in regular expression
Christian Kuhn
17:30 Task #37774 (Resolved): CGL FunctionCallArgumentSpacingNoSpaceAfterComma in typo3/sysext/cms/tslib/media/scripts/fe_adminLib.inc
Applied in changeset commit:68781dce8328b06b15bbe5d5d49bcbf5a1f67199. Anonymous
17:30 Task #37713 (Resolved): Increase readability of cli messages
Applied in changeset commit:bdaa1709b859b09d3fc578320eb14ed26f1a3eb0. Ingo Pfennigstorf
17:10 Feature #33234 (Resolved): Add hook to pagerenderer after compressing and concatenating
Christian Kuhn
16:30 Bug #37709 (Resolved): CGL: fix FunctionCallArgumentSpacingNoSpaceAfterComma violations
Applied in changeset commit:185297b67dc4fc3384b6cb1da97d1094f62db4dc. Felix Kopp
13:30 Feature #37868 (Under Review): favicon in Backend
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11896
Gerrit Code Review
13:03 Feature #37868 (Closed): favicon in Backend
The backend /typo3 should always have the typo3 favicon.
Includes the icon from typo3.org at
http://typo3.org/typ...
Felix Kopp

2012-06-09

23:37 Bug #37818: removeDefaultCss does not work on render_textpic
I did not recognized the _CSS_PAGE_STYLE, just see the "_CSS"-stuff...
So your point is absolutly correct and the fe...
Anonymous
22:39 Bug #37818 (Needs Feedback): removeDefaultCss does not work on render_textpic
removeDefaultCss prevents the styling in _CSS_DEFAULT_STYLE from being included. texpic adds styling to _CSS_PAGE_STY... Jigal van Hemert
22:42 Bug #37811 (Needs Feedback): Progress bar should be replaced with some kind fo animated spinner
Can you be a bit more specific? Which progress bars need to change? For example, the progress bar in the translation ... Jigal van Hemert
20:48 Bug #37837 (Rejected): Pagetree "extendToSubpages" does not show different icon
There is indeed a priority check in that function. The priorities are set in $GLOBALS['TBE_STYLES']['spriteIconApi'][... Jigal van Hemert
20:36 Bug #36947: GIFBUILDER render twice
Florian Schaeffer wrote:
> The provided patch fixes the problem only for the first rendererd item on the page.
>
...
Florian Zimmermann
14:56 Bug #33362: Bad position of the required icon
Duplicate of Bug #34042 also. Thomas Deinhamer
14:54 Bug #34042: Invisible required-icon blocks mousefocus of non-required inputfields
I suggest to add a class name like "tceforms-required" to the input/textarea/RTE/selectfield and use "background-imag... Thomas Deinhamer
14:50 Bug #34042: Invisible required-icon blocks mousefocus of non-required inputfields
Still exists in 6.0.0-dev. See Screenshot. This is especially disturbing when you try to select text in an RTE in tha... Thomas Deinhamer
12:00 Feature #31872: Group hierarchy
A quick fix would be an additional description next to the field explaining excatly how subgroups are related to the ... Felix Kopp
10:30 Bug #37827 (Resolved): Remove last OpeningFunctionBraceKernighanRitchieSpaceBeforeBrace
Applied in changeset commit:941f7dd8071f838d8dce7ebccf46ee98dbb27893. Felix Kopp
10:30 Bug #37540 (Resolved): Declaration of t3lib_file_Driver_LocalDriver::getDirectoryItemList() should be compatible
Applied in changeset commit:aa19150b55c2535eda4bd9003ea4502886f3b72f. Anonymous
10:30 Task #37775 (Resolved): CGL FunctionCallArgumentSpacingNoSpaceAfterComma in typo3/sysext/cms/tslib/media/scripts/plaintextLib.inc
Applied in changeset commit:04a92660dba178acd163248b3ffe0573472e629b. Anonymous

2012-06-08

20:30 Task #36825 (Resolved): Remove XCLASS definitions
Applied in changeset commit:504f9a728d15e55543a19062ce369d3eadf19100. Anonymous
17:36 Task #36825 (Under Review): Remove XCLASS definitions
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11890
Gerrit Code Review
17:32 Task #36825: Remove XCLASS definitions
I do not think so. I will push a patch. Philipp Gampe
16:59 Task #36825 (Needs Feedback): Remove XCLASS definitions
Is it by intention that there still are XClasses in some of the files in classes/linktype/?
If not, these should ...
Chris topher
18:07 Bug #36456 (Closed): BE User Pagetree Problem after Upload in Filelist
Stefan Galinski
17:37 Bug #36456: BE User Pagetree Problem after Upload in Filelist
The problem has been fixed with release 4.5.16. THX Patrick Lenk
16:25 Bug #32480: Form.css cannot be disabled
made progress? Paul Fleischanderl
15:59 Bug #24369: No image generation with PHP-SAFE_MODE (GM/IM)
This problem seems not to be typo3 related!!
i was running also into the typo3 problem with filenames ending in f....
Patrick
11:22 Feature #37838 (Closed): Import translation on a per-extension-base
It should be possible to import translation for a single extension, instead of running all extensions.
Another app...
Soren Malling
11:20 Task #37504: Fix spacing after the && operator in indexed search
This issue can be closed as it already has been resolved by some other CGL changeset. Oliver Klee
11:11 Bug #37540 (Under Review): Declaration of t3lib_file_Driver_LocalDriver::getDirectoryItemList() should be compatible
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11882
Gerrit Code Review
10:50 Bug #37837 (Rejected): Pagetree "extendToSubpages" does not show different icon
When the "extendToSubpages" flag is checked and the page is access restricted the pagetree shows the default "access ... Arjen Hoekema
10:30 Task #37824 (Resolved): Harmonize coding style of control structures in sysext "workspaces"
Applied in changeset commit:97e6b14db5be834d11c9b42c960e15b07d87f195. Anonymous
09:06 Feature #37830 (Rejected): Show problems in reports module as flashmessage (at least for admins)
Show problems in reports module as flashmessage (at least for admins).
This avoids not seeing problems by using th...
Kay Strobach

2012-06-07

23:27 Bug #37827: Remove last OpeningFunctionBraceKernighanRitchieSpaceBeforeBrace
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11877
Gerrit Code Review
23:25 Bug #37827 (Under Review): Remove last OpeningFunctionBraceKernighanRitchieSpaceBeforeBrace
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11877
Gerrit Code Review
23:00 Bug #37827: Remove last OpeningFunctionBraceKernighanRitchieSpaceBeforeBrace
https://metrics.typo3.org/drilldown/violations/org.typo3:typo3-v4-core?severity=MAJOR Felix Kopp
23:00 Bug #37827 (Closed): Remove last OpeningFunctionBraceKernighanRitchieSpaceBeforeBrace
Remove last (66) OpeningFunctionBraceKernighanRitchieSpaceBeforeBrace spacing issues Felix Kopp
22:30 Task #37825 (Resolved): Reduce CGL violations DoubleQuoteUsageNotRequired in sysext "linkvalidator"
Applied in changeset commit:36bca4d927c8b65b6185ca7bae7167a5d93381c5. Anonymous
21:35 Task #37825 (Under Review): Reduce CGL violations DoubleQuoteUsageNotRequired in sysext "linkvalidator"
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11876
Gerrit Code Review
21:34 Task #37825 (Closed): Reduce CGL violations DoubleQuoteUsageNotRequired in sysext "linkvalidator"
most wanted
21:30 Task #37822 (Resolved): Harmonize coding style of if constructs in sysext "linkvalidator"
Applied in changeset commit:03a410194652a10d8c748a5f472e9421748344bc. Anonymous
20:36 Task #37822 (Under Review): Harmonize coding style of if constructs in sysext "linkvalidator"
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11871
Gerrit Code Review
20:34 Task #37822 (Closed): Harmonize coding style of if constructs in sysext "linkvalidator"
most wanted
21:08 Task #37824 (Under Review): Harmonize coding style of control structures in sysext "workspaces"
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11873
Gerrit Code Review
21:04 Task #37824 (Closed): Harmonize coding style of control structures in sysext "workspaces"
most wanted
21:02 Task #37823: Harmonize coding style of control structures in sysext "version"
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11872
Gerrit Code Review
20:56 Task #37823 (Under Review): Harmonize coding style of control structures in sysext "version"
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11872
Gerrit Code Review
20:54 Task #37823 (Closed): Harmonize coding style of control structures in sysext "version"
most wanted
19:34 Feature #19809 (New): make pi_wrapInBaseClass wraps configurable
Like promised I abandoned the request. Stefan Galinski
16:00 Bug #37818 (Closed): removeDefaultCss does not work on render_textpic
Since Typo3 4.7 the textpic adds PageStyle.
I think, if config.removeDefaultCss is set, the PageStyle should not be ...
Anonymous
13:38 Bug #37812 (Closed): Admin has no rights to update a file
Hello Core-Team,
I just have installed TYPO3 6.0 for testing FAL. There are no problems with creating files and fo...
Stefan Froemken
13:09 Bug #37811 (Closed): Progress bar should be replaced with some kind fo animated spinner
The Progress bar used in the BE is really useless as it doesn't actually show the progress... it just shows activity.... Stephen Bungert
12:00 Bug #37809 (Closed): Lost session with eID and rsaauth
I'm trying to login frontend user via eID script called from Ext JS interface via AJAX, but my session is lost since ... Martin Kokes
11:45 Bug #37794: t3lib_cache_manager create folder as root when using scheduler in cronjob
Cronjob shouldn't be run as root but as the webserver owner Soren Malling
11:19 Bug #29254: TSFE->additionalFooterData for USER_INT
Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
11:16 Bug #29254 (Under Review): TSFE->additionalFooterData for USER_INT
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11859
Gerrit Code Review
11:02 Bug #29254 (Accepted): TSFE->additionalFooterData for USER_INT
Oliver Hader
10:46 Bug #29254: TSFE->additionalFooterData for USER_INT
I consider this as a bug, the TSFE->additionalFooterData has been introduced with 4.3 however only for the t3lib_page... Oliver Hader
08:48 Bug #36947: GIFBUILDER render twice
The provided patch fixes the problem only for the first rendererd item on the page.
I refined lib.headerData.5 (gr...
Florian Schaeffer
03:30 Bug #37154: Extension Upload shows the invalid alert box
Only one addition: In my case this error is thrown when trying to upload a extension, which are larger than 1 MB with... Sven Wappler

2012-06-06

23:28 Bug #37804 (Rejected): Impossible to login with Konqueror
Currently it seems to be impossible to login using Konqueror. I use Fedora 16 and Konqueror 4.8.3. This might be a ge... Philipp Gampe
19:05 Bug #37795: Indexed Search Docx support
wouldn't it make sense to rather add support for the textExtract service? This way other extensions can take care of ... Ingo Renner
16:10 Bug #37795 (Closed): Indexed Search Docx support
Hi there,
since it's been a while that Microsoft introduced its new File Formats (docx, pptx etc...) and these are...
Tizian Schmidlin
17:36 Feature #37800 (Closed): felogin password policy hook
I would like to see a hook added for checking a password (within class.tx_felogin_pi1.php / changePassword()) against... Andreas Burg
15:07 Bug #37794 (Closed): t3lib_cache_manager create folder as root when using scheduler in cronjob
When using cronjob to schedule task and caches are cleared, the t3lib cache manager is registered from language class... Christophe Monard
13:54 Bug #25006: Backend search for page ID (uid) doesn't expand pagetree any more
Yes, I have updated this patch https://review.typo3.org/#/c/11048/ in my core file (Typo3 4.5.11).
I am able to see ...
Mohamed Rafeek
13:02 Bug #25006: Backend search for page ID (uid) doesn't expand pagetree any more
Which patch did you applied? This one: https://review.typo3.org/#/c/11048/? Stefan Galinski
12:39 Bug #25006: Backend search for page ID (uid) doesn't expand pagetree any more
I am using the same patch which is mentioned here but i am not able see the highlight the page after the search in pa... Mohamed Rafeek
13:41 Task #37790 (Under Review): Harmonize coding style of if constructs in /t3lib/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11850
Gerrit Code Review
13:40 Task #37790 (Closed): Harmonize coding style of if constructs in /t3lib/
most wanted
13:32 Task #37789 (Under Review): Harmonize coding style of if constructs in /typo3/sysext/cms/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11849
Gerrit Code Review
13:29 Task #37789 (Closed): Harmonize coding style of if constructs in /typo3/sysext/cms/
most wanted
12:50 Task #37788: Fix last CGL violation against "SelfMemberReferenceNotUsed"
see the inline comment:
https://review.typo3.org/#/c/11816/2/t3lib/utility/class.t3lib_utility_array.php,unified
most wanted
12:40 Task #37788 (Closed): Fix last CGL violation against "SelfMemberReferenceNotUsed"
most wanted
12:26 Bug #31894: Highlight current page after search
I am using the same patch which is mentioned here but i am not able see the highlight the page after the search in pa... Mohamed Rafeek
11:48 Feature #37787 (Rejected): Compatibility methods class for FAL
To ease migration, we should group all migration-related helper methods into a common class in t3lib/file/. This clas... Andreas Wolf
09:07 Bug #37780 (Closed): Possibility to get duplicate sessionId for different user
It is possible to get the same sessionId for different users. It actually happened on a high-traffic-site and I could... Sven Weiss
08:40 Bug #36234: Uncaught TYPO3 Exception: Class t3lib_FlashMessage does not exist
Confirmed for 4.7.1 on my local dev environment (Win7 - XAMPP)
The error message appears in the workspace module.
C...
Simon Apold
07:30 Feature #37776 (Resolved): Harmonize coding style of if constructs in /typo3/classes/
Applied in changeset commit:83f4d78fd3436cf9aaae151098f6e5637cab4065. Anonymous
02:57 Bug #37578: Illegal string offset 'uid' in /typo3/sysext/beuser/class.tx_beuser_switchbackuser.php
Probably this happens when calling the CLI dispatcher on the command line executing an extbase command controller. No... Thomas Deinhamer
02:56 Bug #37779 (Closed): Reports module doesn't find tx_extbase_utility_extbaserequirementscheck
... Thomas Deinhamer

2012-06-05

23:51 Bug #36820: FLUIDTEMPLATE - Serialization of 'Closure' is not allowed
Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10979
Gerrit Code Review
23:42 Bug #36820: FLUIDTEMPLATE - Serialization of 'Closure' is not allowed
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10979
Gerrit Code Review
22:01 Feature #37776: Harmonize coding style of if constructs in /typo3/classes/
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11843
Gerrit Code Review
21:54 Feature #37776 (Under Review): Harmonize coding style of if constructs in /typo3/classes/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11843
Gerrit Code Review
21:43 Feature #37776 (Closed): Harmonize coding style of if constructs in /typo3/classes/
Would be great if all if constructs would be styled the same way.
This is not part of the CGL. I would like to hea...
most wanted
20:37 Task #37775 (Under Review): CGL FunctionCallArgumentSpacingNoSpaceAfterComma in typo3/sysext/cms/tslib/media/scripts/plaintextLib.inc
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11842
Gerrit Code Review
20:21 Task #37775 (Closed): CGL FunctionCallArgumentSpacingNoSpaceAfterComma in typo3/sysext/cms/tslib/media/scripts/plaintextLib.inc
There are CGL violations against FunctionCallArgumentSpacingNoSpaceAfterComma in typo3/sysext/cms/tslib/media/scripts... most wanted
20:33 Bug #37618: CSS_Styled_Content: No CSS styles for this table does not work for Cell
Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11840
Gerrit Code Review
20:31 Bug #37618: CSS_Styled_Content: No CSS styles for this table does not work for Cell
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11840
Gerrit Code Review
20:11 Bug #37618: CSS_Styled_Content: No CSS styles for this table does not work for Cell
Add new brunch for master:
https://review.typo3.org/#/c/11840/
Anonymous
20:07 Bug #37618 (Under Review): CSS_Styled_Content: No CSS styles for this table does not work for Cell
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11840
Gerrit Code Review
00:43 Bug #37618: CSS_Styled_Content: No CSS styles for this table does not work for Cell
Done
https://review.typo3.org/#/c/11833/
Best regards
Jürgen
Anonymous
20:22 Bug #12094: [Fluid] Ajax Widgets can't be used from within cachabele actions
@Thomas: Have you solved or worked around this issue when you discovered it (back then long time ago)? Stefan Neufeind
20:14 Task #37774 (Under Review): CGL FunctionCallArgumentSpacingNoSpaceAfterComma in typo3/sysext/cms/tslib/media/scripts/fe_adminLib.inc
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11841
Gerrit Code Review
19:55 Task #37774 (Closed): CGL FunctionCallArgumentSpacingNoSpaceAfterComma in typo3/sysext/cms/tslib/media/scripts/fe_adminLib.inc
There are CGL violations against FunctionCallArgumentSpacingNoSpaceAfterComma in typo3/sysext/cms/tslib/media/scripts... most wanted
16:37 Bug #33436: Changes to page usergroup access rights are not respected when previewing a workspace
Patch set 6 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/8719
Gerrit Code Review
16:29 Bug #33436: Changes to page usergroup access rights are not respected when previewing a workspace
Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/8719
Gerrit Code Review
13:56 Bug #37735 (Closed): Backend search not working for extensions
Stefan Galinski
13:40 Bug #37735: Backend search not working for extensions
I just found out that this is no bug but just the same behaviour as with the live search (at the right upper corner),... Lorenz Ulrich
08:48 Bug #37735 (Closed): Backend search not working for extensions
Since TYPO3 4.7 the backend search (at the bottom in the main frame) doesn't find any results from extension records.... Lorenz Ulrich
06:30 Task #37721 (Resolved): self:: is not used for local static member reference
Applied in changeset commit:3ddeb77639aff73b5cf8db258ab3e48668ef91c7. Wouter Wolters
00:12 Task #37734: Reduce CGL violations Generic.PHP.UpperCaseConstant in /typo3/
Uuups, i guess there are no such violations. sorry. please feel free to close this ticket. most wanted
00:12 Task #37733: Reduce CGL violations Generic.PHP.UpperCaseConstant in /t3lib/
Uuups, i guess there are no such violations. sorry. please feel free to close this ticket. most wanted

2012-06-04

23:44 Task #37713: Increase readability of cli messages
Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11809
Gerrit Code Review
22:55 Task #37734 (Closed): Reduce CGL violations Generic.PHP.UpperCaseConstant in /typo3/
There are violations against the CGL rule "Generic.PHP.UpperCaseConstant" in /typo3/.
These should be reduced.
most wanted
22:46 Task #37733 (Closed): Reduce CGL violations Generic.PHP.UpperCaseConstant in /t3lib/
There are violations against the CGL rule "Generic.PHP.UpperCaseConstant" in /t3lib/.
These should be reduced.
most wanted
21:31 Feature #33869: Autoloader does not find class file if correct case is used
Perhaps we can just add a add a ... Daniel Siepmann
21:27 Bug #37615: JavaScript Errors in "domAddRecordDetails" in "jsfunc.inline.js"
Patch does not work for me.
If you comment out line 429 and 430 it does work for me. oO
Thomas Deinhamer
21:11 Bug #37615: JavaScript Errors in "domAddRecordDetails" in "jsfunc.inline.js"
This also happens in TYPO3 6.0.0-dev on PHP 5.4.3. Thomas Deinhamer
16:24 Task #37721: self:: is not used for local static member reference
Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11816
Gerrit Code Review
15:53 Bug #33357: Media content element doesn't work with YouTube URLs
I can confirm this. Lorenz Ulrich
15:14 Bug #37611: Current page has to be checked when changing workspaces
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11761
Gerrit Code Review
13:37 Bug #37716: Fix CGL violations against "InlineCommentWrongStyle" in sysext "version"
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11812
Gerrit Code Review
12:25 Feature #35355: Enhance searchable fields for livesearch
thanks for the heads up! i guess, this searchFields can be used for that purpose. currently this seems not to be the ... Anonymous
12:04 Feature #35355: Enhance searchable fields for livesearch
Correct me if I'm wrong, but shouldn't this be done by using searchFields in TCA? See http://wiki.typo3.org/TYPO3_4.6... Felix Nagel
12:21 Task #37718 (Resolved): Fix CGL violations against "InlineCommentWrongStyle" in sysext "dbal"
Xavier Perseguers
09:30 Bug #27020 (Resolved): Missing inclusion of TCEForms.Suggest with IRRE record
Applied in changeset commit:ee53e8512e73bebad0312afc865287db6497becf. Nicole Cordes
08:39 Bug #27020: Missing inclusion of TCEForms.Suggest with IRRE record
Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
08:38 Bug #27020: Missing inclusion of TCEForms.Suggest with IRRE record
Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
08:38 Bug #27020: Missing inclusion of TCEForms.Suggest with IRRE record
Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
08:36 Bug #27020: Missing inclusion of TCEForms.Suggest with IRRE record
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10831
Gerrit Code Review
07:55 Bug #36906: TCEform shows empty tab
I'd love to. However, all necessary ports are blocked by my company's firewall, which won't change. Alexander Jahn

2012-06-03

23:07 Task #37721: self:: is not used for local static member reference
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11816
Gerrit Code Review
22:07 Task #37721 (Under Review): self:: is not used for local static member reference
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11816
Gerrit Code Review
22:06 Task #37721 (Closed): self:: is not used for local static member reference
Replace local static member references with self:: Wouter Wolters
23:06 Bug #37701: t3lib_div::getAllFilesAndFoldersInPath no md5 for folders
intval() produces an integer. If you do a non-strict comparison with a non-numerical value PHP will convert it to a n... Jigal van Hemert
21:47 Bug #37701: t3lib_div::getAllFilesAndFoldersInPath no md5 for folders
i'll make a patch
target version = 6.0 - correct?...
Kay Strobach
21:41 Bug #37701 (Accepted): t3lib_div::getAllFilesAndFoldersInPath no md5 for folders
I did a search for usages of getAllFilesAndFoldersInPath() in the core and nowhere the key is actually used.
I guess...
Jigal van Hemert
20:01 Bug #37701: t3lib_div::getAllFilesAndFoldersInPath no md5 for folders
i forgot to mention, that i have a small function, that fixes this bug for me - but i wanted to report it, to get it ... Kay Strobach
19:58 Bug #37701: t3lib_div::getAllFilesAndFoldersInPath no md5 for folders
hi,
as i read the function description everything should have a md5 hash (every path).
I use that functionality...
Kay Strobach
19:54 Bug #37701 (Needs Feedback): t3lib_div::getAllFilesAndFoldersInPath no md5 for folders
Are you sure that it
1. is necessary (is something broken?)
2. doesn't break anything (t3lib_div::getFilesInDire() ...
Jigal van Hemert
21:43 Bug #37609 (Accepted): t3lib_div::callUserFunction causes PHP warnings
Jigal van Hemert
21:42 Feature #37673: Deny access to certain pagetypes via TSConfig
Hi Jigal,
he asked me about this feature and told me that he wants to introduce additional page types that should ...
Stefan Galinski
20:35 Feature #37673 (Needs Feedback): Deny access to certain pagetypes via TSConfig
A small note: features can only go in the version which is currently under development (6.0).
What is the use case...
Jigal van Hemert
20:22 Task #37694: code completion with IE9, TYPO3: 4.4-4.7
The problem also exists in master (6.0).
The compatibility setting for IE has been raised to IE9 for master (this i...
Jigal van Hemert
19:47 Task #37720: Update graphics in install tool to match recent guidelines
I would love to do this - but my design skills are very limited. So I will try to do some graphics and put them into ... Ingo Pfennigstorf
19:38 Task #37720 (Accepted): Update graphics in install tool to match recent guidelines
Updating the logo is fine, the rest of the images should stay. It has been discussed in the past and Kasper kindly re... Jigal van Hemert
19:23 Task #37720 (Closed): Update graphics in install tool to match recent guidelines
The install tool graphics / ai / pdf files show an old TYPO3 logo and also the graphics seem to be quite outdated.
T...
Ingo Pfennigstorf
19:43 Bug #37710 (Needs Feedback): config.extTarget = _blank does nothing
Do you use XHTML Strict? XHTML Strict does not allow a target attribute in links. CSS styled content now follows thos... Jigal van Hemert
14:36 Bug #37710 (Closed): config.extTarget = _blank does nothing
Since 4.7 target="_blank" disappeared from all external links, *config.extTarget = _blank* has no effect at all. Robert Breithuber
19:30 Task #37719 (Resolved): Fix CGL violations against "InlineCommentWrongStyle" in sysext "linkvalidator"
Applied in changeset commit:23fb8b64192b1a3b085f0f7b5430013b702e4de5. Anonymous
18:11 Task #37719 (Under Review): Fix CGL violations against "InlineCommentWrongStyle" in sysext "linkvalidator"
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11815
Gerrit Code Review
18:08 Task #37719 (Closed): Fix CGL violations against "InlineCommentWrongStyle" in sysext "linkvalidator"
There are violations against the CGL rule "InlineCommentWrongStyle".
This should be fixed.
most wanted
19:30 Bug #36853 (Resolved): Cleanup: PhpDoc, not initialized variables in modfuncreport
Applied in changeset commit:30f2642fe69e6ff060b957e700e59e29836b359c. Anonymous
19:02 Bug #36853: Cleanup: PhpDoc, not initialized variables in modfuncreport
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11007
Gerrit Code Review
18:54 Bug #37709: CGL: fix FunctionCallArgumentSpacingNoSpaceAfterComma violations
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11807
Gerrit Code Review
13:46 Bug #37709 (Under Review): CGL: fix FunctionCallArgumentSpacingNoSpaceAfterComma violations
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11807
Gerrit Code Review
13:42 Bug #37709 (Closed): CGL: fix FunctionCallArgumentSpacingNoSpaceAfterComma violations
Fix FunctionCallArgumentSpacingNoSpaceAfterComma violations in function parameters.
https://metrics.typo3.org/dril...
Felix Kopp
18:06 Task #37718: Fix CGL violations against "InlineCommentWrongStyle" in sysext "dbal"
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11814
Gerrit Code Review
18:03 Task #37718 (Closed): Fix CGL violations against "InlineCommentWrongStyle" in sysext "dbal"
There are violations against the CGL rule "InlineCommentWrongStyle".
This should be fixed.
most wanted
18:01 Task #37717 (Under Review): Fix CGL violations against "InlineCommentWrongStyle" in sysext "workspaces"
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11813
Gerrit Code Review
17:58 Task #37717 (Closed): Fix CGL violations against "InlineCommentWrongStyle" in sysext "workspaces"
There are violations against the CGL rule "InlineCommentWrongStyle".
This should be fixed.
most wanted
17:57 Bug #37716 (Under Review): Fix CGL violations against "InlineCommentWrongStyle" in sysext "version"
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11812
Gerrit Code Review
17:50 Bug #37716 (Closed): Fix CGL violations against "InlineCommentWrongStyle" in sysext "version"
There are violations against the CGL rule "InlineCommentWrongStyle".
This should be fixed.
most wanted
17:46 Task #37715 (Under Review): Fix CGL violations against "FunctionCallArgumentSpacingTooMuchSpaceAfterComma"
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11811
Gerrit Code Review
17:44 Task #37715 (Closed): Fix CGL violations against "FunctionCallArgumentSpacingTooMuchSpaceAfterComma"
There are violations against the CGL rule "FunctionCallArgumentSpacingTooMuchSpaceAfterComma".
This should be fixed.
most wanted
17:42 Task #37714 (Under Review): Fix CGL violations against "FunctionCallArgumentSpacingTooMuchSpaceAfterComma"
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11810
Gerrit Code Review
17:35 Task #37714 (Closed): Fix CGL violations against "FunctionCallArgumentSpacingTooMuchSpaceAfterComma"
There are violations against the CGL rule "FunctionCallArgumentSpacingTooMuchSpaceAfterComma".
This should be fixe...
most wanted
17:37 Task #37713: Increase readability of cli messages
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11809
Gerrit Code Review
17:29 Task #37713 (Under Review): Increase readability of cli messages
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11809
Gerrit Code Review
17:22 Task #37713 (Closed): Increase readability of cli messages
Calling the cli_dispatch in the terminal may lead to a message that a cliKey is not present. Afterwards an array is s... Ingo Pfennigstorf
17:25 Task #37712 (Under Review): Fix very last CGL violation "FunctionCallArgumentSpacingSpaceBeforeComma" in sysext "version"
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11808
Gerrit Code Review
17:16 Task #37712 (Closed): Fix very last CGL violation "FunctionCallArgumentSpacingSpaceBeforeComma" in sysext "version"
According to metrics.typo3.org the very last core CGL violation against "FunctionCallArgumentSpacingSpaceBeforeComma"... most wanted
15:30 Task #37708 (Resolved): Reduce CGL violations InlineCommentWrongStyle
Applied in changeset commit:e80165644d5713e9324b5756f83cea5556a5b6c3. Anonymous
12:31 Task #37708: Reduce CGL violations InlineCommentWrongStyle
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11806
Gerrit Code Review
12:29 Task #37708 (Under Review): Reduce CGL violations InlineCommentWrongStyle
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11806
Gerrit Code Review
12:25 Task #37708 (Closed): Reduce CGL violations InlineCommentWrongStyle
There are violations against the CGL rule "InlineCommentWrongStyle".
These should be reduced.
most wanted
15:30 Task #37707 (Resolved): Reduce CGL violations FunctionCallArgumentSpacingTooMuchSpaceAfterComma
Applied in changeset commit:3d2ec565b2794c7c35d91c54144b3e90e442991a. Anonymous
12:15 Task #37707 (Under Review): Reduce CGL violations FunctionCallArgumentSpacingTooMuchSpaceAfterComma
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11805
Gerrit Code Review
12:00 Task #37707 (Closed): Reduce CGL violations FunctionCallArgumentSpacingTooMuchSpaceAfterComma
There are violations against the CGL rule "FunctionCallArgumentSpacingTooMuchSpaceAfterComma".
These should be red...
most wanted
14:00 Feature #37208: Introduce backend layout data providers
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11804
Gerrit Code Review
09:20 Feature #37208 (Under Review): Introduce backend layout data providers
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11804
Gerrit Code Review

2012-06-02

20:54 Bug #37701 (Closed): t3lib_div::getAllFilesAndFoldersInPath no md5 for folders
... Kay Strobach
16:13 Bug #36906 (Accepted): TCEform shows empty tab
wanna push a patch to gerrit? Georg Ringer
16:11 Bug #37609: t3lib_div::callUserFunction causes PHP warnings
wanna push a change to gerrit? Georg Ringer
16:08 Task #37674 (Closed): Reduce CGL violations DoubleQuoteUsageNotRequired in /typo3/c*/
Georg Ringer
10:07 Bug #36244: Status report shows security warning after Scheduler "Convert user passwords to salted hashes (saltedpasswords)"
suggested way of generating passwords
https://defuse.ca/generating-random-passwords.htm
alternativly we could genera...
Kay Strobach
01:26 Bug #32549: DataMapper returns empty array for MM relations on opposite field side because relation field is empty
*poke* Any updates on this? Thanks! :) Thomas Deinhamer

2012-06-01

22:59 Task #6249: Support for TCA fields of type "group" - allowes DAM support (has patch)
Updates on this? Is it still relevant? Thomas Deinhamer
22:27 Feature #37662 (Needs Feedback): Support for arrays in t3lib_div::_GP()
The effect you describe is already available in t3lib_div::_GPmerged(). Why would you expect t3lib_div::_GP() to beha... Jigal van Hemert
06:58 Feature #37662 (Closed): Support for arrays in t3lib_div::_GP()
example situation:
$_GET => array(
'test' => array(
'0' => 'X'
'1' => 'Y'
'2' => 'Z'
)
)
$_PO...
Rastislav Birka
22:09 Bug #37618 (Accepted): CSS_Styled_Content: No CSS styles for this table does not work for Cell
Can you provide a patch and push it to gerrit?
http://wiki.typo3.org/Contribution_Walkthrough_Tutorials
Jigal van Hemert
21:08 Bug #36244: Status report shows security warning after Scheduler "Convert user passwords to salted hashes (saltedpasswords)"
This BUG is also 4.5 LTS related! Kay Strobach
21:00 Bug #36244: Status report shows security warning after Scheduler "Convert user passwords to salted hashes (saltedpasswords)"
i also found out, that it's really simple to patch => users with empty password should simply get a password set duri... Kay Strobach
20:49 Bug #35093 (Accepted): Localization in Typoscript via XLIFF
Confirmed! Stefan Galinski
20:30 Task #37687 (Resolved): Fix CGL violations against InlineCommentWrongStyle (not in ext_emconf.php files)
Applied in changeset commit:1b738d219e08d50de71452ffca114a9d334dc660. Anonymous
19:10 Task #37687: Fix CGL violations against InlineCommentWrongStyle (not in ext_emconf.php files)
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11796
Gerrit Code Review
16:11 Task #37687 (Under Review): Fix CGL violations against InlineCommentWrongStyle (not in ext_emconf.php files)
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11796
Gerrit Code Review
15:43 Task #37687 (Closed): Fix CGL violations against InlineCommentWrongStyle (not in ext_emconf.php files)
There are violations against the CGL rule "InlineCommentWrongStyle".
These should be fixed.
most wanted
19:30 Task #37697 (Resolved): Clean up the phpDoc of t3lib/thumbs.php
Applied in changeset commit:bf14350fd7c38574485272bfccc52223cded82ba. Wouter Wolters
18:46 Task #37697 (Under Review): Clean up the phpDoc of t3lib/thumbs.php
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11799
Gerrit Code Review
18:45 Task #37697 (Closed): Clean up the phpDoc of t3lib/thumbs.php
Clean up the phpDoc of t3lib/thumbs.php
So I made a patch doing mostly:
* Provide correct parameter names in ph...
Wouter Wolters
19:30 Task #37620 (Resolved): Clean up the phpDoc of t3lib/interfaces/
Applied in changeset commit:76151f680a5f5875d5e2e0878c225589b3f32793. Wouter Wolters
18:25 Task #37620: Clean up the phpDoc of t3lib/interfaces/
Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11756
Gerrit Code Review
19:30 Task #37693 (Resolved): Reduce CGL violations OpeningFunctionBraceKernighanRitchieSpaceBeforeBrace
Applied in changeset commit:7f5498b0531e1f752c47f972871f05dc10dd7884. Anonymous
17:30 Task #37693 (Under Review): Reduce CGL violations OpeningFunctionBraceKernighanRitchieSpaceBeforeBrace
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11798
Gerrit Code Review
17:18 Task #37693 (Closed): Reduce CGL violations OpeningFunctionBraceKernighanRitchieSpaceBeforeBrace
There are violations against the CGL rule "OpeningFunctionBraceKernighanRitchieSpaceBeforeBrace".
These should be ...
most wanted
17:35 Task #37694 (Closed): code completion with IE9, TYPO3: 4.4-4.7
Here is, just an idea,
how to get "code completion" running with BROWSER: IE9, TYPO3: 4.4-4.7 [for 4.3 I have anoth...
Guido Fögler
17:05 Task #37690 (Under Review): Reduce CGL violations DoubleQuoteUsageNotRequired in /typo3/ (not: /typo3/sysest/)
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11797
Gerrit Code Review
16:23 Task #37690 (Closed): Reduce CGL violations DoubleQuoteUsageNotRequired in /typo3/ (not: /typo3/sysest/)
There are violations against the CGL rule "DoubleQuoteUsageNotRequired" in /typo3/ (not: /typo3/sysest/).
These sh...
most wanted
16:48 Feature #37566: CSS Styled Content should add a register for the current image and/or image resource in imagecols/-rows
ORIG_FILENAME is the resource of the original file. In my case I needed the resource of the generated/scaled down ver... Dominik Weber
16:30 Task #37685 (Resolved): Fix CGL violations against InlineCommentWrongStyle in ext_emconf.php files
Applied in changeset commit:40f498ce367ac838341abf081e1e33a2f9ad9c42. Anonymous
15:24 Task #37685 (Under Review): Fix CGL violations against InlineCommentWrongStyle in ext_emconf.php files
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11793
Gerrit Code Review
14:46 Task #37685 (Closed): Fix CGL violations against InlineCommentWrongStyle in ext_emconf.php files
There are violations against the CGL rule "InlineCommentWrongStyle " in ext_emconf.php files.
These should be fixe...
most wanted
16:30 Task #37616 (Resolved): Clean up the phpDoc of t3lib/l10n/
Applied in changeset commit:be8f32e08546939b50a154af5b70f3aa150d9192. Wouter Wolters
16:30 Task #37587 (Resolved): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/p*/
Applied in changeset commit:90084995c7950eb05e1039e173109f68da6c848a. Anonymous
16:30 Task #37583 (Resolved): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/l*/
Applied in changeset commit:068d2608c5fc6926bcfd5025e63415a319f66f3f. Anonymous
16:30 Task #37659 (Resolved): Clean up phpDoc comments in t3lib classes
Applied in changeset commit:12ba71ce7d51b94e496d81cb662b31e2c35f8665. Wouter Wolters
16:30 Task #37652 (Resolved): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/w*/
Applied in changeset commit:a42a6092d203951614ffa355a190ad45a632bf5e. Anonymous
16:30 Bug #37650 (Resolved): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/t*/
Applied in changeset commit:4bb34ebfa40d1b3a02fda6f44a802423be242e0f. Anonymous
16:30 Task #37649 (Resolved): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/s*/
Applied in changeset commit:cb28d9cd19cb6d09833ec2de54073706fd76ee86. Anonymous
15:32 Bug #36947: GIFBUILDER render twice
It would be great if you insert this function, to generate alpha-transparent PNGs. At the Moment only Alpha-Transpare... Gernot Ploiner
15:30 Feature #37682 (Resolved): Reduce CGL violations FunctionCallArgumentSpacingTooMuchSpaceAfterComma
Applied in changeset commit:60250fb6a5b3f83da0ccf717f37cf5b059a59671. Anonymous
14:28 Feature #37682: Reduce CGL violations FunctionCallArgumentSpacingTooMuchSpaceAfterComma
Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11792
Gerrit Code Review
14:25 Feature #37682: Reduce CGL violations FunctionCallArgumentSpacingTooMuchSpaceAfterComma
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11792
Gerrit Code Review
14:17 Feature #37682 (Under Review): Reduce CGL violations FunctionCallArgumentSpacingTooMuchSpaceAfterComma
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11792
Gerrit Code Review
14:10 Feature #37682 (Closed): Reduce CGL violations FunctionCallArgumentSpacingTooMuchSpaceAfterComma
There are violations against the CGL rule FunctionCallArgumentSpacingTooMuchSpaceAfterComma.
These should be reduced.
most wanted
15:30 Task #37678 (Resolved): Reduce CGL violations DoubleQuoteUsageNotRequired in /typo3/sysext/install/
Applied in changeset commit:27b4a339f375c2e894ef97620a41c2574c8ddc32. Anonymous
14:00 Task #37678 (Under Review): Reduce CGL violations DoubleQuoteUsageNotRequired in /typo3/sysext/install/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11791
Gerrit Code Review
13:07 Task #37678 (Closed): Reduce CGL violations DoubleQuoteUsageNotRequired in /typo3/sysext/install/

There are violations against the CGL rule "DoubleQuoteUsageNotRequired" in /typo3/sysext/install/.
These should ...
most wanted
15:30 Task #37675 (Resolved): Reduce CGL violations DoubleQuoteUsageNotRequired in /typo3/typo3/sysext/indexed_search/
Applied in changeset commit:b71613cf2f64f86e280d7deb3bc126792e409e45. Anonymous
13:01 Task #37675 (Under Review): Reduce CGL violations DoubleQuoteUsageNotRequired in /typo3/typo3/sysext/indexed_search/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11788
Gerrit Code Review
12:38 Task #37675 (Closed): Reduce CGL violations DoubleQuoteUsageNotRequired in /typo3/typo3/sysext/indexed_search/
There are violations against the CGL rule "DoubleQuoteUsageNotRequired" in /typo3/typo3/sysext/indexed_search/.
Th...
most wanted
15:28 Bug #36744 (Accepted): Workspaces are unusable on larger installations
Oliver Hader
14:33 Task #37674: Reduce CGL violations DoubleQuoteUsageNotRequired in /typo3/c*/
sorry. everything is already fixed. please feel free to close this ticket. thanks. most wanted
12:28 Task #37674 (Closed): Reduce CGL violations DoubleQuoteUsageNotRequired in /typo3/c*/
There are violations against the CGL rule "DoubleQuoteUsageNotRequired" in XXX.
These should be reduced.
most wanted
13:33 Bug #37060: GIF with transparant background turns black
I tested the proposed change in t3lib_stdgraphic from Florian Zimmermann that he posted to #36947 (see http://forge.t... Mario Rimann
13:19 Bug #37060: GIF with transparant background turns black
We see this problem, too. Please see attached a small Typoscript Testcase to demonstrate the problem. It generates tw... Mario Rimann
12:11 Feature #37673 (Closed): Deny access to certain pagetypes via TSConfig
Hi, I would like that class.t3lib_tree_pagetree_dataprovider.php could have Typoscript configuration for getWhereClau... Juan Manuel
10:52 Bug #37670 (Closed): Text with image - image dimensions
When changing the image size from a content element "text with image" the original image size ratio is maintained reg... Roman Büchler
09:30 Task #37513 (Resolved): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/i*/
Applied in changeset commit:9275ac676e5c4a5080800416e5e9fd76d8d41bc8. Anonymous
09:30 Bug #37500 (Resolved): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/cms/
Applied in changeset commit:643df0af87ef011debe10ccb9af8259bf334d945. Anonymous
09:06 Feature #37208: Introduce backend layout data providers
@changing the uid
#37663
@examples
I just use the gridelements together with an own extension that supports some rec...
Arno Dudek
08:23 Feature #37208: Introduce backend layout data providers
2 things
- I don't like changing the uid to varchar inside a topic called "tsconfig". please make a seperate issue...
Georg Ringer
09:05 Task #37663 (Closed): Change backend_layout and backend_layout_next_level from int to varchar for feature
For the feature using pageTSconfig for backend_layouts (#37208) like for gridelements it's necessary to change the fi... Arno Dudek
08:30 Task #37658 (Resolved): Clean up the phpDoc of t3lib/error/
Applied in changeset commit:0268975671476bd93467fb4584959126e5107029. Wouter Wolters
08:30 Task #37651 (Resolved): Clean up the phpDoc of t3lib/extjs/
Applied in changeset commit:b46eebbe9fd59984d7b627d3e4a15367e6a35146. Wouter Wolters
08:30 Task #37657 (Resolved): Reduce CGL violations FunctionCallArgumentSpacingSpaceBeforeComma
Applied in changeset commit:f8700d497d31f340dc45a7eaf6695b9447192483. Anonymous

2012-05-31

21:48 Task #37649: Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/s*/
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11769
Gerrit Code Review
18:29 Task #37649 (Under Review): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/s*/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11769
Gerrit Code Review
18:22 Task #37649 (Closed): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/s*/
There are violations against the CGL rule "FunctionCallArgumentSpacingNoSpaceAfterComma" in /typo3/sysext/s*/. These ... most wanted
21:06 Task #37659 (Under Review): Clean up phpDoc comments in t3lib classes
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11776
Gerrit Code Review
21:06 Task #37659 (Closed): Clean up phpDoc comments in t3lib classes
Clean up phpDoc comments for the following classes:
* t3lib/collection/AbstractRecordCollection.php
* t3lib/colle...
Wouter Wolters
20:44 Task #37658 (Under Review): Clean up the phpDoc of t3lib/error/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11775
Gerrit Code Review
20:44 Task #37658 (Closed): Clean up the phpDoc of t3lib/error/
Clean up the phpDoc of t3lib/error/
So I made a patch doing mostly:
* Provide correct parameter names in phpDoc...
Wouter Wolters
20:04 Task #37657 (Under Review): Reduce CGL violations FunctionCallArgumentSpacingSpaceBeforeComma
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11774
Gerrit Code Review
19:53 Task #37657 (Closed): Reduce CGL violations FunctionCallArgumentSpacingSpaceBeforeComma
most wanted
19:47 Task #37655 (Under Review): Fix last CGL violation against "DoubleQuoteUsageContainsVar"
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11773
Gerrit Code Review
19:44 Task #37655 (Closed): Fix last CGL violation against "DoubleQuoteUsageContainsVar"
There is 1 last CGL violations against "DoubleQuoteUsageContainsVar" left. This should be fixed. most wanted
19:29 Task #37652: Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/w*/
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11772
Gerrit Code Review
19:16 Task #37652 (Under Review): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/w*/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11772
Gerrit Code Review
19:15 Task #37652 (Closed): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/w*/
There are violations against the CGL rule "FunctionCallArgumentSpacingNoSpaceAfterComma" in /typo3/sysext/w*/. These ... most wanted
19:17 Task #37620: Clean up the phpDoc of t3lib/interfaces/
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11756
Gerrit Code Review
19:15 Task #37651 (Under Review): Clean up the phpDoc of t3lib/extjs/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11771
Gerrit Code Review
19:15 Task #37651 (Closed): Clean up the phpDoc of t3lib/extjs/
Clean up the phpDoc of t3lib/extjs/
So I made a patch doing mostly:
* Provide correct parameter names in phpDoc...
Wouter Wolters
19:14 Bug #37650 (Under Review): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/t*/
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11770
Gerrit Code Review
18:32 Bug #37650 (Closed): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/t*/
There are violations against the CGL rule "FunctionCallArgumentSpacingNoSpaceAfterComma" in /typo3/sysext/t*/. These ... most wanted
16:56 Bug #36947: GIFBUILDER render twice
I could solve problem also with lines below of Florian Zimmermann, before had both issues:
Black Background and twi...
Johanna Brütsch
15:43 Bug #37615 (Under Review): JavaScript Errors in "domAddRecordDetails" in "jsfunc.inline.js"
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11762
Gerrit Code Review
15:41 Bug #37615 (Accepted): JavaScript Errors in "domAddRecordDetails" in "jsfunc.inline.js"
Stefan Galinski
13:22 Bug #37611 (Under Review): Current page has to be checked when changing workspaces
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11761
Gerrit Code Review
12:53 Bug #32952: Retrieve/update the repository don't work with FastCGI (Extension Manager)
Ok Guys,
I've an update. I've found possible Problem for this errors. The installation with the error used dbal for ...
Alexander Reuber
12:30 Bug #32952: Retrieve/update the repository don't work with FastCGI (Extension Manager)
Hey Guys,
I'm watching this bug now in some of my TYPO3 Extension. Right now it's 4.6.8 the following stuff happens ...
Alexander Reuber
11:07 Bug #21756: Fatal error when trying to use SaltedPasswords together with RSA for BE login
Hi David,
please use the mailing lists (I'm only on the english one), and we'll help you.
Regards
Markus
Markus Klein
10:43 Bug #21756: Fatal error when trying to use SaltedPasswords together with RSA for BE login
Have the same issue and haven't yet understood the complexity of that problem.
The hint of Francois has been the bes...
David Bruchmann
00:29 Bug #37594 (Accepted): Old swiftmailer implementation in 4.5 and 4.6 prevent direct_mail from working properly
Release managers need to decide, but I don't think it'll be a problem. Jigal van Hemert
00:25 Feature #37595 (Accepted): Allow ext_icon.png besides ext_icon.gif
Jigal van Hemert

2012-05-30

23:43 Task #37620 (Under Review): Clean up the phpDoc of t3lib/interfaces/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11756
Gerrit Code Review
23:42 Task #37620 (Closed): Clean up the phpDoc of t3lib/interfaces/
Clean up the phpDoc of t3lib/interfaces/
So I made a patch doing mostly:
* Provide correct parameter names in p...
Wouter Wolters
22:38 Bug #37612: felogin redirects to password reset after login
Thanks for backporting! Jigal van Hemert
22:30 Bug #37612 (Resolved): felogin redirects to password reset after login
Applied in changeset commit:bbc55bf5b7b44e845052085e893e7f1566c026fd. Jigal van Hemert
22:01 Bug #37612: felogin redirects to password reset after login
Damn it. I knew we had something like that already, but I didn't find it on forge as I searched only for open tickets... Markus Klein
21:31 Bug #37612 (Needs Feedback): felogin redirects to password reset after login
I think this is a duplicate of #21943 , which was only applied to 6.0 and 4.7; unfortunately I haven't backported the... Jigal van Hemert
15:29 Bug #37612: felogin redirects to password reset after login
Possible fix is:
class.tx_felogin_pi.php:...
Markus Klein
15:27 Bug #37612 (Closed): felogin redirects to password reset after login
felogin redirects to password reset confirmation page after successful because "redirect to referer" is set in the pl... Markus Klein
22:35 Bug #37618 (Closed): CSS_Styled_Content: No CSS styles for this table does not work for Cell
When using "No CSS styles for this table" the cell will get the class="td-1"
Change:...
Anonymous
22:30 Feature #37251 (Resolved): Use FAL file extension filter in TCA
Applied in changeset commit:bfc1fb5279a5c1496e08abc759c3877899c4f04e. Ingmar Schlecht
22:30 Bug #21943 (Resolved): redirect to referer when changing password
Applied in changeset commit:bbc55bf5b7b44e845052085e893e7f1566c026fd. Jigal van Hemert
22:10 Bug #21943: redirect to referer when changing password
Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
22:07 Bug #21943 (Under Review): redirect to referer when changing password
Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
18:47 Task #37616 (Under Review): Clean up the phpDoc of t3lib/l10n/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11743
Gerrit Code Review
18:47 Task #37616 (Closed): Clean up the phpDoc of t3lib/l10n/
Clean up the phpDoc of t3lib/l10n/
So I made a patch doing mostly:
* Provide correct parameter names in phpDoc
...
Wouter Wolters
18:14 Bug #37615 (Closed): JavaScript Errors in "domAddRecordDetails" in "jsfunc.inline.js"
When you try to open a closed IRRE element you got an error "document.getElementsByName(elName+'[hidden]')[0] is unde... Steffen Hastädt
18:08 Bug #37614 (Closed): User Setting: Save Configuration Button is missing
Same new position like the import button in the extension manager. You can find both above the form/grid/fieldset/wha... Stefan Galinski
17:38 Bug #37614 (Closed): User Setting: Save Configuration Button is missing
Matthias Kurz
16:38 Bug #36747 (Resolved): felogin forgot password e-mail arrives messed up
Resolved on Translation Server Patrick Broens
15:17 Bug #36747: felogin forgot password e-mail arrives messed up
Please contact the translation team, concerning this. Markus Klein
15:51 Bug #37467: Change in class.t3lib_div.php may break things for HTTPS via reverse proxy
Workaround: Issue can be resolved by changing configuration on server:
1) Append IP of reverse-proxy to "X-Forward...
Sybille Peters
10:30 Bug #37467: Change in class.t3lib_div.php may break things for HTTPS via reverse proxy
Same problem with TYPO3 4.6.9 Sybille Peters
10:26 Bug #37467: Change in class.t3lib_div.php may break things for HTTPS via reverse proxy
Further debugging:
$_SERVER['REMOTE_ADDR'] : reverse-proxy ip
$_SERVER['HTTP_X_FORWARDED_FOR'] : client ip
$_SER...
Sybille Peters
15:23 Bug #37611 (Closed): Current page has to be checked when changing workspaces
IS:
When switching to another workspace there's no check if the current page is available in that workspace. This le...
Thorsten Kahler
15:10 Bug #33594: Missing argument 4 for t3lib_TCEmain::moveL10nOverlayRecords(), called in ...version\class.tx_version_tcemain.php on line 1376
This issue is already addressed in #33592. Thorsten Kahler
14:56 Bug #37374: Moving content elements from one page to another fails in workspace
Hi Uwe,
could you please provide the steps to reproduce this issue?
Thorsten Kahler
14:53 Bug #37609 (Closed): t3lib_div::callUserFunction causes PHP warnings
line 4595 of t3lib/class.t3lib_div.php from the current trunk causes php warnings due to lack of conditions:... Anonymous
14:44 Bug #18079: slide of cObj CONTENT stops if sysfolder in rootline
Just experienced the problem in an updated 4.5.16 and it worked until some time in the past (can't say until what ver... Stefan Neufeind
12:41 Task #37495: Reduce CGL violation Squiz.Strings.DoubleQuoteUsage in t3lib/
Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11633
Gerrit Code Review
11:57 Task #37495: Reduce CGL violation Squiz.Strings.DoubleQuoteUsage in t3lib/
Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11633
Gerrit Code Review
11:51 Task #37495: Reduce CGL violation Squiz.Strings.DoubleQuoteUsage in t3lib/
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11633
Gerrit Code Review
12:36 Feature #37208: Introduce backend layout data providers
To use IDs like "layoutC2313" it's necessary to change the fields backend_layout and backend_layout_next_level to var... Arno Dudek
12:23 Bug #24877: rsaauth with more than one login form on one page doesn't work
Patch set 6 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10485
Gerrit Code Review
12:23 Bug #24877: rsaauth with more than one login form on one page doesn't work
Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10485
Gerrit Code Review
10:28 Bug #37597: Negative image width if first image is a png
PHP Version: 5.3.10
GraphicsMagick 1.3.12
Thomas Layh
10:19 Bug #37597 (Under Review): Negative image width if first image is a png
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11714
Gerrit Code Review
10:14 Bug #37597 (Rejected): Negative image width if first image is a png
How to reproduce:
Select a content element of type "Image" and add e.g. 3 images. If the first image is a png and ...
Thomas Layh
09:38 Feature #37595 (Closed): Allow ext_icon.png besides ext_icon.gif
Allow ext_icon.png as extension icon besides ext_icon.gif.
Must be added to extension manager and typo3-menu / modul...
Felix Kopp
09:30 Bug #37489 (Resolved): Reduce CGL violations against "DoubleQuoteUsageContainsVar"
Applied in changeset commit:16ba61b7a2b660dc7c4519d481b9379eca8e974c. Anonymous
07:12 Bug #37489: Reduce CGL violations against "DoubleQuoteUsageContainsVar"
Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11619
Gerrit Code Review
09:24 Bug #37594 (Closed): Old swiftmailer implementation in 4.5 and 4.6 prevent direct_mail from working properly
As discovered when investigating "issue 37375":http://forge.typo3.org/issues/37375 the old swiftmailer implementation... Alban Cousinie
09:19 Feature #24949: Order of module menu entries
The sorting issue is still appearing in the current 4.7 T3 version. Ralle Büchnitz
09:10 Feature #37572: File upload in BE: Rename file to lower case automatically
It was kind of a workaround for #37575.
Also, I was doing some work to identify download links with CSS, and having ...
Florian Seirer
09:08 Feature #37381: Enable bulk import/install of extension
Dirk Wenzel wrote:
> Setting up a new installation of t3 often means to retrieve and install a hole bunch of extensi...
Ralle Büchnitz
09:01 Feature #37593 (Closed): single click installation of extensions
Make installations possible with one single click. All you can do is clicking continue during install or leave the in... Ralle Büchnitz
08:30 Task #37589 (Resolved): Clean up phpDoc comments in t3lib classes
Applied in changeset commit:f8ead2a47117be150b6b2f7ccb77108a290ef8b6. Wouter Wolters
08:30 Task #37556 (Resolved): Clean up the phpDoc of t3lib/tree/
Applied in changeset commit:2d7dd472a7f71a4cb45956acad9b436306ddf49d. Wouter Wolters
08:30 Task #37590 (Resolved): Clean up the phpDoc of t3lib/mail/
Applied in changeset commit:202f43bac98f21af6e5ca587a015990deb50638f. Wouter Wolters
08:30 Task #37588 (Resolved): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/r*/
Applied in changeset commit:7e58fa88473a3f1f87b602f40ac7494c1b7867d3. Anonymous
08:30 Task #37580 (Resolved): Clean up the phpDoc of t3lib/spritemanager/
Applied in changeset commit:79b794f085dee0ebfed7cc06b3689d15cd5b99c8. Wouter Wolters
08:30 Task #37586 (Resolved): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/o*/
Applied in changeset commit:dbc458d27abca09c6875733ad20f83bb0a2e72f0. Anonymous
08:30 Task #37581 (Resolved): Clean up the phpDoc of t3lib/search/
Applied in changeset commit:b9521bf5e2b5761ecaa8809267c0a7eb6acf9ab7. Wouter Wolters
08:30 Task #37337 (Resolved): Clean up the phpDoc of t3lib_tceforms
Applied in changeset commit:71d386bf9a5f76c57f8e71a7e05e9f142c799748. Wouter Wolters
08:30 Task #37579 (Resolved): Clean up the phpDoc of t3lib/stddb/
Applied in changeset commit:ea009d6ee2eda2ed18982b2fc5c47e10a1444b0f. Wouter Wolters

2012-05-29

23:36 Bug #37065: Workspace preview (FE) shows duplicate records
Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11127
Gerrit Code Review
23:24 Task #37590 (Under Review): Clean up the phpDoc of t3lib/mail/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11708
Gerrit Code Review
23:23 Task #37590 (Closed): Clean up the phpDoc of t3lib/mail/
Clean up the phpDoc of t3lib/mail/
So I made a patch doing mostly:
* Provide correct parameter names in phpDoc
...
Wouter Wolters
23:20 Bug #33592: Moved translated content elements are in wrong colpos
Patch set 1 for branch *4.5* has been pushed to the review server.
It is available at http://review.typo3.org/11707
Gerrit Code Review
12:19 Bug #33592 (Under Review): Moved translated content elements are in wrong colpos
Patch set 1 for branch *4.6* has been pushed to the review server.
It is available at http://review.typo3.org/11684
Gerrit Code Review
23:01 Task #37588 (Under Review): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/r*/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11706
Gerrit Code Review
22:30 Task #37588 (Closed): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/r*/
There are violations against the CGL rule "FunctionCallArgumentSpacingNoSpaceAfterComma" in /typo3/sysext/r*/. These ... most wanted
22:59 Task #37589 (Under Review): Clean up phpDoc comments in t3lib classes
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11705
Gerrit Code Review
22:59 Task #37589 (Closed): Clean up phpDoc comments in t3lib classes
Clean up phpDoc comments for the following classes:
* t3lib/matchcondition/class.t3lib_matchcondition_abstract.php...
Wouter Wolters
22:27 Task #37587 (Under Review): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/p*/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11703
Gerrit Code Review
22:21 Task #37587 (Closed): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/p*/
There are violations against the CGL rule "FunctionCallArgumentSpacingNoSpaceAfterComma" in /typo3/sysext/p*/. These ... most wanted
22:21 Bug #24877: rsaauth with more than one login form on one page doesn't work
Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10485
Gerrit Code Review
22:18 Task #37586 (Under Review): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/o*/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11702
Gerrit Code Review
22:11 Task #37586 (Closed): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/o*/
There are violations against the CGL rule "FunctionCallArgumentSpacingNoSpaceAfterComma" in /typo3/sysext/o*/. These ... most wanted
21:13 Bug #37575 (Accepted): BE: Sorting of files with upper- and lowercase filenames (rtehtmlarea, filelist)
With the advanced localization handling in the BE we should probably also introduce collations and sort lists with di... Jigal van Hemert
18:15 Bug #37575: BE: Sorting of files with upper- and lowercase filenames (rtehtmlarea, filelist)
The two sorting methods I know of are telephone book and dictionary sorting (with differences in how exactly umlauts ... Chris topher
17:17 Bug #37575 (Closed): BE: Sorting of files with upper- and lowercase filenames (rtehtmlarea, filelist)
In RTEhtmlarea:
When creating a file link in the link popup, all files with uppercase letters show up before files w...
Florian Seirer
20:57 Feature #37208: Introduce backend layout data providers
Usage:... Arno Dudek
20:51 Feature #37208: Introduce backend layout data providers
Patch I055810ec19c2b1cde7a00f8703d6810264fab1ff pushed to review
https://review.typo3.org/#/c/11701/
Arno Dudek
20:31 Feature #37566 (Needs Feedback): CSS Styled Content should add a register for the current image and/or image resource in imagecols/-rows
Jigal van Hemert
14:09 Feature #37566: CSS Styled Content should add a register for the current image and/or image resource in imagecols/-rows
What is wrong with $GLOBALS['TSFE']->register['ORIG_FILENAME'] ? Jo Hasenau
13:19 Feature #37566 (Closed): CSS Styled Content should add a register for the current image and/or image resource in imagecols/-rows
I had the issue that it was impossible to use the current image resource in typoscript if there are more than one ima... Dominik Weber
19:55 Task #37583 (Under Review): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/l*/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11700
Gerrit Code Review
19:16 Task #37583 (Closed): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/l*/
There are violations against the CGL rule "FunctionCallArgumentSpacingNoSpaceAfterComma" in /typo3/sysext/l*/. These ... most wanted
19:01 Task #37581 (Under Review): Clean up the phpDoc of t3lib/search/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11697
Gerrit Code Review
19:01 Task #37581 (Closed): Clean up the phpDoc of t3lib/search/
Clean up the phpDoc of t3lib/search/
So I made a patch doing mostly:
* Provide correct parameter names in phpDo...
Wouter Wolters
18:52 Task #37580 (Under Review): Clean up the phpDoc of t3lib/spritemanager/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11696
Gerrit Code Review
18:51 Task #37580 (Closed): Clean up the phpDoc of t3lib/spritemanager/
Clean up the phpDoc of t3lib/spritemanager/
So I made a patch doing mostly:
* Provide correct parameter names i...
Wouter Wolters
18:42 Task #37579 (Under Review): Clean up the phpDoc of t3lib/stddb/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11695
Gerrit Code Review
18:41 Task #37579 (Closed): Clean up the phpDoc of t3lib/stddb/
Clean up the phpDoc of t3lib/stddb/
So I made a patch doing mostly:
* Provide correct parameter names in phpDoc...
Wouter Wolters
18:38 Bug #37578 (Closed): Illegal string offset 'uid' in /typo3/sysext/beuser/class.tx_beuser_switchbackuser.php

Core: Error handler (BE): PHP Warning: Illegal string offset 'uid' in typo3/sysext/beuser/class.tx_beuser_switchbac...
Thomas Deinhamer
18:14 Task #37556: Clean up the phpDoc of t3lib/tree/
Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11669
Gerrit Code Review
18:11 Feature #37572 (Needs Feedback): File upload in BE: Rename file to lower case automatically
Spaces are replaced, because I think they are not allowed in URLs and at least Internet Explorer has notorious proble... Chris topher
16:57 Feature #37572 (Rejected): File upload in BE: Rename file to lower case automatically
Replacing special characters and spaces in the file name is already done automatically after uploading a file in the ... Florian Seirer
12:58 Bug #37425: Install Tool renames all tables and fields to "zzz_deleted_"
A string concatenation of a string with boolean FALSE results only in the string: @"zzz_deleted_".FALSE == "zzz_delet... Stephan Großberndt
12:51 Bug #37425: Install Tool renames all tables and fields to "zzz_deleted_"
Yes that's exactly what I was referring to, but I still have no clue, why your screenshot doesn't show the FALSE in t... Markus Klein
10:50 Bug #37425: Install Tool renames all tables and fields to "zzz_deleted_"
The problem is the substr() function of PHP:
Using PHP 5.3 the code ...
Stephan Großberndt
10:02 Bug #35154: Exclude E_STRICT from exceptionalErrors in PHP 5.4
Patch set 2 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
09:51 Bug #35154: Exclude E_STRICT from exceptionalErrors in PHP 5.4
Patch set 7 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10524
Gerrit Code Review
09:14 Task #37512 (Resolved): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/f*/
Applied in changeset commit:1bf8a8171bbf5358587286bfa4d0940a75846e6e. Anonymous
09:14 Task #37510 (Resolved): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/c*/
Applied in changeset commit:1c0d823e7aba34e02806781bc34b54699fbf88f2. Anonymous
09:14 Task #37511 (Resolved): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/e*/
Applied in changeset commit:30512b3c3b3cd859a8ccfc1f6055e4f1919f659b. Anonymous
09:14 Task #37502 (Resolved): Remove commented-out code
Applied in changeset commit:1374ced51ceb06c99668cf1b5be5d92f0b0ec67e. Oliver Klee
09:14 Task #37545 (Resolved): Clean up the phpDoc of t3lib_treeview
Applied in changeset commit:6ea9839ad6be0e411ad3f1adc6383fb117e1d510. Wouter Wolters
09:14 Task #37499 (Resolved): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in aboutmodules, belog and beuser
Applied in changeset commit:375ef2b3cded5273703270d043b8db67d0e91c20. Anonymous
09:14 Bug #37491 (Resolved): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/
Applied in changeset commit:0d30763105d4d42cc94b23b9ae56947322b5b2e1. Anonymous
09:14 Bug #37331 (Resolved): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in class.tx_indexedsearch.php
Applied in changeset commit:9a707047ab6480e37b16b71b135ecf3f3c812615. Anonymous
09:14 Task #37555 (Resolved): Clean up the phpDoc of t3lib/utility/
Applied in changeset commit:4838ad8a732f04ac2a6c867f38ab9b3ca655002d. Wouter Wolters
09:14 Bug #37553 (Resolved): Illegal string offset 'uid' in typo3/template.php
Applied in changeset commit:1c439544e59750b6c42f3243c2a4e91c76658e87. Jigal van Hemert
09:14 Task #37557 (Resolved): Clean up the phpDoc of t3lib/tceforms/
Applied in changeset commit:ef03bc4d73edc84b001f6f393d1cd2bcd8071e19. Wouter Wolters

2012-05-28

23:34 Task #37556: Clean up the phpDoc of t3lib/tree/
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11669
Gerrit Code Review
22:49 Task #37556 (Under Review): Clean up the phpDoc of t3lib/tree/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11669
Gerrit Code Review
22:49 Task #37556 (Closed): Clean up the phpDoc of t3lib/tree/
Clean up the phpDoc of t3lib/tree/
So I made a patch doing mostly:
* Provide correct parameter names in phpDoc
...
Wouter Wolters
23:31 Task #37555: Clean up the phpDoc of t3lib/utility/
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11665
Gerrit Code Review
22:11 Task #37555 (Under Review): Clean up the phpDoc of t3lib/utility/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11665
Gerrit Code Review
22:11 Task #37555 (Closed): Clean up the phpDoc of t3lib/utility/
Clean up the phpDoc of t3lib/utility/
So I made a patch doing mostly:
* Provide correct parameter names in phpD...
Wouter Wolters
23:01 Task #37557 (Under Review): Clean up the phpDoc of t3lib/tceforms/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11670
Gerrit Code Review
23:00 Task #37557 (Closed): Clean up the phpDoc of t3lib/tceforms/
Clean up the phpDoc of t3lib/tceforms/
So I made a patch doing mostly:
* Provide correct parameter names in php...
Wouter Wolters
22:37 Bug #37553: Illegal string offset 'uid' in typo3/template.php
Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
22:33 Bug #37553: Illegal string offset 'uid' in typo3/template.php
Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
22:28 Bug #37553: Illegal string offset 'uid' in typo3/template.php
Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
21:35 Bug #37553 (Under Review): Illegal string offset 'uid' in typo3/template.php
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11664
Gerrit Code Review
21:28 Bug #37553 (Accepted): Illegal string offset 'uid' in typo3/template.php
Before checking if the element is present first check if it is actually an array. Jigal van Hemert
19:27 Bug #37553 (Closed): Illegal string offset 'uid' in typo3/template.php
... Thomas Deinhamer
20:25 Task #21391 (Closed): Add some more unit tests
Stefan Galinski
14:55 Task #21391: Add some more unit tests
This patch has been merged on 2009-11-17. So this issue can be closed. Oliver Klee
20:25 Bug #23427 (Closed): Crash in testcase t3lib_cache_FactoryTest
Stefan Galinski
14:47 Bug #23427: Crash in testcase t3lib_cache_FactoryTest
This crash does not occur anymore. So this issue can be closed. Oliver Klee
19:33 Bug #37425 (Needs Feedback): Install Tool renames all tables and fields to "zzz_deleted_"
Can you provide the requested information? Jigal van Hemert
19:30 Bug #37455 (Accepted): Autoload gives strange error message if insufficient file permissions in cache dir
Jigal van Hemert
19:28 Bug #37484 (Rejected): About TYPO3 Unicode Errors
I checked the files (in a hex editor) and they have René's name with double or multiple encoded UTF-8 characters. The... Jigal van Hemert
19:06 Bug #37539: Static function t3lib_file_Driver_AbstractDriver::verifyConfiguration() should not be abstract
I guess using an interface instead of the abstract method could be a solution?! Thomas Deinhamer
19:04 Bug #37539 (Accepted): Static function t3lib_file_Driver_AbstractDriver::verifyConfiguration() should not be abstract
A method cannot be abstract and static at the same time. A child class can have a static method with the same name, b... Jigal van Hemert
12:39 Bug #37539 (Closed): Static function t3lib_file_Driver_AbstractDriver::verifyConfiguration() should not be abstract
... Thomas Deinhamer
18:45 Bug #37540 (Accepted): Declaration of t3lib_file_Driver_LocalDriver::getDirectoryItemList() should be compatible
The type "hint" array for $filterMethods needs to exist also in the abstract class. Jigal van Hemert
12:40 Bug #37540 (Closed): Declaration of t3lib_file_Driver_LocalDriver::getDirectoryItemList() should be compatible
... Thomas Deinhamer
18:42 Bug #37541 (Accepted): Declaration of tx_rtehtmlarea_base::drawRTE() should be compatible
I guess that only the first parameter should be turned into a reference. Jigal van Hemert
12:41 Bug #37541 (Closed): Declaration of tx_rtehtmlarea_base::drawRTE() should be compatible
... Thomas Deinhamer
18:38 Bug #37544 (Accepted): Unit tests failures in t3lib_extFileFunctionsTest
Jigal van Hemert
14:51 Bug #37544 (Closed): Unit tests failures in t3lib_extFileFunctionsTest
These failures happen on an Ubuntu Linux system using PHP 5.3.10 with XCache and XDebug enabled, using the PHPUnit ex... Oliver Klee
17:49 Bug #35154: Exclude E_STRICT from exceptionalErrors in PHP 5.4
Patch set 6 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10524
Gerrit Code Review
15:37 Task #37545 (Under Review): Clean up the phpDoc of t3lib_treeview
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11662
Gerrit Code Review
15:36 Task #37545 (Closed): Clean up the phpDoc of t3lib_treeview
Clean up the phpDoc of t3lib_treeview
So I made a patch doing mostly:
* Provide correct parameter names in phpD...
Wouter Wolters
14:42 Bug #37491: Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/
Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11622
Gerrit Code Review
14:34 Bug #37500: Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/cms/
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11639
Gerrit Code Review
14:21 Task #37513: Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/i*/
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11653
Gerrit Code Review
14:13 Bug #37489: Reduce CGL violations against "DoubleQuoteUsageContainsVar"
Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11619
Gerrit Code Review
13:51 Task #37499: Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in aboutmodules, belog and beuser
Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11638
Gerrit Code Review
13:01 Task #37499: Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in aboutmodules, belog and beuser
Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11638
Gerrit Code Review
13:46 Bug #37331: Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in class.tx_indexedsearch.php
Patch set 7 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11338
Gerrit Code Review
13:15 Bug #37331: Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in class.tx_indexedsearch.php
Patch set 6 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11338
Gerrit Code Review
13:38 Task #37337: Clean up the phpDoc of t3lib_tceforms
Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11341
Gerrit Code Review

2012-05-27

21:52 Bug #37425: Install Tool renames all tables and fields to "zzz_deleted_"
I'm not sure if this is really related to #33580.
Looking at the code, the result you described could only occur, if...
Markus Klein
20:34 Bug #37425: Install Tool renames all tables and fields to "zzz_deleted_"
I could not duplicate this with 4.5.16, could you please give some more information about your environment (OS, PHP v... Jochen Weiland
20:05 Bug #37528 (Under Review): Fix CGL violations "FunctionCallArgumentSpacingSpaceBeforeComma"
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11659
Gerrit Code Review
19:55 Bug #37528 (Rejected): Fix CGL violations "FunctionCallArgumentSpacingSpaceBeforeComma"
According to metrics.typo3.org there are 5 violations left. These should be fixed. most wanted
20:00 Task #36419: Migrate core from mysql to mysqli
Warming this up, do you want to push a patch? Philipp Gampe
15:24 Bug #37493: t3lib_tcemain methods lack proper visibility settings
Patch set 6 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11624
Gerrit Code Review

2012-05-26

23:15 Task #37513 (Under Review): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/i*/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11653
Gerrit Code Review
22:03 Task #37513 (Closed): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/i*/
There were violations against the CGL rule "FunctionCallArgumentSpacingNoSpaceAfterComma" in /typo3/sysext/i*/. These... most wanted
21:58 Task #37512 (Under Review): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/f*/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11652
Gerrit Code Review
21:47 Task #37512 (Closed): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/f*/
There are violations against the CGL rule "FunctionCallArgumentSpacingNoSpaceAfterComma" in /typo3/sysext/f*/. These ... most wanted
21:44 Task #37511 (Under Review): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/e*/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11651
Gerrit Code Review
21:34 Task #37511 (Closed): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/e*/
There are violations against the CGL rule "FunctionCallArgumentSpacingNoSpaceAfterComma" in /typo3/sysext/f*/. These ... most wanted
21:30 Task #37510 (Under Review): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/c*/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11649
Gerrit Code Review
21:19 Task #37510 (Closed): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/c*/
There are violations against the CGL rule "FunctionCallArgumentSpacingNoSpaceAfterComma" in /typo3/sysext/c*/. These ... most wanted
15:50 Bug #36894: [felogin] Wrong action url when nested array is passed
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11642
Gerrit Code Review
15:46 Bug #36894 (Under Review): [felogin] Wrong action url when nested array is passed
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11642
Gerrit Code Review
15:28 Task #37502: Remove commented-out code
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11640
Gerrit Code Review
14:29 Task #37502 (Under Review): Remove commented-out code
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11640
Gerrit Code Review
14:28 Task #37502 (Closed): Remove commented-out code
Code can be commented out for several reasons:
1. debug code
2. code that does not work
3. old versions of the c...
Oliver Klee
15:24 Task #37503: Fix some CGL issues in saltedpasswords
That code is third-party code. So this ticket should be closed. Oliver Klee
14:44 Task #37503: Fix some CGL issues in saltedpasswords
saltedpasswords -> OpenID Oliver Klee
14:37 Task #37503 (Closed): Fix some CGL issues in saltedpasswords
- uppercase TRUE, FALSE and NULL
- else if -> elseif
- use PHP5 constructors
Oliver Klee
15:18 Task #37450 (Resolved): Clean up phpDoc comments in t3lib classes
Applied in changeset commit:cd60c053eea3446b8920b628d7bc101e00f686c4. Wouter Wolters
15:18 Task #37447 (Resolved): Add a comment for require(Bootstrap.php)
Applied in changeset commit:91b1c115815cf6af91c9287dad1fa8d097770e08. Oliver Klee
15:18 Task #37330 (Resolved): Clean up the phpDoc of t3lib_tceforms_inline
Applied in changeset commit:a0d489dfa04ee5d02506fa53a27847488abc6989. Wouter Wolters
15:18 Feature #29698 (Resolved): New Login error hook
Applied in changeset commit:aafcdf26abe820c5f4879c0bee13e231d2121fb4. Simon Schaufelberger
15:18 Bug #37329 (Resolved): Reduce CGL viol. FunctionCallArgumentSpacingNoSpaceAfterComma in wizard_forms.php
Applied in changeset commit:c430920330436c98db8fdfc72040ebbe67706f1a. Anonymous
15:18 Bug #37328 (Resolved): Reduce CGL viol. FunctionCallArgumentSpacingNoSpaceAfterComma in alt_doc.php
Applied in changeset commit:03316ee87bffb3205289950c88db6160f03c784a. Anonymous
15:18 Feature #37249 (Resolved): TCEForms: Rendering different element browser type
Applied in changeset commit:6498bbd20819b9b66b61529bc221e65734b5dde8. Ingmar Schlecht
15:18 Bug #37488 (Resolved): Reduce CGL violations against "FunctionCallArgumentSpacingSpaceBeforeComma"
Applied in changeset commit:6c204600545c2df4b6d81a6042f5b2687aee32c0. Anonymous
15:18 Task #37380 (Resolved): Clean up the phpDoc of t3lib_tcemain
Applied in changeset commit:ff439e0d9c4027d17294652c065ffb6d99fe555c. Wouter Wolters
15:18 Bug #37342 (Resolved): t3lib_div url parameter related function don't have unit tests
Applied in changeset commit:7b741f131772f031230173a2c8b6858e7247ec88. Tolleiv Nietsch
14:39 Task #37504 (Closed): Fix spacing after the && operator in indexed search
Oliver Klee
13:20 Bug #37500 (Under Review): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/cms/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11639
Gerrit Code Review
11:10 Bug #37500 (Closed): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/sysext/cms/
There are violations against the CGL rule "FunctionCallArgumentSpacingNoSpaceAfterComma" in /typo3/sysext/cms/. These... most wanted
11:07 Task #37499: Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in aboutmodules, belog and beuser
Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11638
Gerrit Code Review
11:05 Task #37499: Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in aboutmodules, belog and beuser
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11638
Gerrit Code Review
11:04 Task #37499 (Under Review): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in aboutmodules, belog and beuser
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11638
Gerrit Code Review
11:00 Task #37499: Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in aboutmodules, belog and beuser
i could not find any violations in aboutmodules and belog. most wanted
10:44 Task #37499 (Closed): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in aboutmodules, belog and beuser
There are violations against the CGL rule "FunctionCallArgumentSpacingNoSpaceAfterComma" in aboutmodules, belog and b... most wanted
10:42 Bug #37331: Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in class.tx_indexedsearch.php
Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11338
Gerrit Code Review
10:16 Bug #37489: Reduce CGL violations against "DoubleQuoteUsageContainsVar"
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11619
Gerrit Code Review
10:14 Bug #35154: Exclude E_STRICT from exceptionalErrors in PHP 5.4
Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10524
Gerrit Code Review
02:49 Bug #35154: Exclude E_STRICT from exceptionalErrors in PHP 5.4
Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
01:57 Bug #37493: t3lib_tcemain methods lack proper visibility settings
Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11624
Gerrit Code Review
01:57 Bug #37497 (Under Review): t3lib_tcemain member variables lack proper visibility settings
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11635
Gerrit Code Review
01:51 Bug #37497 (Rejected): t3lib_tcemain member variables lack proper visibility settings
The patch changes as much member variables as possible to "protected" only the ones which are in use from the outside... Tolleiv Nietsch

2012-05-25

23:30 Bug #37493: t3lib_tcemain methods lack proper visibility settings
Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11624
Gerrit Code Review
22:30 Bug #37493: t3lib_tcemain methods lack proper visibility settings
Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11624
Gerrit Code Review
21:40 Bug #37493: t3lib_tcemain methods lack proper visibility settings
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11624
Gerrit Code Review
21:37 Bug #37493 (Under Review): t3lib_tcemain methods lack proper visibility settings
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11624
Gerrit Code Review
21:34 Bug #37493: t3lib_tcemain methods lack proper visibility settings
Test by using the backend as editor, create, edit, delete content within the LIVE and a draft workspace. Use the hist... Tolleiv Nietsch
21:17 Bug #37493 (Rejected): t3lib_tcemain methods lack proper visibility settings
The patch changes as much methods as possible to "protected" only methods which are in use from the outside or which ... Tolleiv Nietsch
23:13 Bug #37494: t3lib_tcemain::getUniqueFields can be moved to EXT:version
Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11634
Gerrit Code Review
22:34 Bug #37494: t3lib_tcemain::getUniqueFields can be moved to EXT:version
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11634
Gerrit Code Review
22:28 Bug #37494: t3lib_tcemain::getUniqueFields can be moved to EXT:version
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11634
Gerrit Code Review
22:19 Bug #37494 (Under Review): t3lib_tcemain::getUniqueFields can be moved to EXT:version
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11632
Gerrit Code Review
22:16 Bug #37494 (Closed): t3lib_tcemain::getUniqueFields can be moved to EXT:version
getUniqueFields is only used within EXT:version - therefore we can remove it from tcemain.
I skipped the deprecati...
Tolleiv Nietsch
22:26 Task #37495 (Under Review): Reduce CGL violation Squiz.Strings.DoubleQuoteUsage in t3lib/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11633
Gerrit Code Review
22:25 Task #37495 (Closed): Reduce CGL violation Squiz.Strings.DoubleQuoteUsage in t3lib/
Reduce CGL violation to search for Squiz.Strings.DoubleQuoteUsage with the codesniffer.
Now this is done in the t3li...
Wouter Wolters
20:41 Bug #37491: Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/
Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11622
Gerrit Code Review
20:38 Bug #37491 (Under Review): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11622
Gerrit Code Review
19:09 Bug #37491: Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/
i will include all files except these to avoid merging conflicts to 3 other pending CGL fix commits:
/typo3/sysext...
most wanted
18:05 Bug #37491 (Closed): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/
There are a lot violations against the CGL rule "FunctionCallArgumentSpacingNoSpaceAfterComma" in /typo3/. This shoul... most wanted
19:43 Bug #37116: [CLEANUP] Make TCEforms sys_file header area localizable
Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11151
Gerrit Code Review
13:47 Bug #37116: [CLEANUP] Make TCEforms sys_file header area localizable
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11151
Gerrit Code Review
19:31 Bug #36904: RTE: Empty paragraphs are not correctly transformed
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11621
Gerrit Code Review
19:21 Bug #36904 (Under Review): RTE: Empty paragraphs are not correctly transformed
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11621
Gerrit Code Review
17:57 Bug #37489 (Under Review): Reduce CGL violations against "DoubleQuoteUsageContainsVar"
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11619
Gerrit Code Review
14:42 Bug #37489 (Closed): Reduce CGL violations against "DoubleQuoteUsageContainsVar"
There are violations against the CGL rule "DoubleQuoteUsageContainsVar". Should be reduced. most wanted
15:11 Bug #36894: [felogin] Wrong action url when nested array is passed
Markus Klein wrote:
> Would you mind pushing your patch to gerrit?
>
> If you need more information on this, have...
Horst Prote
14:28 Bug #37488 (Under Review): Reduce CGL violations against "FunctionCallArgumentSpacingSpaceBeforeComma"
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11607
Gerrit Code Review
13:57 Bug #37488 (Closed): Reduce CGL violations against "FunctionCallArgumentSpacingSpaceBeforeComma"
There are violations against the CGL rule "FunctionCallArgumentSpacingSpaceBeforeComma". Should be reduced.
most wanted
13:51 Bug #37484 (Needs Feedback): About TYPO3 Unicode Errors
information comes from ext_emconf.php as those are all extensions. can you check those files? Georg Ringer
13:10 Bug #37484 (Rejected): About TYPO3 Unicode Errors
!http://i.imgur.com/8hvfC.png!
Maybe someone can explain this to me.
The same module has no problem with Kasper...
Oliver Salzburg
13:40 Task #37337: Clean up the phpDoc of t3lib_tceforms
Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11341
Gerrit Code Review
11:41 Bug #33357: Media content element doesn't work with YouTube URLs
this fix does not solve the problem with youtube videos. youtube videos simply will not be shown. tested with 4.7.1 Andreas Dolleschal
09:55 Bug #37209: Workspace preview shows pages changes from all workspaces
Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11252
Gerrit Code Review
09:52 Bug #28606: Issue with Select Fields
Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11361
Gerrit Code Review
08:51 Bug #37478 (Closed): Wrong path in EXT:cms/ext_autoload.php
there is an entry in the @ext_autoload.php@ file which got a wrong path... Georg Ringer

2012-05-24

22:55 Bug #36541: in css hard-coded margin-left (or right) of 510px for "csc-textpic-text" in layout 25 and 26
Having a vanilla Typo3 4.7.1 with gridelements here, and i have the same issue:
/* specific page styles for extens...
Steffen Becker
22:43 Bug #26677: Search Meeting at T3DD11 Switzerland
Yes close it please! Olivier Dobberkau
15:09 Bug #26677: Search Meeting at T3DD11 Switzerland
This seems to be outdated and can be closed :-). Lorenz Ulrich
22:33 Bug #33853: Selection lost after leaving filtering-mode
Patch set 2 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
22:33 Bug #25006: Backend search for page ID (uid) doesn't expand pagetree any more
Patch set 2 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
18:04 Bug #25189: GIFBUILDER and splitChar does not work after update
Hi Stefan,
quite frankly: No.
I am willing to provide my time to isolate and amend problems in the core and rep...
Jörg Wagner
14:59 Bug #25189: GIFBUILDER and splitChar does not work after update
Hi Jörg,
Please push your patch to Gerrit in order to start the review process. All interesting information about ...
Stefan Galinski
14:06 Bug #25189: GIFBUILDER and splitChar does not work after update
This bug is still alive and kicking. I have tried my best to nail it down and make removal as painless as possible.
...
Jörg Wagner
16:50 Bug #37060: GIF with transparant background turns black
Hello
I have the same problem when I try to place a semi-transparent PNG. On TYPO3 4.6.8 it's everything okay. The...
Philipp Mueller
16:34 Bug #33439: external tables in page modul and versioningWS 2
I can still confirm this bug in the latest typo3 4.6 release (4.6.9) but i've noticed a strange behaviour with record... Jari no-lastname-given
15:44 Bug #34385: Bug in t3lib/jsfunc.tceforms_suggest.js -> Feediting tt_news no title
Bug still occurs in 4.5.16 update. Must apply patch. Sybille Peters
15:12 Bug #24877: rsaauth with more than one login form on one page doesn't work
Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10485
Gerrit Code Review
15:10 Bug #24877: rsaauth with more than one login form on one page doesn't work
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10485
Gerrit Code Review
14:51 Bug #37467 (Closed): Change in class.t3lib_div.php may break things for HTTPS via reverse proxy
The change introduced in TYPO3 4.5.16 as fix for bug #36004 makes working in backend impossible for some HTTPS revers... Sybille Peters
12:38 Task #36420 (Accepted): Filemount in local file system (not on webserver) leads to errors
This is currently an open issue - there is no configuration option for the public URL. Andreas Wolf
11:53 Feature #37208: Introduce backend layout data providers
Can sombody help me with git, please?
I'm using Aptana with EGit.
I've succeeded with TYPO3_4-7-0.
But I can't...
Arno Dudek
11:06 Bug #33629: datepicker with datetime field does not set current time as default
Patch set 2 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
10:53 Bug #33629 (Under Review): datepicker with datetime field does not set current time as default
Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
10:51 Feature #34342: sys_domain: Extended list to match domainnames against
Patch set 6 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9263
Gerrit Code Review
10:37 Feature #34342: sys_domain: Extended list to match domainnames against
Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9263
Gerrit Code Review
10:10 Feature #37249: TCEForms: Rendering different element browser type
The documentation for this change is not at: http://forge.typo3.org/issues/37458 Ingmar Schlecht
08:03 Feature #37249: TCEForms: Rendering different element browser type
Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11268
Gerrit Code Review
02:08 Bug #37455 (Closed): Autoload gives strange error message if insufficient file permissions in cache dir
When installing a "new" extension via EM which brings its own ext_autoload file, autoloading / class loading mechanis... Michael Knoll

2012-05-23

23:28 Feature #29698: New Login error hook
Patch set 8 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/6600
Gerrit Code Review
23:21 Task #37450: Clean up phpDoc comments in t3lib classes
Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11551
Gerrit Code Review
20:19 Task #37450: Clean up phpDoc comments in t3lib classes
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11551
Gerrit Code Review
19:49 Task #37450 (Under Review): Clean up phpDoc comments in t3lib classes
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11551
Gerrit Code Review
19:49 Task #37450 (Closed): Clean up phpDoc comments in t3lib classes
Clean up phpDoc comments for the following classes:
* t3lib/class.t3lib_userauth.php
* t3lib/class.t3lib_userauth...
Wouter Wolters
21:53 Task #37339: Remove @author annotations in /typo3/sysext/
The author in the class indicates who did major work on it. An author in a function can indicate a single contributio... Jigal van Hemert
19:50 Task #37339: Remove @author annotations in /typo3/sysext/
Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11344
Gerrit Code Review
19:32 Task #37339: Remove @author annotations in /typo3/sysext/
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11344
Gerrit Code Review
14:14 Task #37339: Remove @author annotations in /typo3/sysext/
I agree with Oliver.
This is not a functional change and it does not add any value. However it removes references to...
Dmitry Dulepov
08:57 Task #37339: Remove @author annotations in /typo3/sysext/
+1 i also like function based author anotations. ;) @Oliver, you're completly right. Kay Strobach
21:35 Bug #37449: Section Index incorrect output
Currently only elements in the column with the id 0 are shown in the section module. This should be made more flexibl... Stefan Galinski
20:56 Bug #37449: Section Index incorrect output
Stefan Galinski wrote:
> Can you please post a screenshot with the wrongly rendered section menu of your mentioned p...
Edward A. Gabdullin
20:36 Bug #37449: Section Index incorrect output
Can you please post a screenshot with the wrongly rendered section menu of your mentioned page. Maybe I'am just blind... Stefan Galinski
19:56 Bug #37449: Section Index incorrect output
Stefan Galinski wrote:
> Sounds like a duplicate of the two related issues.
Even before adding this error, I made...
Edward A. Gabdullin
19:37 Bug #37449 (Needs Feedback): Section Index incorrect output
Sounds like a duplicate of the two related issues. Stefan Galinski
19:12 Bug #37449 (Closed): Section Index incorrect output
Section Index invalid conclusion
Good day!
After upgrading to TYPO3 4.7 is a problem of incorrect output content it...
Edward A. Gabdullin
19:38 Feature #21142 (Under Review): HMENU - sectionIndex does not allow to select other CEs than colPos = 0
Stefan Galinski
19:29 Task #37447: Add a comment for require(Bootstrap.php)
Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11549
Gerrit Code Review
19:10 Task #37447: Add a comment for require(Bootstrap.php)
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11549
Gerrit Code Review
18:56 Task #37447 (Under Review): Add a comment for require(Bootstrap.php)
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11549
Gerrit Code Review
18:43 Task #37447 (Closed): Add a comment for require(Bootstrap.php)
Oliver Klee
19:08 Task #37338: Remove author annotations from folder t3lib
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11342
Gerrit Code Review
19:06 Bug #36894: [felogin] Wrong action url when nested array is passed
Thank you Horst.
Would you mind pushing your patch to gerrit?
If you need more information on this, have a look a...
Markus Klein
16:30 Bug #36894: [felogin] Wrong action url when nested array is passed
I hit this and the related issue #23324 some days ago.
Here's my patch for both.
Horst Prote
17:29 Bug #27214: Linkvalidator checks wrong links (related to DAM)
Are you using the latest TYPO3 Bugfix Version? Philipp Gampe
17:13 Bug #27214: Linkvalidator checks wrong links (related to DAM)
It seems that there is still a problem with DAM and Linkvalidator. I inserted mod.linkvalidator.linktypes = db,file,e... Bernhard Eckl
17:29 Feature #21125: Display thumbnails (from $TCA[$table]['ctrl']['thumbnail']) in element browser
I finally have a patch for this :)
Would it be possible to add this small change in one of the next versions?
The p...
Kai Tallafus
17:12 Bug #32549: DataMapper returns empty array for MM relations on opposite field side because relation field is empty
I cannot confirm the patch works problem seems to be in the thawProperties-method wich checks the column value agains... Nabil Saleh
16:59 Bug #23980: Relations with MM_opposite_field don't update the relation count of opposite field
This bug has great impact on extbase relationmapping too as extbase expects the "relation"-field for the mm relation ... Nabil Saleh
16:47 Bug #37440 (Closed): After uploading a file to filelist module the corresponding folder is locked by an error
After uploading a file to filelist module the corresponding folder is locked by an error... Kay Strobach
16:42 Bug #37439 (Closed): Adding an Image with fal or oldstyle wizard is not possible
Message in Wizard Window:... Kay Strobach
16:34 Bug #33444: Fatal error in configuration ($BE_USER->uc)
Patch set 9 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/8693
Gerrit Code Review
09:24 Bug #33444: Fatal error in configuration ($BE_USER->uc)
Patch set 8 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/8693
Gerrit Code Review
16:08 Feature #34342: sys_domain: Extended list to match domainnames against
Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9263
Gerrit Code Review
16:07 Bug #37420 (Closed): image captions are not separated one line per image but all lines for all images!?
Stefan Galinski
16:04 Bug #37420: image captions are not separated one line per image but all lines for all images!?
Sorry sorry!!!
I found a manipulation of "tt_content.image.20.caption" un my "old" Typoscript:
tt_content.image...
Kurt Kunig
10:48 Bug #37420 (Closed): image captions are not separated one line per image but all lines for all images!?
If you have a text-with-image-item (perhaps also with "only images"!?) and you decide to display two (or more) images... Kurt Kunig
15:54 Feature #25079: suggest wizard won't work when using frontend editing.
This has not been applied to 4.5? Change is not present in 4.5.16. Sybille Peters
15:54 Bug #36364: Clear all caches with IE9 results in blank page
I can reproduce this, might take a look at it later this week... Michael Stucki
14:20 Bug #37431 (Closed): TYPO3 Backend-Link in admin panel partially broken.
Following situation:
1. $TYPO3_CONF_VARS['BE']['interfaces'] = 'backend,frontend'; is activated in localconf.php
...
Mischa Heissmann
13:45 Feature #22326: Confirmation dialog missing when unsaved changes are about to be lost
Any chance to discuss this topic again? There should be ways to offer such a feature, at the same time turn it off gl... Gone With the Wind
12:28 Bug #22273: PageRenderer does not work for USER_INT plugins
I make an Update of the patch from "Dominique Feyer" that includes a Fix for TS Option "config.moveJsFromHeaderToFoot... Kim Lang
12:09 Bug #22273: PageRenderer does not work for USER_INT plugins
Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7465
Gerrit Code Review
11:13 Bug #37425 (Closed): Install Tool renames all tables and fields to "zzz_deleted_"
Since 4.5.16 the install tool renames all tables and field that should be deleted to "zzz_deleted_" and does not appe... Stephan Großberndt
11:10 Bug #37421: RSA Auth prevents User from login
i know that this issue is known, but i can't find the related issue. as this is bothering me, i also suggested a solu... Kay Strobach
11:03 Bug #37421: RSA Auth prevents User from login
I have users complaining too that often (but not always) the first login fails (using saltedpasswords/rsaauth). After... Stephan Großberndt
10:56 Bug #37421 (Closed): RSA Auth prevents User from login
Due to some mystical cache issues, my users complain about login failures. In the logs i see, that the rsa-aes keys a... Kay Strobach
11:04 Bug #37422 (Needs Feedback): Adding text to most common icons
Hi,
we are aware of this issue. We plan to "fix" this in the next Major Release.
It's planed to have at least 2 icon...
Jens Hoffmann
10:56 Bug #37422 (Closed): Adding text to most common icons
Hi!
It's about the tiny green + icon :)
For a long time TYPO3 user it becomes so natural that it's hard to beli...
Tanel Põld
11:00 Bug #37423 (Closed): Install tool fails fal conversion, if a file is missing
Migrate file relations
TODO add description of FAL migration...
Kay Strobach
10:57 Feature #29790: List-View necessary?
I will put this on the agenda for the next meeting.
Right now I fear there is no possibility to really do
this chan...
Jens Hoffmann
10:39 Feature #29790: List-View necessary?
Hi!
I have been thinking about this a lot as well. True is that in last 7 years I'd say 97% of my users don't need...
Tanel Põld
10:31 Bug #34820: t3lib_befunc::getViewDomain does not respect http/https scheme
We have a similar problem (see #36542) and I have patched class.t3lib_befunc.php in 4.5.15 update. But in the long ru... Sybille Peters
10:29 Bug #30643: Fatal Error in Workspaces preview
Christian Lerrahn wrote:
> I'd like to re-open this because I got the same(?) error in 4.5.11.
>
I also got this ...
Juergen Kussmann
10:14 Bug #36979: User authentication syslog severity
Patch submitted with SYSLOG_SEVERITY_WARNING. Arjen Hoekema
10:10 Bug #36979 (Under Review): User authentication syslog severity
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11517
Gerrit Code Review
02:37 Bug #36979: User authentication syslog severity
Want to provide a patch? http://wiki.typo3.org/Contribute_Walkthrough
Whether 2 or 3, maybe the security team can ...
Philipp Gampe
09:26 Feature #37356: TS templates for content elements
There are several extensions that add typoscript as a new record / content element. like tscobj or ts_select.
But ...
Urs Braem
02:23 Feature #37356: TS templates for content elements
So you actually want to have TS records and then being able to select a TS record for a content element? AFAIK their ... Philipp Gampe
09:20 Bug #36541: in css hard-coded margin-left (or right) of 510px for "csc-textpic-text" in layout 25 and 26
otherwise the issue would have been resolved.
please look at the review in gerrit and the comments there
Georg Ringer
08:53 Bug #36541: in css hard-coded margin-left (or right) of 510px for "csc-textpic-text" in layout 25 and 26
the failure is still in 4.7.1!? Kurt Kunig
09:03 Task #37414 (Closed): Concentrate JS Files at a sensefull location
Currently JS Files are spread over the core:
* typo3/contrib, i can live with that
* typo3/js
* t3lib/js
as b...
Kay Strobach
08:55 Feature #37412 (Closed): Move all JavaScript Frameworks to seperate extensions
This would make it possible to see, which extensions depend on which framework, and they could appear in the credits ... Kay Strobach
08:46 Bug #35428: include jquery in the core
as some gui parts and extensions rely on extjs, i would not completly remove it for now. - anyway different issue.
W...
Kay Strobach
08:41 Task #37411 (Closed): template->isCMlayers() - (typo3 emplate.php#349)
Cleanup
template->isCMlayers() - since TYPO3 4.7, will be removed in TYPO3 4.9 - This function makes no sense anym...
Kay Strobach
08:40 Task #37410 (Closed): CleanUp : template->isCMlayers() typo3 emplate.php#349)
Page Module:
template->isCMlayers() - since TYPO3 4.7, will be removed in TYPO3 4.9 - This function makes no sense...
Kay Strobach
08:39 Bug #37409 (Closed): Page Module unuseable if resource is missing due to exception
... Kay Strobach
07:28 Feature #37180: Extjs shall not overwrite $GLOBALS['error']
Yes, a change into an error would break current extensions. However there are only very few debug extension which use... Franz Holzinger
02:33 Feature #37180: Extjs shall not overwrite $GLOBALS['error']
But changing it into an array would break existing extensions, wouldn't it? Philipp Gampe
02:47 Bug #36837: Type error in t3lib_BEfunc
Could you push the patch to gerrit?
http://wiki.typo3.org/Contribute_Walkthrough
And please add a proper descript...
Philipp Gampe
02:40 Bug #36934: Cache RedisBackend using fixed databases for testing - NOT GOOD
Christian: I agree to only test if someone sets up the test database. Putting this into @$TYPO3_CONF_VARS@ sounds goo... Philipp Gampe
02:29 Feature #37208: Introduce backend layout data providers
For master branch (6.0) as this is a new feature.
Please have a look here: http://wiki.typo3.org/Contribute_Walkth...
Philipp Gampe
01:54 Bug #33651: closing textarea tag on html element in backend closes the textarea itself.
Boris Hinzer wrote:
> Same bug still exists in TYPO3 4.7 and ist IMHO a major risk.
If you allow someone to use the...
Helmut Hummel

2012-05-22

20:44 Bug #33651: closing textarea tag on html element in backend closes the textarea itself.
Same bug still exists in TYPO3 4.7 and ist IMHO a major risk. Additionally, the closing </textarea> can be used to ma... Boris Hinzer
17:02 Bug #25757 (Needs Feedback): Section index showing unwanted elements in workspaces
The rendering of sectionIndexes was completely changed in the CSC version of 4.7. Stefan Galinski
16:30 Bug #37397 (Closed): IRRE with self-nested records + DIV-Dividers (Tabs)
There seems to be a Javascript-Bug with IRRE Javascript while trying to nest a TYPO3-Record with it's own.
In my c...
Gabriel Kaufmann / Typoworx NewMedia
16:08 Feature #36542: Changed domain handling on "View webpage" from backend causes problems
See bugs http://forge.typo3.org/issues/34820 and http://forge.typo3.org/issues/35392
Same problem!
Christian Nölle
13:09 Bug #36947: GIFBUILDER render twice
Please add the fix. GIT i do not understand right now. Florian Zimmermann
10:14 Bug #31333: Redirect to root-page without type if only ?type=xy is specified in url
The behavior reportet by Johannes is still existing in TYPO3 4.6.8.
If your rootpage is a shortcut. All additional p...
Nikolas Hagelstein
09:53 Bug #37383 (Under Review): Fix CGL violations in index.php
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11422
Gerrit Code Review
08:08 Bug #37383 (Rejected): Fix CGL violations in index.php
phpcs finds 4 CGL violations in index.php. most wanted
02:31 Task #37335 (Resolved): Add a comment explaining the require_once calls in t3lib_error_ErrorHandler
Applied in changeset commit:915b8261832d97c9b57466ddf20d35d2e0afdda2. Oliver Klee
02:31 Bug #26993 (Resolved): Pagetree: Copying large branches duplicates branch
Applied in changeset commit:d4da7991eeca06a1028ab701f3decce12f7ad61e. Steffen Gebert
00:07 Feature #37382 (Closed): Filter list of available extension
The extension manager should be able to filter the list of available extension (in the repository, search result) by ... Dirk Wenzel
00:01 Feature #37381 (Closed): Enable bulk import/install of extension
Setting up a new installation of t3 often means to retrieve and install a hole bunch of extensions.
Since I tend t...
Dirk Wenzel

2012-05-21

22:14 Task #37380 (Under Review): Clean up the phpDoc of t3lib_tcemain
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11404
Gerrit Code Review
22:13 Task #37380 (Closed): Clean up the phpDoc of t3lib_tcemain
Clean up the phpDoc of t3lib_tcemain
So I made a patch doing mostly:
* Provide correct parameter names in phpDo...
Wouter Wolters
21:41 Bug #37379 (Closed): wizard_add save+cloase does not redirect to original form
When using the default + wizard for e.g. backend user groups, after clicker on save+close the browser does not get re... Uwe Michelfelder
20:49 Bug #36238: Pagetree lost for non admin after upgrading to 4.5.15
Does this mean an update of the database is still needed? How would
this be done for e.g. 40 installations with a mi...
Thomas Deinhamer
18:47 Bug #26993 (Under Review): Pagetree: Copying large branches duplicates branch
Xavier Perseguers
02:30 Bug #26993 (Resolved): Pagetree: Copying large branches duplicates branch
Applied in changeset commit:c35860c62319be89d695c34abf8786b55aa51fbe. Steffen Gebert
18:33 Task #36880: Change whitespaces in indentions into tabs
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11021
Gerrit Code Review
17:28 Task #37335: Add a comment explaining the require_once calls in t3lib_error_ErrorHandler
Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
17:25 Task #37335: Add a comment explaining the require_once calls in t3lib_error_ErrorHandler
Patch set 2 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
17:25 Task #37335: Add a comment explaining the require_once calls in t3lib_error_ErrorHandler
Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
17:20 Task #37335 (Under Review): Add a comment explaining the require_once calls in t3lib_error_ErrorHandler
Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
02:30 Task #37335 (Resolved): Add a comment explaining the require_once calls in t3lib_error_ErrorHandler
Applied in changeset commit:037880e610a6baff7bf29a51357e3b87bcef5277. Oliver Klee
16:48 Bug #37374 (Closed): Moving content elements from one page to another fails in workspace
It is not possible to move elements from one page to another using the cut and paste function in the draft workspace.... Uwe Trotzek
16:19 Bug #37355: t3lib_div GET / POST input related methods don't have unit tests
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11362
Gerrit Code Review
13:34 Bug #37355 (Under Review): t3lib_div GET / POST input related methods don't have unit tests
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11362
Gerrit Code Review
13:30 Bug #37355 (Closed): t3lib_div GET / POST input related methods don't have unit tests
Some of the most basic functions should be covered with unit tests. Tolleiv Nietsch
15:38 Bug #28606: Issue with Select Fields
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11361
Gerrit Code Review
13:13 Bug #28606 (Under Review): Issue with Select Fields
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11361
Gerrit Code Review
14:30 Bug #36976 (Resolved): PHP warning when a language pack does not exist
Applied in changeset commit:62d2b651a56e60b5fca2f2fe5c0ab8cfdb65dfb0. Xavier Perseguers
09:46 Bug #36976: PHP warning when a language pack does not exist
Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
09:45 Bug #36976: PHP warning when a language pack does not exist
Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
09:44 Bug #36976: PHP warning when a language pack does not exist
Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
09:42 Bug #36976: PHP warning when a language pack does not exist
Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11093
Gerrit Code Review
09:33 Bug #36976: PHP warning when a language pack does not exist
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11093
Gerrit Code Review
09:21 Bug #36976: PHP warning when a language pack does not exist
I can reproduce, the issue was introduced as side-effect of #35847 Oliver Hader
14:21 Feature #37356 (Rejected): TS templates for content elements
As discussed here http://groups.google.com/group/typo3-english/browse_thread/thread/e1913fbed44a0079/8866fc9f3cc6f660... Urs Braem
14:01 Bug #25364: renderDefaultLanguageContent does not respect TSconfig-Settings
There is a nice workaround (found it in the new gov-package)
First remove all default items and than add new ones.
...
Henrik Ziegenhain
07:25 Bug #25364: renderDefaultLanguageContent does not respect TSconfig-Settings
Yes, still an Issue in 4.6.8
I did not check it in 4.7 yet.
Henrik Ziegenhain
12:01 Bug #37353 (Closed): Non-pagetree context menus broken in the current git master
They simply don't open anymore with the current git master. Tested with Google Chrome... Stefan Galinski
11:54 Bug #20787: URLs in search results are not speaking URLs
Yes, the issue is still valid. Link generation with ... Andy Meier
11:02 Task #37339: Remove @author annotations in /typo3/sysext/
Those things serve different purposes:
- git log can be used to get an overview of what was changed in what order
...
Oliver Klee
07:38 Task #37339: Remove @author annotations in /typo3/sysext/
but isn't that why we got @git blame@ and @git log@? IMO in theory this might be nice but usually it doesn't work out... Georg Ringer
10:51 Task #36793: Add/drop usage of preg_quote() where needed
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10943
Gerrit Code Review
08:21 Bug #37124: db-compare should check for available storage-engines
Please keep in mind that on some hosting providers you're simply not able to turn on InnoDB or you have to pay extra ... Markus Klein
08:21 Bug #31295: t3lib_beFunc::thumbCode doesn't respect "file_refernce" types
Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
02:49 Bug #37349 (Closed): Layout change modifies email output
If the layout is changed for radio buttons, but possibly also for other field types, the output in the email shows an... Mark Kuiphuis
02:30 Task #37326 (Resolved): Clean up the phpDoc of t3lib_fullsearch
Applied in changeset commit:16ce3ace71f36efc0d1405865ec1b89ccc905c0e. Wouter Wolters
02:30 Bug #37323 (Resolved): Reduce CGL viol. FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/
Applied in changeset commit:4b2facb25a325f2c518cf67b73f023cb4b63c97c. Anonymous
02:30 Bug #36981 (Resolved): Regression of "better condition in versionOL of t3lib_tstemplate" (#31139)
Applied in changeset commit:1125e3dd0de9ac6d626a05ced701904b2b56a97e. Andy Grunwald
02:30 Bug #37327 (Resolved): Reduce CGL viol. FunctionCallArgumentSpacingNoSpaceAfterComma in class.browse_links.php
Applied in changeset commit:6ac92cc195a23ac1d4debbf157008654ef373a55. Anonymous

2012-05-20

22:43 Bug #37346 (Closed): Dummy text in phpDocs...
Running the following command to find dummy text within phpDocs will find 118 occurances in the Core.
They should b...
Tolleiv Nietsch
22:24 Task #37339: Remove @author annotations in /typo3/sysext/
That's exactly the way the @author annotations are supposed to work: The initial author is the topmost @author, and w... Oliver Klee
21:27 Task #37339: Remove @author annotations in /typo3/sysext/
If we do this now, then when a developer adds a new function to a class also can add his @author annotation to the fi... Wouter Wolters
20:50 Task #37339: Remove @author annotations in /typo3/sysext/
Shouldn't the @authors form the functions then go to the class @authors so the author information is not lost? Oliver Klee
20:22 Task #37339 (Under Review): Remove @author annotations in /typo3/sysext/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11344
Gerrit Code Review
20:22 Task #37339 (Rejected): Remove @author annotations in /typo3/sysext/
Remove all author annotations in functions doc comment.
False:
/** * This class provides XYZ plugin implementat...
Wouter Wolters
22:12 Bug #36784: t3lib_div::callUserFunction should support closures
Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10941
Gerrit Code Review
21:42 Bug #37342 (Under Review): t3lib_div url parameter related function don't have unit tests
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11347
Gerrit Code Review
21:38 Bug #37342 (Closed): t3lib_div url parameter related function don't have unit tests
Some of the most basic functions should be covered with unit tests. Tolleiv Nietsch
21:18 Task #37338: Remove author annotations from folder t3lib
Shouldn't the @authors form the functions then go to the class @authors so the author information is not lost? Oliver Klee
19:44 Task #37338 (Under Review): Remove author annotations from folder t3lib
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11342
Gerrit Code Review
19:42 Task #37338 (Rejected): Remove author annotations from folder t3lib
Remove all author annotations in functions doc comment.
False:
/**
* This class provides XYZ plugin implement...
Wouter Wolters
19:54 Task #37337: Clean up the phpDoc of t3lib_tceforms
Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11341
Gerrit Code Review
19:20 Task #37337: Clean up the phpDoc of t3lib_tceforms
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11341
Gerrit Code Review
18:42 Task #37337 (Under Review): Clean up the phpDoc of t3lib_tceforms
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11341
Gerrit Code Review
18:42 Task #37337 (Closed): Clean up the phpDoc of t3lib_tceforms
Clean up the phpDoc of t3lib_tceforms
So I made a patch doing mostly:
* Provide correct parameter names in phpD...
Wouter Wolters
19:09 Bug #37124: db-compare should check for available storage-engines
I think we could add a warning in install-tool and/or db-analyser that expresses TYPO3 might still work but it's reco... Stefan Neufeind
11:51 Bug #37124: db-compare should check for available storage-engines
In my opinion we should write a note in INSTALL.txt about usage of InnoDB in the core. Something like: Be aware that ... Susanne Moog
18:07 Task #37335 (Under Review): Add a comment explaining the require_once calls in t3lib_error_ErrorHandler
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11340
Gerrit Code Review
18:01 Task #37335 (Closed): Add a comment explaining the require_once calls in t3lib_error_ErrorHandler
This is to keep people from deleting the require_once calls as in #36061. Oliver Klee
17:23 Bug #37244: TCA date evaluation for dates lower 01-01-1970 fails
Is there a reason to force a "required" "date/datetime/time" field to be a positive value?
I tried the ExtJS date/...
Jigal van Hemert
11:44 Bug #37244 (Accepted): TCA date evaluation for dates lower 01-01-1970 fails
Susanne Moog
16:15 Bug #37328: Reduce CGL viol. FunctionCallArgumentSpacingNoSpaceAfterComma in alt_doc.php
Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11331
Gerrit Code Review
15:11 Bug #37328: Reduce CGL viol. FunctionCallArgumentSpacingNoSpaceAfterComma in alt_doc.php
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11331
Gerrit Code Review
14:47 Bug #37328 (Under Review): Reduce CGL viol. FunctionCallArgumentSpacingNoSpaceAfterComma in alt_doc.php
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11331
Gerrit Code Review
14:37 Bug #37328 (Closed): Reduce CGL viol. FunctionCallArgumentSpacingNoSpaceAfterComma in alt_doc.php
There are a lot violations against the CGL rule "FunctionCallArgumentSpacingNoSpaceAfterComma" in alt_doc.php. This s... most wanted
16:09 Bug #37322 (Closed): Reduce CGL viol. FunctionCallArgumentSpacingNoSpaceAfterComma in /t3lib/
Done.
Thanks for all your cleanup work, Roland!
Chris topher
16:03 Bug #37322: Reduce CGL viol. FunctionCallArgumentSpacingNoSpaceAfterComma in /t3lib/
please close this ticket - it seems that there are no CGL violations in this folder. most wanted
13:17 Bug #37322: Reduce CGL viol. FunctionCallArgumentSpacingNoSpaceAfterComma in /t3lib/
i will wait until #37321 is merged and see if there is something left to fix here. most wanted
13:09 Bug #37322 (Closed): Reduce CGL viol. FunctionCallArgumentSpacingNoSpaceAfterComma in /t3lib/
There are a lot violations against the CGL rule "FunctionCallArgumentSpacingNoSpaceAfterComma" in /t3lib/. This shoul... most wanted
15:56 Bug #37331: Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in class.tx_indexedsearch.php
Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11338
Gerrit Code Review
15:54 Bug #37331: Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in class.tx_indexedsearch.php
Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11338
Gerrit Code Review
15:53 Bug #37331: Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in class.tx_indexedsearch.php
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11338
Gerrit Code Review
15:51 Bug #37331 (Under Review): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in class.tx_indexedsearch.php
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11338
Gerrit Code Review
15:23 Bug #37331 (Closed): Reduce CGL violations FunctionCallArgumentSpacingNoSpaceAfterComma in class.tx_indexedsearch.php
There are a lot violations against the CGL rule "FunctionCallArgumentSpacingNoSpaceAfterComma" in class.tx_indexedsea... most wanted
15:36 Bug #26993: Pagetree: Copying large branches duplicates branch
Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
15:34 Bug #26993: Pagetree: Copying large branches duplicates branch
Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
15:33 Bug #26993: Pagetree: Copying large branches duplicates branch
Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
15:12 Task #37330 (Under Review): Clean up the phpDoc of t3lib_tceforms_inline
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11333
Gerrit Code Review
15:12 Task #37330 (Closed): Clean up the phpDoc of t3lib_tceforms_inline
Clean up the phpDoc of t3lib_tceforms_inline
So I made a patch doing mostly:
* Provide correct parameter names ...
Wouter Wolters
15:11 Bug #37329: Reduce CGL viol. FunctionCallArgumentSpacingNoSpaceAfterComma in wizard_forms.php
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11332
Gerrit Code Review
15:07 Bug #37329 (Under Review): Reduce CGL viol. FunctionCallArgumentSpacingNoSpaceAfterComma in wizard_forms.php
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11332
Gerrit Code Review
14:57 Bug #37329 (Closed): Reduce CGL viol. FunctionCallArgumentSpacingNoSpaceAfterComma in wizard_forms.php
There are a lot violations against the CGL rule "FunctionCallArgumentSpacingNoSpaceAfterComma" in wizard_forms.php. T... most wanted
15:11 Bug #37327: Reduce CGL viol. FunctionCallArgumentSpacingNoSpaceAfterComma in class.browse_links.php
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11328
Gerrit Code Review
14:29 Bug #37327 (Under Review): Reduce CGL viol. FunctionCallArgumentSpacingNoSpaceAfterComma in class.browse_links.php
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11328
Gerrit Code Review
14:27 Bug #37327 (Closed): Reduce CGL viol. FunctionCallArgumentSpacingNoSpaceAfterComma in class.browse_links.php
There are a lot violations against the CGL rule "FunctionCallArgumentSpacingNoSpaceAfterComma" in class.browse_links.... most wanted
15:00 Bug #37323: Reduce CGL viol. FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11323
Gerrit Code Review
14:49 Bug #37323: Reduce CGL viol. FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/
as there are really a lot of these CGL violations, i decided to split this ticket up into some more tickets. feel fre... most wanted
14:00 Bug #37323 (Under Review): Reduce CGL viol. FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11323
Gerrit Code Review
13:40 Bug #37323: Reduce CGL viol. FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/
i will start working on all folders except /sysext/ now. if you want to cooperate please leave a note and start with ... most wanted
13:33 Bug #37323: Reduce CGL viol. FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/
i will split this task up into at least 2 commits:
* 1 for all folders execpt /sysext/
* 1 or more for the rest
most wanted
13:16 Bug #37323: Reduce CGL viol. FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/
i will wait until #37321 is merged and see if there is something left to fix here. most wanted
13:14 Bug #37323 (Closed): Reduce CGL viol. FunctionCallArgumentSpacingNoSpaceAfterComma in /typo3/
There are a lot violations against the CGL rule "FunctionCallArgumentSpacingNoSpaceAfterComma" in /typo3/. This shoul... most wanted
14:47 Bug #36981: Regression of "better condition in versionOL of t3lib_tstemplate" (#31139)
Patch set 3 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
14:43 Bug #36981: Regression of "better condition in versionOL of t3lib_tstemplate" (#31139)
Patch set 4 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
14:41 Bug #36981 (Under Review): Regression of "better condition in versionOL of t3lib_tstemplate" (#31139)
Patch set 3 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
14:30 Bug #36981 (Resolved): Regression of "better condition in versionOL of t3lib_tstemplate" (#31139)
Applied in changeset commit:4163ef3b917915141c716c8800932aa1eb604d75. Andy Grunwald
14:15 Bug #36981: Regression of "better condition in versionOL of t3lib_tstemplate" (#31139)
Patch set 2 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
14:01 Bug #36981: Regression of "better condition in versionOL of t3lib_tstemplate" (#31139)
Patch set 3 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
13:49 Bug #36981: Regression of "better condition in versionOL of t3lib_tstemplate" (#31139)
Patch set 2 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
13:48 Bug #36981: Regression of "better condition in versionOL of t3lib_tstemplate" (#31139)
Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
13:02 Bug #36981: Regression of "better condition in versionOL of t3lib_tstemplate" (#31139)
Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11096
Gerrit Code Review
14:30 Bug #37315 (Resolved): Some t3lib_div string processing related function don't have unit tests
Applied in changeset commit:5f3038ba10f9cbc1cceb03298530ecf5e198de01. Tolleiv Nietsch
09:07 Bug #37315 (Under Review): Some t3lib_div string processing related function don't have unit tests
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11315
Gerrit Code Review
09:00 Bug #37315 (Closed): Some t3lib_div string processing related function don't have unit tests
Some of the most basic functions should be covered with unit tests. Tolleiv Nietsch
14:30 Bug #37310 (Resolved): Reduce spacing CGL violations in /typo3/sysext.
Applied in changeset commit:0e79914435803938f65fc79f30faf94c5e1efe23. Anonymous
07:55 Bug #37310: Reduce spacing CGL violations in /typo3/sysext.
Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11311
Gerrit Code Review
14:30 Bug #37317 (Resolved): t3lib_div::callUserFunction should have unit tests
Applied in changeset commit:1e39d9fa072d8cd0afd44c7e0a32e59780e5c1ec. Tolleiv Nietsch
12:19 Bug #37317: t3lib_div::callUserFunction should have unit tests
Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11316
Gerrit Code Review
09:57 Bug #37317: t3lib_div::callUserFunction should have unit tests
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11316
Gerrit Code Review
09:53 Bug #37317 (Under Review): t3lib_div::callUserFunction should have unit tests
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11316
Gerrit Code Review
09:47 Bug #37317 (Closed): t3lib_div::callUserFunction should have unit tests
Took the tests from within #36784 and extended them to have a full coverage of the function. Tolleiv Nietsch
14:30 Feature #37268 (Resolved): Bootstrap: Introduce shutdown and use in autoloader
Applied in changeset commit:4cef5ef01649f12b0d514079240a8e96197eb6fe. Christian Kuhn
14:30 Bug #33580 (Resolved): prepending "zzz_deleted_" might exceed the maximal lenght for column names
Applied in changeset commit:a491fb1b5cba75775500a121c265d3e171c63dfc. Tolleiv Nietsch
14:29 Bug #33580: prepending "zzz_deleted_" might exceed the maximal lenght for column names
Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
14:27 Bug #33580: prepending "zzz_deleted_" might exceed the maximal lenght for column names
Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
14:30 Bug #35410 (Resolved): PHP warning: Unknown modifier 'r' in tx_install
Applied in changeset commit:6bb0f8d44327890e3355abd12cca2a4456df7278. Jigal van Hemert
14:15 Bug #35410: PHP warning: Unknown modifier 'r' in tx_install
Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
13:59 Bug #35410: PHP warning: Unknown modifier 'r' in tx_install
Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
13:43 Bug #35410: PHP warning: Unknown modifier 'r' in tx_install
Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
14:30 Bug #25213 (Resolved): Install Tool allows editing settings added by extensions duplicating them on the way
Applied in changeset commit:9a439a23f41c2f27091de53b1b746b7d37b77dd2. Christian Kuhn
14:09 Bug #25213: Install Tool allows editing settings added by extensions duplicating them on the way
Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
13:56 Bug #25213 (Under Review): Install Tool allows editing settings added by extensions duplicating them on the way
Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
14:30 Bug #37319 (Resolved): Reduce CGL viol. FunctionCallArgumentSpacingNoSpaceAfterComma in /tests/
Applied in changeset commit:9d9698fd0d79a44e9e807a48eb14f9e358669f84. Anonymous
14:28 Bug #37319: Reduce CGL viol. FunctionCallArgumentSpacingNoSpaceAfterComma in /tests/
Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11317
Gerrit Code Review
14:27 Bug #37319: Reduce CGL viol. FunctionCallArgumentSpacingNoSpaceAfterComma in /tests/
Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11317
Gerrit Code Review
13:06 Bug #37319: Reduce CGL viol. FunctionCallArgumentSpacingNoSpaceAfterComma in /tests/
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11317
Gerrit Code Review
13:04 Bug #37319 (Under Review): Reduce CGL viol. FunctionCallArgumentSpacingNoSpaceAfterComma in /tests/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11317
Gerrit Code Review
12:11 Bug #37319 (Closed): Reduce CGL viol. FunctionCallArgumentSpacingNoSpaceAfterComma in /tests/
There are a lot violations against the CGL rule "FunctionCallArgumentSpacingNoSpaceAfterComma" in /tests/. This shoul... most wanted
14:12 Task #37326 (Under Review): Clean up the phpDoc of t3lib_fullsearch
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11325
Gerrit Code Review
14:11 Task #37326 (Closed): Clean up the phpDoc of t3lib_fullsearch
Clean up the phpDoc of t3lib_fullsearch
So I made a patch doing mostly:
* Provide correct parameter names in ph...
Wouter Wolters
13:19 Task #37321: CGL: Function calls
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11318
Gerrit Code Review
13:12 Task #37321 (Under Review): CGL: Function calls
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11318
Gerrit Code Review
13:07 Task #37321 (Rejected): CGL: Function calls
Felix Kopp
13:08 Bug #36245: Escape variable in regular expression
https://review.typo3.org/#/c/10943/
This issue can be closed.
Philipp Gampe
11:55 Bug #37067 (Accepted): Link to install tool in reports leads to old page
Susanne Moog
11:53 Feature #37084 (Needs Feedback): t3lib_TStemplate::getFileName() can't find uploaded files from BE environment
Thanks for your contribution. If you want to help to get this bug fixed, you can push it to Gerrit. Find a tutorial a... Susanne Moog
11:52 Bug #37085: Included pear classes have no @data_dir@ set.
Thanks for the patch. Would you mind pushing your changes to Gerrit? Find a tutorial at http://wiki.typo3.org/Contrib... Susanne Moog
02:30 Task #37295 (Resolved): Whitespace-Issues
Applied in changeset commit:d091639dbbf8a808862e36e7b8de5ecb16b9998f. Felix Kopp
02:30 Task #37291 (Resolved): Clean up phpDoc comments in t3lib classes
Applied in changeset commit:57381305d4f0ecbea7b706eb268bc0bd3ab31cff. Wouter Wolters
02:30 Task #37290 (Resolved): Clean up phpDoc comments in t3lib classes
Applied in changeset commit:6e38cc51a4b58e1a7be9d59463e98609eda6ebb3. Wouter Wolters
02:30 Task #37289 (Resolved): Clean up the phpDoc of t3lib_stdgraphic
Applied in changeset commit:8cf6752adfa1c74fb43e0de5630eadfd0319c218. Wouter Wolters
02:30 Task #37288 (Resolved): Clean up phpDoc comments in t3lib classes
Applied in changeset commit:17699dc3de9ca33e2d3402a4a2e87d93a95a0b0b. Wouter Wolters
02:30 Bug #37303 (Resolved): Reduce spacing CGL violations in /typo3/alt_clickmenu.php.
Applied in changeset commit:1610041d28940f8b7447b328ca2eddecfe494460. Anonymous
02:30 Bug #37299 (Resolved): Some t3lib_div array related function don't have unit tests
Applied in changeset commit:45c5928a0886a1ca41ccd5eeff92748390f0b58d. Tolleiv Nietsch
02:30 Bug #37297 (Resolved): t3lib_div::formatSize doesn't have unit tests
Applied in changeset commit:7c0e4908d565063a3882242f5bf926e2ecba0dc5. Tolleiv Nietsch
02:30 Bug #37306 (Resolved): Reduce spacing CGL violations in class.tx_impexp.php
Applied in changeset commit:2ac191884ba4ad82348f0465c2e79f8956e65497. Anonymous
02:30 Bug #37305 (Resolved): Clean up the phpDoc of t3lib_div
Applied in changeset commit:9ded89d56383ba65c956df6fa70f6fd1ef39bac9. Wouter Wolters
02:30 Bug #37304 (Resolved): Reduce spacing CGL violations in tslib_fe.php.
Applied in changeset commit:a049c15d2f7acbc62cd9f59f2d41139ea2c28f4c. Anonymous
02:30 Bug #37309 (Resolved): Reduce spacing CGL violations in /t3lib/
Applied in changeset commit:000b13be774f3b0ab747e87905809c63c92eb137. Anonymous
02:30 Bug #37308 (Resolved): Reduce spacing CGL violations in /typo3/.
Applied in changeset commit:b7e285a5a7329cda7232da51b257a907c2787df2. Anonymous
02:30 Bug #37307 (Resolved): Reduce spacing CGL violations in class.tslib_menu.php.
Applied in changeset commit:f44bd4a92045e430d2736c6454a3ba60e85ea324. Anonymous

2012-05-19

23:51 Bug #37310: Reduce spacing CGL violations in /typo3/sysext.
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11311
Gerrit Code Review
23:36 Bug #37310 (Under Review): Reduce spacing CGL violations in /typo3/sysext.
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11311
Gerrit Code Review
23:32 Bug #37310 (Closed): Reduce spacing CGL violations in /typo3/sysext.
There are a lot spacing CGL violations in /typo3/sysext. This should be fixed. most wanted
23:14 Bug #37309 (Under Review): Reduce spacing CGL violations in /t3lib/
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11310
Gerrit Code Review
23:12 Bug #37309 (Closed): Reduce spacing CGL violations in /t3lib/
There are a lot spacing CGL violations in /t3lib/. This should be fixed. most wanted
23:00 Bug #37308 (Under Review): Reduce spacing CGL violations in /typo3/.
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11309
Gerrit Code Review
22:52 Bug #37308 (Closed): Reduce spacing CGL violations in /typo3/.
There are a lot spacing CGL violations in /typo3/. This should be fixed.
As there are really a lot of violations i...
most wanted
22:40 Bug #37307 (Under Review): Reduce spacing CGL violations in class.tslib_menu.php.
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11308
Gerrit Code Review
22:35 Bug #37307 (Closed): Reduce spacing CGL violations in class.tslib_menu.php.
There are a lot spacing CGL violations in class.tslib_menu.php. This should be fixed. most wanted
22:31 Bug #37299: Some t3lib_div array related function don't have unit tests
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11298
Gerrit Code Review
15:04 Bug #37299 (Under Review): Some t3lib_div array related function don't have unit tests
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11298
Gerrit Code Review
15:01 Bug #37299 (Closed): Some t3lib_div array related function don't have unit tests
Some of the most basic functions should be covered with unit tests.
For now this includes:
inArray, array_merge, ...
Tolleiv Nietsch
22:23 Bug #37306 (Under Review): Reduce spacing CGL violations in class.tx_impexp.php
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11306
Gerrit Code Review
22:19 Bug #37306 (Closed): Reduce spacing CGL violations in class.tx_impexp.php
There are a lot spacing CGL violations in class.tx_impexp.php. This should be fixed. most wanted
22:14 Bug #37297: t3lib_div::formatSize doesn't have unit tests
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11296
Gerrit Code Review
13:50 Bug #37297 (Under Review): t3lib_div::formatSize doesn't have unit tests
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11296
Gerrit Code Review
13:47 Bug #37297 (Closed): t3lib_div::formatSize doesn't have unit tests
Some of the most basic functions should be covered with unit tests. Tolleiv Nietsch
22:10 Bug #37303: Reduce spacing CGL violations in /typo3/alt_clickmenu.php.
Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11303
Gerrit Code Review
21:45 Bug #37303 (Under Review): Reduce spacing CGL violations in /typo3/alt_clickmenu.php.
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11303
Gerrit Code Review
21:41 Bug #37303 (Closed): Reduce spacing CGL violations in /typo3/alt_clickmenu.php.
There are a lot spacing CGL violations in /typo3/alt_clickmenu.php. This should be fixed. most wanted
22:06 Bug #37304 (Under Review): Reduce spacing CGL violations in tslib_fe.php.
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11305
Gerrit Code Review
21:57 Bug #37304 (Closed): Reduce spacing CGL violations in tslib_fe.php.
There are a lot spacing CGL violations in tslib_fe.php. This should be fixed. most wanted
22:05 Bug #37305 (Under Review): Clean up the phpDoc of t3lib_div
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11304
Gerrit Code Review
22:05 Bug #37305 (Closed): Clean up the phpDoc of t3lib_div
Clean up the phpDoc of t3lib_div
So I made a patch doing mostly:
* Provide correct parameter names in phpDoc
*...
Wouter Wolters
14:30 Bug #37221 (Resolved): Follow up #35260: Missing selection field in t3lib_TCEmain::getPreviousLocalizedRecordUid()
Applied in changeset commit:7352c8203a71829a584f8ae4036c0e3312dc7399. Felix Nagel
11:55 Bug #37221: Follow up #35260: Missing selection field in t3lib_TCEmain::getPreviousLocalizedRecordUid()
Patch set 1 for branch *TYPO3_4-7* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
11:55 Bug #37221: Follow up #35260: Missing selection field in t3lib_TCEmain::getPreviousLocalizedRecordUid()
Patch set 1 for branch *TYPO3_4-6* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
11:54 Bug #37221: Follow up #35260: Missing selection field in t3lib_TCEmain::getPreviousLocalizedRecordUid()
Patch set 1 for branch *TYPO3_4-5* has been pushed to the review server.
It is available at http://review.typo3.org/1...
Gerrit Code Review
14:02 Feature #37208: Introduce backend layout data providers
Hi! I'll try it. For which T3 version? 4.7? Arno Dudek
13:31 Task #37295 (Under Review): Whitespace-Issues
Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11295
Gerrit Code Review
13:04 Task #37295 (Closed): Whitespace-Issues
* OpeningFunctionBraceKernighanRitchieSpaceBeforeBrace
* FunctionCallArgumentSpacingSpaceBeforeComma
* FunctionCall...
Felix Kopp
01:25 Bug #37265: css_styled_content and imageTextSplit
Exactly. The Browser renders the caption in an wrong way without this fix, because he doesn't know how to handle the ... terf no-lastname-given
00:24 Bug #37244: TCA date evaluation for dates lower 01-01-1970 fails
You're right. The code for "required" makes it wait for a positive value.
But even if removing the required, there...
Xavier Perseguers
 

Also available in: Atom