include_once -> require_once
[lhc/web/wiklou.git] / includes /
2004-05-07 Tim Starlinginclude_once -> require_once
2004-05-07 Gabriel Wickeadd encoding option
2004-05-06 Gabriel Wickepipe for stderr was troublesome on pages with many...
2004-05-06 Gabriel Wicke* simpler html strip function if tidy is used
2004-05-06 Gabriel Wickeone unclosed br partisan
2004-05-06 Gabriel Wickereturn the uncleaned text if tidy isn't there or if...
2004-05-06 Gabriel WickeNew tidy function that uses html tidy (tidy.sf.net...
2004-05-06 Gabriel Wickesettings for tidy extension
2004-05-06 Jens FrankMerged wfImagePath into Image class
2004-05-05 Gabriel Wickeno javascript: of course
2004-05-05 Gabriel Wickeopen edit help in separate window to work around IE...
2004-05-05 Gabriel Wickeremoved makeUrl functions, now in Skin.php
2004-05-05 Gabriel Wickeadded makeUrl functions to make them available in other...
2004-05-04 Gabriel Wickefloating left option in cologneblue, patch by thetorped...
2004-05-04 Jens Frankmoved some more functions from GlobalFunctions to Image
2004-05-04 Tim StarlingOrphan creating feature -- go redirects to edit if...
2004-05-04 Tim StarlingSpam regex feature
2004-05-04 Tim StarlingInterwiki redirects using prefixes in the URL
2004-05-03 Gabriel Wickeswitch off message expansion. Messages seem to be expan...
2004-05-03 Gabriel Wickeadded way to swich off message expansion
2004-05-02 Gabriel Wicke\n rather than \n (although they both seem to work)
2004-05-02 Gabriel Wickeexperimental fix to the template-inserts-newline-on...
2004-05-02 Gabriel Wicketwo bug fixes: html comments don't add a paragraph...
2004-05-02 Brion VibberDon't load user session in command line mode; this...
2004-05-01 Gabriel Wickeoptional ?ot=php argument to get a copy&pasteable php...
2004-05-01 Gabriel Wicke* namespace-specific 'article' tabs
2004-05-01 Brion VibberFix unicode case conversion for English/UTF-8
2004-05-01 Evan ProdromouFixed quoting in contributors query.
2004-05-01 Gabriel Wicke* note on css/js view about refreshing to see the changes
2004-05-01 Gabriel Wickebah- edit tab was always selected..
2004-05-01 Gabriel Wickethis-\>iseditable, fixes the doubleclick-on-edit-page...
2004-04-30 Gabriel Wickeno escaped version of user css url
2004-04-30 Gabriel Wickeadd section link for talk pages
2004-04-30 Brion VibberDisable the unsafe redirect default on Article::getCont...
2004-04-30 Brion VibberView source fixes:
2004-04-30 Brion VibberFix double-escaping on login/logout return page
2004-04-30 Brion VibberFix the return-to-last-page on login/logout in MonoBook...
2004-04-29 Gabriel Wickemoved the css special case to view(), old versions...
2004-04-29 Gabriel Wickeremoved tawrapper
2004-04-29 Gabriel Wickeallow sysops to edit user styles/js
2004-04-29 Gabriel Wickemoved user css setup to skinphptal, no hardcoded ?
2004-04-29 Gabriel Wickesome IE6 textarea tweaks
2004-04-29 Gabriel Wickewrap user css and js in pre on view
2004-04-29 Brion VibberPartial fix for #595869 ": in URL after ; parsed as...
2004-04-29 Jens FrankRemoved image resizing test, now done in Image::createT...
2004-04-29 Brion VibberDon't create thumbnail images larger than the image...
2004-04-29 Tim StarlingHandy shortcut: paste in an IP address and click go...
2004-04-29 Brion VibberDon't try to extract info from the titles until *after...
2004-04-29 Evan ProdromouFor on-page attribution, only show last ($wgMaxCredits...
2004-04-29 Brion VibberUse dc:creator instead of author in RSS feeds, as RSS2...
2004-04-29 Brion VibberFix use of the <comments> field in RSS feed. It's not...
2004-04-28 Gabriel Wickeuse content types to prevent IE from displaying this
2004-04-28 Gabriel Wickeparser to the rescue to secure the content this returns...
2004-04-28 Gabriel Wickecontent-type restrictions
2004-04-28 Gabriel Wicketypo
2004-04-28 Gabriel WickeUse user-specified css/js if logged in
2004-04-28 Gabriel Wickequick hack to protect css/js subpages of userpages...
2004-04-28 Gabriel Wickecache headers- allow client to cache for one day
2004-04-28 Gabriel Wickecache on the client side
2004-04-28 Gabriel WickeNew, simple method to retrieve the plain source of...
2004-04-28 Gabriel Wickesubpage subtitle shown in monobook now
2004-04-28 Brion VibberAdd a quickie style sheet to make the feeds semi-legibl...
2004-04-28 Brion VibberAdd atom feed <link> when syndication is on.
2004-04-28 Brion VibberLocalize the 'Categories:' link.
2004-04-28 Brion VibberAvoid duplication
2004-04-28 Antoine Musso+Enable Atom support for that script that isn't migrate...
2004-04-28 Erik Moellerfix longstanding bug with section editing where section...
2004-04-28 Antoine Musso+add the "comments" field to rss feeds
2004-04-27 Antoine Mussotime need to follow RFC 822 format ( "r" )
2004-04-27 Gabriel Wickehide currentevents and disclaimer for '-'
2004-04-27 Gabriel Wickehide currentevents and portal if string is '-' again
2004-04-27 Brion VibberFix bad path to magnify clip
2004-04-27 Gabriel Wicke* use images from style dir
2004-04-27 Brion VibberHacking in some RTL support for MonoBook skin. Needs...
2004-04-27 Jens Frank"REPLACE" is a "DB_WRITE" action
2004-04-27 Antoine Mussounlike the (# next) message in most cases.
2004-04-26 Gabriel Wicke* Opera tweaks: fixes for Opera 6 don't influence 7...
2004-04-26 Jens FrankHooks for Erik Zachte's EasyTimeline extension.
2004-04-26 Brion VibberXHTML fixes
2004-04-26 Brion VibberIf the given title is bad, don't die horribly but retur...
2004-04-26 Evan ProdromouBeginnings of on-page author credits. Added code to...
2004-04-25 Brion VibberDisable renaming of category pages (this causes a numbe...
2004-04-25 Brion VibberUse the set page title and HTML title in MonoBook skin...
2004-04-24 Jens FrankwfImageUrl moved from Globalfunctions to Image
2004-04-24 Jens FrankMove image-specific methods to Image-class
2004-04-24 Jens FrankFixed problems caused by merging of a patch which was...
2004-04-24 Brion VibberAdd {{NAMESPACE}} and {{PAGENAME}} magic words. (dori...
2004-04-24 Angela Beesley Sta... Adds the username of the blocking sysop as a variable...
2004-04-24 Jens Frankremoved debugging code
2004-04-24 Jens FrankHandle French typographical rules for spaces before...
2004-04-24 Brion VibberEnable category links by default; this feature is suppo...
2004-04-24 Brion VibberFix category link display for unmade pages; it used...
2004-04-24 Brion VibberAlso fix the underscore business for broken cat links
2004-04-24 Brion VibberFix for namespace world
2004-04-24 Brion VibberFix bug #903109: fuzzy search doesn't set up title...
2004-04-24 Brion VibberAllow forgotten Special:Emailuser/Username link style...
2004-04-24 Brion VibberForgot to add the actual special file, whoops
2004-04-24 Brion VibberAdd a hidden stub Special:Search to hand search request...
2004-04-24 Jens FrankNew parameter 'framed' for Extended Image Syntax
2004-04-23 Gabriel Wickepreview status in page title
next