| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/54056
|
|
|
|
|
|
|
|
| |
The loss of specific names would create a visible name conflict; when you've got "MySQL.php" open, what the hell is it? Is it the DatabaseMySQL class? Some other random MySQL-related thing? Update.php is also confusing -- we have an update.php which is a command-line script.
Don't do these confusing names; there's no pressing functional need to move the files at all, but if you must move them at least keep their distinct names so I can find my code.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/36480
|
|
|
|
|
|
|
| |
search/*.php
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/36413
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/36412
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/36403
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Doxygen documentation update:
* Changed alls @addtogroup to @ingroup. @addtogroup adds the comment to the group description, but doesn't add the file, class, function, ... to the group like @ingroup does. See for example http://svn.wikimedia.org/doc/group__SpecialPage.html where it's impossible to see related files, classes, ... that should belong to that group.
* Added @file to file description, it seems that it should be explicitely decalred for file descriptions, otherwise doxygen will think that the comment document the first class, variabled, function, ... that is in that file.
* Removed some empty comments
* Removed some ?>
Added following groups:
* ExternalStorage
* JobQueue
* MaintenanceLanguage
One more thing: there are still a lot of warnings when generating the doc.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/35098
|
|
|
|
|
|
|
| |
Some general cleanup on search backend code style :)
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/32143
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/26269
|
|
|
|
|
|
|
|
| |
* (bug 10699) Fix for MySQL phrase search
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/25794
|
|
|
|
|
|
|
| |
mess with the files and add trailing whitespace. (Yes, I looked over every one and reverted those that were bogus. Slash-enter a million times in less worked well enough, although it was a bit mind-numbing.)
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/23531
|
|
|
|
|
|
|
|
|
| |
* Add @addtogroup tags to various classes, to try and group conceptually-related classes together.
* Add brief descriptions to various Special pages, thanks to Phil Boswell.
* Moving some docs to be right above the classes they represent, so that they are picked up.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/21402
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Convert "$dbw =& wfGetDB( DB_MASTER );" --> "$dbw = wfGetDB( DB_MASTER );"
* convert "$skin =& $wgUser->getSkin();" --> "$skin = $wgUser->getSkin();"
For the time being have not changed the function definitions of wfGetDB() or User::getSkin() [i.e. they are still both return-by-ref], so as to ensure the interface does not change for extensions [some of which may still be trying to run on PHP4 environments]. However presumably at some point this can be changed too.
Also includes tiny tweak to newlines in parserTests - will show 1 rather than 2 newlines between the "Reading tests from" strings when in quiet mode.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/19598
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/19502
|
|
|
|
|
|
|
| |
unused local vars, removing unused globals, replacing extract() where simple to do, declaring output arrays before calling preg_match(), and so forth.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/17991
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/14600
|
|
|
|
|
|
|
| |
experimental changes. They will be recommitted when they work. :)
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/14516
|
|
|
|
|
|
|
|
|
|
|
| |
* remove require_once() throughout whole code, yet left in few places
* move global functions in HttpUtils, ProxyTools, Credits to class methods
* php5 only: __autoload() now used, combined with class->file map and require()
* move initialization of $wgValidSkinNames to Skin::getSkinNames()
* few more changes that will surely break stuff.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/14513
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/13489
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/12476
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/12472
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/11745
|
|
|
|
|
|
|
|
| |
* Reduce some duplicated code between MySQL 3 and 4 classes
* Generalize some things to better support Lucene search plugin
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/9144
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/9140
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* This will allow the backend text storage to use different id numbers
* Revisions noting metadata changes can be added to history without duplicating text
(implemented for page move)
This changes the revision table schema and requires running update.php
or maintenance/archives/patch-rev_text_id.sql on existing test wikis.
PostgreSQL table defs are still not in sync, so not updated.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/7964
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/7278
|
|
|
|
|
|
|
|
|
| |
searchindex
[forward port from REL1_4]
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/6983
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/6825
|
|
|
|
|
|
|
|
|
| |
* Page moves/overwrites are a little iffy
* Compression might not be working right
* Profit!
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/6710
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/6549
|
|
|
|
|
|
|
|
| |
* add SearchEngine*::update() and updateTitle()
* move sql queries from SearchUpdate to SearchEngine* (update and updateTitle()
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/6468
|
|
* Removed 'fuzzy title search', it's not been maintained and generally produces unexpected and unwanted results
* Separated search guts (in SearchEngine) from display/control (in SpecialSearch)
* Extracted MySQL3 and MySQL4 variants to subclasses
* Added PHPUnit tests for MySQL3 and MySQL4 search engines, which try to use temporary tables to fiddle in (if configured)
* comments n stuff
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/5980
|