BugDay/201003
General
Topic
The TYPO3 Bug Day of March 2010 mainly addresses reviewing the new features planned for TYPO3 4.4. The feature freeze for TYPO3 4.4 is planned for April 6th, meaning that no new features will be added after that date.
How does it work
- list pending bugs/features in the bugtracker
- look to the bug reports and pick an issue that sounds interesting to you
- Important: post the bug ID in IRC before you start working on it, so that nobody doues double work (the lists below show who is currently working on a specific issue)
- check if the bug/feature report still applies to current TYPO3 versions (Trunk/4.3 and 4.2)
- now the reviewing and testing process starts - so, search for the bug/feature ID in the TYPO3 Core List
- apply the provided patch file to your local TYPO3 installation and test if the patch solves the issue
- additionally you can also review the code and make sure if it's clean and understandable or has several programming flaws
- finally post your vote (+1 if everything was fine or -1 if something was wrong with an accordant description) to the TYPO3 Core List
This way we can track who did what - maybe there may be some prizes at some day for the most active Bug Day helpers.
Resources
BugTracker
Core Mailing List
IRC Communication Channel
- IRC Server: irc.freenode.net
- Channel: #typo3-bugday
- irc://irc.freenode.net/#typo3-bugday
Participants
- Ernesto Baschny (Nickname: Baschny)
- François Suter (Nickname: fsuter)
- Oliver Hader (Nickname: t3olly)
- Felix Oertel (Nickname: foertel)
- Benni Mack (Nickname: bmack)
- Steffen Gebert (Nickname: SteffenG)
- Susanne Moog (Nickname: pschomieze)
- Georg Ringer(Nickname: just2b)
- Christian Kuhn (Nickname: ckuhn)
- Oliver Klee (Nickname: oliverklee)
- Steffen Kamper (Nickname: steffenk)
- Soren Malling (Nickname: sorenmalling)
- ... add your name here
Activities and Tasks
Important issues for TYPO3 4.4
Please remove the bug from this list, as soon as you start working on it and file it in one of the tables below. So we will not have duplicates and this list will bevome much more easier to look throu.
These issues are considered to be important for TYPO3 4.4:
Very important
- 21979: TYPO3 Core - Caching framework sub-select is slow because mysql does not use indexes on outer query [Closed; assigned to Christian Kuhn]
- 22194: TYPO3 Core - Performance optimization: change while(list() to foreach() [Closed; assigned to Ernesto Baschny]
- 19465: TYPO3 Core - Configuration enhancement for indexed_search [Closed]
Features
- 22051: TYPO3 Core - Missing a More Link Marker in indexed search [Closed]
- 21557: TYPO3 Core - Use flash messages to show SQL debug errors in the backend [Closed; assigned to Steffen Kamper]
- 21643: TYPO3 Core - Update to prototype 1.6.1 [Closed]
- 19862: TYPO3 Core - Show level links only once if no related records and $config[appearence][levelLinksPosition] = both [Closed]
- 21410: TYPO3 Core - t3lib_BEfunc::getProcessedValue does not show record title for foreign elements for type group / db [Closed]
- 21561: TYPO3 Core - fileNameASCIIPrefix got deprecated but is used in core [Closed; assigned to Susanne Moog]
- 21459: TYPO3 Core - PHP-5.3 error: function define_syslog_variables() is deprecated [Closed; assigned to Rupert Germann]
- 20087: TYPO3 Core - Allow predefined setting for "extended view" in list module [Closed; assigned to Steffen Kamper] Before you read the whole discussion in Core-List (#10533): 22266: TYPO3 Core - Move checkbox "secondary options" to users module [Closed; assigned to Susanne Moog] (Move checkbox "secondary options" to users module) fixes the same issue and takes the remarks made at #20087 into account.
- 18211: TYPO3 Core - Array of display conditions for TCA fields instead of 1 string [Closed]
- 18890: TYPO3 Core - New hooks for class.t3lib_extfilefunc.php [Closed]
- 20736: TYPO3 Core - HTML5 doctype implementation [Closed; assigned to Steffen Kamper]
- 22177: TYPO3 Core - mulitlanguage CONTENT.select on table pages [Closed]
- 22164: TYPO3 Core - Make record selector hideable [Closed; assigned to Jochen Rau]
- 22216: TYPO3 Core - History Icon in Record Edit view [Closed; assigned to Christian Kuhn]
- 20497: TYPO3 Core - New options noRescale and resoultionFactor for getImgResource() [Closed; assigned to Benni Mack]
- 22217: TYPO3 Core - Flashmessages in t3lib_fullsearch [Closed; assigned to Christian Kuhn]
- 20777: TYPO3 Core - tslib_pibase - function pi_loadLL - _LOCAL_LANG Keys like listView.more should also be possible in Typoscript [Closed]
- 21565: TYPO3 Core - Generating multiple directories for images in GB/ and pics/ [Closed]
- 22137: TYPO3 Core - Add Hook in order to restrict the editing process for individual content elements [Closed]
- 22068: TYPO3 Core - [FEATURE] Allow marker for Subject and Message in aut-response-message of Mailform [Closed; assigned to Steffen Kamper]
- 22252: TYPO3 Core - Add Hooks in page module in order to hide icons [Closed]
- 22319: TYPO3 Core - Add Viewport layout to BE [Closed; assigned to Steffen Kamper]
- 22266: TYPO3 Core - Move checkbox "secondary options" to users module [Closed; assigned to Susanne Moog] (Move checkbox "secondary options" to users module)
Bug Fixes
- 21415: TYPO3 Core - Fix failing unit test in t3lib_cache_backend_FileBackendTestCase [Closed; assigned to Christian Kuhn]
- 21594: TYPO3 Core - palette fields not always processed (RTE related) [Closed]
- 17107: TYPO3 Core - maxW for image rows is not the maximum [Closed; assigned to Ernesto Baschny]
- 20656: TYPO3 Core - t3lib_cache_backend_FileBacked violates open_basedir_restrictions [Closed; assigned to Rupert Germann]
- 19621: TYPO3 Core - getTreeList causes duplicate entry sql error [Closed; assigned to Rupert Germann]
- 21297: TYPO3 Core - Fatal error in superadmin script [Closed; assigned to Rupert Germann]
- 19886: TYPO3 Core - Not possible to set links to pages underneath a page with activated temporary DB mount [Closed; assigned to Susanne Moog]
- 22059: TYPO3 Core - t3lib_div::cleanOutputBuffers() might loop forever [Closed; assigned to Dmitry Dulepov]
- 21794: TYPO3 Core - javascript error in tmenu_layers.php and gmenu_layers.php [Closed; assigned to Benni Mack] (only non-core +1 by testing needed)
- 22242: TYPO3 Core - IRRE: Inline elements of translated records are not coppied correctly. [Closed; assigned to Oliver Hader]
- 21964: TYPO3 Core - New child records created from a translated record have default language [Closed]
- 22254: TYPO3 Core - missing <tr> in "Admin Tools -> User Admin" [Closed; assigned to Xavier Perseguers]
- 22200: TYPO3 Core - css_styled_content 4.3 and margin-bottom on images [Closed; assigned to Ernesto Baschny]
No patches yet
- 21800: TYPO3 Core - file list shows last part of foldernames as extension, if the name contains a dot [Closed; assigned to Steffen Kamper]
- 21644: TYPO3 Core - Issues with the new BE login [Closed; assigned to Oliver Hader] (One small CSS issue in the login-screen when using Firefox; the rest is already fixed. :-) )
Not a core bug
Review Process
Put the bug in the appropriate category and put your name next to it. When you're finished working on a given bug, move it to the relevant category (if different than current one) and remove your name.
Committed during bugday
There should be some more - this section was started at 11pm after 23 hours of bugday...
Bug | Name |
22211: TYPO3 Core - Add possibility to retrieve extension version [Closed; assigned to Oliver Hader] | t3olly |
Ready to commit
These patches have all the vote needed. They need just be committed by a Core Team member. Committed patches stay here, they will just appear as resolved.
Needs a core +1
These patches need a +1 from a Core Team member
Needs anyone's +1
These patches have already been reviewed by a Core Team member and need one more vote from anyone.
Needs reviews
These patches have no reviews yet.
Needs work
These patches are not working anymore and should be reworked.
Bug | Name |
22157: TYPO3 Core - t3lib_BEfunc::viewOnClick - Hook request [Closed; assigned to Steffen Kamper] | bmack (waiting for feedback) |
17729: TYPO3 Core - GIFBUILDER: niceText and transparentColor solution [Closed] | bmack (waiting for feedback) |
21570: TYPO3 Core - Debug output destroys BE HTML [Closed; assigned to Steffen Kamper] |
Development
Working on these bugs (development)
Name | Bug(s) |
---|---|
... | ... |
foertel | 21720: TYPO3 Core - Creating or deleting ENABLE_INSTALL_TOOL file saves settings in "User Settings" [Closed; assigned to Oliver Hader] (Creating or deleting ENABLE_INSTALL_TOOL file saves settings in "User Settings") |
Triage
Bugs that can be closed
See the bugs for more info.
Closed bugs
Name | Bug(s) |
---|---|
fsuter |
21839: TYPO3 Core - Javascript Error in extJS [Closed] [ERROR: Cannot get content for issue "20927"] |
Duplicate bugs
Name | Bug(s) |
---|---|
fsuter |
21072: TYPO3 Core - Help Modules can be hidden, but the empty Menu-Item "Help" remains... [Closed] |
Old bugs that can't be reproduced
Name | Bug(s) |
---|---|
... | ... |
Usability issues that are still valid
Name | Bug(s) |
---|---|