r102144 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102143‎ | r102144 | r102145 >
Date:02:29, 6 November 2011
Author:danwe
Status:deferred
Tags:
Comment:
right end of line style added
Modified paths:
  • /trunk/extensions/SemanticUpdateOnPurge/COPYING (modified) (history)
  • /trunk/extensions/SemanticUpdateOnPurge/README (modified) (history)
  • /trunk/extensions/SemanticUpdateOnPurge/RELEASE-NOTES (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticUpdateOnPurge/COPYING
@@ -1,13 +1,13 @@
2 -Copyright (c) 2010 - 2011 by Daniel Werner < danweetz@web.de >
3 -
4 -Permission to use, copy, modify, and/or distribute this software for any
5 -purpose with or without fee is hereby granted, provided that the above
6 -copyright notice and this permission notice appear in all copies.
7 -
8 -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9 -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10 -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
11 -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12 -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13 -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 2+Copyright (c) 2010 - 2011 by Daniel Werner < danweetz@web.de >
 3+
 4+Permission to use, copy, modify, and/or distribute this software for any
 5+purpose with or without fee is hereby granted, provided that the above
 6+copyright notice and this permission notice appear in all copies.
 7+
 8+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 9+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 10+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 11+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 12+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 13+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
1414 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
\ No newline at end of file
Property changes on: trunk/extensions/SemanticUpdateOnPurge/COPYING
___________________________________________________________________
Added: svn:eol-style
1515 + native
Index: trunk/extensions/SemanticUpdateOnPurge/README
@@ -1,28 +1,28 @@
2 -== About ==
3 -
4 -''SemanticUpdateOnPurge'' is a MediaWiki extension by Daniel Werner which updates Semantic MediaWikis properties
5 -of an article whenever the article is purged.
6 -SMW standard behavior is to update properties only on page save (as of SMW 1.6)
7 -
8 -
9 -== Installation ==
10 -
11 -Once you have downloaded the code, place the 'SemanticUpdateOnPurge' directory within your MediaWiki 'extensions'
12 -directory. Then add the following code to your [[Manual:LocalSettings.php|LocalSettings.php]] file:
13 -
14 - # SemanticUpdateOnPurge
15 - require_once( "$IP/extensions/SemanticUpdateOnPurge/SemanticUpdateOnPurge.php" );
16 -
17 -
18 -== Compatibility ==
19 -
20 -Version 0.2.1 to 0.4 are tested on SMW 1.6.1 and 1.6.2 (propably working with 1.6 too) There have been some issues
21 -with some versions of the SMW 1.5.x branch, where in early versions the extension seemed to work, then it didn't.
22 -
23 -
24 -== Contributing ==
25 -
26 -If you have bug reports or requests, please add them to the ''SemanticUpdateOnPurge'' Talk page [0].
27 -You can also send them to Daniel Werner < danweetz@web.de >
28 -
 2+== About ==
 3+
 4+''SemanticUpdateOnPurge'' is a MediaWiki extension by Daniel Werner which updates Semantic MediaWikis properties
 5+of an article whenever the article is purged.
 6+SMW standard behavior is to update properties only on page save (as of SMW 1.6)
 7+
 8+
 9+== Installation ==
 10+
 11+Once you have downloaded the code, place the 'SemanticUpdateOnPurge' directory within your MediaWiki 'extensions'
 12+directory. Then add the following code to your [[Manual:LocalSettings.php|LocalSettings.php]] file:
 13+
 14+ # SemanticUpdateOnPurge
 15+ require_once( "$IP/extensions/SemanticUpdateOnPurge/SemanticUpdateOnPurge.php" );
 16+
 17+
 18+== Compatibility ==
 19+
 20+Version 0.2.1 to 0.4 are tested on SMW 1.6.1 and 1.6.2 (propably working with 1.6 too) There have been some issues
 21+with some versions of the SMW 1.5.x branch, where in early versions the extension seemed to work, then it didn't.
 22+
 23+
 24+== Contributing ==
 25+
 26+If you have bug reports or requests, please add them to the ''SemanticUpdateOnPurge'' Talk page [0].
 27+You can also send them to Daniel Werner < danweetz@web.de >
 28+
2929 [0] http://www.mediawiki.org/w/index.php?title=Extension_talk:SemanticUpdateOnPurge
\ No newline at end of file
Property changes on: trunk/extensions/SemanticUpdateOnPurge/README
___________________________________________________________________
Added: svn:eol-style
3030 + native
Index: trunk/extensions/SemanticUpdateOnPurge/RELEASE-NOTES
@@ -1,15 +1,15 @@
2 - Changelog:
3 - ==========
4 -
5 - * November 6, 2011 -- Version 0.4
6 - - Language file for extension description added.
7 - - Extension added into wikimedia.org svn repository and put under ISC License.
8 -
9 - * September 28, 2011 -- Version 0.3.1.1: Minor update letting the extension appear as semantic extension on [[Special:Version]].
10 - * September 23, 2011 -- Version 0.3.1: PHP notice will not appear anymore when purging pages without semantic data.
11 - * September 20, 2011 -- Version 0.3: Internal extension structure redesigned, works with SMW 1.6.1 (probably 1.6 as well).
12 -
13 - * February 14, 2011 -- Version 0.2.1: Minor code changes, added 'VERSION' constant into 'ExtSemanticUpdateOnPurge' class.
14 - * March 10, 2010 -- Version 0.2: Redesign of how the update happens. Doesn't use an update job any longer.
15 -
16 - * March 9, 2010 -- Version 0.1: First experimental release of 'SemanticUpdateOnPurge'.
 2+ Changelog:
 3+ ==========
 4+
 5+ * November 6, 2011 -- Version 0.4
 6+ - Language file for extension description added.
 7+ - Extension added into wikimedia.org svn repository and put under ISC License.
 8+
 9+ * September 28, 2011 -- Version 0.3.1.1: Minor update letting the extension appear as semantic extension on [[Special:Version]].
 10+ * September 23, 2011 -- Version 0.3.1: PHP notice will not appear anymore when purging pages without semantic data.
 11+ * September 20, 2011 -- Version 0.3: Internal extension structure redesigned, works with SMW 1.6.1 (probably 1.6 as well).
 12+
 13+ * February 14, 2011 -- Version 0.2.1: Minor code changes, added 'VERSION' constant into 'ExtSemanticUpdateOnPurge' class.
 14+ * March 10, 2010 -- Version 0.2: Redesign of how the update happens. Doesn't use an update job any longer.
 15+
 16+ * March 9, 2010 -- Version 0.1: First experimental release of 'SemanticUpdateOnPurge'.
Property changes on: trunk/extensions/SemanticUpdateOnPurge/RELEASE-NOTES
___________________________________________________________________
Added: svn:eol-style
1717 + native