Subversion/Code review/tags
Appearance
(Redirected from Code review tags)
This page is obsolete. It is being retained for archival purposes. It may document extensions or features that are obsolete and/or no longer supported. Do not rely on the information here being up-to-date. MediaWiki used the Subversion version control system, but has since migrated MediaWiki core and nearly all extensions to Git. |
Part of the Subversion/Code review/guide.
Tag | Meaning | ||
---|---|---|---|
General | |||
parser | Parser | ||
frontend | CSS & JavaScript & jQuery | ||
api | Commits that deal with the API (includes extension modules) | ||
needs-php-test | Added functionality in PHP code in need of a unit test. Tag should be kept until sufficient follow-up commit(s) adding unit tests are also reviewed. | ||
needs-js-test | Added functionality in JavaScript code in need of a unit test. Tag should be kept until sufficient follow-up commit(s) adding unit tests are also reviewed. | ||
i18nreview | Internationalization & localisation | ||
scaptrap | Gotchas for deployments and upgrades. See the code review guide. Tag should be kept even after review. | ||
design | This revision requires visual review aside from the code. | ||
schema | Database schema change | ||
nodeploy | Commits in trunks, release branches or WMF used extensions that should not be deployed to the cluster till further discussion is reached. | ||
Branching (see also Branch points) | |||
1.20revert | Remove from 1.20 trunk, re-do when trunk is 1.21+ | ||
1.19 | Merge from trunk to branches/REL1_19. | ||
1.19wmf1 | Merge from trunk to branches/wmf/1.19wmf1 | ||
1.19revert | Remove from 1.19 trunk, re-do when trunk is 1.20+ | ||
1.18 | Merge from trunk to branches/REL1_18. | ||
1.18wmf1 | Merge from trunk to branches/wmf/1.18wmf1 | ||
post118deploy | This revision should be pushed to the cluster, but it can wait until the dust settles. | ||
1.18revert | Remove from 1.18 trunk, re-do when trunk is 1.19+ | ||
reverted1.18 | Removed from 1.18, but may still need trunk review/fixme. | ||
old fixmes that were deemed ok to deploy as part of 1.18, but should still be fixed for 1.19. | |||
Merge from trunk to branches/wmf/1.17wmf1. | |||
Merge from trunk to branches/REL1_17. | |||
Remove from 1.17 trunk, re-do when trunk is 1.18+ | |||
Merge from trunk to branches/REL1_16. | |||
live | Hack in a wmf-branch. Revert or merge to trunk ASAP. |
- Unless otherwise noted, tags are to be removed after the revision is dealt with
Reviewer assignment
[edit]If a revision has been assigned to be reviewed by someone, it gets the tag of that reviewer's name.