Added hook events for article protection. Added sample code to Syslog
[lhc/web/wiklou.git] / includes / Article.php
2004-11-28 Evan ProdromouAdded hook events for article protection. Added sample...
2004-11-25 Brion VibberProfile point
2004-11-24 Shane KingAdded the ability to protect a page from moves but...
2004-11-13 Jens FrankFixed direction=prec/next style navigation of old revisions
2004-10-30 Tim StarlingBackporting concatenated gzip history compression from...
2004-10-27 Antoine MussoXHTML fix
2004-10-24 Antoine MussoImplementing user levels management. This is only a...
2004-10-24 Tim StarlingCorrecting bugs due to double-prefixing table names...
2004-10-23 Tim Starlingfixed profiling error
2004-10-14 River Tarnellfix potential xss attack
2004-10-11 Wil MahanUse the new wfRandom() function for setting cur_random
2004-10-08 Brion Vibberold_text conversion on load, for future UTF-8 conversio...
2004-10-02 Jens FrankAdd previous/next links to old revision pages
2004-09-26 Brion VibberBack out kturner's old table restructure for now.
2004-09-26 River Tarnellremove old_namespace and old_title from old table.
2004-09-24 Zheng ZhuFirst batch of files modified to switch wgLang to wgCon...
2004-09-22 Wil MahanSet $fname to prevent warning in edit conflicts
2004-09-19 Wil MahanFix bug 56, which causes sections to be dropped or...
2004-09-11 Tim StarlingImproved consistency in handling redirects. If #redirec...
2004-09-10 Jens FrankNew user option. Provides a setting to limit the image...
2004-09-07 Domas Mituzaseditupdates tsfix
2004-09-06 Domas Mituzasyet another group by fix!
2004-09-06 Domas Mituzasfix GROUP BY
2004-09-06 Brion VibberFix missing quotes in query which broke metadata XML...
2004-09-05 Antoine MussoUse the new skin tree hierarchy
2004-09-03 Antoine Mussosome documentation
2004-09-02 Antoine MussoChanging comments layout preparing for generated docume...
2004-09-01 Arne HeizmannWe should try not to use the same message for different...
2004-09-01 Domas Mituzasget rid of all INSERT IGNORE in includes/, change into...
2004-09-01 Arne Heizmanndisplay "view current revision" link on old revisions...
2004-09-01 Arne Heizmannremove trailing white space (sorry)
2004-08-28 Jens FrankENH#59 Provide a (diff) link in Special:Contributions
2004-08-28 Arne HeizmannNP_WIKIPEDIA => NP_PROJECT, and code readability stuff
2004-08-24 Erik Moellerdo not parse malformed sections for section editing...
2004-08-24 Brion VibberSpecial:Log and the logging table -- unified logging...
2004-08-22 Antoine Mussomassive double to single quotes conversion. I have...
2004-08-21 Tim Starlingminor bug fix
2004-08-21 Tim StarlingReplaced link holders with actual links before saving...
2004-08-21 Brion VibberDon't load DifferenceEngine.php when not needed. This...
2004-08-21 Brion VibberStray space
2004-08-20 Tim StarlingFOR UPDATE mode for Article class, and for getArticleID...
2004-08-20 Domas Mituzasfixup timestamps
2004-08-19 Domas Mituzasfixup database timestamps
2004-08-16 Jens FrankDon't follow redirects pointing to Special:Userlogout
2004-08-16 Brion VibberValidation tweaks:
2004-08-14 Antoine Mussominor code standardization
2004-08-14 Tim StarlingAllowed post-parse link cache to be used for update...
2004-08-14 Arne Heizmannslight bugfix to patrol feature, thanks to maveric149...
2004-08-12 Antoine Musso* using template : function foo() {
2004-08-10 Arne Heizmanngah.
2004-08-09 Arne HeizmannIf you really must have a useless $wgUseRCPatrol option...
2004-08-09 Arne HeizmannNew feature: Recent Changes Patrol. All edits and new...
2004-08-08 Brion VibberSuppress notices
2004-08-07 Tim StarlingNew feature, nicer display of redirects. Removed specia...
2004-08-06 Jens FrankBug [ 969913 ] When (un)watching a page, returnto now...
2004-08-05 Brion VibberDatabase::setIgnoreErrors() doesn't seem to exist anymo...
2004-08-03 Brion VibberUpdate user talk on diff-to-current and if the page...
2004-07-31 Magnus ManskeArticle validation code (bug fixes)
2004-07-24 Tim Starling* Introducing bit field for database parameters
2004-07-22 Brion VibberFile cache fix (typo had reversed one of the checks...
2004-07-20 Magnus ManskeArticle validation code (as a tab now)
2004-07-18 Tim Starling* Support for table name prefixes throughout the code...
2004-07-10 Jens FrankFixed redirects, use getCurContentFields instead of...
2004-07-10 Tim StarlingOOP calling convention for database functions. DBMS...
2004-07-10 Tim StarlingLoad balancing enabled in places where it's thought...
2004-07-09 Tim StarlingDisabling info action for now, would kill suda if we...
2004-07-08 Arne HeizmannThis commit implements Josh Cogliati's "info" feature...
2004-06-28 Evan ProdromouOnly show last N contributors in the credits. Unfortuna...
2004-06-26 Tim Starlingbug fix
2004-06-18 Tim StarlingYet more missing spaces from SQL, after single quote...
2004-06-15 Tim StarlingExperimental support for the "link" type old entries...
2004-06-13 Tim Starlingfixed bug due to removal of whitespace in the middle...
2004-06-11 Domas Mituzas* pg old->"old"
2004-06-09 Antoine Mussofix bug 969826 related to single to double quotes
2004-06-09 Domas MituzasRemove 'USE INDEX' for non-mysql
2004-06-09 Gabriel WickeReworked css include/pref/tooltip/accesskey subsystem
2004-06-09 Tim Starlingfixed bug involving single quotes, causing deletion...
2004-06-08 Antoine Mussoreplace several double quotes by single quotes. Should...
2004-06-05 Tim StarlingMoving the "if ( $wgEnablePersistentLC )" from the...
2004-06-04 Tim StarlingBug fix
2004-06-04 Tim Starlingdon't load so much stuff on parser cache hit (experimental)
2004-06-04 Brion VibberDon't forget inverse_timestamp
2004-06-02 Tim Starlingfixed quickEdit(), used quickEdit() in InitialiseMessag...
2004-06-02 Tim Starlingexperimental quickEdit() function
2004-06-02 Gabriel Wickenowiki handling
2004-05-30 Brion VibberFix for rollback bug (963050); load user_text and comme...
2004-05-28 Tim Starlingfixed bug involving old revisions and the parser cache
2004-05-27 Tim StarlingParser cache moved to memcached
2004-05-15 Brion VibberAdd categorylinks table to separately list category...
2004-05-14 Gabriel Wickeforgot the ='' part
2004-05-14 Gabriel WickeSmall tweak to section editing- try to generate a secti...
2004-05-13 Erik Moellerrestore feature which loads all subsections of a sectio...
2004-05-13 Gabriel WickeAfter a longer phone call Erik and me agreed on working...
2004-05-13 Erik Moellerrestore section folding
2004-05-13 Gabriel Wickeremoved section folding
2004-05-12 Erik Moellerfix collapsing problem with templates (templates would...
2004-05-12 Erik Moellerfix a couple of section collapsing bugs
2004-05-12 Erik MoellerNew feature:
2004-05-11 Brion VibberWhitelist and diff fixes:
2004-05-10 Gabriel Wicke* user css/js preview
next