summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)AuthorFilesLines
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
2010-01-24Versioned the deleting and locking of database entriesYorhel4-11/+93
2010-01-23SQL: Don't DROP the temporary edit_* tablesYorhel1-39/+52
2010-01-10L10N: Determine language from Accept-Language headerYorhel1-4/+16
2010-01-09SQL: Split dump.sql into several files and merged update_2.10.sqlYorhel6-1148/+1028
2010-01-01SQL: Revision insertion abstraction for producer entriesYorhel1-0/+39
2010-01-01SQL: Revision insertion abstraction for release entriesYorhel2-2/+64
2010-01-01SQL: Made a start on revision insertion abstractionYorhel1-0/+110
2009-12-28SQL: Fixed bug in producer_relgraph_notify()Yorhel2-10/+4
2009-12-05SQL: Removed changes.causedbyYorhel2-3/+12
2009-12-05SQL: Call update_vncache() in a triggerYorhel2-2/+32
2009-12-05SQL: Don't allow argument of update_vncache() to be 0Yorhel2-18/+54
2009-12-05SQL: Removed the use of CONSTRAINT TRIGGERsYorhel2-30/+101
2009-11-29SQL: Replace index on tags_vn_inherit (tag) with an index on (tag,vid)Yorhel2-4/+4
2009-11-29Tags: Replaced tag_tree() with WITH .. SELECT queries, and removed /g/debugYorhel2-61/+3
2009-11-29SQL: Rewrote tag_vn_calc() to use a WITH RECURSIVE .. SELECT queryYorhel2-45/+59
2009-11-27Changed VN score on tags pages to display plain averagesYorhel2-12/+46
2009-11-15SQL: Improved performance of update_vnpopularity()Yorhel2-2/+2