Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
coder
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
coder
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
6dc187de060c76ddf7e89364dbef12bf04552fd5
Select Git revision
Branches
11
4.7.x-1.x
4.7.x-2.x
5.x-1.x
5.x-2.x
6.x-1.x
6.x-2.x
7.x-1.x
7.x-2.x
8.3.x
default
8.x-2.x
8.x-3.x
Tags
20
8.3.30
8.3.29
8.3.28
8.3.27
8.3.26
8.3.25
8.3.24
8.3.23
8.3.22
8.3.21
8.3.20
8.3.19
8.3.18
8.3.17
8.3.16
8.3.15
8.3.14
8.3.13
8.3.12
8.3.11
31 results
Begin with the selected commit
Created with Raphaël 2.2.0
27
Aug
26
25
24
23
20
7
5
4
29
Jul
16
14
22
Jun
9
1
28
May
18
17
12
4
1
30
Apr
26
19
15
14
10
5
27
Mar
22
11
9
2
25
Feb
24
21
20
18
17
12
11
10
3
29
Jan
28
27
26
24
23
19
15
14
13
2
1
31
Dec
30
29
21
19
18
16
15
14
10
9
8
6
5
4
3
2
27
Nov
26
25
24
23
20
19
18
17
15
14
13
12
11
1
13
Sep
29
Aug
18
17
8
28
Jul
21
9
8
22
Jun
8
4
1
31
May
17
16
11
9
7
6
2
21
Apr
16
15
31
Mar
29
26
12
11
7
25
Feb
31
Jan
30
29
30
Dec
6
5
4
19
Nov
31
Oct
30
29
25
14
Sep
10
8
2
28
Aug
27
20
19
18
17
16
15
14
13
12
11
9
8
30
Jul
22
12
9
8
3
30
Jun
28
19
12
10
26
Apr
22
19
17
8
31
Mar
27
23
20
11
10
9
8
5
4
2
1
27
Feb
20
19
18
15
3
31
Jan
25
21
20
18
15
2
1
31
Dec
29
6
5
28
Nov
25
23
22
21
18
18
Oct
26
Sep
24
5
1
24
Aug
21
20
19
17
14
10
9
8
6
4
3
1
30
Jul
29
28
27
7
25
Jun
24
12
30
May
27
26
24
23
21
20
Issue #1745068: fix display of SQL != in Drush output; change message about st() for hook_install only; add a couple new druplart reviews (still dont work); fix Drush settings options for --core and --contrib
Issue #1745068: stronger check for drupal_install_schema
add drush --reviews=all to run all reviews
Issue #1745068: create coder_review.common.inc, begin to separate form API so can run drush w/o Drupal bootstrap.
Issue #1745068: link to d.o. docs for @see
Issue #1745068: we link to d.o. alot, make a function for that!
fix tests
Issue #1745068: working on making drush coder-review run without a bootstrap, so moved translations out of the rules definitions... this required some major restructuring of the rules..
Issue #1745068: WIP: rules formtting changes and much much more.
Issue #1745068: fix check for core files; fix multi-line CSRF #warning message: so we can compare 7.x-1.x and 7.x-2.x results properly.
Issue #1745068: change #warning_callback to #warning, this is just an API cleanup ... theres still work to do here if we're gonna get rid of the callbacks altogether.
Issue #1745068: fix bug in menu definition from last commit.
Issue #1745068: fix disclaimer, add druplart review, get rid of extra page callback, just call the form directly.
Issue #1745068: more code cleanup
Issue #1745068: remote PHP5 check, fix check for drupal core modules to use .info files.
Issue #1745068: more drush api updates.
Issue #1745068: clear out CHANGELOG.txt for 2.x branch, fix diffs so output is identical again for 1.x and 2.x branches.
Issue #1745068: update drush commands to use proper arguments and options, still need to work on bootstrap level.
Issue #1745068: more anonymous functions, cleanup some tabs
Issue #1745068: start adding anonymous functions for callbacks, Im not sure this pattern is going to remain the best.
Issue #1745068: first pass at code cleanup
Issue #1730274 by greggles: Warn of potential security issue if preg_replace is used with /e flag
Added language construct spacing sniff from Squiz to examine print, include and return statements.
Issue #1716000 by naquah: Fixed Drush command fails even though PHP_CodeSniffer 1.3.4 or higher is available.
Issue #1716008 by naquah: Fixed Function name misspelling.
Fixed reference to deleted OperatorSpacingSniff.
Issue #1665116: Fixed Inconsistent reporting of missing doc comments.
Removed our own OperatorSpacing sniff and referenced the sniff from Squiz instead.
Issue #1707070: Fixed function comment sniff throws wrong errors for malformed comment closings.
Added lower case PHP function sniff from Squiz.
Updated closing brace sniff from PEAR standard.
Fixed curly braces are not enforced for elseif control structures.
Disabled postprocessor that realigns equal signs of multiple variable assignments.
Fixed coder_exec_processors() to not invoke disabled processors.
Fixed needless working directory change in Windows command script.
Replaced operator spacing sniff with a modified copy from Squiz. Code reuse hooray!
Added a sniff for upper case language keywords, i.e. 'global'.
Added a comment why we want to have the info file.
Issue #1372998: Moved info file to subdirectoy so that drush download does not assume this is a Drupal module.
Issue #1559536 by TravisCarden, klausi: Fixed False positive/Support @link...@endlink standards. Fixed coding standards in LineLengthSniff.
Loading