Index: trunk/extensions/SemanticResultFormats/SRF_Settings.php |
— | — | @@ -8,7 +8,7 @@ |
9 | 9 | * @file SRF_Settings.php |
10 | 10 | * @ingroup SemanticResultFormats |
11 | 11 | * |
12 | | - * @author Jeroen De Dauw |
| 12 | + * @author Jeroen De Dauw < jeroendedauw@gmail.com > |
13 | 13 | */ |
14 | 14 | |
15 | 15 | if ( !defined( 'MEDIAWIKI' ) ) { |
Index: trunk/extensions/SemanticResultFormats/RELEASE-NOTES |
— | — | @@ -6,7 +6,7 @@ |
7 | 7 | |
8 | 8 | Changes in this version: |
9 | 9 | * Cleaned up the graph format. |
10 | | -* Fixed devision by zero issue (oh shii~) in the tagcloud format. |
| 10 | +* Fixed division by zero issue (oh shii~) in the tagcloud format. |
11 | 11 | * Added parameter descriptions to the graph and ploticus formats. |
12 | 12 | * Added support for SMW 1.6 style parameter handling to the tagcloud format. |
13 | 13 | |
— | — | @@ -17,7 +17,7 @@ |
18 | 18 | Changes in this version: |
19 | 19 | * Support for images specified by properties in the gallery format. |
20 | 20 | * Fixes to the calendar and jqplot formats. |
21 | | -* Improvents to the timeline and eventline formats. |
| 21 | +* Improvements to the timeline and eventline formats. |
22 | 22 | |
23 | 23 | New formats in this version are: |
24 | 24 | * tagcloud (written by Jeroen De Dauw) |
— | — | @@ -29,7 +29,7 @@ |
30 | 30 | Changes in this version: |
31 | 31 | * Handling for ResourceLoader in MediaWiki 1.17+ added for |
32 | 32 | 'timeline', 'eventline', 'jqplotbar' and 'jqplotpie' formats. |
33 | | -* Visualization improvments for 'process' format. |
| 33 | +* Visualization improvements for 'process' format. |
34 | 34 | |
35 | 35 | == SRF 1.5.1 == |
36 | 36 | |