[geeklog-cvs] geeklog-1.3/public_html/docs changes.html,1.34,1.35 history,1.248,1.249

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Wed Oct 13 09:57:36 EDT 2004


Update of /var/cvs/geeklog-1.3/public_html/docs
In directory www:/tmp/cvs-serv24279/public_html/docs

Modified Files:
	changes.html history 
Log Message:
Updated list of changes


Index: changes.html
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/docs/changes.html,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** changes.html	11 Oct 2004 18:21:03 -0000	1.34
--- changes.html	13 Oct 2004 13:57:34 -0000	1.35
***************
*** 52,55 ****
--- 52,59 ----
  <li>Clickable links in text postings: URLs in non-HTML postings are now
      recognized by Geeklog and displayed as clickable links.</li>
+ <li>Editable story IDs: The IDs of stories can now be changed (like the IDs of
+     static pages) to provide more readable URLs (and further improve the
+     chances of being picked up by seach engines, especially when used with
+     URL rewriting).</li>
  <li>Autolinks are a new form of links that can be used in stories and comments.
      An autolink takes the form
***************
*** 76,82 ****
  <ul>
  <li>Various changes have been made to improve the overall performance.</li>
! <li>Fresh installs are now using InnoDB tables if your MySQL version supports
!     them (as of MySQL 4.0, or 3.x "Max" builds). Existing databases can be
!     converted to InnoDB by using the script <tt>admin/install/toinnodb.php</tt>.
  <li>The calendar's week can now either start on a Sunday or a Monday.</li>
  <li>The Static Pages plugin now has an option to display a printer-friendly
--- 80,91 ----
  <ul>
  <li>Various changes have been made to improve the overall performance.</li>
! <li>On fresh installs, there is now an option to use InnoDB tables (instead of
!     MyISAM) if your MySQL version supports them (as of MySQL 4.0, or 3.x "Max"
!     builds). Existing databases can be converted to InnoDB by using the script
!     <tt>admin/install/toinnodb.php</tt>.<br>
!     <strong>Warning:</strong> Using InnoDB tables makes database backups
!     somewhat more complicated. Small and medium-sized sites should work just
!     fine with MyISAM tables, so if in doubt <em>don't</em> use InnoDB
!     tables.</li>
  <li>The calendar's week can now either start on a Sunday or a Monday.</li>
  <li>The Static Pages plugin now has an option to display a printer-friendly
***************
*** 135,140 ****
  <li>Keeping an unscaled image wasn't possible when using gdlib to rescale
      images (bug #197).</li>
  <li>The tarball also includes updated PEAR packages which should address the
!     email problems some users were having (bug #246).</p>
  </ul>
  
--- 144,155 ----
  <li>Keeping an unscaled image wasn't possible when using gdlib to rescale
      images (bug #197).</li>
+ <li>When using gdlib, GIF images were converted to PNG format, but Geeklog
+     was still trying to display the GIF version. Since the LZW patent has
+     now <a href="http://www.unisys.com/about__unisys/lzw">expired</a>, it is
+     safe to use GIF images again and the PNG conversion has been dropped.</li>
  <li>The tarball also includes updated PEAR packages which should address the
!     email problems some users were having (bug #246).<br>
!     <strong>Note:</strong> These are the same PEAR packages that already
!     shipped with Geeklog 1.3.9sr2.</li>
  </ul>
  

Index: history
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/docs/history,v
retrieving revision 1.248
retrieving revision 1.249
diff -C2 -d -r1.248 -r1.249
*** history	11 Oct 2004 18:21:03 -0000	1.248
--- history	13 Oct 2004 13:57:34 -0000	1.249
***************
*** 4,7 ****
--- 4,14 ----
  ------------
  
+ - In admin/mail.php, apply htmlspecialchars() on the email addresses before
+   displaying them, as the '<foo at example.com>' part will be interpreted as
+   HTML by some browsers (pointed out by LWC) [Dirk]
+ - When using gdlib for image resizing, GIF images were converted to PNG, but
+   Geeklog was still trying to display the GIF (reported by Tom Willet). Since
+   the LZW patent has now expired (see http://www.unisys.com/about__unisys/lzw),
+   it is safe to use GIF images again, so the PNG conversion was dropped [Dirk]
  - Fixed link to the Anonymous user's profile in comment/thread.thtml [Dirk]
  - Added Location field to the user profile [Blaine]




More information about the geeklog-cvs mailing list