summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2010-11-03Merge branch 'master' into betaYorhel3-6/+7
2010-11-03Automatically remove duplicate aliases on /v+/editYorhel1-3/+12
2010-11-03Use newlines to separate VN aliasesYorhel1-0/+1
2010-11-03Handler::Discussions: Increased thread number display at /t for db and vYorhel1-1/+1
2010-11-03Handler::Discussions: Only display board names different from the filterYorhel1-5/+6
2010-11-03Compressed the thread listing into one row per threadYorhel1-14/+11
2010-11-02Prefix all cookies with a configurable cookie_prefixYorhel3-6/+6
2010-11-02Handler::(Misc|VNPage): Added HTML width/height to screenshot thumbnailsYorhel3-3/+7
2010-11-02Multi::Image: Abstracted image dimension calculation into VNDBUtilYorhel3-31/+30
2010-11-02Multi::Image: Moved image size configuration to global.plYorhel1-4/+2
2010-11-02Removed XML sitemapYorhel1-154/+0
2010-11-01Properly order the relations listed on producer pagesYorhel1-1/+1
2010-11-01Handler::Users: Added note about automatic deletion to notifications pageYorhel1-0/+1
2010-11-01Multi::Maintenance: Automatically remove read notifications after a monthYorhel1-2/+9
2010-10-31Added more comparison VNs for the length fieldYorhel1-1/+1
2010-10-31Multi::Anime: Remove useless statementYorhel1-1/+0
2010-10-31Multi::Anime: don't crash when anidb returns an invalid or empty yearYorhel1-1/+1
2010-10-31Display friendly message in the VN edit scr tab when no release is knownYorhel1-2/+4
2010-10-31Remove duplicate votes when merging tags (fixes a 500)Yorhel1-0/+4
2010-10-31Bugfix: only redirect VN search to VN page if page=1Yorhel1-1/+1
2010-10-31VNDBUtil::normalize: Added search alias for 'fandisk'Yorhel1-0/+2
2010-03-14Made name of the auth cookie configurableYorhel1-4/+4
2010-03-14Handler::Users: Added noindex to user pagesYorhel1-1/+1
2010-03-13Multi::IRC: Changed !vn command to use the new search functionYorhel1-16/+15
2010-03-13Multi::API: Fixed a Perl warning on 'get vn' with the platforms array filterYorhel1-2/+2
2010-03-13Multi::API: Make use of the new search function for 'get vn'Yorhel1-4/+13
2010-03-13Improved VN searchYorhel4-177/+262
2010-03-13Handler::Tags: Re-added /g/debugYorhel1-0/+31
2010-03-09DB::ULists: Greatly improved query performance for VN list with 'hide voted'Yorhel1-2/+2
2010-03-09Multi::API: Properly format returned error message on incorrect UTF8Yorhel1-1/+5
2010-03-09Multi::API: Got rid of perl warning on incorrect JSON::XS::decode_prefix()Yorhel1-1/+1
2010-03-08Multi::API: Fixed 'Unkown' -> 'Unknown'applehq1-5/+5
2010-03-05API: Added image field to 'get vn'Yorhel1-1/+2
2010-02-19Two more GTIN-related fixesYorhel2-2/+2
2010-02-19VNDB::Func: Another gtintype() related bugfixYorhel2-2/+4
2010-02-19VNDB::Func::gtintype: Another silly bug fixYorhel1-1/+0
2010-02-19VNDB::Func::gtintype: Fixed stupid mistake in regexYorhel1-1/+1
2010-02-17Multi::IRC: Added !scr command for reverse screenshot lookupYorhel1-1/+27
2010-02-13Multi::Anime: Some minor fixes when the UDP API is down or returns an errorYorhel1-3/+3
2010-02-10Handler::Tags: Increased maxlength of the tag descriptionsYorhel1-1/+1
2010-02-06Handler::ULists: Fixed L10N bug with the char browser on /u+/listYorhel1-1/+1
2010-02-06Handler::VNEdit: Removed useless line breakYorhel1-1/+1
2010-02-06Handler::VNPage: Don't show delete option when not on wishlistYorhel1-1/+1
2010-02-06Handler::Users: Re-fetch notifycount after batch-editing notificationsYorhel1-0/+1
2010-02-06L10N-NL: Added Dutch interface translationYorhel1-1/+9
2010-02-05Merge branch 'master' into betaYorhel2-5/+5
2010-02-05Notifications: Added 'announce' notificationYorhel2-9/+14
2010-02-05Notifications: Added 'dbedit' notificationYorhel2-3/+30
2010-02-02SQL: Converted language columns to an ENUM typeYorhel5-15/+14
2010-02-02Handler::Users: Got rid of useless sprintf statementYorhel1-1/+0