root/tags/rel0_46/Changes

Revision 600, 19.3 kB (checked in by dom, 4 years ago)

comment about Class::Accessor

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