summaryrefslogtreecommitdiff
path: root/lib/VNDB
AgeCommit message (Expand)AuthorFilesLines
2010-12-15Handler::Users: Link the vote count on /u+ to /u+/votes instead of /u+/listYorhel1-1/+1
2010-12-15Handler::ULists: Added noindex to /[vu]+/votesYorhel1-1/+1
2010-12-14Handler::Tags: Added noindex to /g/linksYorhel1-1/+1
2010-12-14L10N: Extracted screen resolution strings from the codeYorhel1-2/+3
2010-12-13Disable "Don't update last modified field" by default for modsYorhel1-1/+0
2010-12-13Added links to /g/links from /g and /g+Yorhel1-0/+2
2010-12-13Added "who voted on this tag"-links on /v+/tagmod (to /g/links)Yorhel1-2/+6
2010-12-13Removed /u+/tags and replaced/added links to /g/links?u=XYorhel5-92/+14
2010-12-13Added advanced tag link browserYorhel2-4/+151
2010-12-10Keep track of last modification date for tag<->vn linksYorhel1-4/+27
2010-12-10Added vote listings for VNs and users (/[uv]+/votes)Yorhel5-9/+83
2010-12-10Added a "general discussions" boardYorhel1-8/+9
2010-12-09Plugin::TLAdmin: Removed useless uri_escape definitionYorhel1-10/+0
2010-12-09Removed expand/collapse from /u+/posts and switched to a combined viewYorhel2-7/+5
2010-12-09Removed expand/collapse from history browser switched to a combined viewYorhel1-10/+4
2010-12-09Handler::Misc: Fixed perl warning and redirect bug for old /v/search URLsYorhel1-1/+1
2010-12-04Handler::Releases: Fixed perl warning in _fil_compat()Yorhel1-1/+1
2010-11-28Merge branch 'beta'Yorhel13-292/+208
2010-11-28Release filter selector: Added original language filterYorhel2-3/+5
2010-11-28Handler::VNBrowse: Fixed bug with assigning to $fil->{lang}Yorhel1-1/+1
2010-11-28VN Filter Selector: Added "original language" filterYorhel2-2/+4
2010-11-27Filter system: Fixed IE8 compatibility and an HTML bugYorhel1-0/+1
2010-11-27Extended IE6 warning message to show up for IE7 as wellYorhel1-6/+6
2010-11-27Handler::VNBrowse: Apply search query and filters when changing first charYorhel1-1/+1
2010-11-27VN Filter Selector: Added "has anime" filterYorhel2-2/+4
2010-11-27VN Filter Selector: Added length field filterYorhel2-2/+4
2010-11-27Replaced old VN advanced options with the new filter selection systemYorhel4-83/+43
2010-11-27Re-added producer role to collapsed view on producer pagesYorhel1-0/+4
2010-11-26Added voiced field release filterYorhel2-2/+3
2010-11-26Added animation field release filterYorhel2-3/+5
2010-11-26Use word-level (instead of character-level) diff for large fieldsYorhel4-9/+10
2010-11-25JS: Split script.js into a separate file for each languageYorhel1-1/+1
2010-11-24vndb.pl: Use the Makefile to auto-update static filesYorhel1-1/+1
2010-11-22Added basic validation of the filter stringYorhel2-6/+11
2010-11-21Use ~ as value separator in the filter string, rather than a commaYorhel1-2/+2
2010-11-21Implemented the server side of the new release filter selectorYorhel4-68/+106
2010-11-21Implemented the client side of the new release filter systemYorhel1-106/+11
2010-11-16Handler::Discussions: Added 'noindex' meta tag to all discussion pagesYorhel1-3/+3
2010-11-14SQL: Added ON DELETE clause to all foreign keys referencing users (id)Yorhel1-15/+1
2010-11-14Handler::Misc: Added title attribute to the feed cssiconsYorhel1-5/+3
2010-11-13Homepage: Added feed iconsYorhel1-3/+8
2010-11-13Added <link> elements for the related atom feeds to some pagesYorhel3-5/+7
2010-11-11Handler::Discussions: Fixed formcode bug with the quick reply featureYorhel1-0/+1
2010-11-11Handler::VNEdit: Fixed bug with reverse relation update of "official"Yorhel1-1/+1
2010-11-11DB::Releases: Removed extra ON clause from JOIN releasesYorhel1-1/+1
2010-11-11Bugfix: reverting a VN image now worksYorhel1-2/+5
2010-11-11Producer release listing: added dev/pub info and expand/collapse linkYorhel2-5/+10
2010-11-11Display releases grouped by VNs on producer pagesYorhel3-45/+67
2010-11-11Util::CommonHTML:revdiff: Removed encode/decode UTF-8 passYorhel1-6/+2
2010-11-11Replaced Algorithm::Diff::XS with Algorithm::Diff::FastYorhel1-1/+1