r30598 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r30597‎ | r30598 | r30599 >
Date:22:55, 5 February 2008
Author:siebrand
Status:old
Tags:
Comment:
* eol-style:native
* remove some trailing whitespace
Modified paths:
  • /trunk/extensions/SemanticCalendar/COPYING (modified) (history)
  • /trunk/extensions/SemanticCalendar/INSTALL (modified) (history)
  • /trunk/extensions/SemanticCalendar/README (modified) (history)
  • /trunk/extensions/SemanticCalendar/includes/SC_GlobalFunctions.php (modified) (history)
  • /trunk/extensions/SemanticCalendar/includes/SC_ParserFunctions.php (modified) (history)
  • /trunk/extensions/SemanticCalendar/includes/SC_Settings.php (modified) (history)
  • /trunk/extensions/SemanticCalendar/languages/SC_Language.php (modified) (history)
  • /trunk/extensions/SemanticCalendar/languages/SC_LanguageEn.php (modified) (history)
  • /trunk/extensions/SemanticCalendar/languages/SC_Messages.php (modified) (history)
  • /trunk/extensions/SemanticCalendar/skins/SC_main.css (modified) (history)

Diff [purge]

Property changes on: trunk/extensions/SemanticCalendar/INSTALL
___________________________________________________________________
Added: svn:eol-style
11 + native
Index: trunk/extensions/SemanticCalendar/includes/SC_ParserFunctions.php
@@ -169,8 +169,8 @@
170170 }
171171 if ($date_error != NULL)
172172 $text .= "<div class=\"errorbox\"><strong>$date_error</strong></div>\n<div style=\"clear: both\">";
173 -
174173
 174+
175175 // get day of the week that the first of this month falls on
176176 $day_of_week_of_1 = date("w", mktime(0, 0, 0, $cur_month_num, 1, $cur_year));
177177 $start_day = 1 - $day_of_week_of_1;
@@ -298,5 +298,3 @@
299299
300300 return array($text, 'noparse' => 'true');
301301 }
302 -
303 -?>
Property changes on: trunk/extensions/SemanticCalendar/includes/SC_ParserFunctions.php
___________________________________________________________________
Added: svn:eol-style
304302 + native
Property changes on: trunk/extensions/SemanticCalendar/includes/SC_GlobalFunctions.php
___________________________________________________________________
Added: svn:eol-style
305303 + native
Property changes on: trunk/extensions/SemanticCalendar/includes/SC_Settings.php
___________________________________________________________________
Added: svn:eol-style
306304 + native
Index: trunk/extensions/SemanticCalendar/languages/SC_LanguageEn.php
@@ -6,7 +6,7 @@
77 class SC_LanguageEn extends SC_Language {
88
99 /* private */ var $m_SpecialProperties = array(
10 - //always start upper-case
 10+ //always start upper-case
1111 );
1212
1313 }
Property changes on: trunk/extensions/SemanticCalendar/languages/SC_LanguageEn.php
___________________________________________________________________
Added: svn:eol-style
1414 + native
Property changes on: trunk/extensions/SemanticCalendar/languages/SC_Messages.php
___________________________________________________________________
Added: svn:eol-style
1515 + native
Property changes on: trunk/extensions/SemanticCalendar/languages/SC_Language.php
___________________________________________________________________
Added: svn:eol-style
1616 + native
Property changes on: trunk/extensions/SemanticCalendar/skins/SC_main.css
___________________________________________________________________
Added: svn:eol-style
1717 + native
Property changes on: trunk/extensions/SemanticCalendar/COPYING
___________________________________________________________________
Added: svn:eol-style
1818 + native
Property changes on: trunk/extensions/SemanticCalendar/README
___________________________________________________________________
Added: svn:eol-style
1919 + native

Status & tagging log