| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Clearing another w/c
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/109537
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/102861
|
|
|
|
|
|
|
|
| |
* Moved constant definitions from the constructor to the class definition
* Removed default values from the class definition for members that are always set in the constructor
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/102851
|
|
|
|
|
|
|
| |
are not used and would throw an error since FeedItem::$Title is a string and not an object
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/102642
|
|
|
|
|
|
|
| |
it to also apply to HTTP redirects. The previous name was overly specific for what has become a more generic setting, and we can still change it now that it's not in any release yet.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/98755
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/95016
|
|
|
|
|
|
|
| |
PROT_CURRENT. Make PROT_CURRENT usage explicit there too
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/95001
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/89043
|
|
|
|
|
|
|
| |
http://svn.wikimedia.org/doc/todo.html nicely.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/88355
|
|
|
|
|
|
|
| |
HipHop support.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/88176
|
|
|
|
|
|
|
|
|
| |
$wgVersion. Defines.php will have been loaded anywhere that DefaultSettings.php has been loaded.
* Move the declaration of $wgFeedClasses from Defines.php to WebStart.php
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/87635
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/86460
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/86459
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/86457
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/86456
|
|
|
|
|
|
|
| |
functionality to parent.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/86455
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/85379
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/80010
|
|
|
|
|
|
|
| |
http://www.rssboard.org/rss-specification#ltguidgtSubelementOfLtitemgt
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/76810
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
sed -i 's/$wgContLanguageCode/$wgLanguageCode/g'
These are now the same, always. Per and since r15827.
$wgLanguageCode wins due to being the one set by LocalSettings.
$wgContLanguageCode definition at includes/Setup.php kept for now.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/72561
|
|
|
|
|
|
|
|
| |
* Added some descriptions
* Added @file where needed
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/71078
|
|
|
|
|
|
|
| |
Bug 7346. Patch by Jools Wills (buzz).
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/61090
|
|
|
|
|
|
|
|
| |
* Add new doxygen group "Feed"
* Fix some doxygen warnings
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/60880
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/43695
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/40700
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/39265
|
|
|
|
|
|
|
| |
FeedItem::xmlEncode() is only called *non*-statically
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/39240
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/39198
|
|
|
|
|
|
|
|
| |
* remove empty lines at end of file
* remove "?>" where still present
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/33276
|
|
|
|
|
|
|
| |
Replaced a bunch of instances of 'if-this-is-not-fully-qualified-prepend-$wgServer' with a function, wfExpandUrl()
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/30898
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/30884
|
|
|
|
|
|
|
| |
not just the page. This matches behavior of history feeds, which appears more correct. Incidentally, this code needs centralization, probably, say into a constructor method of Revision or Article. Logic is unnecessarily duplicated at present. (Also tweaked some docs, used __METHOD__ instead of $fname.)
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/27588
|
|
|
|
|
|
|
|
|
| |
* Seems like an opportune time to introduce "@addtogroup Media" documentation tags.
* Merge "@addtogroup Metadata" (used by Exif.php) into "@addtogroup Media".
* Few more moving comment blocks to above classes.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/21515
|
|
|
|
|
|
|
|
|
|
|
|
| |
pick up the appropriate tags, and documentation blobs for classes. This is
the same as per r20769, but with the grouping changes (e.g. removing "@{{") omitted.
Please be advised that more related documentation tweaks may follow later - e.g.
Doxygen generates a log file of warnings that is 574 Kb in size, when run over
the just the trunk/phase3 code ... eek! Thankfully, much of that is just
whining about functions without documentation ;-)
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/20995
|
|
|
|
|
|
|
| |
If making mass changes to tweak to its preferences, probably better to do it for the tool we actually generate docs with. :)
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/20771
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
tweaking stuff.
Minor doc tweaks to prevent some PHPDocumentor warnings or errors when run on the includes/ directory. PHPDocumentor uses a syntax very similar to javadoc - mostly we already use this, but there were a few scattered places that were adjusted to make them consistent with the rest of the code. In practical terms, these changes were made:
* @url becomes @link
* @fixme becomes @todo
* HTML tags in descriptions must be closed / balanced.
* @bug was removed (where the bug was long fixed), or changed into a @todo (in the few situations where the bug was still pending)
* @obsolete becomes @deprecated
* Things like "/**@{{" and "/**@}}*/" which cause "unknown tag" warnings were removed
* @access must be a valid access level.
* @desc tag not needed, removed.
* Doesn't seem to like @licence, will accept @license however.
* Use full comment block notation in a few places (i.e. open block with "/**", start each line with " *", and end block with " */")
Then additional to this, to get some class docs associated with their respective classes:
* Moved some docs to right above those classes (deleting blank lines, or moving descriptions from the file headers)
* Marked some classes without docs as "@todo document"
* (done up to "class MIMEsearchPage" on the "classtrees_MediaWiki.html" page for the includes/ directory)
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/20769
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/19502
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/19492
|
|
|
|
|
|
|
|
| |
for cache-friendly style and script updating
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/16992
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/14172
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/14169
|
|
|
|
|
|
|
|
| |
Run maintenance/mwdocgen.php to generate doc in ./docs/html/ .
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/13740
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/13489
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/13179
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/12476
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/12472
|
|
|
|
|
|
|
|
|
| |
unclear language in the spec. Now using the URL, same as the permalink,
which someone else will probably whine about because it's not 'perma'
enough or something.
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/11755
|
|
|
|
|
|
|
|
| |
* Allow $wgFeedCacheTimeout of 0 to disable feed caching
Hooray for gratuitou s changes from atom 0.3 to 1.0!
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/11666
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/10950
|
|
|
|
| |
Notes:
http://mediawiki.org/wiki/Special:Code/MediaWiki/10190
|