root/tags/rel0_47/Changes

Revision 618, 20.0 kB (checked in by dom, 4 years ago)

add signature file to manifest, and update for 0.47

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
10.47    15 January 2005
2        Fixed bug with list_all_versions for nodes with only one version.
3        Extended config changes to examples/reindex.pl (thanks jimbo).
4        Now require CGI::Wiki 0.62 to fix bug with deleting versions.
5        Try to ensure that a .htaccess file protecting wiki.conf is installed.
6        Allow for external URLs for Text Formatting help.
7        Home node recent changes box now flags new entries.
8        Made default city and country be blank; specify them if you want them.
9        Missing PREREQUISITE on Plucene added.
10        Added CSS id "maincontent" to exclude the navbar and footer. Misc
11        template tidying including removing old layout tables.
12
130.46    21 December 2004
14        Minor bug fixes: remove bogus edit link on index listings,
15          add missing default behaviour for geolocation
16        Update supersearch help text URL.
17        Add nofollow to robots meta tag.
18        Added new CSS class "node_name" for inline non-hyperlink references
19          to node names - see README.CSS for details.
20        Fix bug with diff display on nodes containing macros.
21        Fixed distance search paging bug.
22        Fixed bug that allowed autocreation of locales and categories with
23          trailing spaces in the name.
24        Config management refactoring. This should not result in any
25          user-visible changes, apart from introducing a new dependency on
26          Class::Accessor.
27        Make it clearer in documentation that overriding factory templates
28          is a risky activity.
29        Update feedback details and include URL of RT queue.
30        Add missing tests to MANIFEST so they are included with the
31          distribution.
32       
330.45    1 December 2004
34        Made the geolocation stuff work worldwide.  Squeeeeeee!
35        You can now choose between doing your distance calculations with
36          the British National Grid, the Irish National Grid, or a UTM
37          ellipsoid.  If you wish to use anything other than the British
38          National Grid and you have pre-existing location data then you
39          will need to save an edit of each node with location data before
40          distance searches will work.
41        In less exciting news:
42          Fixed bug relating to lat/long representation.
43          Removed debugging warn accidentally left in last release.
44          Fixed some HTML validation errors.
45
460.44    17 November 2004
47        Remove all traces of display_categories, which was obsoleted but
48          not completely removed before.
49        Improved the efficiency of the search.
50        Fixed a couple of minor bugs in the search - note that node.tt
51          and supersearch.tt have changed.
52        Change the default indexer for new installs to Plucene.
53        Only run certain search-related tests if Plucene is installed.
54
550.43    21 October 2004
56        Fix broken navbar changes that crept into last release.
57
580.42    20 October 2004
59        Handle distance searching with OpenGuides::Supersearch instead of
60          find_within_distance action.
61        Fixed bug with paging on distance-only search (reported by Bob Walker).
62        Improved encapsulation in OpenGuides::Supersearch - accessors.
63        *INCOMPATIBLE CHANGE* Custom templates are now stored in
64          user-definable path, and their names are prefixed with custom_.
65          This only affects you if you have used the custom template support
66          introduced in 0.41.
67        Replace use of CGI::Wiki::Plugin::Geocache with improved node.tt.
68
690.41    21 September 2004
70        Added backlinks link to navbar.
71        Added some anti-robot tags to certain pages.
72        Fixed bug in install procedure - blank script_name should now get
73          installed as index.cgi
74        Added option of munging in custom lib paths on install.
75        Added option of custom templates for footer, license warning
76          on edit form, banner at top of page (see CUSTOMISATION file
77          for details).
78        Added new macro - used as eg @INDEX_LIST [[Locale Fulham]]
79        Also fixed the RSS reader macro - use this as eg
80          @RSS http://london.openguides.org/?action=rss;username=Kake
81        More semantic markup for metadata display - see README.CSS
82
830.40    18 September 2004
84        Recent Changes now shows changes in the past 24 hours, past week,
85          past fortnight, and past 30 days.
86        New preferences option to allow Recent Changes visit tracking.
87        Preferences now has an option for when your prefs expire.
88        Navbar added to diff and history pages.
89        The "omit help links" preference now actually works.
90        Set some pages to non-editable and non-deletable that should have been.
91        Recent Changes RSS fixed so "wiki:importance" is set correctly.
92        New "ignore_minor_edits" option for Recent Changes RSS.
93        Added RSS feeds for contributors, locales and categories.
94
950.39    15 September 2004
96        Split commit_node out into OpenGuides.pm in preparation for spam filter
97        Added option of using Plucene for searching.  If you want to do this
98          (and it is recommended over the default of Search::InvertedIndex)
99          you will need to do two things:
100            - either delete your old indexes (they're just files in the index
101              directory) or use a different index directory
102            - reindex your entire wiki (see reindex.pl in the examples/
103              directory of this distribution)
104
1050.38    26 July 2004
106        Major improvements to the search result ordering (thanks to
107          Steve Jolly, Bob Walker and Billy Abbott for test cases).
108
1090.37    23 July 2004
110        Fixed bug in diff view - the versions are the right way round now...
111          Fixed bug with links in historic view.  Require CGI.pm 2.92 to
112          avoid escapeHTML bug.
113
1140.36    13 July 2004
115        Added diff link to node template.
116        Fixed case sensitivity bug in index node autocreation.
117        Fixed bug with node history comments not being HTML-escaped.
118
1190.35    25 June 2004
120        Forgot to add version prerequisite on CGI::Wiki.  Don't use 0.34,
121          use this.
122
1230.34    25 June 2004
124        Add facility to delete only certain revisions of a page - access
125          this from the node history page.
126
1270.33    20 June 2004
128        Improve node history page to allow diffing between each version and
129          the previous one or the current one.
130        Test overhauls - you don't need to run the configuration step in
131          order to run the tests now, but you do need to have DBD::SQLite
132          for most of them.
133        Fixed template bug in display_metadata.tt that was stopping map
134          links being displayed for nodes with no address data (spotted
135          by Steve Jolly).
136        Removed inline style from recent_changes.tt. You will need to add
137          the styles table#recentchanges, td.recentchanges_meta,
138          td.recentchanges_user, td.recentchanges_node_name and
139          td.recentchanges_comment to your stylesheets.
140          td#map changed to td#map_link in edit_conflict.tt.
141        Added searching by distance from an arbitrary point (click on
142          Advanced Search).
143        Internal rejigging - extracted some methods from wiki.cgi to
144          OpenGuides.pm.
145        Added new preference for default edit type.
146        Reinstate apparently lost change from 0.26 to show IP rather than
147          "Anonymous" in RecentChanges.
148        More informative <title> tags for non-node (e.g. node version
149          history) pages.
150
1510.32    7 June 2004
152        Change auto-creating behaviour of index nodes (categories and
153          locales): instead of being created on access they are created
154          when the referring node is committed. This fixes compliance with
155          RFC 2616 section 9.1.1 and prevents corrupted index nodes being
156          created accidentally.
157
1580.31    09 May 2004
159        Created a new macro to allow the embedding of RSS feeds into
160          pages, using CGI::Wiki::Plugin::RSS::Reader. This allows you
161          to do this to produce a list of up to ten hyperlinks:
162            @RSS [http://example.com/example.rss]
163       
164        Numerous template tweaks to comply with the W3C's Web Content
165          Accessibility Guidelines (http://www.w3.org/TR/WAI-WEBCONTENT/):
166          - summaries for all HTML tables
167          - labels for all form input elements and some textual additions
168            to templates, such as '/' separators between navbar items,
169            because the guidelines specify links should not only be
170            separated by whitespace. If you don't want these to appear,
171            put the following in your stylesheet and they'll be hidden by
172            CSS (but will still appear for people using textual browsers or
173            screen readers): ".hidden { display: none }".
174          - the "lang" element (a two-letter code identifying the language
175            you're writing pages in) will now be added to the <html> tag on
176            all pages; a new question has been added to the configuration
177            script to ask for it and it will be stored in wiki.conf.
178            ***         YOU WILL NEED TO RUN BUILD.PL AGAIN.          ***
179            *** Remember to keep a backup copy of your old wiki.conf! ***   
180
181        Improved navigation for search results (next and previous n hits).
182          Removed underscores from page names in search results.
183
184        Overhauled RDF output. Changes:
185          - everything is no longer classified as a restaurant(!)
186          - empty tags are no longer generated
187          - show categories, locales and OS x/y coords in invididual
188            node RDF view
189          - switch to W3C contact namespace for addressing data
190          - move homepage tag out of wiki metadata
191          - remove nonexistent "gs:" namespace from category indices
192          - logical structure improvements (subjects of pages are now
193            identified as spatial things if they are, or are RDF
194            descriptions if they're not, instead of being anonymous
195            FOAF topics)
196          - include city and country in RDF only for spatial things.
197
198        Fixed bug that prevented automatic database initialization on
199          SQLite databases.
200
201        Doc fix for private installations.
202
203        Removed the following characters from the list of forbidden ones in
204          node names in newpage.cgi (a restriction which dates from all the way
205          back when we were using UseModWiki): " ! $ ^ ~ @ [ ] { }
206
207        Removed newlines from output of search box macro.
208
209        Reimplemented diffing using CGI::Wiki::Plugin::Diff as it seems the
210          change in 0.30 got lost. Removed OpenGuides::Diff.pm as we should not
211          be distributing it.
212
2130.30    29 December 2003
214        Added method to allow admins to delete nodes.  You will need to
215          explicitly enable this option in your wiki.conf, since it brings
216          with it the risk of accidental data loss.
217
218        Major overhaul of templates - added numerous style hooks.  See
219          examples/ for two stylesheet designs that take advantage of these.
220          Added new banner template for page headers. Also ensured presence
221          of navigation bar is consistent.
222          *** INCOMPATIBLE CHANGE: *** The navbar class in the stylesheet
223          has been renamed to, unsurprisingly, "navbar", for consistency
224          (from "toolbar"). *** YOU WILL NEED TO REWRITE YOUR STYLESHEET. ***
225          You are advised to create a duplicate wiki.cgi that reads its data
226          from your database but its stylesheet and templates from the new
227          ones in order to test them *before* deploying them.
228
229        Added "FAQ", "How To Get Started" and "Wiki Etiquette" to the
230          navigation, under "Help" - these won't exist unless you create them
231          on your site, so at first the links serve as examples of
232          documentation you can provide.
233
234        Modified preferences.cgi so that all the help links in the navbar
235          can be hidden, not just the text formatting link.
236
237        Fixed some HTML validation bugs.
238
239        Added multiple install and pretty URL notes to INSTALL.
240
241        Removed pubcrawl stuff from distro for now - it doesn't really work.
242
243        Changed to use CGI::Wiki::Plugin::Diff instead of OpenGuides::Diff.
244
2450.29    8 November 2003
246        Expanded section in TROUBLESHOOTING about permissions problems.
247
248        Diff.pm now absorbs trailing punctuation and spaces into words
249          it is diffing (to give less blocky results).
250
251        SuperSearch.pm change NOT to use '-' instead of '!'.
252
2530.28    1 November 2003
254        Allow running sites on SQLite databases.
255
256        Fixed bug with navbar prompt in Build.PL (CPAN RT #3894).
257        Junked OpenGuides::Config completely to avoid database password
258          leakage, and easier install (CPAN RT #3916).
259
2600.27    1 November 2003
261        Fixed bug with category/locale indexing - no longer case-sensitive.
262
263        Fixed bug that had the supersearch results page offering an edit link.
264
265        Revamp of search syntax to make the SuperSearch UI much more like
266        Google and Alta Vista. See the POD of SuperSearch.pm for details.
267
2680.26    9 October 2003
269        Modified TROUBLESHOOTING to reflect the correct invocation for
270          Module::Build to install into a private directory.
271
272        Show IP address for anonymous edits.
273
274        Changed CGI.pm version dependency for Dom (CPAN bug #3895).
275
276        Added check to OpenGuides::SuperSearch to stop it trying to
277          retrieve a nonexistent node when the search indexes have screwed up.
278
2790.25    23 September 2003
280        Applied recent changes fix to front page feed as well.
281
282        Search box now searches categories and locales as well as title and
283          body - so for example a search on "holborn & pubs" will DTRT.
284
285        NOT and phrase search tests were passing even though they shouldn't
286          have been - skip them for now.
287
2880.24    8 September 2003
289        Fix to recent changes so minor changes don't mask major ones.
290
291        Fixed supersearch.cgi to use a template instead of CGI.pm to avoid
292          weird errors, also turned it into a module and added tests.
293        Strip whitespace from OS co-ords before storing in database.
294
2950.23    4 August 2003
296        Removed the "POST_CHOMP" option as it was messing up textareas, added
297        a test to make sure this doesn't reoccur.
298
2990.22    4 August 2003
300        Fixed bug with usernames containing spaces in recent changes/userstats.
301
302        Try out create_makefile_pl => "passthrough" in Build.PL
303
304        Minor fixes to tests to make them work with newest UseMod formatter.
305
306        Prevented "Edit this page" from showing up on category indexes.
307
308        Set TT "POST_CHOMP" option to strip unnecessary newlines from HTML.
309
310        Fixed CPAN bug #3085 - quotes in change summary box.
311
312        Added openguides_version template variable and added it to page
313        footer (CPAN request 3110).
314
3150.21    17 July 2003
316        We no longer autogenerate a Makefile.PL, since it doesn't pick up
317        all the questions that need to be asked.  Sorry.  Use Module::Build
318        as detailed in INSTALL, since you won't be able to get the right
319        version of Text::WikiFormat installed without it in any case.
320
321        Added version number to CGI.pm prereq as Alex McLintock hit a
322        version that didn't have unescape.
323
324        Added a link on RecentChanges to the RSS version, and put an
325        autodiscovery tag for the RSS in the head section.
326
327        Changed diff feature to hide checksums, which aren't necessary for
328        the user to see. Fixed a minor bug in the node history template so
329        that the diff links compare the selected version against the previous
330        one, not the original one every time.
331
3320.20    10 July 2003
333        Fixed all the email addresses to openguides-dev@openguides.org.
334
3350.19    10 July 2003
336        Extra checks that script_url ends in a '/'.
337
338        Fixed small bug with edit conflict form - map link field was missing.
339
340        Moved "content" div in a couple of templates to fix incorrect nesting.
341
342        @INDEX_LINK macros now have optional title text like so:
343          @INDEX_LINK [[Category Pubs|Pubs]]
344
345        Added preferences option for including or excluding text formatting
346        rules link in navbar.  Enable this by setting text_formatting_node
347        in your config file.
348
349        Added config option for including the navbar on the home page.
350
351        Implemented minor edits.
352
353        Fixed cookie to persist beyond session.
354
3550.18    16 June 2003
356        Added a Makefile.PL as well as a Build.PL, for CPAN.pm users.
357
3580.17    15 June 2003
359        Fixed OpenGuides::Utils to take note of dbhost.
360 
361        Added example stylesheet provided by the OxfordGuide team.
362
3630.16    26 May 2003
364        Ivor fixed OpenGuides::Diff to diff by word instead of by character.
365
366        Fixed edit conflict up so it works nicely when you click the
367        Save button as well as the Preview one.
368
369        Added preferences option of displaying lat/long as deg-min-sec
370        instead of decimal (requested by James).
371
3720.15    18 May 2003
373        Added Algorithm::Diff version dependency to prereqs, fixed bug
374        with preferences.cgi and blank script_name, fixed REDIRECT bug.
375
3760.14    17 May 2003
377        Added "Wanted Pages" link to navbar, thanks to Simon Cozens for
378        the idea.
379
380        Fixed many bugs noticed by Dominic Hargreaves and other Oxonians.
381        Many thanks to Dominic for making an Oxford OpenGuides install for
382        us to find bugs in.
383
3840.13    17 May 2003
385        Added some more stylesheet hooks.
386 
387        Tweaked OpenGuides::Diff to make it testable, added a start at tests.
388
389        Lat and long now stored to only 6dp instead of millions.
390
391        Added edit field for map link.
392
3930.12    14 May 2003
394        Added OpenGuides::CGI to manage cookies and things, used this to
395        do more code tidying.  Added edit box position option to preferences.
396
3970.11    14 May 2003
398        Added newpage.cgi for an easy way to create new pages.
399
400        Took loads of repeated code (for extracting and packaging metadata
401        variables) out of wiki.cgi into OpenGuides::Template.
402
4030.10    11 May 2003
404        Added OpenGuides::Diff to provide nice diff output between
405        node versions.
406
407        Added OpenGuides::Template to handle Template Toolkit stuff in a
408        more testable and reusable way than just bunging it in wiki.cgi.
409
4100.09    10 May 2003
411        Added OpenGuides::UK::PubCrawl and pubcrawl.cgi as a start at a
412        pub crawl generator.
413
414        Added OpenGuides::Utils to make it easier to write little standalone
415        scripts like supersearch.cgi, pubcrawl. cgi, etc.  Made wiki.cgi and
416        supersearch.cgi use it, and lost loads of duplicated code in the
417        process, hurrah.
418
4190.08    3 May 2003
420        Added fuzzy matching capability -
421          action=index;index_type=fuzzy_title_match;index_value=hollborne
422        Someone needs to write a nice search box interface for this.
423
424        Fixed edit_conflict template and preview method to cope with stale
425        checksum - passes through all the metadata properly now and offers
426        a side by side comparison of what you input and what is stored.
427
428        RDF output for node is now encoding-agnostic (used to have UTF-8
429        hardcoded).  Also is now called as wiki.cgi?id=Node_Name;format=rdf
430
4310.07    3 May 2003
432        Require CGI::Wiki 0.32 to avoid bug (again a Bob find!) where
433        committing a node with metadata but no content would die.
434
435        Auto-created category/locale stub pages now added to Category Category
436        or Category Locales as appropriate.
437
438        Added a couple of extra allowed HTML tags to cater for existing
439        grubstreet data.
440
441        Fixed bug in OpenGuides::RDF - it used to die if called on a
442        nonexistent node, now it returns stuff with a wiki:version of 0.
443
4440.06    2 May 2003
445        Fixed supersearch.cgi so it works with MySQL as well as Postgres
446        (thanks again to Bob for finding the bug).
447
4480.05    2 May 2003
449        Redid the script and template installation so the script does
450        actually get called what you said it should be (code copied
451        somewhat from Siesta::Build).
452
453        Fixed the support for non-local databases/IDENT authentication.
454        I think.
455
456        Fixed the hardcoded 'wiki.cgi' in some of the templates (thanks Bob).
457
4580.04    29 April 2003
459        First public release.
Note: See TracBrowser for help on using the browser.