Reverting this for the moment.
[lhc/web/wiklou.git] / includes /
2005-06-25 Brion VibberReverting this for the moment.
2005-06-25 Magnus ManskeSpecial::Export extension "list all articles since...
2005-06-25 Brion Vibber* (bug 996) Replace $wgWhitelistEdit with 'edit' permis...
2005-06-25 Ævar Arnfjörð Bjar... * (bug 2510) Using $wgRequest->getRequestURL() instead...
2005-06-24 Ævar Arnfjörð Bjar... * Putting the [] invert checkbox to the right of 'Go...
2005-06-24 Ævar Arnfjörð Bjar... * Removed htmlspecialchars(), everything given to setSu...
2005-06-24 Ævar Arnfjörð Bjar... * Removed htmlspecialchars(), everything given to setSu...
2005-06-24 Ævar Arnfjörð Bjar... * Everything given to setSubtitle() is now parsed for...
2005-06-24 Ævar Arnfjörð Bjar... * Whitespace
2005-06-24 Ævar Arnfjörð Bjar... * Removing the second check for MEDIAWIKI, already...
2005-06-24 Ævar Arnfjörð Bjar... * Removed stray #
2005-06-24 Ævar Arnfjörð Bjar... * Removed stray #
2005-06-24 Ævar Arnfjörð Bjar... * Added a new magic word, {{SERVERNAME}}, that returns...
2005-06-23 Brion Vibber* (bug 2495) tyop
2005-06-23 Brion Vibber* (bug 2493) code cleanup
2005-06-23 Brion VibberRemove asksql priv from standard definitions; it's...
2005-06-23 Brion Vibber* Trim whitespace from option values to weather line...
2005-06-22 Brion Vibber* (bug 1577) Add 'printable version' tab in MonoBook...
2005-06-22 Brion Vibber* (bug 2488) Format 'deletedtext' message as wikitext
2005-06-22 Brion Vibber* (bug 2178) Fix temp dir check again
2005-06-22 Magnus Manskevalidation feature updates
2005-06-22 River Tarnellinclude error in debug output
2005-06-22 Brion Vibber* Restored prior text for password reminder button...
2005-06-22 Ævar Arnfjörð Bjar... * Settings the copyright confirmation box to off by...
2005-06-22 Ævar Arnfjörð Bjar... * The copyright confirmation box at Special:Upload...
2005-06-22 Ævar Arnfjörð Bjar... * Corrected comments
2005-06-22 Ævar Arnfjörð Bjar... * Special:Statistics now supports action=raw, useful...
2005-06-21 Brion VibberMake an attempt to fix some more problems:
2005-06-21 Brion VibberRemove leftover junk
2005-06-21 Magnus Manskefixes to broken HTML messages; table markup now CSS
2005-06-21 Ævar Arnfjörð Bjar... * Displaying namespace subheadings on Special:Watchlist...
2005-06-21 Ævar Arnfjörð Bjar... * Removed <p> being passed to addWikiTexT(), the parser...
2005-06-21 Ævar Arnfjörð Bjar... * Fixed a bug in Special:Contributions that caused...
2005-06-20 Ævar Arnfjörð Bjar... s/���/&rarr;/
2005-06-20 Ævar Arnfjörð Bjar... * {{PATH}} => {{SCRIPTPATH}}
2005-06-20 Ævar Arnfjörð Bjar... * MAG_PATH renamed to MAG_SCRIPTPATH
2005-06-20 Ævar Arnfjörð Bjar... * Using wfSupressWarnings() to avoid warnings on corrup...
2005-06-20 Brion Vibber* (bug 2462 etc) Taking out the experimental dash conve...
2005-06-19 Brion Vibber* (bug 2459) Correct escaping in Special:Log prev/next...
2005-06-19 Brion Vibberwhitespace
2005-06-19 Ævar Arnfjörð Bjar... * plain & is invalid in XML
2005-06-19 Ævar Arnfjörð Bjar... * Using {{PATH}} rather than $wgScriptPath
2005-06-19 Ævar Arnfjörð Bjar... * A new magic word, {{PATH}}, returns $wgScriptPath
2005-06-19 Ævar Arnfjörð Bjar... * Special:Imagelist displays titles with " " instead...
2005-06-19 Ævar Arnfjörð Bjar... * Using ��� rather than => (like Special:Doubleredirects)
2005-06-19 Ævar Arnfjörð Bjar... * (bug 2457) The href on the "special page" tab was...
2005-06-19 Ævar Arnfjörð Bjar... * sprintf("%-75s %6s %13s %13s %13s %9s %14s %14s...
2005-06-19 Tim Starlingfixed checked-in conflict marker
2005-06-19 Brion Vibber* Special:Upload now uses 'upload' permission instead...
2005-06-19 Brion Vibber* Changed $wgGroupPermissions to more cut-n-paste-frien...
2005-06-19 Brion Vibber* badaccess/badaccesstext to supercede sysop*, develope...
2005-06-19 Tim Starlingstats changes ported from 1.4
2005-06-19 Tim Starlingvarious load balancing tweaks
2005-06-19 Tim StarlingUser time profiling, uncomment to use
2005-06-19 Tim Starlingported changes to SORBS check from 1.4
2005-06-19 Tim Starlingported refreshLinks.php improvements (and associated...
2005-06-19 Tim Starlingported site_stats change from 1.4
2005-06-18 Brion VibberCode cleanup: initialize the array variable rather...
2005-06-18 Brion Vibber* Less gratuitous munging of content sample in delete...
2005-06-18 Brion VibberUse Language::truncate()
2005-06-18 Alexander SigachovUpdate from language.php 1.560 to 1.564
2005-06-18 Tim StarlingGeneric cygwin hack
2005-06-18 Ævar Arnfjörð Bjar... * @ in case $bar is undefined
2005-06-18 Ævar Arnfjörð Bjar... * Bah, this extracttags hack sucked
2005-06-18 Ævar Arnfjörð Bjar... * Moved $text alteration statement, should only be...
2005-06-18 Ævar Arnfjörð Bjar... * (bug 2374) Allow extension tags to be terminated...
2005-06-17 Brion VibberFix up getMessage() on WikiError
2005-06-16 Brion Vibber* (bug 2421) cleanup $wgNamespacesWithSubpages,
2005-06-16 Brion Vibber* (bug 1805) Initialise $wgContLang before $wgUser
2005-06-16 Brion Vibber* (bug 873) Fix usage of createaccount permission;...
2005-06-16 Brion Vibber* (bug 1702) Display a handy upload link instead of...
2005-06-16 Brion Vibber* Fix ordering of Special:Listusers; fix groups list...
2005-06-16 Brion Vibber* Added wfMsgHtml() function for escaping messages...
2005-06-14 Brion Vibber* (bug 2408) page_is_new was inverted (whoops!)
2005-06-14 Brion Vibber* Guard Special:Userrights against form submission...
2005-06-14 Brion VibberSomebody broke this.
2005-06-14 Anders Wegge Jakobsen(bug 2171) The parser is not totally reentrant
2005-06-13 Jens Frank(bug 2400) don't send confirmation mail on account...
2005-06-13 Jens FrankBUG#2292 - catch 'null' return values for getThumbnail()
2005-06-12 Tim Starlingported clock skew fudge from 1.4
2005-06-12 Magnus ManskeValidation feature misc updates
2005-06-12 Brion Vibber* (bug 2394) Undo incompatible breakage to {{msg:}...
2005-06-11 Brion Vibber* (bug 2384) Fix typo in regex for IP address checking
2005-06-11 Brion Vibber* (bug 2372) Fix rendering of empty-title inline interw...
2005-06-10 Brion Vibber* (bug 2367) Insert correct redirect link record on...
2005-06-10 Brion Vibber* (bug 2368) Avoid fatally breaking PHP 4.1.2 in a...
2005-06-09 Brion VibberTake steward out of the default install; use in the...
2005-06-09 Brion VibberRework the user_groups system, again, into something...
2005-06-06 Brion VibberFix for bug 2319, accidentally reverted in last checkin
2005-06-06 Brion Vibber* Disallow close tags and enforce empty tags for <hr...
2005-06-06 Brion Vibber* (bug 2309) Allow templates and template parameters...
2005-06-06 Brion Vibber* (bug 2334) Accept null for attribs in wfElement witho...
2005-06-06 Brion Vibber* (bug 1976) fix shared user database with a table...
2005-06-05 Brion Vibber* (bug 2329) Fix title formatting in several special...
2005-06-04 Brion Vibber* (bug 2319) Fix parse hook tag matching
2005-06-03 Brion VibberBump to 1.5alpha2 1.5.0alpha2
2005-06-03 Brion Vibber* (bug 814) Integrate AuthPlugin changes to support...
2005-06-03 Brion Vibber* (bug 684) Accept an attribute parameter array on...
2005-06-03 Brion Vibber* (bug 2130) Fixed interwiki links with fragments
2005-06-02 Brion Vibber* Removed -f parameter from mail() usage, likely to...
next