root/branches/new-install-process/Changes

Revision 1141, 35.1 kB (checked in by earle, 10 months ago)

Allow wiki links in change summaries. Closes #115.

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