https://www.mediawiki.org/wiki/Special:Code/MediaWiki/102144

Revision: 102144
Author:   danwe
Date:     2011-11-06 02:29:08 +0000 (Sun, 06 Nov 2011)
Log Message:
-----------
right end of line style added

Modified Paths:
--------------
    trunk/extensions/SemanticUpdateOnPurge/COPYING
    trunk/extensions/SemanticUpdateOnPurge/README
    trunk/extensions/SemanticUpdateOnPurge/RELEASE-NOTES

Property Changed:
----------------
    trunk/extensions/SemanticUpdateOnPurge/COPYING
    trunk/extensions/SemanticUpdateOnPurge/README
    trunk/extensions/SemanticUpdateOnPurge/RELEASE-NOTES

Modified: trunk/extensions/SemanticUpdateOnPurge/COPYING
===================================================================
--- trunk/extensions/SemanticUpdateOnPurge/COPYING      2011-11-06 02:27:13 UTC 
(rev 102143)
+++ trunk/extensions/SemanticUpdateOnPurge/COPYING      2011-11-06 02:29:08 UTC 
(rev 102144)
@@ -1,13 +1,13 @@
-Copyright (c) 2010 - 2011 by Daniel Werner < [email protected] >
-
-Permission to use, copy, modify, and/or distribute this software for any
-purpose with or without fee is hereby granted, provided that the above
-copyright notice and this permission notice appear in all copies.
-
-THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+Copyright (c) 2010 - 2011 by Daniel Werner < [email protected] >
+
+Permission to use, copy, modify, and/or distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 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
   + native

Modified: trunk/extensions/SemanticUpdateOnPurge/README
===================================================================
--- trunk/extensions/SemanticUpdateOnPurge/README       2011-11-06 02:27:13 UTC 
(rev 102143)
+++ trunk/extensions/SemanticUpdateOnPurge/README       2011-11-06 02:29:08 UTC 
(rev 102144)
@@ -1,28 +1,28 @@
-== About ==
-
-''SemanticUpdateOnPurge'' is a MediaWiki extension by Daniel Werner which 
updates Semantic MediaWikis properties
-of an article whenever the article is purged.
-SMW standard behavior is to update properties only on page save (as of SMW 1.6)
-
-
-== Installation ==
-
-Once you have downloaded the code, place the 'SemanticUpdateOnPurge' directory 
within your MediaWiki 'extensions'
-directory. Then add the following code to your 
[[Manual:LocalSettings.php|LocalSettings.php]] file:
-
- # SemanticUpdateOnPurge
- require_once( 
"$IP/extensions/SemanticUpdateOnPurge/SemanticUpdateOnPurge.php" );
-
-
-== Compatibility ==
-
-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
-with some versions of the SMW 1.5.x branch, where in early versions the 
extension seemed to work, then it didn't.
-
-
-== Contributing ==
-
-If you have bug reports or requests, please add them to the 
''SemanticUpdateOnPurge'' Talk page [0].
-You can also send them to Daniel Werner < [email protected] >
-
+== About ==
+
+''SemanticUpdateOnPurge'' is a MediaWiki extension by Daniel Werner which 
updates Semantic MediaWikis properties
+of an article whenever the article is purged.
+SMW standard behavior is to update properties only on page save (as of SMW 1.6)
+
+
+== Installation ==
+
+Once you have downloaded the code, place the 'SemanticUpdateOnPurge' directory 
within your MediaWiki 'extensions'
+directory. Then add the following code to your 
[[Manual:LocalSettings.php|LocalSettings.php]] file:
+
+ # SemanticUpdateOnPurge
+ require_once( 
"$IP/extensions/SemanticUpdateOnPurge/SemanticUpdateOnPurge.php" );
+
+
+== Compatibility ==
+
+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
+with some versions of the SMW 1.5.x branch, where in early versions the 
extension seemed to work, then it didn't.
+
+
+== Contributing ==
+
+If you have bug reports or requests, please add them to the 
''SemanticUpdateOnPurge'' Talk page [0].
+You can also send them to Daniel Werner < [email protected] >
+
 [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
   + native

Modified: trunk/extensions/SemanticUpdateOnPurge/RELEASE-NOTES
===================================================================
--- trunk/extensions/SemanticUpdateOnPurge/RELEASE-NOTES        2011-11-06 
02:27:13 UTC (rev 102143)
+++ trunk/extensions/SemanticUpdateOnPurge/RELEASE-NOTES        2011-11-06 
02:29:08 UTC (rev 102144)
@@ -1,15 +1,15 @@
- Changelog:
- ==========
-
- * November 6, 2011 -- Version 0.4
-   - Language file for extension description added.
-   - Extension added into wikimedia.org svn repository and put under ISC 
License.
-   
- * September 28, 2011 -- Version 0.3.1.1: Minor update letting the extension 
appear as semantic extension on [[Special:Version]].
- * September 23, 2011 -- Version 0.3.1:   PHP notice will not appear anymore 
when purging pages without semantic data.
- * September 20, 2011 -- Version 0.3:     Internal extension structure 
redesigned, works with SMW 1.6.1 (probably 1.6 as well).
- 
- * February 14, 2011 -- Version 0.2.1: Minor code changes, added 'VERSION' 
constant into 'ExtSemanticUpdateOnPurge' class.
- * March 10, 2010    -- Version 0.2:   Redesign of how the update happens. 
Doesn't use an update job any longer.
- 
- * March 9, 2010 -- Version 0.1: First experimental release of 
'SemanticUpdateOnPurge'.
+ Changelog:
+ ==========
+
+ * November 6, 2011 -- Version 0.4
+   - Language file for extension description added.
+   - Extension added into wikimedia.org svn repository and put under ISC 
License.
+   
+ * September 28, 2011 -- Version 0.3.1.1: Minor update letting the extension 
appear as semantic extension on [[Special:Version]].
+ * September 23, 2011 -- Version 0.3.1:   PHP notice will not appear anymore 
when purging pages without semantic data.
+ * September 20, 2011 -- Version 0.3:     Internal extension structure 
redesigned, works with SMW 1.6.1 (probably 1.6 as well).
+ 
+ * February 14, 2011 -- Version 0.2.1: Minor code changes, added 'VERSION' 
constant into 'ExtSemanticUpdateOnPurge' class.
+ * March 10, 2010    -- Version 0.2:   Redesign of how the update happens. 
Doesn't use an update job any longer.
+ 
+ * March 9, 2010 -- Version 0.1: First experimental release of 
'SemanticUpdateOnPurge'.


Property changes on: trunk/extensions/SemanticUpdateOnPurge/RELEASE-NOTES
___________________________________________________________________
Added: svn:eol-style
   + native


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to