Image redirect fix back in
[lhc/web/wiklou.git] / maintenance /
2006-01-11 Tim StarlingInitialise external storage
2006-01-10 Tim StarlingSimple script to initialise external storage
2006-01-08 Ævar Arnfjörð Bjar... * Including the maintenance/parserTestsParserTime.php...
2006-01-08 Ævar Arnfjörð Bjar... * Magic Word testcases, not all of them and the namespa...
2006-01-08 Ævar Arnfjörð Bjar... * An extension for the parsertests that modifies the...
2006-01-08 Ævar Arnfjörð Bjar... * Return true from the hook function so it won't stop...
2006-01-08 Ævar Arnfjörð Bjar... * Fixed two comment parsertests I made earlier
2006-01-08 Ævar Arnfjörð Bjar... * Adding a noxml option for skipping XML well formdness...
2006-01-08 Ævar Arnfjörð Bjar... * More <!-- comment --> tests, two of which fail
2006-01-08 Ævar Arnfjörð Bjar... * Using var_dump() with output buffering instead of...
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Antoine Mussofix logic, accounts were always deleted!
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2006-01-07 Ævar Arnfjörð Bjar... * (bug 4515) New test: "Sanitizer: Validating the conte...
2006-01-07 Ævar Arnfjörð Bjar... * (bug 4461) New test: 'Sanitizer: Escaping of spaces...
2006-01-07 Ævar Arnfjörð Bjar... * (bug 4373) Parsertest
2006-01-05 Rob Church* Cleanup main code
2006-01-05 Antoine Musso* 80 chars width
2006-01-05 Antoine Musso* use the $option system
2006-01-05 Tim StarlingRemoved $wgLinkCache, converted to a singleton. Removed...
2006-01-04 Tim Starlingsome tweaks, by brion
2006-01-04 Tim Starlingcurrent directory is not reliable
2006-01-04 Rob ChurchTweak script to allow just reporting of the number...
2006-01-04 Rob ChurchMaintenance script to delete unused accounts
2006-01-04 Brion Vibberinclude templatelinks table
2006-01-03 Antoine MussoFix #4418: remove $id and $header that causes conflicts
2006-01-03 Ævar Arnfjörð Bjar... * ...use commandLine.inc
2006-01-03 Ævar Arnfjörð Bjar... * New unit test directory
2005-12-30 Tim Starling* Added templatelinks table. The table currently repres...
2005-12-29 Brion Vibber* Fix for short_open_tag off again; please don't break...
2005-12-26 Domas Mituzaslive extensions to statistics
2005-12-26 Brion VibberUpdated --help text (forgot to commit earlier)
2005-12-24 Brion Vibber* (bug 4377) "[" is not valid in URLs
2005-12-22 Brion VibberRestore clean, tail-friendly output
2005-12-22 Erik Moellerminor doc
2005-12-22 Brion Vibber* (bug 1735) Revamped protection interface
2005-12-20 Ævar Arnfjörð Bjar... * Obsolete REL1_4 schema, shouldn't be in HEAD which...
2005-12-17 Brion Vibber* (bug 1586) Replace _ in db name with - for domain...
2005-12-14 Brion Vibber* Added plugin interface for dumpBackup, so additional...
2005-12-13 Brion Vibber* Fixed --server override on dumpTextPass.php
2005-12-11 Antoine MussoFix 4249 : typo
2005-12-08 Ævar Arnfjörð Bjar... * (bug 3946) Set page_random to RAND() if it equals 0
2005-12-04 Antoine MussoRemove Out::transformBuffer method that does nothing
2005-12-04 Antoine Mussobetter history
2005-12-03 Antoine Mussoquote killing
2005-12-03 Antoine Musso'server' command from live
2005-12-03 Antoine Mussoimplement 'history' command
2005-12-03 Antoine Mussodumb help messages. FIXME
2005-12-03 Antoine Mussocode formatting
2005-12-03 Brion Vibber* Fix XML validity checks in parser tests on PHP 5.1
2005-12-03 Brion VibberAdjust tests for behavior change: interwiki prefixes...
2005-12-03 Brion Vibber* (bug 1850) Allow red-links on image pages linked...
2005-12-03 Brion VibberCorrect corrupted character in test case
2005-12-02 Brion Vibber* Update ipblocks table in MySQL 5 table defs
2005-12-01 Tom Gilderfix SQL comma error
2005-12-01 Tim StarlingFaster IP blocks. Requires schema change.
2005-12-01 Brion Vibber* Don't die() when update.php reaches the end of the...
2005-11-29 Antoine Musso--help ftw !
2005-11-27 Antoine Mussofix usage display
2005-11-26 Ævar Arnfjörð Bjar... * Changed the names of the functions so that they don...
2005-11-25 Ævar Arnfjörð Bjar... * Extra newline for pretty output
2005-11-16 Brion VibberMove check for --help to after the command-line checks...
2005-11-15 Ævar Arnfjörð Bjar... * Password changing script for idiot users with amnesia
2005-11-12 Domas Mituzasadd timestamp key on logging table, in order to avoid...
2005-11-10 Brion Vibber* (bug 2569) Use PATH_SEPARATOR instead of trying to...
2005-11-04 Ævar Arnfjörð Bjar... * Typo: </log> => </loc>
2005-11-04 Ævar Arnfjörð Bjar... * Don't make the url to the sitemap file a full url
2005-11-04 Ævar Arnfjörð Bjar... * Don't get page_is_redirect from page
2005-11-03 Ævar Arnfjörð Bjar... * Be smart about the amount of urls that go into the...
2005-11-03 Ævar Arnfjörð Bjar... * Optimization
2005-11-03 Ævar Arnfjörð Bjar... * Minor shuffling
2005-11-03 Ævar Arnfjörð Bjar... * Update the lastmod timestamp before writing an entry...
2005-11-03 Ævar Arnfjörð Bjar... * Renamed --path to --fspath
2005-11-03 Ævar Arnfjörð Bjar... * Fixed regression: It's now possible to specify a...
2005-11-03 Ævar Arnfjörð Bjar... * The sitemap protocol supports any ISO 8601 timestamp...
2005-11-03 Ævar Arnfjörð Bjar... * Added support for a --path option to dump the output...
2005-11-03 Ævar Arnfjörð Bjar... * Completely rewrote this to use OO
2005-11-02 Ævar Arnfjörð Bjar... * Use page_touched rather than rev_timestamp, not as...
2005-11-02 Ævar Arnfjörð Bjar... * Pretty indenting
2005-11-01 Tim Starlinglonger timeout when fetching interwiki map
2005-11-01 Ævar Arnfjörð Bjar... * Use the preeeeeeeeety count
2005-11-01 Ævar Arnfjörð Bjar... * Use the preeety count
2005-11-01 Ævar Arnfjörð Bjar... * Use the pretty count function
2005-11-01 Ævar Arnfjörð Bjar... * A function for pretty counts
2005-11-01 Ævar Arnfjörð Bjar... * 3 => MW_MATH_SOURCE
2005-11-01 Brion Vibber* (bug 3845) Update attribute.php for 1.5 schema
2005-10-31 Ævar Arnfjörð Bjar... * If you use require_once "./$foo"; the script will...
2005-10-31 Brion VibberQuick demo hack to generate a plaintext link dump,
2005-10-28 Brion Vibber* (bug 3649) Remove obsolete, broken moveCustomMessages...
2005-10-27 Jens FrankAdd DB name to sitemap filenames
2005-10-26 Brion Vibber* (bug 3786) Experimental support for MySQL 4.1/5.0...
2005-10-26 Tim Starlingreally fixed relative path bug
2005-10-25 Ævar Arnfjörð Bjar... * Five new parsertests for <includeonly>, <onlyinclude...
2005-10-25 Tim Starlingfixed relative path bug
2005-10-24 Tim StarlingAvoid hexadecimal directory names where possible
2005-10-23 Tim Starlingadd wiki script, wikipedia-specific
2005-10-23 Tim StarlingSecond attempt at fixing unicode case folding
2005-10-23 Antoine Musso--list : list special pages names
2005-10-22 Brion VibberCommitting various live hacks from Wikimedia servers
2005-10-22 Tim Starling--endid option, minor tweaks
next