-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelease_notes.html
430 lines (380 loc) · 17.5 KB
/
release_notes.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
---
title: Release Notes
---
<h1>OpenGuides Release Notes</h1>
<p>
The following table shows the major changes for all releases of the <a
href="software.html">OpenGuides software</a>. For full details, please consult the <a
href="http://search.cpan.org/dist/OpenGuides/Changes">latest Changes file</a>. Versions
with "recommended upgrade" have important improvements that you would be advised
to upgrade your installation to as soon as possible.
</p>
<table id="release_notes" cellpadding="0" cellspacing="0">
<tr>
<td colspan="3" style="text-align: center; font-weight: bold">Latest
Version</td>
</tr>
<tr>
<th scope="row" class="version_latest"><a name="0.71">0.71</a></th>
<td class="version_details_latest">Add scale to maps; implement Debian-related fixes to tests and install process.</td>
<td class="release_links">
<a href="http://cpan.metacpan.org/authors/id/B/BO/BOB/OpenGuides-0.71.tar.gz">download</a>,
<a href="https://metacpan.org/release/BOB/OpenGuides-0.71">view</a>,
<a href="https://metacpan.org/source/BOB/OpenGuides-0.71/">browse</a></td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.70">0.70</a></th>
<td class="version_details_grey" colspan="2">Allow span, dl, dt, dd in page
content; format external links with CSS; update to Leaflet version 0.4;
meta descriptions for map/list index pages; @INDEX_LIST_NO_PREFIX
macro.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.69">0.69</a></th>
<td class="version_details" colspan="2">Missing metadata output now
alphabetised and viewable on a map; JavaScript fix for nodes with
apostrophes in names. Recommended upgrade.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.68">0.68</a></th>
<td class="version_details_grey" colspan="2">Fixes for map centering and
zooming and for POST bug introduced in 0.66; preferences now default to
never expiring. Recommended upgrade.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.67">0.67</a></th>
<td class="version_details" colspan="2">Switch from Google Maps to Leaflet;
index on category and locale at same time; some build improvements;
basic stylesheet installed in static directory; JSON fixes; hide IP
addresses if admin option switched off; improve website display
truncation; preferences page remembers where you came from; recent
changes bugfix; fix test warnings. Recommended upgrade.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.66">0.66</a></th>
<td class="version_details_grey" colspan="2">Username variable passed to
all templates; node name parameters in URL can have spaces instead of
underscores; new CSS classes exposing categories and locales; use
Geo::Coordinates::OSGB/ITM instead of Geography::NationalGrid; collapse
whitespace in names of autocreated categories/locales; add a default
template for autocreated content; ensure the show_missing_metadata
action skips redirects. Recommended upgrade.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.65">0.65</a></th>
<td class="version_details" colspan="2">POD fixes; suppress revision info
and return HTTP 404 for nodes that don't exist; improved tests;
read-only option for non-editable guides.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.64">0.64</a></th>
<td class="version_details_grey" colspan="2">Build fixes; POD fixes;
metadata discovery; more JSON; website URL validation/truncation;
default database is now SQLite; CPAN shell install fixes; admin links
for navbar; node image moved outside metadata div; IP whitelist for
moderated nodes; search pagination fixes.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.63">0.63</a></th>
<td class="version_details" colspan="2">Major overhaul of RDF output;
Universal Edit Link button; Google Analytics updates.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.62">0.62</a></th>
<td class="version_details_grey" colspan="2">Allow wikilinks in change
summaries; local IP blacklisting; omit redirect pages from search
results; include map links in RDF output; hide old node versions from
search engines; add signal handlers for cleanups.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.61">0.61</a></th>
<td class="version_details" colspan="2">Local spam detection modules;
alternative database ports; respect redirect=0; fixes for unknown
actions; CSS hook for nonexistent node message; validate input geodata;
list all node contributors in RDF; fix geocache pref; template tweaks
for common categories/locales; email notifications for edits to
moderated nodes; IP addresses for non-anonymous edits in recent changes;
OpenSearch description and autodiscovery; machine-readable link to
licence.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.60">0.60</a></th>
<td class="version_details_grey" colspan="2">New parameters and macro for
action=random; edit page now uses divs instead of tables; change order
of things on edit page; "revision N" and "last edited" links in navbar;
internal refactorings re RDF and random page functionality; config option
for omitting category/locale pages from random page selection; CSS hooks
for new page form.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.59">0.59</a></th>
<td class="version_details" colspan="2">Move preview_node() and edit_node()
into OpenGuides.pm; remove edit_conflict.tt template; ensure config
object passed to all templates; more test utilities for OpenGuides::Test;
allow templating of autogenerated nodes; info fields for node images;
new divs in the HTML; config options to omit recent changes from home
page, to place content above navbar in HTML, to suppress inline maps on
individual nodes, and to include Google Analytics; bugfixes for edit page
and build process; admin function to revert changes by given user/IP.
</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.58">0.58</a></th>
<td class="version_details_grey" colspan="2">Bugfixes for features
introduced in 0.57; more RDF stuff; redesign of page history view;
new UPGRADING file; charset header and dbencoding config variables;
ping support; Helmert transforms for British National Grid users.
Recommended upgrade.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.57">0.57</a></th>
<td class="version_details" colspan="2">New admin functions; more
Atom and RSS feeds; deprecate Search::InvertedIndex backend and
recommend Plucene instead.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.56">0.56</a></th>
<td class="version_details_grey" colspan="2">Fix bug with Atom/RSS feeds
getting mixed up.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.55">0.55</a></th>
<td class="version_details" colspan="2">New feeds; switch to
Wiki::Toolkit instead of CGI::Wiki (same code under a new name).</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.54">0.54</a></th>
<td class="version_details_grey" colspan="2">Fix for website display bug
introduced in 0.53.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.53">0.53</a></th>
<td class="version_details" colspan="2">Fixes for mod_perl; new "About"
screen; HTML meta descriptions; Google Maps API upgrade; bugfix for
empty category/locale lists; more anti-spam measures.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.52">0.52</a></th>
<td class="version_details_grey" colspan="2"><a href="http://maps.google.com/">Google Maps</a>
support; various bugfixes and RDF improvements; SuperSearch renamed to Search. Recommended
upgrade.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.51">0.51</a></th>
<td class="version_details" colspan="2">Change URL parameter for Recent Changes; new "create
node?" message; new "summary" metadata field; raw output option for nodes; DOAP metadata
in RSS; various RDF fixes; two search bugs fixed; various minor improvements and fixes.
Recommended upgrade.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.50">0.50</a></th>
<td class="version_details_grey" colspan="2">Fix the RSS feed, which had become broken.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.49">0.49</a></th>
<td class="version_details" colspan="2">Numerous RDF output enhancements; new "format=plain"
option for node index listing; various template tweaks; sort wanted pages by number of links;
new message informing you of redirection; prevent redirection loops. Recommended upgrade.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.48">0.48</a></th>
<td class="version_details_grey" colspan="2">See version 0.49 - this version had a test failure.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.47">0.47</a></th>
<td class="version_details" colspan="2">Various template bugfixes, remove default city/country
setting of London/UK, require latest version of CGI::Wiki to fix node deletion bug.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.46">0.46</a></th>
<td class="version_details_grey" colspan="2">Template display bugfixes, fix a bug that allowed
autocreation of locales and categories with trailing spaces in the name, more install time
tests, updated feedback and bug tracking details.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.45">0.45</a></th>
<td class="version_details" colspan="2">Geolocation features now work worldwide! Recommended
upgrade, especially for those outside the UK.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.44">0.44</a></th>
<td class="version_details_grey" colspan="2">Increase search efficiency and speed - recommended
upgrade.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.43">0.43</a></th>
<td class="version_details" colspan="2">Fix a template bug in 0.42.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.42">0.42</a></th>
<td class="version_details_grey" colspan="2">Distance search code improvements, allow
user-definable path to custom templates, replace use of CGI::Wiki::Plugin::Geocache with
improved node.tt.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.41">0.41</a></th>
<td class="version_details" colspan="2">Anti-robot tags for edit pages etc., improved install
time options, option of custom templates, more semantic markup.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.40">0.40</a></th>
<td class="version_details_grey" colspan="2">Improved Recent Changes output, template
improvements, new RSS feeds for contributors, locales and categories.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.39">0.39</a></th>
<td class="version_details" colspan="2">Added option of using
<a href="http://www.perl.com/pub/a/2004/02/19/plucene.html">Plucene</a> for site indexing.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.38">0.38</a></th>
<td class="version_details_grey" colspan="2">Major improvements to search result ordering -
recommended upgrade.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.37">0.37</a></th>
<td class="version_details" colspan="2">Minor bugfixes.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.36">0.36</a></th>
<td class="version_details_grey" colspan="2">Various bugfixes, including prevention of rendering
of arbitrary HTML in edit comments in node history view - recommended upgrade.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.35">0.35</a></th>
<td class="version_details" colspan="2">Bugfix related to change in 0.34 - recommended upgrade.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.34">0.34</a></th>
<td class="version_details_grey" colspan="2">Allow deletion of individual node revisions to
eliminate wiki spam.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.33">0.33</a></th>
<td class="version_details" colspan="2">Improved node history view; allow searching by
distance from an arbitrary point; replace "Anonymous" with IP address; better <title>
tags.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.32">0.32</a></th>
<td class="version_details_grey" colspan="2">Change autocreation behaviour to prevent accidental
creations (RFC 2616 9.1.1).</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.31">0.31</a></th>
<td class="version_details" colspan="2">Greatly improved RDF output; template usability enhancements;
allow embedding of RSS feeds; improved search results listings - recommended upgrade.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.30">0.30</a></th>
<td class="version_details_grey" colspan="2">Node deletion facility; major template overhaul.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.29">0.29</a></th>
<td class="version_details" colspan="2">Improved diff output.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.28">0.28</a></th>
<td class="version_details_grey" colspan="2">Add support for SQLite databases.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.27">0.27</a></th>
<td class="version_details" colspan="2">Search syntax improvements.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.26">0.26</a></th>
<td class="version_details_grey" colspan="2">Various bugfixes.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.25">0.25</a></th>
<td class="version_details" colspan="2">Modify search to look in categories and locales.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.24">0.24</a></th>
<td class="version_details_grey" colspan="2">Various bugfixes.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.23">0.23</a></th>
<td class="version_details" colspan="2">Template bugfix.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.22">0.22</a></th>
<td class="version_details_grey" colspan="2">Various bugfixes.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.21">0.21</a></th>
<td class="version_details" colspan="2">Remove Makefile.PL again as not capable enough.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.20">0.20</a></th>
<td class="version_details_grey" colspan="2">Fixed all contact addresses to go to
<a href="lists.html">OpenGuides-Dev</a>.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.19">0.19</a></th>
<td class="version_details" colspan="2">Ability to mark edits as minor.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.18">0.18</a></th>
<td class="version_details_grey" colspan="2">Makefile.PL for CPAN.pm users.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.17">0.17</a></th>
<td class="version_details" colspan="2">Bugfix: recognise dbhost; example stylesheet.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.16">0.16</a></th>
<td class="version_details_grey" colspan="2">Improved edit conflict handling; option to show
lat/long as deg-min-sec.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.15">0.15</a></th>
<td class="version_details" colspan="2">Minor bugfixes.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.14">0.14</a></th>
<td class="version_details_grey" colspan="2">Ability to find wanted pages.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.13">0.13</a></th>
<td class="version_details" colspan="2">New map metadata field.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.12">0.12</a></th>
<td class="version_details_grey" colspan="2">OpenGuides::CGI for cookie handling etc.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.11">0.11</a></th>
<td class="version_details" colspan="2">New page maker script.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.10">0.10</a></th>
<td class="version_details_grey" colspan="2">OpenGuides::Diff for node diff reports and
OpenGuides::Template for handling Template Toolkit stuff.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.09">0.09</a></th>
<td class="version_details" colspan="2">OpenGuides::Utils for utility scripts.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.08">0.08</a></th>
<td class="version_details_grey" colspan="2">Fuzzy title matching.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.07">0.07</a></th>
<td class="version_details" colspan="2">Autocreation of stub pages.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.06">0.06</a></th>
<td class="version_details_grey" colspan="2">Support for MySQL in supersearch.cgi.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.05">0.05</a></th>
<td class="version_details" colspan="2">Support for non-local databases and fix for
installation bug.</td>
</tr>
<tr>
<th scope="row" class="version"><a name="0.04">0.04</a></th>
<td class="version_details_grey" colspan="2">First public release.</td>
</tr>
</table>