Menu

#434 (ok 3.1.2) changelog.php linkifies one link wrong

closed-accepted
None
1
2009-01-19
2008-12-18
Robert Xiao
No

changelog.php does not fully link one link in the 3.1.1 changelog: http://phpmyadmin.net/auth_key is linked only up to http://phpmyadmin.net/auth.

A patch to fix it:

--- phpMyAdmin/changelog.php.old Tue Dec 9 12:24:00 2008
+++ phpMyAdmin/changelog.php Wed Dec 17 21:42:31 2008
@@ -9,7 +9,7 @@
$changelog = htmlspecialchars(file_get_contents('ChangeLog'));

$replaces = array(
- '@(http://[./a-zA-Z0-9.-]*[/a-zA-Z0-9])@'
+ '@(http://[./a-zA-Z0-9.-_]*[/a-zA-Z0-9_])@'
=> '<a href="\\1">\\1</a>',

// sourceforge users

Discussion

  • Marc Delisle

    Marc Delisle - 2008-12-18
    • assigned_to: nobody --> lem9
     
  • Marc Delisle

    Marc Delisle - 2008-12-18
    • labels: 642014 -->
     
  • Marc Delisle

    Marc Delisle - 2008-12-18

    Merged in subversion, thanks.

     
  • Marc Delisle

    Marc Delisle - 2008-12-18
    • priority: 5 --> 1
    • summary: changelog.php linkifies one link wrong --> (ok 3.1.2) changelog.php linkifies one link wrong
    • status: open --> open-accepted
     
  • Marc Delisle

    Marc Delisle - 2009-01-19
    • status: open-accepted --> closed-accepted