Replace "this wiki" by "{{SITENAME}}" (9 times).
[lhc/web/wiklou.git] / includes /
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.
2007-12-19 Andrew GarrettUserrights work. Changes:
2007-12-19 Brion VibberFix regression in 28274: autodiscovery feed links were...
2007-12-19 Brion Vibber* Fix regression -- missing feed links in sidebar on...
2007-12-18 Aryeh GregorRevert 28517 for now. Puts non-standards-compliant...
2007-12-18 Greg Sabino MullaneAdd currentSequenceValue() function.
2007-12-17 Raimond Spekking* Rename new message 'filetype-separator' (r28530)...
2007-12-17 Andrew GarrettRevert r28576 (by me). Violates the RfC spec on email...
2007-12-17 Tim Starling* Strip comments early, before template expansion....
2007-12-17 Thomas BleherFind and fix places where globals were being used witho...
2007-12-17 Niklas Laxström* Silence a warning of missing parameter
2007-12-17 Andrew Garrett* Ignore case in checking for a changed email address...
2007-12-16 Aryeh GregorError message is practically invisible among all the...
2007-12-16 Aryeh GregorMoving pages seems to have been completely broken for...
2007-12-16 Greg Sabino MullaneMove initial connection checks into their own function.
2007-12-16 Victor Vasiliev* Introduce new user preference: ajaxsearch
2007-12-16 Greg Sabino MullaneMake a note about the reserved word problem.
2007-12-16 Rotem LissAdded link to the old title in Special:Movepage, change...
2007-12-16 Victor VasilievwfSajaxSearch cleanup:
2007-12-16 Victor VasilievFix output of wfSajaxSearch:
2007-12-16 Victor Vasiliev* (bug 12321) API list=blocks reveals private data
2007-12-16 Aryeh Gregor* Special:Upload now lists permitted/prohibited file...
2007-12-15 Andrew Garrett* Disallow moving to a title that has been protected...
2007-12-15 Niklas Laxström* Escape all output: (bug 12063) MediaWiki:Unusedimages...
2007-12-15 Niklas Laxström* Escape all output
2007-12-15 Niklas Laxström* Cleaned up the code, and fixed the following bugs:
2007-12-15 Niklas Laxström* E_STRICT
2007-12-15 Leon Weber* (bug 11555) Make editsection links come after section...
2007-12-15 Andrew Garrett* New special page: Special:Protectedtitles, which...
2007-12-14 Aryeh GregorWe want to be including MonoBook.php here, clearly...
2007-12-14 Tim Starling* Allow skins to be defined in extensions
2007-12-13 Aaron Schulz* Add hidden input
2007-12-13 Aaron SchulzPut timestamp in revert url
2007-12-13 Victor Vasiliev* Don't suggest user to create page if he cannot
2007-12-12 Daniel Kinzlerallow xsd extension for type application/xml
2007-12-12 Aaron Schulz*Rename pt_by to pt_user to be a bit more consistent
2007-12-12 Roan KattouwAPI: Adding missing description for leprop parameter
2007-12-12 Raimond SpekkingRemove contentsub "rclsub", it is useless because it...
2007-12-11 Aaron SchulzMore title protection clean up. JS errors were being...
2007-12-11 HujiA more logical tabindex for the fields
2007-12-11 Raimond Spekking* (bug 11221) Do not show 'Compare selected versions...
2007-12-11 Raimond Spekking* Set proper page title for successful file deletion
2007-12-11 Andrew Garrett* (bug 2919) Allow the protection of non-existent pages...
2007-12-11 Tim StarlingFix support for PPFrame with no title.
2007-12-10 Roan KattouwAPI:
2007-12-10 Roan KattouwAPI:
2007-12-10 Tim StarlingAdd support for parse warnings. Currently only displaye...
2007-12-09 Shinjiman* (bug 12259) localize the numbers in deleted pages...
2007-12-09 Victor VasilievFix broken code
2007-12-09 Rotem LissEscape page names in the move successful page (e.g...
2007-12-09 Tim Starling* Hacky fix for invalid character problem
2007-12-09 Ilmari KaronenClean up and document OutputPage::readOnlyPage(), remov...
2007-12-08 Victor VasilievIntroduce an "AbortMove" hook
2007-12-08 Victor VasilievFix a copy-paste bug
2007-12-08 Victor Vasiliev* (bug 943) RSS feed for Recentchangeslinked
2007-12-08 Aaron SchulzAdd more accessors
2007-12-07 Aaron Schulz*Add hook when a revision is restored (for flaggedrevs...
2007-12-07 Brion VibberRevert r28253 -- unnecessary markup tweak which could...
2007-12-07 Brion VibberCleanup for r28237:
2007-12-07 Victor Vasiliev* Fix an invalid XHTML (strict) on images
2007-12-07 Brion VibberKeep rollback disabled for regular users for now.
2007-12-07 Andrew Garrett* Only mark rollback edits as minor if the user can...
2007-12-07 Niklas Laxström* Added new pager-{older,newer}-n messages for chronolo...
2007-12-07 Aryeh GregorMake it a little clearer in the code that we aren't...
2007-12-06 Brion Vibber* (bug 12148) Text highlight wasn't applied to cleanly...
2007-12-06 Brion Vibber* (bug 12184) Exceptions now sent to stderr instead...
2007-12-06 Victor VasilievRevert r28215: incorrectly moved files
2007-12-06 Victor VasilievCreate includes/api/query for Query API and includes...
2007-12-06 Greg Sabino MullaneCall quote_ident on raw schema names, per bug 11952.
2007-12-06 Niklas Laxström* New configuration variable $wgExtraLanguageNames
2007-12-06 Victor VasilievFix svn:eol-style and svn:keywords for files from merge...
2007-12-06 Brion VibberTweak vs r28193: keep the rollback permission on sysops...
2007-12-06 Raimond Spekking* (bug 11810) Localize displayed semicolons
2007-12-06 Daniel CannonMinor typo in r27809. Add space before "(edit)" link...
2007-12-06 Andrew Garrett* Assign rollback permission to ALL logged-in users...
next