summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-11-11 23:14:26 +0100
committerYorhel <git@yorhel.nl>2008-11-11 23:14:26 +0100
commitcbedf4b542cb3ebc10374eba0a41585eb2f2cc95 (patch)
tree8c5a92b9a3c6b24a1f9a55b709e8c04764d48e89 /lib
parentbc369d000b6a4f005cd54f78fd240dc704a5a614 (diff)
Started keeping track of the changes since 1.23
That list may be a bit incomplete, but it's a start
Diffstat (limited to 'lib')
-rw-r--r--lib/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 8933b6c0..2dde0f6a 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -7,6 +7,20 @@ TODO:
+ Add a link for the hidden 'h' option at /hist
+ Rewrite the revision diff code, it's horrible...
+2.0 - ?
+ - New layout
+ - Massive code rewrite:
+ - Switched to YAWF
+ - Removed template system
+ - Split DB functions in several files
+ - Converted absolute paths to be relative to the root directory
+ - Database changes:
+ - Added caching of edit and vote counts in users.c_votes and .c_changes
+ - Split users.flags into users.show_nsfw and .show_list (boolean type)
+ - Functionality changes:
+ - Ability to sort the userlist on vote and change counts
+ - Added threads and posts counts to the global statistics
+
1.23 - 2008-10-22 (r117)
- Removed redirects for old revision URLs (the code wasn't very secure...)
- Fixed bug when using unicode in the AJAX vn/producers/release search box