]> code.citadel.org Git - citadel.git/blobdiff - webcit/ChangeLog
* Added a "random number" parameter to the wholist ajax refresh request,
[citadel.git] / webcit / ChangeLog
index 1cf25bffa68ed8f6961fc2f3d501f6a15c9d7d81..7355a4ffa72bf62c334b2bafa02b6b18a631317a 100644 (file)
@@ -1,4 +1,19 @@
 $Log$
+Revision 625.12  2005/09/18 14:30:05  ajc
+* Added a "random number" parameter to the wholist ajax refresh request,
+  because b0rken MSIE still insists on fetching from its cache even though
+  it's been explicitly told not to.
+
+Revision 625.11  2005/09/18 04:04:32  ajc
+* Switched the wholist updater to Prototype's AJAX updater, instead of
+  using Rico's wrapper around it.  It's actually simpler and doesn't seem
+  to require strict XML, which are both wins.
+* Removed Rico from the build.
+
+Revision 625.10  2005/09/18 03:15:15  ajc
+* Remove spurious "No new messages" message when viewing an
+  empty address book.
+
 Revision 625.9  2005/09/18 00:53:15  ajc
 * "Reply All" button