summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2010-11-27 09:51:30 +0100
committerYorhel <git@yorhel.nl>2010-11-27 09:51:30 +0100
commit156a362991ac6922f33e61a08f39f31048310183 (patch)
tree2e38eba4ddfe66c22b72fc3c325db532b78913b6 /ChangeLog
parentfabd5720d5157754406ea5b69e900db632ed035e (diff)
Re-added producer role to collapsed view on producer pages
And rewrote the expand/collapse JS/CSS code so that the difference between expanded and collapsed view is merely the class of the containing table. This way the JS code doesn't have to pass through the table rows and is thus noticeably faster for larger tables (i.e. /p65).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b0c16335..a03ac50f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
- New release filters: voiced and animation
- Added Atom feeds for the recent announcements, changes and posts
(located in /www/feeds and updated every 15 min. by Multi::Feed)
+ - Re-added producer role to collapsed view on producer pages
- JS: Reverted to the old selection box date selector
- JS: Split script.js into a separate file for each language
- Improved performance of update_vnpopularity() on PostgreSQL 9.0