You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Gallery] added "captiontemplate" parameter to allow wrapping of image captions with a template
9
12
*[GraphViz] fields of data type other than 'page' are now displayed not as separate nodes connected by edges but as parts of labels of nodes of the type 'record' and similar
@@ -35,7 +38,7 @@ Released on August 18, 2019.
35
38
* Added `template` parameter to the `outline` format (by James Hong Kong)
36
39
* Added css `class` parameter to the `tree` format (by Stephan Gambke)
37
40
* Improved `timeseries` format (by Christian Zagrodnick)
38
-
* Fixed `uncaught exception: Invalid dimensions for plot`
41
+
* Fixed `uncaught exception: Invalid dimensions for plot`
39
42
* Only correct plot height when there are tabs
40
43
* Other bug fixes and code improvements
41
44
* Made the extension installable without the `php-gd` PHP extension
@@ -59,7 +62,7 @@ Released on October 12, 2018.
59
62
* PHP changed to version 5.6 and later
60
63
* MediaWiki changed to version 1.27 and later
61
64
* Semantic MediaWiki changed to version 3.0 and later
62
-
*#438 Added support for extension registration via "extension.json" (by James Hong Kong)
65
+
*#438 Added support for extension registration via "extension.json" (by James Hong Kong)
63
66
→ Now you have to use `wfLoadExtension( 'SemanticResultFormats' );` in the "LocalSettings.php" file to invoke the extension
64
67
* Improved filtered format: More options, better test coverage, re-enabled by default (by Stephan Gambke)
65
68
* Refactored vcard format: Mostly code improvements (by James Hong Kong)
@@ -115,13 +118,13 @@ Released on October 25, 2017.
115
118
-#286: Brings a reworked number filter
116
119
-#291: Fixes `list view template` to actually show the template instead of defaulting to a table
117
120
*#300: Brings improvements and fixes to the "filtered" format: (by Stephan Gambke)
118
-
- Brings back checkboxes for value filter with only few values
119
-
- Brings new query parameter ` |+value filter max checkboxes`
121
+
- Brings back checkboxes for value filter with only few values
122
+
- Brings new query parameter ` |+value filter max checkboxes`
120
123
- Allows for easier installation of "data-values/geo"
121
124
*#302: Fixes error messages shown in the instance language instead of the user language for the "filtered" format (by Stephan Gambke)
122
125
*#305: Fixes "SRF\Filtered\Filtered::setParser() must be an instance of Parser..." for the "filtered" format (by Stephan Gambke)
123
126
* Fixes issues with HTML-encoded values sent by JavaScript for the "filtered" format (by Stephan Gambke)
124
-
*#324: Brings improvements to the "filtered" format as authored with the following pull requests: (by Stephan Gambke)
127
+
*#324: Brings improvements to the "filtered" format as authored with the following pull requests: (by Stephan Gambke)
125
128
-#318: Wrap input elements of the Value filter (checkboxes and radioboxes) in label elements. This way they will also be triggered when only the label text is clicked.
126
129
-#322: Show a spinner while filtering. This will block users from triggering further filter events while filtering is still ongoing.
127
130
-#323: Adds printout parameter`|+show if undefined`. Setting it makes filters show a result item even if the printout does not contain a value.
@@ -157,7 +160,7 @@ Released on June 13, 2017.
157
160
* Dropped compatibility with MediaWiki 1.19 to 1.22
158
161
* Updated installation instructions in [INSTALL.md](INSTALL.md)
159
162
* Changed bootstrapping of SRF to make it work with SMW 3.0+ (by James Hong Kong)
160
-
* Re-organized file layout unit testing and added JSONScript integration testing facility from SMW (by Stephan Gambke)
163
+
* Re-organized file layout unit testing and added JSONScript integration testing facility from SMW (by Stephan Gambke)
161
164
* Improved math format to recognize output format "-" (by Sebastian Schmid (gesinn.it))
162
165
* Improved eventcalendar format: Added parameter 'clicktarget' to allow users to define a target URL that get's called when clicking on a calendar date. (by Felix Aba)
0 commit comments