Changeset 451
- Timestamp:
- 07/16/04 07:47:50 (4 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 3 modified
-
Changes (modified) (1 diff)
-
MANIFEST (modified) (1 diff)
-
lib/OpenGuides.pm (modified) (1 diff)
-
t/55_node_history.t (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Changes
r445 r451 1 1 0.37 2 2 Fixed bug in diff view - the versions are the right way round now... 3 Fixed bug with links in historic view. 3 4 4 5 0.36 13 July 2004 -
trunk/MANIFEST
r440 r451 62 62 t/53_show_index.t 63 63 t/54_redirect.t 64 t/55_node_history.t 64 65 t/61_bug_textareas.t 65 66 t/62_bug_os_coords.t -
trunk/lib/OpenGuides.pm
r448 r451 177 177 last_modified => $modified, 178 178 version => $node_data{version}, 179 node_name => CGI->escapeHTML($id), 180 node_param => CGI->escape($id), 179 node => $id, 181 180 language => $config->{_}->{default_language}, 182 181 );
