Localisation updates for core messages from Betawiki
[lhc/web/wiklou.git] / includes /
2008-01-11 Brion Vibber* (bug 12588) Fix selection in namespace selector on...
2008-01-11 Aryeh GregorI doubt we'll get $this->hookError set to '0', but...
2008-01-11 Brion Vibber* (bug 12584) Don't reset cl_timestamp when auto-updati...
2008-01-11 Aryeh GregorSome random code cleanup/prettification.
2008-01-11 Aaron SchulzExplicitly use 0 like the other checks here
2008-01-11 Brion VibberRedo r29565, but as far as I see working now. :)
2008-01-11 Brion VibberTweak for r29561: don't grab a database object until...
2008-01-11 Tim Starling* Fixed template loop check, broken by changes in parse...
2008-01-10 Aaron SchulzRevert back for now, this is not quite correct
2008-01-10 Aaron SchulzDon't call getTitleProtection(). That is really just...
2008-01-10 Niklas Laxström* No need to query database for special namespaces
2008-01-10 Aryeh GregorRight, *this* was the vulnerability that existed. ...
2008-01-10 Thomas BleherFix some places where globals where used without being...
2008-01-10 Roan KattouwRemoving unused global $wgRequest; that I missed in...
2008-01-10 Roan KattouwFixing the mess that was r29539:
2008-01-10 Daniel Cannon* (bug 12574) Allow bots to specify whether an edit...
2008-01-10 Roan KattouwRevert r29525: this vulnerability never existed; Articl...
2008-01-10 Aryeh GregorDo not log user rights change that didn't change anything
2008-01-10 Aryeh GregorFix vulnerability (hopefully): anyone with rollback...
2008-01-09 Domas Mituzasthis profiling section is nearly identical to our alrea...
2008-01-09 Aryeh GregorClean up some braces, indentation; add profiling to...
2008-01-09 Domas Mituzasset OutputPage::mContainsOldMagic only for specific...
2008-01-09 Tim StarlingAdded {{#tag:}}: generic adaptor from parser function...
2008-01-09 Brion Vibber* (bug 12505) Fixed section=0 with action=raw
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...
next