quote in separate function as well
[lhc/web/wiklou.git] / includes / Title.php
2004-05-10 Gabriel Wickequote in separate function as well
2004-05-10 Brion VibberDon't forget to escape things in regexps
2004-05-10 Gabriel Wicke* user css/js preview
2004-05-10 Brion VibberPHP 4.1.2 compatibility fixes (based on patch submissio...
2004-05-04 Tim StarlingInterwiki redirects using prefixes in the URL
2004-04-29 Gabriel Wickeallow sysops to edit user styles/js
2004-04-29 Brion VibberDon't try to extract info from the titles until *after...
2004-04-28 Gabriel Wickequick hack to protect css/js subpages of userpages...
2004-04-09 Brion VibberFix notices
2004-04-09 Tim StarlingMoved MAG_XXXX constants to MagicWord.php, changed...
2004-04-09 Brion VibberRevert breakage in secureAndSplit() which failed to...
2004-04-08 Gabriel Wickeremoved an apparently complicated way to trim whitespac...
2004-04-05 Tim StarlingAdded transformation to wfMsg output, allowing tags...
2004-04-05 Brion VibberAdd $wgCapitalLinks option; if set to false, titles...
2004-03-29 Tim StarlingRemoved dependence on register_globals from everything...
2004-03-23 Tim StarlingModification to moveCustomMessages.php to create redire...
2004-03-23 Tim Starlingpage-move code moved to Title and disentangled from...
2004-03-20 Tim Starling* Changed inclusion syntax to allow e.g. {{stub}}
2004-03-16 Antoine MussoFix source forge bug 694639
2004-03-14 Antoine MussoFix sourceforge bug 855544
2004-03-08 Brion VibberMore globals and uninitialized variables fixes. Added...
2004-03-08 Brion VibberMore unitialized variable cleanup && 'pure' register_gl...
2004-03-07 Brion VibberReplace the random boolean parameters on Title::getURL...
2004-03-06 Tim Starling* Fixed magic quotes in $_REQUEST, in Setup.php
2004-02-29 Tim Starlingmarked a static function as such
2004-02-24 Tim Starlingrejecting "." and ".." -- conflict with directories...
2004-02-18 Brion VibberFix for compatibility with short_open_tag = Off
2004-01-17 Tim Starling* Recent Changes improvements: object oriented back...
2004-01-12 Mr. E23Compatibility with alternative memcached client. Minor...
2003-12-18 Brion VibberHopefully slightly saner handling of character entities...
2003-12-11 Brion VibberPut the illegal char check down below again, to fix...
2003-12-11 Brion VibberFix for #837969. Strict rejection of invalid characters...
2003-11-26 Brion VibberFix failed imagelinks updates
2003-11-24 Mr. E23Moved out suprisingly costly get_html_translation_table...
2003-11-20 Brion Vibbercontribs talk link; RFE 845599
2003-11-18 Brion VibberFinish removing HTTP_SERVER_VARS in favor of _SERVER...
2003-11-18 Brion Vibbertweak tweak
2003-11-09 Tim StarlingNov. branch merge. Various features backported from...
2003-10-23 Tim StarlingFixed silly bug that I just introduced. "0" == false
2003-10-22 Tim StarlingOptimisation
2003-10-16 Tim Starlingblock/unblock log; split off profiling into Profiling...
2003-10-01 Brion VibberUpport some of the bad-title fixes; return NULL for...
2003-09-20 Tim Starlingchanging wfQuery to allow replication
2003-09-01 Brion VibberArticle object now is associated with an arbitrary...
2003-08-31 Brion VibberAdd notice for pages with deletion history & easy undel...
2003-08-21 Brion VibberMove interwiki management from big ugly array into...
2003-07-02 Brion VibberAdd zh-cn and zh-tw language prefixes in order to label...
2003-07-02 Brion VibberEnhances special page links; allow some parameters...
2003-05-16 Brion VibberDon't allow high control chars in titles on non-utf8...
2003-04-14 Lee Daniel CrockerInitial revision