lhc/web/wiklou.git
2005-04-24 Jens FrankBUG#1644 - Fix: "Next #" link is displayed even if...
2005-04-24 Tim StarlingMade updateSpecialPages.php more robust to database...
2005-04-24 Tim Starlingreconnect when the connection is lost. This hopefully...
2005-04-24 Tim StarlingSpecial:DoubleRedirects no longer returns false positives
2005-04-24 Brion Vibber* (bug 1963) Fix deletion log link when $wgCapitalLinks...
2005-04-24 Tim StarlingRemoved unused global
2005-04-24 Tim StarlingNew updateSpecialPages.php script, to update the QueryP...
2005-04-24 Tim Starlingnew function: getBrokenLinksFrom()
2005-04-24 Erik Moellerdon't check for isset() when variable is always initialized
2005-04-24 Erik Moellerinitialize $wgUploadNavigationUrl as false to avoid...
2005-04-24 Erik Moeller1) Enable upload navigation link for non-logged-in...
2005-04-23 Ævar Arnfjörð... * (bug 1754) Patch by Anders Wegge Jakobsen: Both Atom...
2005-04-23 Ævar Arnfjörð... * Removed the troublesome regular expression in isValid...
2005-04-23 Ævar Arnfjörð... * Fixed bogus arrows in 'previousdiff' and 'nextdiff'
2005-04-23 Ævar Arnfjörð... * Removed getMathNames()
2005-04-23 Ævar Arnfjörð... * Removing $wgDefaultUserOptionsPt, languages shouldn...
2005-04-23 Ævar Arnfjörð... * Removing comments relating to $wgDefaultUserOptions
2005-04-23 Ævar Arnfjörð... * Making $wgUserToggles an associative array has some...
2005-04-23 Tim Starlingoops
2005-04-23 Tim StarlingImplemented query group feature, needed for slow querie...
2005-04-23 Tim StarlingRearranged flow to remove unnecessary debug output
2005-04-23 Brion VibberChanges to raw page security handler:
2005-04-23 Brion VibberBugfix: actually send the error message given to wfHttp...
2005-04-22 Zheng Zhureverting...
2005-04-22 Zheng Zhufix bug 1950. probably need to look at all other langua...
2005-04-22 Brion Vibber* (bug 1950) Call parent constructor so converter is...
2005-04-22 Brion Vibber* (bug 1949) Profiling typo in rare error case
2005-04-22 Ævar Arnfjörð... * New look for the exif metadata.
2005-04-22 Brion VibberAdd parser test case for a bug 361 case that's still...
2005-04-22 Brion VibberAdd parser test case for bug 1830 (passes in 1.5 code)
2005-04-22 Magnus ManskeNote for Windows users how to enable EXIF functions
2005-04-22 Brion VibberRemove reference parameters on make*LinkObj() methods...
2005-04-22 Brion VibberDisable EXIF display if the PHP EXIF module isn't avail...
2005-04-22 Brion VibberDon't try to drop a column that doesn't exist. That...
2005-04-21 Brion VibberDon't hide email notification preferences when user...
2005-04-21 Brion VibberRemove unnecessary quoting on table names which breaks...
2005-04-21 Ævar Arnfjörð... * Adding img_metadata to image
2005-04-21 Ævar Arnfjörð... * Moving img_exif to img_metadata, makes more sense...
2005-04-21 Ævar Arnfjörð... * Adding a new message 'exifdata', and translating...
2005-04-21 Ævar Arnfjörð... * Moving hardcoded styles into CSS.
2005-04-21 Ævar Arnfjörð... * Removed exifReader.inc and added a function which...
2005-04-21 Ævar Arnfjörð... * Show exif data after the image not before it.
2005-04-21 Magnus ManskeAdd img_exif field
2005-04-21 Magnus ManskeAutomatic EXIF update upon viewing
2005-04-21 Magnus ManskeAdded img_exif blob to image table; now using this...
2005-04-21 Ævar Arnfjörð... * Indent.
2005-04-21 Brion Vibber* (bug 1938) Fix normalization of character references...
2005-04-21 Magnus ManskeMoving EXIF data retrieval to Image class
2005-04-21 Brion VibberSpecial:Debug hasn't been active in a while and was...
2005-04-21 Brion Vibbersnip redundant line
2005-04-21 Ævar Arnfjörð... * Fixed a typo
2005-04-21 Magnus ManskeAdding patched EXIF data display on image page, based...
2005-04-21 Brion Vibber* (bug 1163) Special:Undelete showed oldest revision...
2005-04-21 Ævar Arnfjörð... * (bug 1931) cleanup, removing unused code and variables.
2005-04-21 Brion Vibber* (bug 1636) Refs like ţ were misinterpreted...
2005-04-21 Brion VibberCorrect test for 1636, mark ISBN 1937 pb
2005-04-21 Brion VibberTest case for bug 1636
2005-04-21 Ævar Arnfjörð... * Adding a PMID test, currently fails (unless we like...
2005-04-21 Ævar Arnfjörð... Using sprintf "%.2f" to output the final percentage
2005-04-21 Ævar Arnfjörð... * Cleaned up
2005-04-21 Ævar Arnfjörð... * Fixing a bug that happened with a certain mix of...
2005-04-21 Zheng ZhuFix my last broken fix (that caused bug 1899)
2005-04-21 Brion VibberTidy's & normalization is kind of weird and doesn't...
2005-04-21 Brion VibberFix handling of valueless attributes
2005-04-21 Zheng ZhuBypass conversion if the page being displayed is the...
2005-04-20 Ævar Arnfjörð... * These the expected output for two tests was incorrect...
2005-04-20 Brion Vibber* (bug 1188, bug 1936) Only run strip and sanitize...
2005-04-20 Brion VibberAdd another test case to make sure subst fixes don...
2005-04-20 Brion VibberAdd test cases for bug 1188 and bug 1936: subst problems
2005-04-20 Brion Vibber* Use in-process Tidy extension if available when ...
2005-04-20 Jens FrankFix
2005-04-20 Jens FrankRevert.
2005-04-20 Jens FrankAdd rev_text_id during upgrade from 1.4 before calling...
2005-04-20 Tim StarlingSetup.php-DateFormatter was using a lot of CPU time...
2005-04-20 Brion Vibber* (bug 1933) Fix PATH_INFO usage under IIS with PHP...
2005-04-20 Ævar Arnfjörð... * Quickbar settings => Quickbar
2005-04-20 Ævar Arnfjörð... * formatNum is no longer optional
2005-04-20 Jens FrankTypo
2005-04-20 Ævar Arnfjörð... * Using a real JPEG file as our image testcase (skins...
2005-04-20 Zheng Zhu- Added general interface for handling special flags...
2005-04-20 Brion VibberInsert an image table row for the test image
2005-04-19 Brion Vibber* (bug 1927) Incorrect escaping on wikitext message...
2005-04-19 Ævar Arnfjörð... * (bug 1300) patch from Michael Keppler to make the...
2005-04-18 Domas MituzasAdd external repositories support for Revision, would
2005-04-18 Tim StarlingLessons learnt from installing MediaWiki with safe_mode...
2005-04-18 Tim StarlingFixed obvious bug
2005-04-17 Brion Vibber* (bug 1107) Work around includes problem when parent...
2005-04-17 Ævar Arnfjörð... * Cleanup.
2005-04-17 Ævar Arnfjörð... * (bug 1910) Localized all the namespaces for Georgian.
2005-04-17 Tim Starling* When an image is changed, invalidate pages that use it.
2005-04-17 Tim StarlingDon't use the parser cache for non-existent articles
2005-04-16 Ævar Arnfjörð... * (bug 510): Special:Randompage now works for other...
2005-04-16 Ævar Arnfjörð... * (bug 510) added the ability to do Special:Randompage...
2005-04-16 Ævar Arnfjörð... * (bug 1352) Images on description pages now get thumbn...
2005-04-16 Ævar Arnfjörð... * (bug 1105)
2005-04-16 Tim StarlingFeature: user can specify upload destination name,...
2005-04-16 Tim StarlingConversion from 1.4 schema, zero downtime
2005-04-16 Tim StarlingSupport for non-standard commons configurations
2005-04-16 Tim StarlingFixed various bugs with new image code, changed thumbna...
2005-04-16 Tim StarlingFixed some obvious bugs with the new code and implement...
next