"#" items refer to tickets. See for details. More detailed changelogs can be found at . 0.71 16 March 2013 Added scale to category/locale index maps. Fix several test failures triggered by the stricter Test::HTML::Content (et al) mode used when XML::LibXML is not installed Work around a "No such method textContent" bug in Test::HTML::Content when XML::LibXML is not installed Respect destdir when installing scripts, templates, etc and when initialising SQLite databases Use mkpath to create the custom template directory rather than mkdir, for cases where the parent directory doesn't already exist 0.70 26 August 2012 New elements allowed in page content: span, dl, dt, dd (fixes #303). Changed external link formatting; they're now given a class of "external" and the previous hardcoded square brackets are no more. This requires version 0.24 of Wiki::Toolkit::Formatter::UseMod. If you want the old behaviour back, put this in your CSS (with "black" replaced by whatever colour you have your body text in): a.external:before { content: "["; color: black; } a.external:after { content: "]"; color: black; } Updated to use version 0.4 of Leaflet (needed for plugins used on a couple of live guides). Added meta descriptions to headers of map and list index pages (fixes #301). Implemented new @INDEX_LIST_NO_PREFIX macro. 0.69 07 July 2012 The output of the "show_missing_metadata" action is now alphabetised. There's also now an option to view the results on a map. (#296 & #294). Fixed a JavaScript escaping issue for nodes with apostrophes in names. 0.68 21 May 2012 Made sure that maps are centred and zoomed properly even when they only contain one point. Made preferences default to never expiring. Fixed POST bug introduced with whitespace redirection in version 0.66. 0.67 07 May 2012 Switched from the Google Maps API to the Leaflet mapping library. To make this work, set use_leaflet = 1 in your wiki.conf, and ensure that div#map_index_canvas is given a non-zero height in your stylesheet (you may also want to style div#map_index_node_list and div#node_map_canvas). Google Maps support is retained for those who fear change, but is no longer actively maintained. Added support for indexing on category and locale at the same time. As part of this, action=index now uses a new form of parameters, so instead of e.g. action=index;index_type=locale;index_value=holborn you should use action=index;loc=holborn or indeed action=index;cat=pubs;loc=holborn Format params such as format=map work as before. Old-style URLs will automatically redirect to new-style ones. Added project metadata to Build.PL (#285). Skip Build.PL questions if AUTOMATED_TESTING=1 (#291) Added a basic stylesheet, installed into the static_path directory. Fixed the JSON output for action=index (using a new dependency on Template::Plugin::JSON::Escape). Added JSON output for the preferences page (#293). IP addresses no longer show on recent changes for people without the admin preference set. Website truncation on node display is now a little more intelligent (you can still tweak this by setting website_link_max_chars in your wiki.conf). The preferences page now remembers what page the user got to it from, and sends them back there. Fixed bug with recent changes display when minor edit suppressed (for which we require version 0.80 of Wiki::Toolkit). Renumber tests so we have more room (#297). Fix warnings in tests due to undef values being lower cased (#298). 0.66 12 April 2012 All templates now have access to the "username" TT variable. Node name parameters in URLs are now accepted with spaces instead of underscores, to take account of people typing manually - these will redirect (303) to the proper URLs with underscores (#114). Add CSS classes for each category and locale to the "content" div (and hence we now require version 2.24 of Template). Switch to using Geo::Coordinates::OSGB/ITM instead of Geography::NationalGrid (which no longer exists on CPAN). Make sure that whitespace is collapsed in autocreated categories and locales, to avoid creating undeletable pages. Add an autocreate_content.tt template to include a map link in content for autocreated categories and locales (#275). Make sure the show_missing_metadata action skips redirects. 0.65 28 February 2010 Fix some more broken POD and add POD unit test (#268) Don't display revision info for nodes that don't exist (#193) Return HTTP 404 status when displaying a node that doesn't exist (#102) Add Recent Changes tests (refers to #270) Some test cleanups (#271) Add read_only config option to turn off edits on a guide completely (#276) 0.64 23 February 2009 Correctly specify all build_requires (#245) Fix some broken POD (#246) Metadata discovery features (action=metadata) JSON support for node details and metadata discovery Correctly validate web site URLs during edit and display, and truncate URLs that are too long (#21) Change default database type to sqlite (#241) Set content charset correctly in RDF (#260) Display geodata ellipsoid to user in edit from (#230) Fix install with CPAN when Config::Tiny not already installed (#224) Add an admin navbar, to be displayed if the user requests (#261) Move the node image outside the metadata div, to aid styling (#222) Add the ability to whitelist hosts who can change moderated nodes without explicit moderation (#203) Don't add delete links unless the user requests (#159) Fix clean target to remove everything it should (#242) Warn about errors fetching remote RSS feeds, but carry on generating the page content (#228) Work around Wiki::Toolkit bug #41 by displaying minor edits by default Correctly paginate search when geodata is supplied (#267) 0.63 16 August 2008 Major overhaul of RDF output. * Remodelled addresses using WAIL. (http://www.eyrie.org/~zednenem/2002/wail/) * Include node image as foaf:depiction. * Link dc:contributor items in RDF output to actual URIs that exist in our system. * Replace map XMLNS with dedicated vocabulary. (http://downlode.org/Code/RDF/Map/) * Replace usage of weakly-modeled and unavailable Wordnet vocabulary for "neighborhood" value with WAIL term. * Replace usage of unmodeled and unmaintained ChefMoz vocabulary for opening hours value and replace with Dublin Core "available" term. * Replace unnecessary instances of rdf:ID with rdf:nodeID. * Model relationship of neighborhood to parent city. * Reduce acres of whitespace in output and clean up indenting. Added a Universal Edit Link (http://universaleditbutton.org/) (#254) Update references to http://openguides.org moved URLs Update Google Analytics code to support new version (#255) Some pages didn't properly include Google Analyatics; fix this (#257) 0.62 8 June 2008 Allow wiki page links (simple: [[Foo]], title: [[Foo|bar]]) in change summaries. Ensure that all modules we ship are versioned. Added experimental support for local IP blacklisting modules; see the display_node method in "perldoc OpenGuides" for details. Don't include redirect pages in search results. (#24) Include map link URLs in RDF output. (#26) Hide historic versions of nodes from search engines. (#207) Install signal handlers in reindex.pl and CGI scripts to allow temporary files (eg from Plucene) to be cleaned up. (#247) 0.61 4 July 2007 Added experimental support for local spam detection modules; see the commit_node method in "perldoc OpenGuides" for details. Added extra "edit this page" link next to the node name; if you don't want it, add div#title_edit_link {display:none;} to your stylesheet. Removed dependency on Test::MockObject. Remove misleading CSS examples Support alternative database ports (#165) Only display the google maps preference if node maps are enabled (#192). Respect redirect=0 (#104). If an unknown action is supplied to wiki.cgi, redirect to action=display (partial fix for #102) Added new div#nonexistent_node_message for displaying message when someone tries to view a nonexistent node. Validate input geodata (#22) List all contributors in RDF version of nodes (#106). The "Look for nearby geocaches" preference and link now actually work (#216). Move the common categories/locales navbar display decision into the templates (#214). Add email notifications when moderated nodes are edited (#138) Add IP addresses into non-anonymous changes in Recent Changes (#113) Add an OpenSearch description, and automatic discovery for it (#180) Include machine-readable link to licence, if configured (#226) 0.60 13 May 2007 Removed footer search from edit page (shouldn't have been there). Upgraded Module::Build requirement to cope with API change. Added new parameters to action=random - you can now supply category and/or locale to get a random page chosen from that category/locale. To go with this, added a new macro: @RANDOM_PAGE_LINK [[Category Pubs|View a random pub]] Fixed bug in OpenGuides::Feed - HTML equivalent link now works even if your script_name isn't blank. Rewrote the HTML of the edit page to use
s rather than tables. Note that you will probably want to provide at least basic styling for these classes. As part of this, added a new template, edit_form_actions.tt Moved node image boxes below phone/address/etc on the edit form, and moved summary field from openguides information section into main section. Made div#maincontent on the edit form wrap the preview view only, not the whole form. Added links to the "revision N" and "Last edited" text in the navbar. Added format => "raw" option to OpenGuides::Search->run to let you get your results back as a hash. Add JavaScript to the Create New Page page so the prefilled "New page name" disappears when you click in the field (it doesn't make anything other than "New page name" diappear). Move node RDF generation from inline to node_rdf.tt and replace home-grown escaping with encode_entities_numeric from HTML::Entities (technically this is an added dependency, but we already require the package it comes in, via Wiki::Toolkit::Formatter::UseMod). Move random page functionality from wiki.cgi into OpenGuides.pm and add some tests. Add config options to let admins omit category and/or locale pages from the list of pages that can be returned by the Random Page link. Use full URLs for all links in navbar, so people can INCLUDE navbar.tt in their own scripts. (May revisit this later using "base href".) Added some stylesheet hooks to newpage.tt; see README.CSS for details. Documented the stylesheet hooks in the admin interface (see README.CSS) Bugfix: uninitialized variable warning in script_url Bugfix: Make sure clean target works 0.59 25 March 2007 Move preview_node() and edit_node() from wiki.cgi into OpenGuides.pm Remove edit_conflict.tt - use edit_form.tt instead to reduce duplication. Make sure to always pass the config object into the templates. Add some extra test utilities to OpenGuides::Test Allow Guide admins to control the content of autocreated nodes (#47). Let people add name of copyright holder, licence URL, and info page URL for node images (#179). Add config option to omit recent changes from home page. Split out "modules" from navbar.tt into separate templates navbar_*.tt to make it easier for people to change the order in a custom template Add a new div to wrap the entire body; also, use header.tt in home_node.tt instead of copy/paste. Add a new div for the atom/RSS feed links on the recent changes page. Add config option to place content above navbar in HTML. Add config option to suppress inline maps on geotagged nodes. Add support for custom template to add to page (#191). Fix preferences to take notice of users turning off inline Google maps. Add option to include Google Analytics. Fix "Link to this page" on index maps to remember the map type and the thing it's indexing (#190). Write tests for and fix: #48 (Edit conflict page erroneously converts lat/lon to os_x, os_y). #173 (edit conflict form doesn't let you edit everything). Fix: #184 (Build.PL doesn't treat the absence of Config::Tiny gracefully.) Add admin function for reverting changes by a specified user or host. 0.58 21 December 2006 Tidy up some minor bugs in the new features. Add RDF autodiscovery link to nodes' section. Added more data to RDF output Redesign node history view along lines of that used by MediaWiki (http://www.mediawiki.org/) for clarity. Add UPGRADING file which summarises important information for people upgrading. Add an optional new config parameter, http_charset, which will set an explicit charset http header on all responses. Add an optional new config parameter, ping_services, which is a list of services (defined in Wiki::Toolkit::Plugin::Ping) to ping when a node is written. Allows you to ping pingerati etc on changes. Helmert Transforms, so that British National grid users can have accurate Google Maps tie-ins. dbencoding config variable to tell OpenGuides what charset your database encoding is. As a consequence declare the charset correctly in the XML feeds. Other minor UI improvements Redesigned node history view a la MediaWiki for greater clarity. 0.57 12 September 2006 New interfaces: * Admin interface. * Show nodes missing metadata. * Moderate edits (based on Wiki::Toolkit moderation). NOTE: these functions should be considered unstable, and may change over future releases. Lots more Atom and RSS feeds, including for searching. Four new config file options: moderation_requires_password, enable_node_image, enable_common_categories, enable_common_locales Search::InvertedIndex support is deprecated as of this release. Please upgrade to Plucene if you are still using it. Tidy up some template bits 0.56 14 June 2006 Fixed bug introduced in feed formatting where Atom feeds would be produced when asked for RSS and vice versa. 0.55 13 June 2006 Versioned dependency on Wiki::Toolkit to avoid development versions. Support generating feeds of a node's version listing, in addition to feeds of the recent changes. For more information on OpenGuides feeds, see http://dev.openguides.org/wiki/FeedsIntro 0.54_02 8 June 2006 Pass the feed_listing (currently just recent_changes) through all the feed related code, rather than assuming it'll only ever be recent changes. Will allow other listings of nodes to be handled in the future. 0.54_01 16 May 2006 Support for Atom feeds for RecentChanges. #118 Use Wiki::Toolkit. NOTE this is a development snapshot and is not suitable for production use. It may eat your data! Tests on development mirrors of live data are highly welcomed; the underlying database schema provided by Wiki::Toolkit has changed and the upgrade process needs some rigorous testing. 0.54 21 April 2006 #112 Fixed website display bug introduced in 0.53. 0.53 20 April 2006 Miscellanous fixes for mod_perl. #42 New "About" screen. Try action=about and action=about;format=rdf. #97 Use "summary" metadata to generate HTML meta descriptions. New OpenGuides::Feed module to handle feed generation (code was previously in OpenGuides::RDF). Generate URIs for locales and contributors in RDF output. #107 Don't display partial http:// URL in preview. #93 Upgrade to new Google Maps API (for smaller javascript download) #103 Fixed empty Category/Locale list bug. #54 Fixed RSS redirection for backwards compatibility. #79 Partial fix to help combat HTML spam #56 Added licence config variables 0.52 5 March 2006 IMPORTANT CHANGE: "supersearch.cgi" is now simply "search.cgi". If you have customisations to your templates, you may need to make changes to reflect this. Renamed OpenGuides::SuperSearch to OpenGuides::Search. Use corrent content-type (application/rdf+xml) for all RDF output. Things with opening hours are marked as geospatial in RDF. Fixed missing bracket in node.tt. Added custom_node template just below main content in node.tt. Google Maps support! There is a new index type, wiki.cgi?action=index;format=map, and maps appear in the node listings (the latter feature is user-configurable). Fixed in RSS to point to RecentChanges page, not the feed itself. #67 Default website for a page is now http:// Fixed mod_perl redirect bug. Fixed test failure with CGI.pm 3.16. #87 Edit on mirrored pages now goes to source site #66 Locales in RDF now use dc:title, not foaf:name 0.51 15 November 2005 Important changes: * The preferred way to get RecentChanges is now to pass the CGI the parameter "action=rc", rather than just using the page name "RecentChanges". However, this method will still work for the time being. Similarly, the URL parameter for the RecentChanges RSS feed has changed from "action=rss" to "action=rc;format=rss". Requests for the former will be redirected to the latter. New features: * When trying to view a non-existent node, you will now be presented with a message asking if you want to create that node, rather than a blank page. * New "summary" metadata field for one-line summaries of nodes: - Added summary field to RDF as dc:description. - Show node summary in search results. * New "format=raw" option for outputting wiki text of a node. * RSS feed now contains DOAP (http://usefulinc.com/doap) metadata. RDF bugfixes: * Locales, address and summary fields now XML-escaped properly. * Added "address" field that was missing from the RDF node view. * Update URL for Dublin Core elements in RDF index view. * Fixed URL in the RSS element to point to the RSS URL, not the RecentChanges page URL. Search bugfixes: * Fixed bug that was breaking coordinate entry fields on search page if lat/lon was being used. * Fixed bug in OpenGuides::SuperSearch that wasn't passing "latitude" and "longitude" values to the search template when a distance search was being done. Minor improvements: * Replace underscores in node names in "redirected from" message with spaces. * "Redirected from" message now links to a rendered version of the old page rather than the editing view. Miscellaneous bugfixes: * Fixed problem with newer Text::Wikiformat and blank nodes. * Fixed bug in navbar template that caused warnings in the tests. 0.50 2 October 2005 Remove rogue ampersand that had crept into the RSS feed. 0.49 24 July 2005 Added updated prerequisite on CGI::Wiki::Plugin::RSS::ModWiki (fixes a test failure). 0.48 24 July 2005 RDF enhancements: * Removed redundant "id" parameter specification from dc:source in rdf:Description in RDF node listings. * Fixed bug that was causing all nodes to be flagged as a geo:SpatialThing whether they were or not. * Ensured that ampersands and greater/less than symbols were properly escaped so as not to be XML-toxic. * Added geo:lat, geo:long and RSS link attributes to items in category/locale listings to facilitate integration with mapping applications. * Added owl:sameAs property to RDF output for nodes that are redirects to other nodes. * RSS feed now has correct timestamp (matching most recent item) and matching Last-Modified HTTP header. Reorder navigation bar to provide more logical groupings. Added "format=plain" option for all-nodes index listing and associated template plain_index.tt. New message to appear on pages when you have been redirected informing you of the fact. Stop showing potentially very long map URLs in metadata section of node display. Replace ugly obliques in display of categories and locales with more natural commas; change "locale" to "locales" in label. Replace