summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)AuthorFilesLines
2008-12-02Started on the release pagesYorhel1-0/+10
2008-11-20Added release list to VN pagesYorhel1-0/+29
2008-11-20VN Relation infoYorhel1-0/+14
2008-11-20Related anime on VN pagesYorhel1-0/+11
2008-11-20Added categories to VN pagesYorhel1-0/+51
Doesn't look terribly nice, but I hope I can get rid of them altogether soon with a tagging system.
2008-11-17Slightly more info on the VN pagesYorhel1-0/+8
2008-11-15Added tag listing to thread pagesYorhel1-0/+7
Not sure about the style, but at least it works. Thread page is now pretty much finished as well, yay!
2008-11-12Expanded producer page with VN info and created a nice page layoutYorhel1-1/+28
2008-11-12Fixed Multi to use relative paths and to use the new configuration filesYorhel1-0/+16
2008-11-11Removed users.flags and used two boolean columns insteadYorhel1-4/+0
I wasn't planning on really touching the database in the rewrite, but oh well, I've always wanted to do this, anyway.
2008-11-11User settings editing now works, and some small bugfixes and style changesYorhel1-0/+4
I still don't really like the form creation and handling code... it's just ugly and I doubt anyone would be able to understand what I'm doing.
2008-10-31Added some authentication and user functionsYorhel1-0/+10
2008-10-26Converted the new layout into the new frameworkYorhel1-1/+4
2008-10-26Added YAWF script + configuration handling + small homepage handlerYorhel1-0/+23
A demonstration of how easy it is to use YAWF. :-)
2008-10-26Removing all files we're not going to use with the rewriteYorhel31-2367/+0
...this is basically everything we're going to rewrite
2008-10-22Added documentation for the original title field and fixed copy-paste error1.23yorhel2-2/+5
git-svn-id: svn://vndb.org/vndb@117 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-10-20Changed display of producer/release/vn titles and added more original title ↵yorhel11-26/+23
mouseovers git-svn-id: svn://vndb.org/vndb@116 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-10-19Patch by applehq: 'Typo on the user registration page.'yorhel1-1/+1
git-svn-id: svn://vndb.org/vndb@115 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-10-18Added original title field to VN entriesyorhel2-4/+5
git-svn-id: svn://vndb.org/vndb@112 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-10-03patch by applehq: "i didn't look here when i modified the docs before."yorhel1-1/+1
git-svn-id: svn://vndb.org/vndb@111 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-10-03Renamed some gameplay categoriesyorhel1-5/+5
git-svn-id: svn://vndb.org/vndb@110 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-10-03Set of documentation-related patches by applehqyorhel2-7/+12
git-svn-id: svn://vndb.org/vndb@109 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-09-20- Removed redirects for old revision URLs (the code wasn't very secure...)yorhel1-1/+1
- Fixed bug when using unicode in the AJAX vn/producers/release search box - Added (english only) note to tpl/main - Updated ChangeLog git-svn-id: svn://vndb.org/vndb@108 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-08-29Reworded d5.2yorhel1-7/+6
git-svn-id: svn://vndb.org/vndb@105 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-08-27Some additions in the guidelinesyorhel2-4/+20
git-svn-id: svn://vndb.org/vndb@104 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-08-27Added release link to screenshotsyorhel3-4/+17
git-svn-id: svn://vndb.org/vndb@103 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-08-20Converted relation graphs to PNGyorhel1-1/+1
git-svn-id: svn://vndb.org/vndb@101 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-08-19Fixed infinite thumbnail generation bug and added note about submitting the ↵yorhel1-1/+2
screenshot form git-svn-id: svn://vndb.org/vndb@97 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-08-18Found a definite and proper solution to fix the command synchronisation ↵yorhel1-1/+1
problems, fixed display of wrong ID for screenshot diff, and increased screenshot JPEG quality to 90 git-svn-id: svn://vndb.org/vndb@95 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-08-18Stored relgraph image maps in the DB, instead of using plain text files in ↵yorhel2-2/+2
/data/rg/ git-svn-id: svn://vndb.org/vndb@93 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-08-18Inverted vote graphyorhel1-1/+1
git-svn-id: svn://vndb.org/vndb@91 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-08-15Small code cleanup in /tpl/tindex, and added link to start a new thread on ↵yorhel1-9/+4
the db tag git-svn-id: svn://vndb.org/vndb@89 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-08-15Added some guidelines and docs for the screenshot featureyorhel2-1/+39
git-svn-id: svn://vndb.org/vndb@88 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-08-15Further polishing of the screenshots feature: added loading indicator, link ↵yorhel1-7/+0
to full-size image when downscaled, and image viewer for the upload manager git-svn-id: svn://vndb.org/vndb@87 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-08-14Added screenshots table to store the dimensions of all images, moved to AJAX ↵yorhel2-6/+6
for determining when a thumbnail has been generated after uploading a screenshot, and got rid of the javascript image preloader git-svn-id: svn://vndb.org/vndb@84 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-08-14Added screenshots (not entirely finished, still needs some tweaking and ↵yorhel4-14/+58
polishing) git-svn-id: svn://vndb.org/vndb@83 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-08-05Added icons for rlist and vlist statuses and further polished the wishlist ↵1.20yorhel3-10/+14
and rlist features git-svn-id: svn://vndb.org/vndb@79 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-08-01Forgot to upload new file (as usual...)yorhel1-0/+55
git-svn-id: svn://vndb.org/vndb@78 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-08-01Added wishlist feature and re-added "my profile" link to user menuyorhel5-6/+25
git-svn-id: svn://vndb.org/vndb@77 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-07-30Auto-expand edit summary form when adding a release, and forgot to upload ↵yorhel1-0/+89
tpl/rlist git-svn-id: svn://vndb.org/vndb@76 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-07-29- Further polished the rlist featureyorhel6-42/+19
- Re-added old VN list, delete-only and with a warning - Small code cleanup git-svn-id: svn://vndb.org/vndb@75 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-07-29- Added release list featureyorhel10-89/+58
- Added noindex tag to iid-ttag browser - Replaced last poster with age of last post on home page - Merged user vote lists into new vnlist - Removed 'hide votes' feature - Fixed users+1 stats bug - Fixed FF3 JS hack - Old VNList code is still present, need to decide what to do with that git-svn-id: svn://vndb.org/vndb@74 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-07-16Added small NSFW indication for users who have disabled the warningyorhel1-0/+3
git-svn-id: svn://vndb.org/vndb@70 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-07-16Accounts can be deleted, home page now shows age of last post instead of ↵yorhel7-24/+30
user, removed the /u+/pending URL, and small bugfix in dump.sql git-svn-id: svn://vndb.org/vndb@69 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-07-13Zero-padded VNDBIDs shouldn't matchyorhel1-2/+2
git-svn-id: svn://vndb.org/vndb@68 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-07-13Added an SQL script to initialize the database needed to run the site, and ↵yorhel1-0/+2
some minor code fixes git-svn-id: svn://vndb.org/vndb@67 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-07-13Re-added the vote stats to VN pages, Searching for 'Chinese' doesn't select ↵yorhel2-9/+7
'NES' and Place/time category order on VN pages is now consistent git-svn-id: svn://vndb.org/vndb@66 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-07-13Admins can change someones username, Fixed the automatic relogin after ↵yorhel3-5/+9
changing password and Added lock indicator when browsing threads on a tag git-svn-id: svn://vndb.org/vndb@65 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-07-08Please welcome a new moderator: applehq!1.19yorhel1-1/+1
git-svn-id: svn://vndb.org/vndb@62 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-07-08Upped the character limit of posts to 5000 and fixed a few typosyorhel1-2/+3
git-svn-id: svn://vndb.org/vndb@61 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b