Corrected spelling error
[lhc/web/wiklou.git] / includes /
2004-06-19 Tim StarlingCorrected spelling error
2004-06-19 Tim StarlingShow category links in preview
2004-06-19 Tim StarlingAllow use of DatabaseFunctions even when errors are...
2004-06-18 Tim Starlingfixed error handling (at least partially)
2004-06-18 Antoine Mussosome comments at top
2004-06-18 Brion VibberSome escaping fixes
2004-06-18 Tim StarlingYet more missing spaces from SQL, after single quote...
2004-06-17 Antoine MussoUgly fix for skins that dont extends Skin:specialPagesL...
2004-06-17 Antoine Musso* doExponant() function. Convert ^^th^^ in <small>...
2004-06-17 Antoine Mussoremoving useless comment
2004-06-17 Antoine MussoEXPERIMENTAL: Stop requiring skin classes we do not...
2004-06-17 Antoine Musso* function style : foobar() {
2004-06-17 Antoine Mussotrivial double to single quotes migration
2004-06-15 Gabriel Wickesilence list, not sure if the port should always be set
2004-06-15 Gabriel Wickeencode the section anchor part of links properly, ...
2004-06-15 Gabriel Wickeadded id for copywarn message on edit page
2004-06-15 Tim StarlingExperimental support for the "link" type old entries...
2004-06-15 Tim StarlingBringing the load balancer to the main branch. Still...
2004-06-14 Antoine Mussousing LIKE "%sysop%" to allow listing of sysops with...
2004-06-14 Tim Starlingfixed notice
2004-06-14 Tim StarlingStoring IP in RC. Off by default. Tested:
2004-06-14 Antoine Mussosort admin list A->Z
2004-06-14 Tim Starlingfixed bug for PHP <4.3.0
2004-06-14 Gabriel Wicketypo prevented standard skin user stylesheet from working
2004-06-14 Antoine MussoFix bug #972025 : stop considering article name startin...
2004-06-14 Tim Starlingfixed bug with interwiki prefixes in the URL, apparentl...
2004-06-13 Tim Starlingfixed bug due to removal of whitespace in the middle...
2004-06-13 Brion VibberRemove broken paren
2004-06-13 Antoine MussoRecommiting.
2004-06-13 Antoine Musso* Don't show Special:Popularpages if the counters are...
2004-06-12 Antoine Mussofix isWindows to wfIsWindows.
2004-06-12 Antoine Mussoadd the new list admins special page
2004-06-12 Antoine MussoisExpensive get default value
2004-06-12 Antoine MussoMigrated as a QueryPage extension
2004-06-12 Antoine Musso* comment at top
2004-06-12 Tim Starlingoops, removed random speculation
2004-06-12 Tim Starlingchanged code formatting, changed parser hook calling...
2004-06-12 Tim StarlingwfSetRef doesn't work, making isWindows() function...
2004-06-12 Brion VibberThe ampersand for references is unnecessary when the...
2004-06-12 Brion VibberOn emergency abort check if headers have already been...
2004-06-12 Arne Heizmann<tr id="toctitle"> for the first table row in a TOC
2004-06-12 Brion VibberPreparing for beta3...
2004-06-12 Brion VibberQuote backslash slipup. Cosmetic.
2004-06-12 Brion VibberDetect bad titles on watchlist (shouldn't happen, but...
2004-06-12 Antoine Mussorecommiting specialpages loading fix as the BoardVote...
2004-06-12 Brion VibberRevert postgresql changes pending further testing and...
2004-06-12 Gabriel Wickemore cssification of diff rendering, some " -> ' in...
2004-06-12 Gabriel Wicketypo
2004-06-11 Brion VibberUndo change that stopped Wikipedia from running at all
2004-06-11 Brion VibberRemove damage to diffs
2004-06-11 Antoine Mussodo not instant Special* objects if user is not requesti...
2004-06-11 Domas Mituzasuse wfLimitResult
2004-06-11 Domas Mituzasde-mysql: remove REPLACE INTO and DELETE .. LIMIT for...
2004-06-11 Domas MituzasPG: user->"user"
2004-06-11 Domas MituzasPG: old->"old"
2004-06-11 Domas Mituzasold->"old"
2004-06-11 Domas Mituzaschange user into "user" for PG
2004-06-11 Domas Mituzasdon't use OR on empty variables
2004-06-11 Domas Mituzas* pg old->"old"
2004-06-11 Domas Mituzastable name old->"old" for PG
2004-06-11 Domas Mituzas* use different timestamp parsing regexps for PG/MySQL
2004-06-11 Domas Mituzas* table name: use "old" instead of old for PG
2004-06-11 Domas Mituzas* abstraction layer fixups
2004-06-11 Domas Mituzastitle length code fixup (get rid of SHOW COLUMNS FROM...
2004-06-11 Domas Mituzas* change REPLACE INTO to DELETE/INSERT for nonmysql
2004-06-11 Domas Mituzasallow empty condition for wfGetSQL()
2004-06-11 Domas Mituzasadd wfLimitResult, for LIMIT/OFFSET compatibilities
2004-06-11 Domas Mituzas* fix affected_rows, uses resultset instead of connecti...
2004-06-11 Brion VibberConverted remaining latin-1 localizations to UTF-8...
2004-06-10 Jens FrankFix sorting of subcategories without a sortkey. Use...
2004-06-10 Gabriel Wickeno css for IE4
2004-06-10 Gabriel Wickeid 'historysubmit' on lower submit button for changing...
2004-06-10 Gabriel Wickeids on submits
2004-06-10 Antoine Mussoselect less fields from sql.
2004-06-10 Domas MituzasUse DatabaseFunctions layer instead of copy-paste one :)
2004-06-10 Domas Mituzasadded wfFetchRow() besides wfFetchObject. Used by objec...
2004-06-10 Jens Frankuse sortkey for subcategories, too
2004-06-10 Antoine Mussotypo sorry
2004-06-10 Antoine Mussofunction getAllParentCategories:\n - possible notice...
2004-06-10 Domas Mituzas* PostgreSQL does not have buffered/unbuffered modes.
2004-06-10 Brion VibberWork around search with invalid title dying with bad...
2004-06-09 Antoine Mussofix bug 969826 related to single to double quotes
2004-06-09 Gabriel Wickedon't include generated stylesheet
2004-06-09 Antoine Mussofix for enhanced recent change list that use javascript...
2004-06-09 Gabriel Wickemissed another one...
2004-06-09 Gabriel Wickeanother ' bug
2004-06-09 Domas Mituzasget rid of 'use index' for nonmysql
2004-06-09 Domas MituzasRemove 'LOW_PRIORITY' for non-mysql
2004-06-09 Domas MituzasRemove 'USE INDEX' for non-mysql
2004-06-09 Domas Mituzas* fixed indexExists
2004-06-09 Domas Mituzas* include required Database object (according to databa...
2004-06-09 Domas MituzasAdd database type (demysql code)
2004-06-09 Gabriel Wickearrow was still missing
2004-06-09 Gabriel Wickeanother quote bug
2004-06-09 Gabriel Wickesmall bug in " -\> ' conversion
2004-06-09 Gabriel Wickeset ctype in any case for gen
2004-06-09 Gabriel WickeReworked css include/pref/tooltip/accesskey subsystem
2004-06-09 Tim Starlingfixed bug involving single quotes, causing deletion...
2004-06-09 Tim StarlingHiero and timeline as fully modular extensions. To...
2004-06-09 Jens FrankDon't show underscores instead of spaces for subcategor...
next