Sign in
Register
Home
Projects
Help
Start
TYPO3 CMS
TYPO3 Neos
TYPO3 Flow
Usability & Design
Documentation
other
Search
:
ci.typo3.org
Overview
Activity
Roadmap
Issues
Wiki
BLE Project
DEV3
Editorial Team
Event Committee
Extension Coordination Team
flow3.typo3.org
Licensing Team
Marketing Team (public)
Quality Assurance Team
ci.typo3.org
PHP_CodeSniffer
metrics.typo3.org
Sandbox
Screencast Team
Server Team
TER Team
The typo3.org project
TYPO3 Association
Translation Team
Issues
View all issues
Summary
Custom queries
Hierarchical Issues
Most wanted Bugfixes
Most wanted Features
My open issues
New & Unassigned
Open Bugs
Recently modified
Recently modified
Filters
Status
open
is
is not
closed
all
New
Accepted
Needs Feedback
On Hold
Under Review
Resolved
Closed
Rejected
Postponed
Tracker
is
is not
Bug
Feature
Task
Suggestion
Priority
is
is not
Must have
Should have
Could have
Won't have this time
-- undefined --
Assignee
is
is not
none
all
Andy Grunwald
Christian Trabold
Karsten Dambekalns
Sebastian Kurfuerst
Stefano Kowalke
Steffen Gebert
Author
is
is not
Andy Grunwald
Christian Trabold
Karsten Dambekalns
Sebastian Kurfuerst
Stefano Kowalke
Steffen Gebert
Category
is
is not
none
all
Hardware sponsoring
Infrastructure
Assignee's group
is
is not
none
all
TYPO3 Phoenix Members
TYPO3 Phoenix Leaders
TYPO3 Phoenix Co-Leaders
Target version
is
is not
none
all
ci.typo3.org - alpha
ci.typo3.org - beta
Assignee's role
is
is not
none
all
Friendly Ghost of the Week
Leader
Co-Leader
Member
Active Contributor
Contributor
Inactive Member
Pending Member
Product Owner
Scrum Master
Watcher
Issue Manager
Issue Updater
Release Packager
Honorary Member
Bot
Subject
contains
doesn't contain
Created
less than days ago
more than days ago
days ago
today
this week
days
Updated
less than days ago
more than days ago
days ago
today
this week
days
Start date
in less than
in more than
in
today
this week
less than days ago
more than days ago
days ago
days
Due date
in less than
in more than
in
today
this week
less than days ago
more than days ago
days ago
days
Subproject
all
none
is
PHP_CodeSniffer
Estimated time
is
>=
<=
none
all
% Done
is
>=
<=
none
all
Backlog type
is
is not
Story
Task
Impediment
any
Add filter
:
Tracker
Priority
Assignee
Author
Category
Assignee's group
Target version
Assignee's role
Subject
Created
Updated
Start date
Due date
Subproject
Estimated time
% Done
Backlog type
Options
Columns
Parent task
Author
Category
Target version
Start date
Due date
Estimated time
Created
Story points
Remaining hours
Velocity based estimate
Position
Votes
Project
Tracker
Status
Priority
Subject
Assignee
% Done
Updated
Group results by
Project
Tracker
Status
Priority
Assignee
Category
Target version
% Done
Apply
Clear
#
Project
Tracker
Status
Priority
Subject
Assignee
% Done
Updated
27728
PHP_CodeSniffer
Feature
On Hold
Should have
Standard-Settings in localconf.php are not valid
Stefano Kowalke
2013-05-07 19:57
10130
PHP_CodeSniffer
Feature
Under Review
Should have
Sniff: do loops must use extra brackets if assignment happens in the loop
Andy Grunwald
2013-05-04 17:16
12058
PHP_CodeSniffer
Feature
Under Review
Should have
Usage of $_ in foreach loops
Andy Grunwald
2013-05-04 17:16
41332
PHP_CodeSniffer
Bug
Under Review
Should have
v4 sniffs should allow Uppercase classes too
Andy Grunwald
2013-05-04 17:16
42276
PHP_CodeSniffer
Task
Under Review
Should have
Exclude t3lib_DB for "unused parameters" sniff
Andy Grunwald
2013-05-04 17:16
42139
PHP_CodeSniffer
Task
Accepted
Should have
Evaluates PSR-1 for TYPO3v4 / Flow standard
Andy Grunwald
2013-05-04 16:20
9608
PHP_CodeSniffer
Task
Accepted
Should have
Merge and/or backport the existend sniffs from FLOW3 into our TYPO3 standards pool
2013-05-04 16:15
10127
PHP_CodeSniffer
Feature
Accepted
Should have
Sniff: Last part of a switch statement is the default part
Stefano Kowalke
2013-05-04 16:14
10133
PHP_CodeSniffer
Feature
Accepted
Should have
Closing braces of a scope have to be on his own line and aligned correctly
2013-05-04 16:14
10134
PHP_CodeSniffer
Feature
Accepted
Should have
Sniff: Whitespace after commas (array declaration, function parameters, etc.)
2013-05-04 16:14
10635
PHP_CodeSniffer
Feature
Accepted
Should have
Sniff for TYPO3 deprecated functions / method
Stefano Kowalke
2013-05-04 16:14
11905
PHP_CodeSniffer
Bug
Accepted
Should have
AlwaysReturnSniff does not recognize if/else constructs
2013-05-04 16:14
27984
PHP_CodeSniffer
Suggestion
Needs Feedback
Should have
Check for native PHP functions / TYPO3 API compliance
Christian Trabold
2013-05-04 16:14
28066
PHP_CodeSniffer
Bug
Accepted
Should have
Mr. Jenkins does not detect whitespaces at end of line
Stefano Kowalke
2013-05-04 16:14
10117
PHP_CodeSniffer
Feature
Accepted
Must have
Add sniffs for array declaration
Stefano Kowalke
2013-05-04 16:14
10118
PHP_CodeSniffer
Feature
Accepted
Must have
Sniff: Valid file name for class-files
Stefano Kowalke
2013-05-04 16:14
10123
PHP_CodeSniffer
Feature
Accepted
Must have
Sniff: Dont use nested "ternary conditional" operators
2013-05-04 16:14
9881
PHP_CodeSniffer
Feature
Accepted
Should have
Improve the error message of Squiz.ControlStructures.ControlSignature
2013-05-04 16:14
10120
PHP_CodeSniffer
Feature
New
Should have
Verifies that block comments are used appropriately
2013-05-04 16:14
10124
PHP_CodeSniffer
Feature
Accepted
Should have
Sniff: Case statements are indented with a single indent (tab) inside the switch statement
2013-05-04 16:14
10125
PHP_CodeSniffer
Feature
Accepted
Should have
Sniff: The code inside the case statements is further indented with a single indent.
2013-05-04 16:14
10126
PHP_CodeSniffer
Feature
Accepted
Should have
Sniff: switch-case - comment if one case have no break statement
2013-05-04 16:14
42288
PHP_CodeSniffer
Bug
Accepted
Should have
Underscores are allowed in function name
2013-05-04 16:13
44675
PHP_CodeSniffer
Suggestion
Accepted
Should have
Allow multiple classes for fixture files
2013-05-04 16:13
41995
PHP_CodeSniffer
Bug
Accepted
Must have
Take care of Incrementing/Decrementing Operators
2013-05-04 16:13
1
2
3
Next »
(1-25/66) | Per page: 25,
50
,
100
,
200
Also available in:
Atom
CSV
PDF
Loading...