summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-11-28BUGFIX: Moved update_vncache() to the bottom of the update script2.14Yorhel1-4/+4
2010-11-28Merge branch 'beta'Yorhel30-892/+1556
2010-11-28ChangeLog update for 2.14 + some minor upgrade fixesYorhel3-4/+6
2010-11-28Release filter selector: Added original language filterYorhel5-9/+19
2010-11-28Handler::VNBrowse: Fixed bug with assigning to $fil->{lang}Yorhel1-1/+1
2010-11-28VN Filter Selector: Added "original language" filterYorhel8-4/+37
2010-11-27Filter system: Fixed IE8 compatibility and an HTML bugYorhel2-4/+7
2010-11-27Extended IE6 warning message to show up for IE7 as wellYorhel3-9/+11
2010-11-27VN Filter Selector: Fixed tiny bug with selecting spoiler levelYorhel1-1/+1
2010-11-27Handler::VNBrowse: Apply search query and filters when changing first charYorhel2-1/+3
2010-11-27VN Filter Selector: Added "has anime" filterYorhel4-4/+28
2010-11-27VN Filter Selector: Added length field filterYorhel5-2/+26
2010-11-27VN Filter Selector: get/set the tagspoil cookie with the tag filtersYorhel1-14/+6
2010-11-27Filter selector: Replaced some dropdown boxes with JS linksYorhel2-5/+31
2010-11-27Replaced old VN advanced options with the new filter selection systemYorhel8-183/+131
2010-11-27Re-added producer role to collapsed view on producer pagesYorhel4-11/+12
2010-11-27VNDBUtil: Fixed minor bug in bb2html() and small cleanupYorhel1-11/+15
2010-11-26VNDBUtil: Partly rewrote bb2html() to be faster and betterYorhel2-53/+73
2010-11-26Added voiced field release filterYorhel6-3/+16
2010-11-26Added animation field release filterYorhel6-5/+37
2010-11-26Use word-level (instead of character-level) diff for large fieldsYorhel5-9/+11
2010-11-25JS: Split script.js into a separate file for each languageYorhel6-66/+79
2010-11-24vndb.pl: Use the Makefile to auto-update static filesYorhel3-43/+9
2010-11-24Makefile: Reverted back to a single .PHONY targetYorhel1-17/+20
2010-11-22Reverted to the old selection box date selectorYorhel3-77/+21
2010-11-22Added basic validation of the filter stringYorhel2-6/+11
2010-11-21Re-added the 'boolean or' message to the filtersYorhel3-5/+9
2010-11-21Added 'close' link to the filter selector boxYorhel3-0/+9
2010-11-21Use ~ as value separator in the filter string, rather than a commaYorhel2-5/+5
2010-11-21Implemented the server side of the new release filter selectorYorhel7-71/+113
2010-11-21Implemented the client side of the new release filter systemYorhel5-206/+433
2010-11-16Handler::Discussions: Added 'noindex' meta tag to all discussion pagesYorhel1-3/+3
2010-11-14SQL: Removed CREATE LANGUAGE plpgsqlYorhel1-3/+0
2010-11-14SQL: Added ON DELETE clause to all foreign keys referencing users (id)Yorhel4-27/+149
2010-11-14Handler::Misc: Added title attribute to the feed cssiconsYorhel2-5/+11
2010-11-14Makefile: Replaced .PHONY directive with $(phony ..) targetsYorhel1-25/+18
2010-11-14SQL: Added WHEN clause to all TRIGGERs for which it was usefulYorhel5-153/+150
2010-11-14Improved performance of update_vnpopularity() on PostgreSQL 9.0Yorhel2-1/+4
2010-11-13Homepage: Added feed iconsYorhel3-3/+11
2010-11-13Added <link> elements for the related atom feeds to some pagesYorhel5-38/+30
2010-11-13Multi::Feed: Added Atom feedsYorhel6-5/+200
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-11ChangeLog version 2.13 bump2.13Yorhel1-1/+1
2010-11-11Bugfix: reverting a VN image now worksYorhel2-2/+6
2010-11-11Producer release listing: added dev/pub info and expand/collapse linkYorhel4-30/+44
2010-11-11Display releases grouped by VNs on producer pagesYorhel6-60/+96
2010-11-11Util::CommonHTML:revdiff: Removed encode/decode UTF-8 passYorhel1-6/+2
2010-11-11Replaced Algorithm::Diff::XS with Algorithm::Diff::FastYorhel3-2/+3