root/tags/rel0_62/Changes

Revision 1164, 35.3 kB (checked in by dom, 7 months ago)

release date

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1"#" items refer to tickets. See <http://dev.openguides.org/report/9> for details.
2
3More detailed changelogs can be found at
4<http://dev.openguides.org/log/trunk>.
5
60.62    8 June 2008
7        Allow wiki page links (simple: [[Foo]], title: [[Foo|bar]]) in
8          change summaries.
9        Ensure that all modules we ship are versioned.
10        Added experimental support for local IP blacklisting modules; see the
11          display_node method in "perldoc OpenGuides" for details.
12        Don't include redirect pages in search results. (#24)
13        Include map link URLs in RDF output. (#26)
14        Hide historic versions of nodes from search engines. (#207)
15        Install signal handlers in reindex.pl and CGI scripts to allow
16          temporary files (eg from Plucene) to be cleaned up. (#247)
17
180.61    4 July 2007
19        Added experimental support for local spam detection modules; see the
20          commit_node method in "perldoc OpenGuides" for details.
21        Added extra "edit this page" link next to the node name; if you don't
22          want it, add div#title_edit_link {display:none;} to your stylesheet.
23        Removed dependency on Test::MockObject.
24        Remove misleading CSS examples
25        Support alternative database ports (#165)
26        Only display the google maps preference if node maps are enabled
27          (#192).
28        Respect redirect=0 (#104).
29        If an unknown action is supplied to wiki.cgi, redirect to
30          action=display (partial fix for #102)
31        Added new div#nonexistent_node_message for displaying message when
32          someone tries to view a nonexistent node.
33        Validate input geodata (#22)
34        List all contributors in RDF version of nodes (#106).
35        The "Look for nearby geocaches" preference and link now actually work
36          (#216).
37        Move the common categories/locales navbar display decision into the
38          templates (#214).
39        Add email notifications when moderated nodes are edited (#138)
40        Add IP addresses into non-anonymous changes in Recent Changes (#113)
41        Add an OpenSearch description, and automatic discovery for it (#180)
42        Include machine-readable link to licence, if configured (#226)
43
440.60    13 May 2007
45        Removed footer search from edit page (shouldn't have been there).
46        Upgraded Module::Build requirement to cope with API change.
47        Added new parameters to action=random - you can now supply category
48          and/or locale to get a random page chosen from that category/locale.
49        To go with this, added a new macro:
50          @RANDOM_PAGE_LINK [[Category Pubs|View a random pub]]
51        Fixed bug in OpenGuides::Feed - HTML equivalent link now works even
52          if your script_name isn't blank.
53        Rewrote the HTML of the edit page to use <div>s rather than tables.
54          Note that you will probably want to provide at least basic styling
55          for these classes.  As part of this, added a new template,
56          edit_form_actions.tt
57        Moved node image boxes below phone/address/etc on the edit form, and
58          moved summary field from openguides information section into main
59          section.
60        Made div#maincontent on the edit form wrap the preview view only, not
61          the whole form.
62        Added links to the "revision N" and "Last edited" text in the navbar.
63        Added format => "raw" option to OpenGuides::Search->run to let you get
64          your results back as a hash.
65        Add JavaScript to the Create New Page page so the prefilled
66          "New page name" disappears when you click in the field (it doesn't
67          make anything other than "New page name" diappear).
68        Move node RDF generation from inline to node_rdf.tt and replace
69          home-grown escaping with encode_entities_numeric from HTML::Entities
70          (technically this is an added dependency, but we already require
71          the package it comes in, via Wiki::Toolkit::Formatter::UseMod).
72        Move random page functionality from wiki.cgi into OpenGuides.pm and
73          add some tests.
74        Add config options to let admins omit category and/or locale pages
75          from the list of pages that can be returned by the Random Page link.
76        Use full URLs for all links in navbar, so people can INCLUDE navbar.tt
77          in their own scripts.  (May revisit this later using "base href".)
78        Added some stylesheet hooks to newpage.tt; see README.CSS for details.
79        Documented the stylesheet hooks in the admin interface (see README.CSS)
80        Bugfix: uninitialized variable warning in script_url
81        Bugfix: Make sure clean target works
82
830.59    25 March 2007
84        Move preview_node() and edit_node() from wiki.cgi into OpenGuides.pm
85        Remove edit_conflict.tt - use edit_form.tt instead to reduce
86          duplication.
87        Make sure to always pass the config object into the templates.
88        Add some extra test utilities to OpenGuides::Test
89        Allow Guide admins to control the content of autocreated nodes (#47).
90        Let people add name of copyright holder, licence URL, and info page
91          URL for node images (#179).
92        Add config option to omit recent changes from home page.
93        Split out "modules" from navbar.tt into separate templates navbar_*.tt
94          to make it easier for people to change the order in a custom template
95        Add a new div to wrap the entire body; also, use header.tt in
96          home_node.tt instead of copy/paste.
97        Add a new div for the atom/RSS feed links on the recent changes page.
98        Add config option to place content above navbar in HTML.
99        Add config option to suppress inline maps on geotagged nodes.
100        Add support for custom template to add to page <head> (#191).
101        Fix preferences to take notice of users turning off inline Google maps.
102        Add option to include Google Analytics.
103        Fix "Link to this page" on index maps to remember the map type and
104          the thing it's indexing (#190).
105        Write tests for and fix:
106          #48 (Edit conflict page erroneously converts lat/lon to os_x, os_y).
107          #173 (edit conflict form doesn't let you edit everything).
108        Fix:
109          #184 (Build.PL doesn't treat the absence of Config::Tiny gracefully.)
110        Add admin function for reverting changes by a specified user or host.
111
1120.58    21 December 2006
113        Tidy up some minor bugs in the new features.
114        Add RDF autodiscovery link to nodes' <head> section.
115        Added more data to RDF output
116        Redesign node history view along lines of that used by MediaWiki
117          (http://www.mediawiki.org/) for clarity.
118        Add UPGRADING file which summarises important information for people
119          upgrading.
120        Add an optional new config parameter, http_charset, which will set
121          an explicit charset http header on all responses.
122        Add an optional new config parameter, ping_services, which is a list
123          of services (defined in Wiki::Toolkit::Plugin::Ping) to ping when
124          a node is written. Allows you to ping pingerati etc on changes.
125        Helmert Transforms, so that British National grid users can have
126        accurate Google Maps tie-ins.
127        dbencoding config variable to tell OpenGuides what charset your
128          database encoding is.
129        As a consequence declare the charset correctly in the XML feeds.
130        Other minor UI improvements
131        Redesigned node history view a la MediaWiki for greater clarity.
132       
133
1340.57    12 September 2006
135        New interfaces:
136        * Admin interface.
137        * Show nodes missing metadata.
138        * Moderate edits (based on Wiki::Toolkit moderation).
139        NOTE: these functions should be considered unstable, and may change
140          over future releases.
141
142        Lots more Atom and RSS feeds, including for searching.
143        Four new config file options: moderation_requires_password,
144          enable_node_image, enable_common_categories, enable_common_locales
145        Search::InvertedIndex support is deprecated as of this release.
146          Please upgrade to Plucene if you are still using it.
147        Tidy up some template bits
148
1490.56    14 June 2006
150        Fixed bug introduced in feed formatting where Atom feeds would be
151          produced when asked for RSS and vice versa.
152
1530.55    13 June 2006
154        Versioned dependency on Wiki::Toolkit to avoid development
155          versions.
156        Support generating feeds of a node's version listing, in addition
157          to feeds of the recent changes. For more information on OpenGuides
158          feeds, see http://dev.openguides.org/wiki/FeedsIntro
159
1600.54_02 8 June 2006
161        Pass the feed_listing (currently just recent_changes) through all
162          the feed related code, rather than assuming it'll only ever be
163          recent changes. Will allow other listings of nodes to be handled
164          in the future.
165
1660.54_01 16 May 2006
167        Support for Atom feeds for RecentChanges.
168        #118 Use Wiki::Toolkit. NOTE this is a development snapshot and is
169          not suitable for production use. It may eat your data! Tests on
170          development mirrors of live data are highly welcomed; the underlying
171          database schema provided by Wiki::Toolkit has changed and the upgrade
172          process needs some rigorous testing.
173
1740.54    21 April 2006
175        #112 Fixed website display bug introduced in 0.53.
176
1770.53    20 April 2006
178        Miscellanous fixes for mod_perl.
179        #42 New "About" screen. Try action=about and action=about;format=rdf.
180        #97 Use "summary" metadata to generate HTML meta descriptions.
181        New OpenGuides::Feed module to handle feed generation (code was
182          previously in OpenGuides::RDF).
183        Generate URIs for locales and contributors in RDF output.
184        #107 Don't display partial http:// URL in preview.
185        #93 Upgrade to new Google Maps API (for smaller javascript download)
186        #103 Fixed empty Category/Locale list bug.
187        #54 Fixed RSS redirection for backwards compatibility.
188        #79 Partial fix to help combat HTML spam
189        #56 Added licence config variables
190
1910.52    5 March 2006
192        IMPORTANT CHANGE: "supersearch.cgi" is now simply "search.cgi". If you
193          have customisations to your templates, you may need to make changes
194          to reflect this.
195        Renamed OpenGuides::SuperSearch to OpenGuides::Search.
196        Use corrent content-type (application/rdf+xml) for all RDF output.
197        Things with opening hours are marked as geospatial in RDF.
198        Fixed missing bracket in node.tt.
199        Added custom_node template just below main content in node.tt.
200        Google Maps support! There is a new index type,
201          wiki.cgi?action=index;format=map, and maps appear in the node listings
202          (the latter feature is user-configurable).
203        Fixed <link> in RSS to point to RecentChanges page, not the feed itself.
204        #67 Default website for a page is now http://
205        Fixed mod_perl redirect bug.
206        Fixed test failure with CGI.pm 3.16.
207        #87 Edit on mirrored pages now goes to source site
208        #66 Locales in RDF now use dc:title, not foaf:name
209
2100.51    15 November 2005
211        Important changes:
212          * The preferred way to get RecentChanges is now to pass the CGI the
213            parameter "action=rc", rather than just using the page name
214            "RecentChanges". However, this method will still work for the time
215            being. Similarly, the URL parameter for the RecentChanges RSS feed
216            has changed from "action=rss" to "action=rc;format=rss". Requests
217            for the former will be redirected to the latter.
218
219        New features:
220          * When trying to view a non-existent node, you will now be presented
221            with a message asking if you want to create that node, rather than
222            a blank page.
223          * New "summary" metadata field for one-line summaries of nodes:
224            - Added summary field to RDF as dc:description.
225            - Show node summary in search results.
226          * New "format=raw" option for outputting wiki text of a node.
227          * RSS feed now contains DOAP (http://usefulinc.com/doap) metadata.
228       
229        RDF bugfixes:
230          * Locales, address and summary fields now XML-escaped properly.
231          * Added "address" field that was missing from the RDF node view.
232          * Update URL for Dublin Core elements in RDF index view.
233          * Fixed URL in the RSS <channel> element to point to the RSS URL,
234            not the RecentChanges page URL.
235       
236        Search bugfixes:
237          * Fixed bug that was breaking coordinate entry fields on search page if
238            lat/lon was being used.
239          * Fixed bug in OpenGuides::SuperSearch that wasn't passing "latitude"
240            and "longitude" values to the search template when a distance
241            search was being done.
242       
243        Minor improvements:
244          * Replace underscores in node names in "redirected from" message
245            with spaces.
246          * "Redirected from" message now links to a rendered version of
247            the old page rather than the editing view.
248       
249        Miscellaneous bugfixes:
250          * Fixed problem with newer Text::Wikiformat and blank nodes.
251          * Fixed bug in navbar template that caused warnings in the tests.
252       
2530.50    2 October 2005
254        Remove rogue ampersand that had crept into the RSS feed.
255       
2560.49    24 July 2005
257        Added updated prerequisite on CGI::Wiki::Plugin::RSS::ModWiki (fixes
258          a test failure).
259
2600.48    24 July 2005
261        RDF enhancements:
262          * Removed redundant "id" parameter specification from dc:source in
263            rdf:Description in RDF node listings.
264          * Fixed bug that was causing all nodes to be flagged as a
265            geo:SpatialThing whether they were or not.
266          * Ensured that ampersands and greater/less than symbols were properly
267            escaped so as not to be XML-toxic.
268          * Added geo:lat, geo:long and RSS link attributes to items in
269            category/locale listings to facilitate integration with mapping
270            applications.
271          * Added owl:sameAs property to RDF output for nodes that are redirects
272            to other nodes.
273          * RSS feed now has correct timestamp (matching most recent item) and
274            matching Last-Modified HTTP header.
275        Reorder navigation bar to provide more logical groupings.
276        Added "format=plain" option for all-nodes index listing and associated
277          template plain_index.tt.
278        New message to appear on pages when you have been redirected
279          informing you of the fact.
280        Stop showing potentially very long map URLs in metadata section of
281          node display.
282        Replace ugly obliques in display of categories and locales with more
283          natural commas; change "locale" to "locales" in label.
284        Replace <label> tags in display_metadata.tt with <span
285          class="metadata_label">.
286        Wanted pages listing now displays, and sorts by, the number of nodes
287          pointing to each node.
288        Prevent redirect loops.
289        Added _ to the list of forbidden characters in node names.
290
2910.47    15 January 2005
292        Fixed bug with list_all_versions for nodes with only one version.
293        Extended config changes to examples/reindex.pl (thanks jimbo).
294        Now require CGI::Wiki 0.62 to fix bug with deleting versions.
295        Try to ensure that a .htaccess file protecting wiki.conf is installed.
296        Allow for external URLs for Text Formatting help.
297        Home node recent changes box now flags new entries.
298        Made default city and country be blank; specify them if you want them.
299        Missing PREREQUISITE on Plucene added.
300        Added CSS id "maincontent" to exclude the navbar and footer. Misc
301          template tidying including removing old layout tables.
302
3030.46    21 December 2004
304        Minor bug fixes: remove bogus edit link on index listings,
305          added missing default behaviour for geolocation.
306        Update supersearch help text URL.
307        Added nofollow to robots meta tag.
308        Added new CSS class "node_name" for inline non-hyperlink references
309          to node names - see README.CSS for details.
310        Fixed bug with diff display on nodes containing macros.
311        Fixed distance search paging bug.
312        Fixed bug that allowed autocreation of locales and categories with
313          trailing spaces in the name.
314        Config management refactoring. This should not result in any
315          user-visible changes, apart from introducing a new dependency on
316          Class::Accessor.
317        Make it clearer in documentation that overriding factory templates
318          is a risky activity.
319        Update feedback details and include URL of RT queue.
320        Added missing tests to MANIFEST so they are included with the
321          distribution.
322   
3230.45    1 December 2004
324        Made the geolocation stuff work worldwide.  Squeeeeeee!
325        You can now choose between doing your distance calculations with
326          the British National Grid, the Irish National Grid, or a UTM
327          ellipsoid.  If you wish to use anything other than the British
328          National Grid and you have pre-existing location data then you
329          will need to save an edit of each node with location data before
330          distance searches will work.
331        In less exciting news:
332          Fixed bug relating to lat/long representation.
333          Removed debugging warn accidentally left in last release.
334          Fixed some HTML validation errors.
335
3360.44    17 November 2004
337        Remove all traces of display_categories, which was obsoleted but
338          not completely removed before.
339        Improved the efficiency of the search.
340        Fixed a couple of minor bugs in the search - note that node.tt
341          and supersearch.tt have changed.
342        Change the default indexer for new installs to Plucene.   
343        Only run certain search-related tests if Plucene is installed.
344
3450.43    21 October 2004
346        Fixed broken navbar changes that crept into last release.
347
3480.42    20 October 2004
349        Handle distance searching with OpenGuides::Supersearch instead of
350          find_within_distance action.
351        Fixed bug with paging on distance-only search (reported by Bob Walker).
352        Improved encapsulation in OpenGuides::Supersearch - accessors.
353        *INCOMPATIBLE CHANGE* Custom templates are now stored in
354          user-definable path, and their names are prefixed with custom_.
355          This only affects you if you have used the custom template support
356          introduced in 0.41.
357        Replace use of CGI::Wiki::Plugin::Geocache with improved node.tt.
358
3590.41    21 September 2004
360        Added backlinks link to navbar.
361        Added some anti-robot tags to certain pages.
362        Fixed bug in install procedure - blank script_name should now get
363          installed as index.cgi
364        Added option of munging in custom lib paths on install.
365        Added option of custom templates for footer, license warning
366          on edit form, banner at top of page (see CUSTOMISATION file
367          for details).
368        Added new macro - used as eg @INDEX_LIST [[Locale Fulham]]
369        Also fixed the RSS reader macro - use this as eg
370          @RSS http://london.openguides.org/?action=rss;username=Kake
371        More semantic markup for metadata display - see README.CSS.
372
3730.40    18 September 2004
374        Recent Changes now shows changes in the past 24 hours, past week,
375          past fortnight, and past 30 days.
376        New preferences option to allow Recent Changes visit tracking.
377        Preferences now has an option for when your prefs expire.
378        Navbar added to diff and history pages.
379        The "omit help links" preference now actually works.
380        Set some pages to non-editable and non-deletable that should have been.
381        Recent Changes RSS fixed so "wiki:importance" is set correctly.
382        New "ignore_minor_edits" option for Recent Changes RSS.
383        Added RSS feeds for contributors, locales and categories.
384
3850.39    15 September 2004
386        Split commit_node out into OpenGuides.pm in preparation for spam filter
387        Added option of using Plucene for searching.  If you want to do this
388          (and it is recommended over the default of Search::InvertedIndex)
389          you will need to do two things:
390            - either delete your old indexes (they're just files in the index
391              directory) or use a different index directory
392            - reindex your entire wiki (see reindex.pl in the examples/
393              directory of this distribution)
394
3950.38    26 July 2004
396        Major improvements to the search result ordering (thanks to
397          Steve Jolly, Bob Walker and Billy Abbott for test cases).
398
3990.37    23 July 2004
400        Fixed bug in diff view - the versions are the right way round now...
401        Fixed bug with links in historic view.  Require CGI.pm 2.92 to
402          avoid escapeHTML bug.
403
4040.36    13 July 2004
405        Added diff link to node template.
406        Fixed case sensitivity bug in index node autocreation.
407        Fixed bug with node history comments not being HTML-escaped.
408
4090.35    25 June 2004
410        Forgot to add version prerequisite on CGI::Wiki.  Don't use 0.34,
411          use this.
412
4130.34    25 June 2004
414        Added facility to delete only certain revisions of a page - access
415          this from the node history page.
416
4170.33    20 June 2004
418        Improve node history page to allow diffing between each version and
419          the previous one or the current one.
420        Test overhauls - you don't need to run the configuration step in
421          order to run the tests now, but you do need to have DBD::SQLite
422          for most of them.
423        Fixed template bug in display_metadata.tt that was stopping map
424          links being displayed for nodes with no address data (spotted
425          by Steve Jolly).
426        Removed inline style from recent_changes.tt. You will need to add
427          the styles table#recentchanges, td.recentchanges_meta,
428          td.recentchanges_user, td.recentchanges_node_name and
429          td.recentchanges_comment to your stylesheets.
430          td#map changed to td#map_link in edit_conflict.tt.
431        Added searching by distance from an arbitrary point (click on
432          Advanced Search).
433        Internal rejigging - extracted some methods from wiki.cgi to
434          OpenGuides.pm.
435        Added new preference for default edit type.
436        Reinstate apparently lost change from 0.26 to show IP rather than
437          "Anonymous" in RecentChanges.
438        More informative <title> tags for non-node (e.g. node version
439          history) pages.
440
4410.32    7 June 2004
442        Change auto-creating behaviour of index nodes (categories and
443          locales): instead of being created on access they are created
444          when the referring node is committed. This fixes compliance with
445          RFC 2616 section 9.1.1 and prevents corrupted index nodes being
446          created accidentally.
447
4480.31    09 May 2004
449        Created a new macro to allow the embedding of RSS feeds into
450          pages, using CGI::Wiki::Plugin::RSS::Reader. This allows you
451          to do this to produce a list of up to ten hyperlinks:
452            @RSS [http://example.com/example.rss]
453       
454        Numerous template tweaks to comply with the W3C's Web Content
455          Accessibility Guidelines (http://www.w3.org/TR/WAI-WEBCONTENT/):
456          - summaries for all HTML tables
457          - labels for all form input elements and some textual additions
458            to templates, such as '/' separators between navbar items,
459            because the guidelines specify links should not only be
460            separated by whitespace. If you don't want these to appear,
461            put the following in your stylesheet and they'll be hidden by
462            CSS (but will still appear for people using textual browsers or
463            screen readers): ".hidden { display: none }".
464          - the "lang" element (a two-letter code identifying the language
465            you're writing pages in) will now be added to the <html> tag on
466            all pages; a new question has been added to the configuration
467            script to ask for it and it will be stored in wiki.conf.
468            ***         YOU WILL NEED TO RUN BUILD.PL AGAIN.          ***
469            *** Remember to keep a backup copy of your old wiki.conf! ***   
470
471        Improved navigation for search results (next and previous n hits).
472          Removed underscores from page names in search results.
473
474        Overhauled RDF output. Changes:
475          - everything is no longer classified as a restaurant(!)
476          - empty tags are no longer generated
477          - show categories, locales and OS x/y coords in invididual
478            node RDF view
479          - switch to W3C contact namespace for addressing data
480          - move homepage tag out of wiki metadata
481          - remove nonexistent "gs:" namespace from category indices
482          - logical structure improvements (subjects of pages are now
483            identified as spatial things if they are, or are RDF
484            descriptions if they're not, instead of being anonymous
485            FOAF topics)
486          - include city and country in RDF only for spatial things.
487
488        Fixed bug that prevented automatic database initialization on
489          SQLite databases.
490        Doc fix for private installations.
491        Removed the following characters from the list of forbidden ones in
492          node names in newpage.cgi (a restriction which dates from all the way
493          back when we were using UseModWiki): " ! $ ^ ~ @ [ ] { }
494        Removed newlines from output of search box macro.
495        Reimplemented diffing using CGI::Wiki::Plugin::Diff as it seems the
496          change in 0.30 got lost. Removed OpenGuides::Diff.pm as we should not
497          be distributing it.
498
4990.30    29 December 2003
500        Added method to allow admins to delete nodes.  You will need to
501          explicitly enable this option in your wiki.conf, since it brings
502          with it the risk of accidental data loss.
503
504        Major overhaul of templates - added numerous style hooks.  See
505          examples/ for two stylesheet designs that take advantage of these.
506          Added new banner template for page headers. Also ensured presence
507          of navigation bar is consistent.
508          *** INCOMPATIBLE CHANGE: *** The navbar class in the stylesheet
509          has been renamed to, unsurprisingly, "navbar", for consistency
510          (from "toolbar"). *** YOU WILL NEED TO REWRITE YOUR STYLESHEET. ***
511          You are advised to create a duplicate wiki.cgi that reads its data
512          from your database but its stylesheet and templates from the new
513          ones in order to test them *before* deploying them.
514
515        Added "FAQ", "How To Get Started" and "Wiki Etiquette" to the
516          navigation, under "Help" - these won't exist unless you create them
517          on your site, so at first the links serve as examples of
518          documentation you can provide.
519        Modified preferences.cgi so that all the help links in the navbar
520          can be hidden, not just the text formatting link.
521        Fixed some HTML validation bugs.
522        Added multiple install and pretty URL notes to INSTALL.
523        Removed pubcrawl stuff from distro for now - it doesn't really work.
524        Changed to use CGI::Wiki::Plugin::Diff instead of OpenGuides::Diff.
525
5260.29    8 November 2003
527        Expanded section in TROUBLESHOOTING about permissions problems.
528        Diff.pm now absorbs trailing punctuation and spaces into words
529          it is diffing (to give less blocky results).
530        SuperSearch.pm change NOT to use '-' instead of '!'.
531
5320.28    1 November 2003
533        Allow running sites on SQLite databases.
534        Fixed bug with navbar prompt in Build.PL (CPAN RT #3894).
535        Junked OpenGuides::Config completely to avoid database password
536          leakage, and easier install (CPAN RT #3916).
537
5380.27    1 November 2003
539        Fixed bug with category/locale indexing - no longer case-sensitive.
540        Fixed bug that had the supersearch results page offering an edit link.
541        Revamp of search syntax to make the SuperSearch UI much more like
542          Google and Alta Vista. See the POD of SuperSearch.pm for details.
543
5440.26    9 October 2003
545        Modified TROUBLESHOOTING to reflect the correct invocation for
546          Module::Build to install into a private directory.
547        Show IP address for anonymous edits.
548        Changed CGI.pm version dependency for Dom (CPAN bug #3895).
549        Added check to OpenGuides::SuperSearch to stop it trying to
550          retrieve a nonexistent node when the search indexes have screwed up.
551
5520.25    23 September 2003
553        Applied recent changes fix to front page feed as well.
554        Search box now searches categories and locales as well as title and
555          body - so for example a search on "holborn & pubs" will DTRT.
556        NOT and phrase search tests were passing even though they shouldn't
557          have been - skip them for now.
558
5590.24    8 September 2003
560        Fixed Recent Changes so minor changes don't mask major ones.
561        Fixed supersearch.cgi to use a template instead of CGI.pm to avoid
562          weird errors, also turned it into a module and added tests.
563        Strip whitespace from OS co-ords before storing in database.
564
5650.23    4 August 2003
566        Removed the "POST_CHOMP" option as it was messing up textareas, added
567          a test to make sure this doesn't reoccur.
568
5690.22    4 August 2003
570        Fixed bug with usernames containing spaces in recent changes/userstats.
571        Try out create_makefile_pl => "passthrough" in Build.PL
572        Minor fixes to tests to make them work with newest UseMod formatter.
573        Prevented "Edit this page" from showing up on category indexes.
574        Set TT "POST_CHOMP" option to strip unnecessary newlines from HTML.
575        Fixed CPAN bug #3085 - quotes in change summary box.
576        Added openguides_version template variable and added it to page
577        footer (CPAN request 3110).
578
5790.21    17 July 2003
580        We no longer autogenerate a Makefile.PL, since it doesn't pick up
581          all the questions that need to be asked.  Sorry.  Use Module::Build
582          as detailed in INSTALL, since you won't be able to get the right
583          version of Text::WikiFormat installed without it in any case.
584        Added version number to CGI.pm prereq as Alex McLintock hit a
585          version that didn't have unescape.
586        Added a link on RecentChanges to the RSS version, and put an
587          autodiscovery tag for the RSS in the head section.
588        Changed diff feature to hide checksums, which aren't necessary for
589          the user to see. Fixed a minor bug in the node history template so
590          that the diff links compare the selected version against the previous
591          one, not the original one every time.
592
5930.20    10 July 2003
594        Fixed all the email addresses to openguides-dev@openguides.org.
595
5960.19    10 July 2003
597        Extra checks that script_url ends in a '/'.
598        Fixed small bug with edit conflict form - map link field was missing.
599        Moved "content" div in a couple of templates to fix incorrect nesting.
600        @INDEX_LINK macros now have optional title text like so:
601          @INDEX_LINK [[Category Pubs|Pubs]]
602        Added preferences option for including or excluding text formatting
603          rules link in navbar.  Enable this by setting text_formatting_node
604          in your config file.
605        Added config option for including the navbar on the home page.
606        Implemented minor edits.
607        Fixed cookie to persist beyond session.
608
6090.18    16 June 2003
610        Added a Makefile.PL as well as a Build.PL, for CPAN.pm users.
611
6120.17    15 June 2003
613        Fixed OpenGuides::Utils to take note of dbhost.
614        Added example stylesheet provided by the OxfordGuide team.
615
6160.16    26 May 2003
617        Ivor fixed OpenGuides::Diff to diff by word instead of by character.
618        Fixed edit conflict up so it works nicely when you click the
619          Save button as well as the Preview one.
620        Added preferences option of displaying lat/long as deg-min-sec
621          instead of decimal (requested by James).
622
6230.15    18 May 2003
624        Added Algorithm::Diff version dependency to prereqs, fixed bug
625          with preferences.cgi and blank script_name, fixed REDIRECT bug.
626
6270.14    17 May 2003
628        Added "Wanted Pages" link to navbar, thanks to Simon Cozens for
629          the idea.
630        Fixed many bugs noticed by Dominic Hargreaves and other Oxonians.
631          Many thanks to Dominic for making an Oxford OpenGuides install for
632          us to find bugs in.
633
6340.13    17 May 2003
635        Added some more stylesheet hooks.
636        Tweaked OpenGuides::Diff to make it testable, added a start at tests.
637        Lat and long now stored to only 6dp instead of millions.
638        Added edit field for map link.
639
6400.12    14 May 2003
641        Added OpenGuides::CGI to manage cookies and things, used this to
642          do more code tidying.  Added edit box position option to preferences.
643
6440.11    14 May 2003
645        Added newpage.cgi for an easy way to create new pages.
646        Took loads of repeated code (for extracting and packaging metadata
647          variables) out of wiki.cgi into OpenGuides::Template.
648
6490.10    11 May 2003
650        Added OpenGuides::Diff to provide nice diff output between
651          node versions.
652        Added OpenGuides::Template to handle Template Toolkit stuff in a
653          more testable and reusable way than just bunging it in wiki.cgi.
654
6550.09    10 May 2003
656        Added OpenGuides::UK::PubCrawl and pubcrawl.cgi as a start at a
657          pub crawl generator.
658        Added OpenGuides::Utils to make it easier to write little standalone
659          scripts like supersearch.cgi, pubcrawl. cgi, etc.  Made wiki.cgi and
660          supersearch.cgi use it, and lost loads of duplicated code in the
661          process, hurrah.
662
6630.08    3 May 2003
664        Added fuzzy matching capability -
665          action=index;index_type=fuzzy_title_match;index_value=hollborne
666          Someone needs to write a nice search box interface for this.
667        Fixed edit_conflict template and preview method to cope with stale
668          checksum - passes through all the metadata properly now and offers
669          a side by side comparison of what you input and what is stored.
670        RDF output for node is now encoding-agnostic (used to have UTF-8
671          hardcoded).  Also is now called as wiki.cgi?id=Node_Name;format=rdf
672
6730.07    3 May 2003
674        Require CGI::Wiki 0.32 to avoid bug (again a Bob find!) where
675          committing a node with metadata but no content would die.
676        Auto-created category/locale stub pages now added to Category Category
677          or Category Locales as appropriate.
678        Added a couple of extra allowed HTML tags to cater for existing
679          grubstreet data.
680        Fixed bug in OpenGuides::RDF - it used to die if called on a
681          nonexistent node, now it returns stuff with a wiki:version of 0.
682
6830.06    2 May 2003
684        Fixed supersearch.cgi so it works with MySQL as well as Postgres
685          (thanks again to Bob for finding the bug).
686
6870.05    2 May 2003
688        Redid the script and template installation so the script does
689          actually get called what you said it should be (code copied
690          somewhat from Siesta::Build).
691        Fixed the support for non-local databases/IDENT authentication.
692          I think.
693        Fixed the hardcoded 'wiki.cgi' in some of the templates (thanks Bob).
694
6950.04    29 April 2003
696        First public release.
Note: See TracBrowser for help on using the browser.