updateArticle: fix typo newtext->mungedText, compressing empty variable resulted...
[lhc/web/wiklou.git] / includes / Article.php
2005-02-08 Domas MituzasupdateArticle: fix typo newtext->mungedText, compressin...
2005-02-06 Brion VibberUse table prefix when clearing recentchanges
2005-02-06 Brion Vibber* (bug 1430) Don't check for template data when editing...
2005-01-30 Jens FrankSCHEMA_WORK fixes: User contributions, page deletion
2005-01-28 Antoine Mussos/0/NS_MAIN/
2005-01-22 Jens FrankBUG#1369 ENotifs mail come with wrong "oldid" revision...
2005-01-19 Brion Vibber* (bug 730) configurable $wgRCMaxAge; don't try to...
2005-01-11 Antoine Musso* Remove some hardcoded 0 instead of NS_MAIN
2005-01-11 Antoine Musso*** empty log message ***
2005-01-11 Jens FrankBUG#1205 Use is_array instead of trusting implicit...
2005-01-05 Jens FrankBUG#1264 - Replaced obsolete old_user by rev_user
2005-01-04 Jens FrankBUG#1264 - Initialize pageId for query
2004-12-29 Zheng ZhuAllower zh: users to customize the Traditional/Simplifi...
2004-12-28 Brion VibberPut the sysop user on install into the sysop and brueac...
2004-12-19 Brion VibberStart splitting back-end functions from the Article...
2004-12-19 Brion VibberMerge SCHEMA_WORK into HEAD. Lots of changes, some...
2004-12-18 Brion VibberRefactor a bit; move a couple methods from UserMailer...
2004-12-18 Brion Vibber(bug 454) Merge e-notif 2.00
2004-12-12 Tim StarlingReturn somewhere sensible after marking as patrolled...
2004-12-09 Brion Vibber* Defer message cache initialization, shaving a few...
2004-11-30 Evan ProdromouAdded hooks for watching and unwatching articles. Docum...
2004-11-29 Evan ProdromouRemoved CVS keywords from files, to make merging betwee...
2004-11-29 Evan ProdromouMake User::newFromName set the user object's ID attribu...
2004-11-29 Evan ProdromouAnother step in removing deferred updates. Removed...
2004-11-29 Evan ProdromouSince updates are no longer truly deferred, replaced...
2004-11-28 Evan ProdromouAdd event hooking for article deletion. Add a hook...
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
next