summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
2010-12-18RFC-01: Implemented (most) of the SQL partYorhel5-7/+106
2010-12-18JS: Fixed bug in jsgen.pl with the generation of age_ratingsYorhel1-1/+1
2010-12-17Don't allow NULL for rr.minage and use -1 for unknownYorhel2-1/+7
2010-12-14L10N: Extracted screen resolution strings from the codeYorhel1-3/+6
2010-12-14VNDBUtil: Consider "senpai" and "sempai" the same in the VN searchYorhel1-0/+4
2010-12-13SQL: Added index on tags_vn.dateYorhel1-0/+3
2010-12-10Keep track of last modification date for tag<->vn linksYorhel2-0/+5
2010-12-04JS: Display TL lang in its own language in TL selector dropdownYorhel1-4/+3
2010-11-28BUGFIX: Moved update_vncache() to the bottom of the update script2.14Yorhel1-4/+4
2010-11-28ChangeLog update for 2.14 + some minor upgrade fixesYorhel1-1/+4
2010-11-28VN Filter Selector: Added "original language" filterYorhel3-1/+24
2010-11-27Extended IE6 warning message to show up for IE7 as wellYorhel1-3/+3
2010-11-27VN Filter Selector: Added length field filterYorhel1-0/+2
2010-11-26Added voiced field release filterYorhel1-0/+1
2010-11-26Added animation field release filterYorhel1-1/+2
2010-11-25JS: Split script.js into a separate file for each languageYorhel1-55/+62
2010-11-24vndb.pl: Use the Makefile to auto-update static filesYorhel1-42/+7
2010-11-21Implemented the client side of the new release filter systemYorhel1-2/+28
2010-11-14SQL: Removed CREATE LANGUAGE plpgsqlYorhel1-3/+0
2010-11-14SQL: Added ON DELETE clause to all foreign keys referencing users (id)Yorhel2-12/+147
2010-11-14SQL: Added WHEN clause to all TRIGGERs for which it was usefulYorhel2-152/+144
2010-11-14Improved performance of update_vnpopularity() on PostgreSQL 9.0Yorhel1-1/+3
2010-11-10Multi::RG: Use dotted line to indicate unofficial status in VN relationsYorhel1-1/+1
2010-11-10Started on adding an "official" flag to vn<->vn relationsYorhel3-2/+9
2010-11-06Synchronised sql/schema.sql with the actual DBYorhel1-1/+2
2010-11-03Use newlines to separate VN aliasesYorhel1-0/+5
2010-11-02Automatically read L10N keys from script.jsYorhel1-46/+44
2010-11-02Prefix all cookies with a configurable cookie_prefixYorhel1-0/+1
2010-11-01Added Apple iProduct platformYorhel1-0/+1
2010-10-31Added 1024x576 and 1280x800 screen resolutionsYorhel1-0/+5
2010-03-13Improved VN searchYorhel3-0/+58
2010-02-17CSS: Refer to all external files with the version as query stringYorhel1-5/+12
2010-02-05Merge branch 'master' into betaYorhel1-2/+2
2010-02-05Notifications: Added 'announce' notificationYorhel4-3/+27
2010-02-05Notifications: Added 'dbedit' notificationYorhel4-5/+50
2010-02-04SQL: Alter the default of sessions.added in the update scriptYorhel1-0/+1
2010-02-04Notifications: Added notify for deletion of entries in (wish)listYorhel3-4/+41
2010-02-02Differentiate between pt-PT and pt-BR in the languagesYorhel1-5/+6
2010-02-02SQL: Converted language columns to an ENUM typeYorhel4-5/+19
2010-02-02SQL: Improved query in edit_commit()Yorhel1-6/+4
2010-02-01Added notification for database deletions to users who contributedYorhel3-4/+44
2010-02-01SQL: Renamed the hidlock_update trigger namesYorhel2-6/+6
2010-02-01Cache the title and userid of the notificationsYorhel3-6/+11
2010-01-29SQL: Another try at fixing the tag spoiler calculationYorhel1-2/+2
2010-01-26SQL: Replaced sessions.expiration with sessions.addedYorhel2-1/+4
2010-01-26Keep track of when a session has last been usedYorhel2-0/+5
2010-01-26Removed the ?l10n= parameterYorhel1-8/+4
2010-01-26Made a start on the notification systemYorhel5-8/+96
2010-01-24Automatically generate the skin credits on d7Yorhel1-2/+2
2010-01-24SkinFile: Abstracted access to the skin configuration filesYorhel2-59/+35