wiki.techinc.nl/includes/parser
Daniel Friesen e2ee009e5c Commit the cryptrand project worked on in git:
- MWCryptRand: A new api for generating cryptographic randomness for security tokens. Uses whatever cryptographic source is available and if not falls back to using random state and clock drift.
- wfRandomString - A simple non-cryptographic pesudo-random string generation function to replace wfGenerateToken which was written pretending to be secure when it's really not.
- Core updates to use MWCryptRand in various places:
-- user_token generation (to do this we stop generating user_token implicitly and only generate it when needed to avoid depleting the system's entropy pool by reading random data we'll never use)
-- email confirmation token generation
-- password salt generation
-- temporary password generation
-- Generation of the automatic watchlist token
-- login and create user tokens
-- session ids when php's entropy sources are not set
-- the installer when generating wgSecretKey and the upgrade key
2012-03-20 05:17:40 +00:00
..
CoreLinkFunctions.php
CoreParserFunctions.php Fixed a few "strip tag exposed" bugs. 2012-03-20 04:39:09 +00:00
CoreTagHooks.php Reverted r108743 per CR comment. This should at least be discussed first. 2012-01-12 19:41:18 +00:00
DateFormatter.php More return documentation 2012-02-09 21:35:05 +00:00
LinkHolderArray.php Remove backslash from @return types 2012-02-13 16:35:59 +00:00
Parser.php Commit the cryptrand project worked on in git: 2012-03-20 05:17:40 +00:00
Parser_DiffTest.php
Parser_LinkHooks.php Fixing some of the "@return true" or "@return false", need to be "@return bool" and then the metadata can say true if foo, false if bar 2012-02-09 19:29:36 +00:00
ParserCache.php Documentation followups from lastnight 2012-02-10 15:37:33 +00:00
ParserOptions.php revert r111234 (deprecated methods removal) 2012-02-12 19:25:28 +00:00
ParserOutput.php More return documentation 2012-02-09 21:35:05 +00:00
Preprocessor.php Bug 31995 - Addition of PPFrame::getTitle 2011-11-09 20:52:24 +00:00
Preprocessor_DOM.php Sanitizing already existing use of PHP's assert 2012-03-19 11:14:43 +00:00
Preprocessor_Hash.php Sanitizing already existing use of PHP's assert 2012-03-19 11:14:43 +00:00
Preprocessor_HipHop.hphp Follow up to r114126: Being more conservative for HipHop compiler 2012-03-19 23:36:48 +00:00
StripState.php Fixed a few "strip tag exposed" bugs. 2012-03-20 04:39:09 +00:00
Tidy.php Revert Microdata improvements in r111891, r111898, r111899, r111901, r111903, and r111906 till after the git migration. 2012-02-20 22:32:18 +00:00