summaryrefslogtreecommitdiff
path: root/lib/VNDB/Handler/VNBrowse.pm
AgeCommit message (Collapse)AuthorFilesLines
2009-08-17L10N: Converted platform namesYorhel1-5/+5
2009-08-17L10N: Converted user ranks and language namesYorhel1-6/+6
User ranks are easy... but the language names are used everywhere!
2009-07-05Tag exclude filters on VN searchYorhel1-7/+15
2009-07-05Added spoiler options for tag filters on VN searchYorhel1-1/+3
2009-07-05Apply & clear buttons on advanced VN search + note about boolean andYorhel1-2/+7
2009-07-05Auto-complete the tag filters on VN searchYorhel1-1/+1
2009-07-05Made a start on the multiple-tag-VN-searchYorhel1-13/+51
TODO: - spoiler settings? - auto-complete tag names - exclude filter - Improved UI? current location isn't very intuitive - Improve previous tag browser to make use of the VN search?
2009-07-04Re-added language parsing in VN search boxYorhel1-2/+9
Because many people still link to things like /v/all?q=English. Platform searches are less common, so I doubt many people care about URL compatibility for that,
2009-07-04Separated VN search filters from search boxYorhel1-35/+24
It was a rather stupid and buggy idea...
2009-06-06Removed some leftover code of the category filters on /vYorhel1-1/+1
2009-05-31Tabs on v/r/p/g search fieldsYorhel1-4/+1
This should make a nice connection between the few kinds of database entries we have.
2009-05-24Removed category filters from /v/allYorhel1-32/+1
The tags work fine already. I'll keep the categories on the VN pages and in the history for now, though.
2009-05-10Added search field on release browserYorhel1-2/+2
2009-03-25Made search box match on g+Yorhel1-1/+1
2009-01-10Added VN popularity rankingYorhel1-2/+4
The following query should be run periodically to update the rankings: SELECT update_vnpopularity(); I'll fix Multi::Maintenance to do this automatically.
2008-12-14Fixed all XHTML validation bugs I could findYorhel1-3/+3
With two exceptions: - Empty browse tables (/u1/list, /u3/hist, ..) - Empty <tbody> on /v+/edit and /v/new I'm not purist enough to work around those bugs. (well, maybe I'll fix the empty browse table thing, as it's not really user friendly either)
2008-12-13Fixed HTML bug with the VN search filtersYorhel1-25/+25
2008-12-13FF2 style fixesYorhel1-4/+4
Three-box-layout didn't work very well together with the screenshots on the homepage and the CSS icon hack needed a &nbsp; to get rid of a strange top margin. With this, the following browsers should render all pages correctly: FF2, FF3 and the latest Opera, Safari and Chrome
2008-12-11Basic userpage + recent votes to VN pages + long-object-float bugfixYorhel1-1/+1
These changes are all pretty much related, so couldn't really do that in multiple commits.
2008-12-09Code cleanup: removed leading spaces and combined ↵Yorhel1-1/+1
DB/{Votes,VNList,WishList}.pm into ULists.pm
2008-12-01Interface for the advanced VN search featureYorhel1-16/+70
We're getting there...
2008-11-30SearchboxYorhel1-1/+3
It's not the nicest placing for a search box, but I couldn't think of anything else...
2008-11-30Advanced VN searchYorhel1-1/+39
Behaves exactly like the old search, though there's no filter interface yet.
2008-11-30Added small VN browser + searchYorhel1-0/+89