| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
http://svn.wikimedia.org/doc/todo.html nicely.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/88355
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/84262
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* QueryPage now uses array-based query building instead of raw SQL
* Converted all QueryPage-based special pages that were using old-style wfSpecialFoo functions to new-style SpecialPage subclasses; this is possible because QueryPage is changed to extend SpecialPage
* Backward compatibility for extensions is partly preserved: getSQL() is fallen back on for QueryPage subclasses that don't implement getQueryInfo(), but getOrder() will be ignored (implement getOrderFields() instead). This also means that dual compatibility (1.18 compat and b/c with pre-1.18) is trivial
Extension changes will be merged after this commit.
These changes make it easier to write an API module for QueryPages (bug 14869); this wasn't done in the branch but will be done in trunk soon.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/78786
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/71099
|
|
|
|
|
|
|
|
|
| |
59 Temple Place -> 51 Franklin Street
Follow up to r68351
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/68354
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/68351
|
|
|
|
|
|
|
| |
This is a global search and replace of NS_IMAGE and NS_IMAGE_TALK with NS_FILE and NS_FILE_TALK respectively in all core files, excluding those already updated in step 1 (r44004).
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/44121
|
|
1) This keeps the filename the same as the classname, which is always nice
2) This avoids duplicate filenames (such as includes/Export.php and includes/specials/Export.php)
So I've at least got a chance of figuring out what file is what still...
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/36481
|