summaryrefslogtreecommitdiff
path: root/lib/VNDB
AgeCommit message (Expand)AuthorFilesLines
2008-11-12Created VNDB::Func for a few small and often used functions, split CommonHTML...Yorhel4-202/+281
2008-11-11Removed users.flags and used two boolean columns insteadYorhel2-6/+6
2008-11-11Cached each users change and vote counts in the users tableYorhel2-36/+16
2008-11-11Userlist + generic browsing style addedYorhel3-2/+134
2008-11-11Yay, I can now delete users as well!Yorhel3-9/+70
2008-11-11SQL queries will be added to the HTML comment when debugging is enabledYorhel1-0/+13
2008-11-11User settings editing now works, and some small bugfixes and style changesYorhel3-10/+168
2008-11-10Made the keep-track-of-things sentence a bit more clearYorhel1-1/+1
2008-11-10A couple of spelling and grammar mistakesapplehq2-2/+2
2008-11-10Creating a new account now works, and a few small style-related changesYorhel3-1/+68
2008-11-09Password-reset-form now worksYorhel3-2/+103
2008-11-09Added some functionality to the form generator and finished the login formYorhel3-14/+49
2008-11-08Made a start on the form generatorYorhel2-6/+71
2008-11-02Added javascript nospam protection + warning for non-JS-enabled browsersYorhel4-30/+50
2008-11-01Added easy method to create user friendly failed form validation messagesYorhel2-2/+60
2008-10-31Logging in works nowYorhel2-1/+28
2008-10-31Started on VNDB::Handler::Users and htmlMainTabsYorhel2-1/+68
2008-10-31A few small fixes, working logout function and added a nonworking user menu a...Yorhel3-2/+43
2008-10-31Added some authentication and user functionsYorhel3-0/+141
2008-10-27Database statistics are now fetched from the DBYorhel2-9/+42
2008-10-26Converted the new layout into the new frameworkYorhel2-1/+93
2008-10-26Added YAWF script + configuration handling + small homepage handlerYorhel1-0/+22
2008-10-26Removing all files we're not going to use with the rewriteYorhel13-4138/+0
2008-10-20Changed display of producer/release/vn titles and added more original title m...yorhel2-11/+14
2008-10-18Added original title field to VN entriesyorhel2-7/+8
2008-09-04Cookie::XS renamed to CGI::Cookie::XSyorhel1-1/+1
2008-08-29Fixed the removal of screenshots on a reverse relation update1.22yorhel1-1/+2
2008-08-27Added release link to screenshotsyorhel2-7/+8
2008-08-20Fixed two other boolean inputs, and if we're going to write subroutines with ...yorhel1-9/+10
2008-08-20Fixed error when creating a new thread, changed type of threads_posts.num to ...yorhel1-1/+1
2008-08-20Another internal database change: changes.causedby accepts NULL values and pr...yorhel1-1/+1
2008-08-19Rewrote parts of DB.pm to use server-side prepared statements. I'm pretty sur...yorhel2-312/+281
2008-08-18No need to access Multi's shared memory when you don't do anything with it...yorhel1-1/+1
2008-08-18Found a definite and proper solution to fix the command synchronisation probl...yorhel1-5/+12
2008-08-18Stored relgraph image maps in the DB, instead of using plain text files in /d...yorhel3-20/+15
2008-08-15Converted smallints used as boolean to PostgreSQL's relatively new (8.1) bool...1.21yorhel1-25/+27
2008-08-14Fixed bug with an edit being comitted without any changes, renamed anime chec...yorhel1-7/+8
2008-08-14Added screenshots table to store the dimensions of all images, moved to AJAX ...yorhel2-11/+37
2008-08-14Added screenshots (not entirely finished, still needs some tweaking and polis...yorhel2-9/+71
2008-08-09Implemented a notification system and made some general improvements in Multi.yorhel4-0/+7
2008-08-01Added wishlist feature and re-added "my profile" link to user menuyorhel3-2/+144
2008-07-30Auto-expand edit summary form when adding a release, and forgot to upload tpl...yorhel1-1/+1
2008-07-29- Further polished the rlist featureyorhel3-85/+9
2008-07-29- Added release list featureyorhel6-88/+235
2008-07-27Fixed several major SQL injection bugs introduced in r26yorhel8-7/+20
2008-07-16Accounts can be deleted, home page now shows age of last post instead of user...yorhel2-2/+25
2008-07-13Added an SQL script to initialize the database needed to run the site, and so...yorhel1-0/+1
2008-07-13Re-added the vote stats to VN pages, Searching for 'Chinese' doesn't select '...yorhel1-4/+4
2008-07-13Admins can change someones username, Fixed the automatic relogin after changi...yorhel1-5/+9
2008-07-09Added possibility to create a hidden thread and removed ratings calculation f...yorhel1-4/+5