From: Chris S. <too...@ph...> - 2009-07-18 10:27:32
|
Author: toonarmy Date: Sat Jul 18 10:27:07 2009 New Revision: 9779 Log: Reorder frame order of animated subsilver2 topic icons to be useful when animation is disabled. #29385 Modified: branches/phpBB-3_0_0/phpBB/docs/CHANGELOG.html branches/phpBB-3_0_0/phpBB/styles/subsilver2/imageset/topic_read_hot.gif branches/phpBB-3_0_0/phpBB/styles/subsilver2/imageset/topic_read_hot_mine.gif branches/phpBB-3_0_0/phpBB/styles/subsilver2/imageset/topic_unread_hot.gif branches/phpBB-3_0_0/phpBB/styles/subsilver2/imageset/topic_unread_hot_mine.gif Modified: branches/phpBB-3_0_0/phpBB/docs/CHANGELOG.html ============================================================================== *** branches/phpBB-3_0_0/phpBB/docs/CHANGELOG.html (original) --- branches/phpBB-3_0_0/phpBB/docs/CHANGELOG.html Sat Jul 18 10:27:07 2009 *************** *** 162,167 **** --- 162,168 ---- <li>[Fix] Correct escaping/unescaping in the LDAP authentication plugin. (Bug #48175)</li> <li>[Fix] Add hard limit for smilies.</li> <li>[Fix] Remove redundant SQL query from ucp.php. (Bug #40305)</li> + <li>[Fix] Reorder frame order of animated subsilver2 topic icons to be useful when animation is disabled. (Bug #29385 - Patch by prototech)</li> <li>[Change] Change the data format of the default file ACM to be more secure from tampering and have better performance.</li> <li>[Change] Add index on log_time to the log table to prevent slowdown on boards with many log entries. (Bug #44665 - Patch by bantu)</li> <li>[Change] Template engine now permits to a limited extent variable includes.</li> Modified: branches/phpBB-3_0_0/phpBB/styles/subsilver2/imageset/topic_read_hot.gif ============================================================================== Binary files - no diff available. Modified: branches/phpBB-3_0_0/phpBB/styles/subsilver2/imageset/topic_read_hot_mine.gif ============================================================================== Binary files - no diff available. Modified: branches/phpBB-3_0_0/phpBB/styles/subsilver2/imageset/topic_unread_hot.gif ============================================================================== Binary files - no diff available. Modified: branches/phpBB-3_0_0/phpBB/styles/subsilver2/imageset/topic_unread_hot_mine.gif ============================================================================== Binary files - no diff available. |