OpenGuides
view release on metacpan or search on metacpan
Make it clearer in documentation that overriding factory templates
is a risky activity.
Update feedback details and include URL of RT queue.
Added missing tests to MANIFEST so they are included with the
distribution.
0.45 1 December 2004
Made the geolocation stuff work worldwide. Squeeeeeee!
You can now choose between doing your distance calculations with
the British National Grid, the Irish National Grid, or a UTM
ellipsoid. If you wish to use anything other than the British
National Grid and you have pre-existing location data then you
will need to save an edit of each node with location data before
distance searches will work.
In less exciting news:
Fixed bug relating to lat/long representation.
Removed debugging warn accidentally left in last release.
Fixed some HTML validation errors.
0.44 17 November 2004
Remove all traces of display_categories, which was obsoleted but
not completely removed before.
Improved the efficiency of the search.
Fixed a couple of minor bugs in the search - note that node.tt
and supersearch.tt have changed.
Change the default indexer for new installs to Plucene.
Only run certain search-related tests if Plucene is installed.
0.43 21 October 2004
Fixed broken navbar changes that crept into last release.
0.42 20 October 2004
Handle distance searching with OpenGuides::Supersearch instead of
find_within_distance action.
Fixed bug with paging on distance-only search (reported by Bob Walker).
Improved encapsulation in OpenGuides::Supersearch - accessors.
*INCOMPATIBLE CHANGE* Custom templates are now stored in
user-definable path, and their names are prefixed with custom_.
This only affects you if you have used the custom template support
introduced in 0.41.
Replace use of CGI::Wiki::Plugin::Geocache with improved node.tt.
0.41 21 September 2004
Added backlinks link to navbar.
Added some anti-robot tags to certain pages.
Fixed bug in install procedure - blank script_name should now get
installed as index.cgi
Added option of munging in custom lib paths on install.
Added option of custom templates for footer, license warning
on edit form, banner at top of page (see CUSTOMISATION file
for details).
Added new macro - used as eg @INDEX_LIST [[Locale Fulham]]
Also fixed the RSS reader macro - use this as eg
@RSS http://london.openguides.org/?action=rss;username=Kake
More semantic markup for metadata display - see README.CSS.
0.40 18 September 2004
Recent Changes now shows changes in the past 24 hours, past week,
past fortnight, and past 30 days.
New preferences option to allow Recent Changes visit tracking.
Preferences now has an option for when your prefs expire.
Navbar added to diff and history pages.
The "omit help links" preference now actually works.
Set some pages to non-editable and non-deletable that should have been.
Recent Changes RSS fixed so "wiki:importance" is set correctly.
New "ignore_minor_edits" option for Recent Changes RSS.
Added RSS feeds for contributors, locales and categories.
0.39 15 September 2004
Split commit_node out into OpenGuides.pm in preparation for spam filter
Added option of using Plucene for searching. If you want to do this
(and it is recommended over the default of Search::InvertedIndex)
you will need to do two things:
- either delete your old indexes (they're just files in the index
directory) or use a different index directory
- reindex your entire wiki (see reindex.pl in the examples/
directory of this distribution)
0.38 26 July 2004
Major improvements to the search result ordering (thanks to
Steve Jolly, Bob Walker and Billy Abbott for test cases).
0.37 23 July 2004
Fixed bug in diff view - the versions are the right way round now...
Fixed bug with links in historic view. Require CGI.pm 2.92 to
avoid escapeHTML bug.
0.36 13 July 2004
Added diff link to node template.
Fixed case sensitivity bug in index node autocreation.
Fixed bug with node history comments not being HTML-escaped.
0.35 25 June 2004
Forgot to add version prerequisite on CGI::Wiki. Don't use 0.34,
use this.
0.34 25 June 2004
Added facility to delete only certain revisions of a page - access
this from the node history page.
0.33 20 June 2004
Improve node history page to allow diffing between each version and
the previous one or the current one.
Test overhauls - you don't need to run the configuration step in
order to run the tests now, but you do need to have DBD::SQLite
for most of them.
Fixed template bug in display_metadata.tt that was stopping map
links being displayed for nodes with no address data (spotted
by Steve Jolly).
Removed inline style from recent_changes.tt. You will need to add
the styles table#recentchanges, td.recentchanges_meta,
td.recentchanges_user, td.recentchanges_node_name and
td.recentchanges_comment to your stylesheets.
td#map changed to td#map_link in edit_conflict.tt.
Added searching by distance from an arbitrary point (click on
Advanced Search).
Internal rejigging - extracted some methods from wiki.cgi to
OpenGuides.pm.
Added new preference for default edit type.
Reinstate apparently lost change from 0.26 to show IP rather than
"Anonymous" in RecentChanges.
( run in 0.670 second using v1.01-cache-2.11-cpan-8f98c5d2c55 )