| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/5665
|
|
|
|
|
|
|
| |
changed some double quotes to single and used function foo () { shema
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/5069
|
|
|
|
|
|
|
| |
Phpdocumentor
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/5032
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
converting static SQL, which also means no installation. But it has been tested by creating the tables in the ordinary way and then renaming them
* DB_WRITE now called DB_MASTER, DB_READ now called DB_SLAVE
* Converted to use SQL wrapper functions instead of direct SQL in various places
* Experimental method for preserving the chronological order of events when slave servers are used. Untested.
* Fixes to the new post-parse existence test feature
* Some.. other stuff
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/4318
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
with a table that stores up to 1000 rows for each 'expensive' special
page. This can be paged through, reducing the annoyingness of 50 result
limits on the old system.
Rebuilding the cache can be forced by adding "recache=1" URL parameter,
but this will need to be refined with some sort of controls to prevent
abuse.
Added the user realname update to the installer's updater list, also.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/3513
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/3502
|
|
|
|
|
|
|
|
| |
languages which need to use localized (decimal) digits. Sample implementation
for Arabic.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2624
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2485
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2365
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2343
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the special query pages were pretty much identical. I copy-and-pasted one to
make the one I was working on, and I realized that that was Wrong.
So, I took the common elements and made them into a class, QueryPage.php.
Then, I derived each of the existing special pages from QueryPage, and
overrode places where they differed. This is a Recipe pattern, btw, for
those of you following along at home.
Anyways, the upshot is that the query pages are a lot shorter, with just the
essentials that make them different from other query pages, and there's one
place to make big UI changes for all queries.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/2120
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/1956
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/1681
|
|
|
|
|
|
|
| |
upload license notes and mysql4 fulltext support (not ready yet)
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/1378
|
|
|
|
|
|
|
| |
watnedpages
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/1319
|
|
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/1284
http://mediawiki.org/wiki/Special:Code/MediaWiki/1286
|