Changeset 593
- Timestamp:
- 12/19/04 23:17:54 (4 years ago)
- Location:
- trunk
- Files:
-
- 4 modified
-
Changes (modified) (1 diff)
-
PREREQUISITES (modified) (1 diff)
-
lib/OpenGuides.pm (modified) (1 diff)
-
wiki.cgi (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Changes
r592 r593 1 0.46 20 December 2004 1 2 Minor bug fixes: remove bogus edit link on index listings, 2 add missing default behaviour for geolocation3 Update supersearch help text URL.4 Add nofollow to robots meta tag.3 add missing default behaviour for geolocation 4 Update supersearch help text URL. 5 Add nofollow to robots meta tag. 5 6 Added new CSS class "node_name" for inline non-hyperlink references 6 to node names - see README.CSS for details.7 to node names - see README.CSS for details. 7 8 Fix bug with diff display on nodes containing macros. 8 9 Fixed distance search paging bug. 9 10 Fixed bug that allowed autocreation of locales and categories with 10 11 trailing spaces in the name. 12 Config management refactoring. This should not result in any 13 user-visible changes. 11 14 12 15 0.45 1 December 2004 -
trunk/PREREQUISITES
r587 r593 1 Modules required by OpenGuides 0.4 51 Modules required by OpenGuides 0.46 2 2 =================================== 3 3 -
trunk/lib/OpenGuides.pm
r587 r593 14 14 use vars qw( $VERSION ); 15 15 16 $VERSION = '0.4 5';16 $VERSION = '0.46'; 17 17 18 18 =head1 NAME -
trunk/wiki.cgi
r587 r593 5 5 6 6 use vars qw( $VERSION ); 7 $VERSION = '0.4 5';7 $VERSION = '0.46'; 8 8 9 9 use CGI qw/:standard/;
