Kunal Mehta
6e9b4f0e9c
Convert all array() syntax to []
...
Per wikitech-l consensus:
https://lists.wikimedia.org/pipermail/wikitech-l/2016-February/084821.html
Notes:
* Disabled CallTimePassByReference due to false positives (T127163)
Change-Id: I2c8ce713ce6600a0bb7bf67537c87044c7a45c4b
2016-02-17 01:33:00 -08:00
umherirrender
829886b10a
Fixed some @params documentation
...
Swapped some "$var type" to "type $var" or added missing types
before the $var. Changed some other types to match the more common
spelling. Makes beginning of some text in captial.
Change-Id: I64e8cfe478cb0ba438f40b0631d6e9049cdab567
2014-04-14 12:59:19 +00:00
Siebrand Mazeland
210edff11b
Remove underscore from classes LBFactory_*, LoadBalancer_*, LoadMonitor_*
...
Part of program to remove underscores from class names. Checked core and
600+ extensions for occurrences. All uses are in core in core are updated
in this patch.
Patches for extensions:
* https://gerrit.wikimedia.org/r/#/c/96463/ CentralAuth
* https://gerrit.wikimedia.org/r/#/c/96460/ SimpleSecurity
* https://gerrit.wikimedia.org/r/#/c/96459/ WikiBase
* https://gerrit.wikimedia.org/r/#/c/96472/ Wikimedia configuration
Antoine added tests to test the back compatibility.
Change-Id: I507ba00a83bca8375a0215f00891b47e3c7afb9f
2013-12-26 16:30:15 -05:00
Siebrand Mazeland
a67dc5e269
Update formatting in includes/dao/
...
Change-Id: Id3cfc68ff463831d7cd3329661619c33d70d7085
2013-11-20 05:30:23 +00:00
Tyler Anthony Romeo
4dcc7961df
Fixed @param tags to conform with Doxygen format.
...
Doxygen expects parameter types to come before the
parameter name in @param tags. Used a quick regex
to switch everything around where possible. This
only fixes cases where a primitve variable (or a
primitive followed by other types) is the variable
type. Other cases will need to be fixed manually.
Change-Id: Ic59fd20856eb0489d70f3469a56ebce0efb3db13
2013-03-11 13:15:01 -04:00
jeroendedauw
57e94d6a4f
Made ORMTable and ORMRow non-abstract
...
ORMTable now optionally takes info such as table name and field definitions in its constructor
Change-Id: I9cee11fdb58d4ef57d442f69650c6640d767cfa1
2013-01-18 10:29:20 +01:00
jeroendedauw
38663d9ae4
Fixed documentation
...
Change-Id: I799304e44af405b58207b0f4f1ec4996f17a9c71
2012-11-30 12:41:11 +01:00
daniel
16a461ad4e
Fix per-connection database name in DBAccessBase.
...
Change-Id: I5ac4bfb93f2dfee1e6822f7afd75ff81c0864e43
2012-11-27 19:18:55 +01:00
daniel
1c4cc095b5
Base class for objects accessign databases.
...
DBAccessBase provides utility methods for DB access, including
access to other wiki's databases.
Change-Id: I3c23a5c6e49e4921d48fddd72f2cf28ad1d13a58
2012-11-27 17:52:38 +01:00