Commit graph

18 commits

Author SHA1 Message Date
Ævar Arnfjörð Bjarmason
d8e90514ab * Documentation: @private => @access private 2006-01-07 12:48:44 +00:00
Antoine Musso
2ca68a256d Clean up unused globals! 2005-12-04 18:27:59 +00:00
Evan Prodromou
78dbbaf4b7 Whitespace fixup. 2004-11-11 22:27:49 +00:00
Zheng Zhu
f84493db51 First batch of files modified to switch wgLang to wgContLang. 2004-09-24 13:14:52 +00:00
Antoine Musso
ba2afcd9fa Split files and classes in different packages for phpdocumentor. I probably changed some double quotes to single and used function foo () { shema 2004-09-03 23:00:01 +00:00
Antoine Musso
90155b8a97 Changing comments layout preparing for generated documentation with Phpdocumentor 2004-09-02 23:28:24 +00:00
Antoine Musso
3d60242fb5 massive double to single quotes conversion. I have not noticed any bug after a lot of testing 2004-08-22 17:24:50 +00:00
Brion Vibber
c68e15bcdf Update for CC 2.0 licenses.
Something is not right though; it barfs in the list of authors.
2004-08-11 11:00:34 +00:00
Evan Prodromou
51a38cfbc5 Only show last N contributors in the credits. Unfortunately, this required a
change in the getContributors() method of Article, which in turn required
some code changes in the Metadata module.

However, it now seems to work.

If the number of contributors is greater than N, then show a link to the
full credits page.

An additional bit: it may be that we don't want to show _any_ contributors
if we are over the max. So, there's a flag to check this.
2004-06-28 20:24:23 +00:00
Evan Prodromou
4783f13a19 Remove now-unused dcContributors function. 2004-04-23 22:37:39 +00:00
Evan Prodromou
4d04aff2a3 Changed Metadata to use users' real names, if provided. If not, use their
user names, as "$wgSitename user Foo".

Added a static method to the User class to fetch a real name given an ID,
and added a pattern for specifying user names in Language.php.
2004-04-23 22:34:33 +00:00
Evan Prodromou
9d6bd18753 Moved contributor logic to Article class, and changed Metadata to use that
method instead.
2004-04-23 21:01:29 +00:00
Brion Vibber
93b09379fb Add experimental MathML output option for math (only works with some
browsers and requires use of an XML content type; try setting
$wgMimeType = "application/xhtml+xml" and use Mozilla).
Rearranged a couple things in prefs.
Did some refactoring in Math.php to remove some duplicated code and
figure out what is going on.
2004-04-22 08:51:04 +00:00
Evan Prodromou
076aa2d594 Try to reduce the number of replicated entries in the DC metadata. Leave out
anonymous items, and then count them in a separate query. Also, leave out
the article's last editor.
2004-04-15 22:28:38 +00:00
Brion Vibber
bd187a62a3 Skip the user id lookup when we've already got the name from the old table check; this also allows using the names on an imported database without users set up, but won't distinguish pre-conversion usernames for instance 2004-04-13 02:28:55 +00:00
Brion Vibber
b5946f6ee9 Cleanup on Metadata (indentation, escaping of output). Put title attributes
on the Creative Commons and Dublin Core links so they can be identified by
humans in Mozilla's navigation bar. Add a <link rel='copyright'> as well if
$wgRightsPage or $wgRightsUrl is set. Fix metadata links for MonoBook.
Disable Smarty skins.
2004-04-10 11:19:33 +00:00
Brion Vibber
f171bd0f88 Fix notices 2004-04-10 10:02:16 +00:00
Evan Prodromou
f9eb13cbd9 Forgot to add this file. 2004-04-05 04:38:13 +00:00