index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
Title.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
Always give sane output for Title::getUserCaseDBkey()
Brian Wolff
2013-12-11
1
-1
/
+6
*
Make a single colon an invalid title in php and js
umherirrender
2013-12-06
1
-5
/
+5
*
Add more type hints in comments for static code analysis
Siebrand Mazeland
2013-12-06
1
-1
/
+1
*
Move closing parenthesis from multi line if and function to own line
umherirrender
2013-12-01
1
-19
/
+19
*
Fixed spacing
umherirrender
2013-11-19
1
-1
/
+1
*
Update docs to reduce inconsistent type compatibility in api/
Siebrand Mazeland
2013-11-17
1
-2
/
+2
*
Merge "Cache page content language in Title object"
jenkins-bot
2013-11-07
1
-7
/
+17
|
\
|
*
Cache page content language in Title object
Brian Wolff
2013-10-27
1
-7
/
+17
*
|
Add $wgSemiprotectedRestrictionLevels
Brad Jorsch
2013-10-23
1
-18
/
+18
*
|
Clean up old title on move before reset article id
umherirrender
2013-10-20
1
-4
/
+8
|
/
*
Merge "Allow appending text to redirects from moved pages"
jenkins-bot
2013-10-04
1
-1
/
+2
|
\
|
*
Allow appending text to redirects from moved pages
Jackmcbarn
2013-10-04
1
-1
/
+2
*
|
mw.Title: Rewrite from scratch (porting logic from Title.php)
Timo Tijhof
2013-10-01
1
-1
/
+2
|
/
*
Title: Add byte class to unicode class conversion for js
Timo Tijhof
2013-09-27
1
-0
/
+102
*
Merge "Add TitleMove hook"
jenkins-bot
2013-09-17
1
-0
/
+2
|
\
|
*
Add TitleMove hook
Jan Gerber
2013-09-17
1
-0
/
+2
*
|
Always pass user to LogPage::addEntry
umherirrender
2013-09-13
1
-1
/
+1
|
/
*
Don't use $wgVariantArticlePath for variants of non-content languages
Liangent
2013-08-14
1
-1
/
+2
*
Add a hook to Title::getEditNotices() so extensions can add them
Roan Kattouw
2013-07-23
1
-1
/
+4
*
Remove unused globals.
Platonides
2013-07-12
1
-1
/
+1
*
Add User::isEveryoneAllowed function
Brad Jorsch
2013-07-12
1
-25
/
+1
*
Fix protection rights usage
Brad Jorsch
2013-07-04
1
-15
/
+36
*
Add user rights 'viewmywatchlist', 'editmywatchlist'
Brad Jorsch
2013-06-26
1
-1
/
+1
*
Merge "Remove unnecessary exception from Title::getLatestRevID()"
jenkins-bot
2013-06-11
1
-15
/
+13
|
\
|
*
Remove unnecessary exception from Title::getLatestRevID()
Tim Starling
2013-06-11
1
-15
/
+13
*
|
Add user rights 'editmyuserjs' and 'editmyusercss'
Brad Jorsch
2013-06-10
1
-36
/
+13
|
/
*
Remove unused global
Platonides
2013-06-04
1
-2
/
+0
*
Add TitleQuickPermissions hook to Title::checkQuickPermissions
Tyler Anthony Romeo
2013-05-24
1
-0
/
+4
*
Merge "TitleSquidURLs hook for changing the URLs to purge"
jenkins-bot
2013-05-21
1
-0
/
+1
|
\
|
*
TitleSquidURLs hook for changing the URLs to purge
daniel
2013-05-21
1
-0
/
+1
*
|
Fixed behavior of Title::invalidateCache.
Tyler Anthony Romeo
2013-05-21
1
-11
/
+1
|
/
*
docs: Remove odd colons after @todo
Timo Tijhof
2013-05-15
1
-1
/
+1
*
Remove "will be removed in ..." comments
Alexandre Emsenhuber
2013-05-11
1
-3
/
+3
*
Revert "Fixed behavior of Title::invalidateCache."
Tim Starling
2013-05-06
1
-1
/
+11
*
Fixed behavior of Title::invalidateCache.
Tyler Anthony Romeo
2013-05-06
1
-11
/
+1
*
Avoid use of __METHOD__ in closures.
Aaron Schulz
2013-04-26
1
-2
/
+3
*
Added space after switch/Removed spaces after unset
umherirrender
2013-04-26
1
-6
/
+6
*
Remove globals unneeded after 47d1060
Platonides
2013-04-25
1
-1
/
+1
*
Remove is_numeric check from Title::checkUserBlock
Kevin Israel
2013-04-24
1
-32
/
+2
*
Moved Block and Title purgeExpired() functions to onTransactionIdle().
Aaron Schulz
2013-04-18
1
-11
/
+13
*
Fix @return type hint for Title::newFromID
Ori Livneh
2013-04-18
1
-1
/
+1
*
else if -> elseif
umherirrender
2013-04-17
1
-34
/
+46
*
Revert "Remove is_numeric check from Title::checkUserBlock"
Hashar
2013-04-09
1
-2
/
+32
*
Remove is_numeric check from Title::checkUserBlock
Kevin Israel
2013-04-09
1
-32
/
+2
*
bug 42649 - PHP Fatal error: Call to a member function isLocal() on a non-obj...
Reedy
2013-04-08
1
-3
/
+5
*
Fix doc and deprecated warning of Title::fixUrlQueryArgs
umherirrender
2013-04-08
1
-4
/
+5
*
Deferred page_touched update via onTransactionIdle.
Aaron Schulz
2013-04-02
1
-8
/
+15
*
Fix case of some Title methods
Alexandre Emsenhuber
2013-03-26
1
-2
/
+2
*
fix some spacing
umherirrender
2013-03-25
1
-1
/
+1
*
Revert "Misc follow-ups to I2fc3966e (a161c5e)"
Aaron Schulz
2013-03-22
1
-21
/
+19
[next]