* (bug 12553) Fixed invalid XHTML in edit conflict screen
[lhc/web/wiklou.git] / includes /
2008-01-09 Brion Vibber* (bug 12553) Fixed invalid XHTML in edit conflict...
2008-01-09 Tim StarlingRevert revert of setSingleton(), unrelated to broken...
2008-01-08 Roan KattouwImproving r29456:
2008-01-08 Brion VibberRevert r29361 -- breaks upload, calls nonexistent functions
2008-01-08 Roan KattouwAPI: Temporary fix for broken XML rendering; XML format...
2008-01-08 Victor Vasiliev* Add exception hooks to output pretty messages
2008-01-08 Victor VasilievIntroduce BagOStuff::keys() method for debugging/etc...
2008-01-08 Victor VasilievAPI: add action=logout
2008-01-08 Roan KattouwReturning protections more consistently
2008-01-08 Roan KattouwChanging name of error code to something making slightl...
2008-01-08 Roan Kattouw* (bug 12543) API should support new protected titles...
2008-01-08 Roan KattouwPartial fix of bug 12533
2008-01-08 Tim Starling* Fixed handling of whitespace before HTML comments...
2008-01-07 Tim StarlingAdded RepoGroup::setSingleton(). Required to support...
2008-01-06 Rotem LissMake sure to show the header message (MediaWiki:Userrig...
2008-01-06 Tim Laqua* Fixed check for sort order ('ZtoA' is not an allowed...
2008-01-06 Aaron SchulzRevision timestamp comes out as the current time when...
2008-01-06 Aaron SchulzDon't compare text twice
2008-01-05 Tim Starling* Merged comment handling with the main loop of preproc...
2008-01-05 Rotem LissQuick solution for problems with limit=max when using...
2008-01-04 Roan KattouwRe-adding ApiChangeRights, but commenting out its entri...
2008-01-04 Brion VibberReapply the ugly-URLs fix, plus a fix so it doesn't...
2008-01-04 Brion VibberRevert r29261, r29271 for now -- some weird mixing...
2008-01-04 Roan KattouwUserrightsPage:
2008-01-04 Roan Kattouw* Unbroke Special:Userrights for wikis without pretty...
2008-01-04 Aryeh GregorRemove useless & that was breaking strict standards.
2008-01-04 Aryeh GregorMore userrights stuff.
2008-01-03 Aryeh GregorVarious Userrights-related fixes:
2008-01-03 Brion VibberRemove ApiChangeRights. Duplicates code, doesn't handle...
2008-01-03 Brion VibberRevert r29235 -- breaks $wgAddGroups and $wgRemoveGroups
2008-01-03 Huji(bug 12489) Special:Userrights should be listed under...
2008-01-03 Brion Vibber* (bug 12493) Removed hardcoded MAX_FILE_SIZE from...
2008-01-03 HujiIt should use the new message. :o
2008-01-03 Thomas BleherSmall documentation and whitespace fixes
2008-01-03 HujiMaking the columns have equal widths by default (improv...
2008-01-03 HujiUpdating MAX_FILE_SIZE to match with the 2MB default...
2008-01-03 HujiMore explanatory messages shown when an upload error...
2008-01-03 HujiMore explanatory messages shown when an upload error...
2008-01-03 Tim Starling* Removed noargs/noparse in braceSubstitution(), they...
2008-01-03 Brion Vibber* (bug 9939) Special:Search now sets focus to search...
2008-01-02 Brion VibberCorrection to r29191 -- don't break $wgArticlePath...
2008-01-02 Brion Vibber* (bug 11428) Allow $wgScript inside $wgArticlePath...
2008-01-02 Raimond Spekking* Tweak userrights messages a bit and add PLURAL for...
2008-01-02 Brion Vibber* (bug 12486) Protected titles now give a warning for...
2008-01-02 Aryeh GregorWhen a user is prohibited from creating a page, a title...
2008-01-02 Aryeh GregorClean up some error-handling messages a bit, particular...
2008-01-02 Aryeh GregorChalk another bug up to PHP's lunacy. When a user...
2008-01-02 Aryeh GregorRevert incorrectly committed file, again.
2008-01-02 Aryeh GregorFix whitespace, brace style
2007-12-31 Aryeh GregorAfter all that the message ALREADY EXISTS, userrights...
2007-12-31 Aryeh GregorAdd userrights-text message to display at all times...
2007-12-31 Aryeh GregorRevert last commit, unintended things were committed.
2007-12-31 Aryeh GregorAdd userrights-text message to display at all times...
2007-12-31 Brion Vibber* (bug 12451) AJAX title normalization tweaks
2007-12-31 Brion Vibber* (bug 12446) Permissions check fix for undelete link
2007-12-31 Brion VibberRevert for now r28986, 28987, 28992 - image redirects.
2007-12-31 Roan Kattouw(bug 12464) Added commented-out userrights-interwiki...
2007-12-30 Aaron SchulzActually, keep "member" message the same and add "remov...
2007-12-29 Roan KattouwUsing ApiBase's parameter framework handle ApiOpenSearc...
2007-12-29 Victor Vasiliev* Proper redirect deletion
2007-12-29 Victor VasilievOops, forgot to remove this debug stuff
2007-12-29 Victor Vasiliev* Support images-redirects
2007-12-29 Brion VibberAdd an optional limit parameter (range 1 to 100) to...
2007-12-28 Brion Vibber* (bug 3097) Inconsistently usable titles containing...
2007-12-28 Victor VasilievFix variable name
2007-12-28 Victor VasilievFix old parser
2007-12-28 Victor VasilievThis should be array() by default
2007-12-28 Brion VibberWork around regression in r28524: spewed PHP warnings...
2007-12-28 Brion VibberMove input validation for groups changes up so the...
2007-12-28 Brion VibberValidate permissions on application. :)
2007-12-27 Brion Vibbercomment out unused level drop-down
2007-12-27 Victor Vasiliev* Parser now returns list of sections (for API; some...
2007-12-27 Victor Vasiliev* Hide undo link if user can't edit article
2007-12-27 Rotem Liss'Special-case optimization' seems to be already include...
2007-12-27 Brion VibberUser::isAnon() via User::isLoggedIn() has unexpected...
2007-12-27 Brion Vibberuse self::, not $this-> in static methods, so interwiki...
2007-12-27 Brion VibberRefactor some of the horror that was Special:Userrights...
2007-12-26 Brion VibberDon't taunt permissionless users with a username search...
2007-12-26 Roan Kattouw(bug 12413) meta=userinfo missing <query> tag
2007-12-24 Aryeh GregorFix typo in comment.
2007-12-24 Niklas Laxström* Reverting r28802 until I can figure what is going on
2007-12-24 Niklas Laxström* Remove unused member variable and document the others
2007-12-23 Aryeh GregorTweak wrong comment from last commit, as VasilievVV...
2007-12-23 Aryeh GregorFixes for r28797.
2007-12-23 Victor VasilievAdd user parameter to AutopromoteCondition hook. Docume...
2007-12-23 Niklas Laxström* Use variant only if interface language === content...
2007-12-23 Victor Vasiliev(bug 12392) new file includes/Autopromote.php calling...
2007-12-23 Victor VasilievIntroduce new autopromotion system
2007-12-23 Aryeh GregorRevert extraneous parts of last commit, I didn't mean...
2007-12-23 Aryeh GregorFix last commit adding ID's, I didn't want to remove...
2007-12-23 Aryeh GregorAdd HTML ID's mw-read-only-warning and mw-anon-edit...
2007-12-22 Niklas Laxström* Re-add removed offset and limit validation, could...
2007-12-22 Victor Vasiliev* (bug 12380) Bot-friendly EditPage::spamPage
2007-12-22 Rotem LissFix typo.
2007-12-20 Antoine Mussoeol-style:native
2007-12-20 Rotem LissTypo.
2007-12-20 Aaron SchulzFix bug where message cache was not updated for page...
2007-12-20 Brion VibberTweak to r28390:
2007-12-19 Rotem LissVarious cleanups and fixes.
2007-12-19 Rotem LissCode style, avoiding warnings.
next