summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-08-17L10N: Converted homepage and history pagesYorhel3-38/+173
2009-08-17L10N: Converted everything in Util::LayoutHTML and use non-English keysYorhel2-48/+153
2009-08-17L10N: Russian TL for site title and main menuYorhel6-20/+65
2009-08-17Added language switcher to the main menuYorhel5-14/+24
2009-08-17Started on a framework for interface I18NYorhel4-1/+157
2009-08-16Allow empty VN descriptionsYorhel2-1/+2
2009-08-16Fixed tagmod JS code to ignore submit button and disallow double tagsYorhel1-10/+10
2009-08-16Fixed typo in DB::UlistsYorhel1-1/+1
2009-08-16Removed sharedmem_key from global.plYorhel1-1/+0
2009-08-15Improved VN relationsYorhel4-16/+28
2009-08-15More sensible placing of the submit button on /v+/tagmodYorhel3-18/+20
2009-08-12Allow a usermod to browse a users' list even when it's hiddenYorhel5-5/+7
2009-08-12Added global user votes ignore listYorhel8-7/+43
2009-08-12Synchronised a NOT NULL constraint in dump.sql with the actual DBYorhel1-1/+1
2009-08-11Improved styling of the threeboxes layoutYorhel4-148/+163
2009-08-10Removed d1 (Category descriptions)Yorhel2-195/+0
2009-08-09Multi::IRC: Proper fix of the new notify detection codeYorhel1-16/+33
2009-08-09Minor font tweaksYorhel1-5/+5
2009-08-09Don't perform username regex validation on loginYorhel1-1/+1
2009-08-09ChangeLog version bump to 2.62.6Yorhel1-1/+1
2009-08-09Multi::IRC: Got rid of crash in the throttle functionYorhel1-1/+1
2009-08-09Multi::IRC: Fix double-notify bugYorhel1-0/+1
2009-08-09Don't check for double post when editing a postYorhel1-1/+1
2009-08-09Multi::IRC: Fixed authentication level checking bugYorhel1-3/+4
2009-08-09Multi::Maintenance: Added logging of important statisticsYorhel1-8/+11
2009-08-09Removed select.pngYorhel1-0/+0
2009-08-09Multi::Core: Actually log to file instead of stdoutYorhel1-1/+1
2009-08-09Converted changes.added to timestamptzYorhel9-20/+29
2009-08-08Don't show hidden VN items on g+ pagesYorhel1-0/+1
2009-08-08Converted tags.added to timestamptzYorhel4-4/+11
2009-08-08Converted users.registered to timestamptzYorhel3-6/+12
2009-08-08Converted votes.date to timestamptz and use NOW() as defaultYorhel3-4/+10
2009-08-08Converted threads_posts.date and edited to timestamptzYorhel4-8/+19
2009-08-08Converted wlists.added and rlists.added to timestamptzYorhel3-4/+15
2009-08-08Improved handling of the timestamp columns in anime and session tablesYorhel3-9/+4
2009-08-08Added note on g+ pages about cachingYorhel1-0/+1
2009-08-08Removed last traces of the category systemYorhel19-193/+9
2009-08-08Convert old category relations to tags and remove vn_categoriesYorhel2-11/+52
2009-08-08Merge branch '3dev' of git://3decibels.net/vndb into betaYorhel4-1/+9
2009-08-08css: Converted all pt units to pxYorhel2-59/+18
2009-08-06More logical naming of dbGetPost date filter3dB2-4/+4
2009-08-06Post checking now alows one new thread in 30s3dB1-1/+1
2009-08-06Use timestamptz data type instead of timestampYorhel2-4/+4
2009-08-06Added OpenSearch plugin + autodetectionYorhel3-1/+23
2009-08-05Removed unnecessary export.3dB1-1/+1
2009-08-05Reworked double post checking to use existing code3dB2-22/+5
2009-08-05Multi::Core: Got rid of 'undefined' warning in pg_error + ChangeLog updateYorhel2-1/+7
2009-08-05Multi::IRC: Added !p producer search and fixed tiny bug in !vnYorhel1-5/+31
2009-08-05Removed last traces of the shared memory processing queueYorhel7-52/+0
2009-08-05Multi::IRC: Reimplemented notifications using PgSQL LISTEN/NOTIFYYorhel3-22/+104