[kupu-checkins] r45506 - kupu/trunk/kupu/doc

limi at codespeak.net limi at codespeak.net
Mon Aug 6 00:34:02 CEST 2007


Author: limi
Date: Mon Aug  6 00:34:01 2007
New Revision: 45506

Modified:
   kupu/trunk/kupu/doc/CHANGES.txt
Log:
Updated changelog

Modified: kupu/trunk/kupu/doc/CHANGES.txt
==============================================================================
--- kupu/trunk/kupu/doc/CHANGES.txt	(original)
+++ kupu/trunk/kupu/doc/CHANGES.txt	Mon Aug  6 00:34:01 2007
@@ -2,6 +2,14 @@
 Kupu changes
 ============
 
+  - The icons in the toolbar for Plone now use CSS sprites. This means that
+    instead of having 30 files each being 16x16, we put all the icons  
+    in one file, and reference the file once. Then we use CSS positioning to  
+    pull out the right icon.This has a major impact on how quickly Kupu
+    performs its initial load — as HTTP roundtripping is very time-consuming.
+    Before, Kupu did 17 HTTP requests for its initial image loading, now it
+    only does one.
+
 - 1.4rc2
 
   - Fixed broken code for determining the width of captioned images.


More information about the kupu-checkins mailing list