| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Reformat existing documentation to match the format
Change-Id: I190b54b5e962f17bab6502dd1b3c02f11dc926d2
|
|
|
|
|
| |
Bug: T260354
Change-Id: Ib9f2f6ac18c92999d815872d7c0410d3c57cf92e
|
|
|
|
|
|
|
|
|
|
|
| |
Updated Doxygen markup in several .php files triggering warnings when mwdocgen.php is executed. Removed
obsolete settings MSCGEN_PATH and TCL_SUBST from Doxyfile. The former would generate a warning in 1.8.16
while TCL support was removed in 1.8.18. Since TCL_SUBST was blank anyway, it was removed prior to getting
to .18 in production. Increased DOT_GRAPH_MAX_NODES from 50 to 200 since Doxygen complained about it being
too low for API and Maintenance.
Bug: T248706
Change-Id: I9c67f0807d1b43089d351263d4f591dee5501f36
|
|
|
|
| |
Change-Id: Ic0dcd3d8190a207f8dc0ed23ec568d59d4f482d6
|
|
|
|
|
|
|
| |
Still doc-only, this ends the easy part.
Bug: T231636
Change-Id: I51f180edc57d96322b9cd46e6a32aeffcbdc3bed
|
|
|
|
| |
Change-Id: I494b029de089a07e3b946ee78293a12d5036f63e
|
|
|
|
|
|
|
| |
In phpcs.xml rename renamed sniffs and add the failing sniffs,
because now the whole sniff is no longer excluded.
Change-Id: If5b0bd16028761abc2c47ace9e97d37ad14bb36f
|
|
|
|
| |
Change-Id: If7e8a8ff574661fd827de8bcec11d2c39a687300
|
|
|
|
| |
Change-Id: I9f8c2576f511419e77e9b6f10c96a43e5d69704e
|
|
|
|
| |
Change-Id: I7b2b13b9315891561d2d8cc04a12ecad2dc73d70
|
|
|
|
| |
Change-Id: I8c8d85b32a8aba21e14d2a2dde4c25eb509186c1
|
|
|
| |
Change-Id: I98e44cdffb0fc0d729f69f702799139afb988c20
|
|
|
|
| |
Change-Id: I7cf7206696a5e77bc02e3630d1d88d4c176ea844
|
|
This is a set of classes written for Echo to simplify writing
maintenance scripts that iterate over an entire table and update
some of those rows.
This has shown to be reusable elsewhere, especially the BatchRowIterator
class and will be useful to have generally avilable in core. The Echo
classes are all prefixed with the Echo name so there wont be any
conflict is both are installed.
Change-Id: I64c1751106caf34f41af799dbaf8794115537f06
|