summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)AuthorFilesLines
2009-08-01Added Vietnamese to the language listYorhel2-0/+3
Now the last unused space in icons.png is used as well. Another icon and we'll need to enlarge it a bit.
2009-07-30Merge branch 'auth' of git://3decibels.net/vndb into betaYorhel1-1/+1
Conflicts: util/dump.sql util/updates/update_2.6.sql Also updated ChangeLog and made some tiny style changes.
2009-07-28Removed Crypt::Lite dependency3dB1-2/+1
-- Changed the way cookie data is handled and removed the need for Crypt::Lite -- Removed "cookie_key" configuration setting for Crypt::Lite
2009-07-24Checkin of auth rewrite progress.3dB1-0/+1
Added a new DB library for handling sessions. New update SQL file for database changes. Added a line to the global config file to set a global salt. It is separate from the cookie_key because it is much more important that it not be changed.
2009-07-19Added 1024x600 and 1600x1200 screen resolutionsYorhel1-0/+2
2009-07-18Modified definition of the anime tableYorhel1-9/+9
Removed most NOT NULL constraints, and converted lastfetch to a timestamp data type. The site has been updated to handle this, but Multi::Anime won't work.
2009-07-16Made a start on the Multi-rewriteYorhel1-1/+0
Started on multi.pl and Multi::Core, the main differences: - Uses POE::Component::Pg now (get it from http://g.blicky.net/poco-pg.git/) - Doesn't use shared memory anymore - No 'commands' anymore, every session has to handle its own events (communication goes either through POE itself, or the PostgreSQL DB) - No weird Cron stuff anymore All other Multi modules will have to be updated/rewritten to reflect these changes. None of them will work at the moment.
2009-07-07Posts browser on user pages (/u+/posts)Yorhel1-1/+16
2009-07-05Added spoiler options for tag filters on VN searchYorhel1-1/+1
2009-07-05Made a start on the multiple-tag-VN-searchYorhel1-0/+2
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-04Removed \x{200B} hacks from platforms and categoriesYorhel1-4/+4
That hack has been obsoleted now they aren't used in the VN search box anymore.
2009-07-03Make sure the search-tab-thingy stays nicely above the search boxYorhel1-3/+1
It didn't always look good in all screen resolutions.
2009-06-10Clarified some things about the release format in d3Yorhel1-5/+8
2009-06-06Revert font size changeYorhel1-9/+9
This reverts commit 944eefc1820d6a48948217b73abb9ea72b144b20 and 4d7c63c0cdf60d6c754dff11f85f7f067f1e8d8f.
2009-06-06Improved in the release resolution options + typo fix: unkown -> unknownYorhel1-14/+12
2009-06-06Accomodate some static column widths to the new font sizeYorhel1-7/+7
2009-06-01Changed font to something more readableYorhel1-2/+2
2009-05-31Tabs on v/r/p/g search fieldsYorhel1-1/+18
This should make a nice connection between the few kinds of database entries we have.
2009-05-31Option to expand/collapse edit summaries on history browserYorhel1-4/+6
Makes use of cookies to store the users' preference. Might be a good idea to store this in the DB for logged in users, together with the tagspoil cookie.
2009-05-31Ignore doujin flag for patch release typesYorhel1-1/+1
2009-05-23Animation fields for releasesYorhel2-1/+19
2009-05-23s/non-commercial/doujin/ and d3 updateYorhel1-13/+25
2009-05-23Renamed "Platforms & Media" tab on /r+/edit to "Format" and moved some fieldsYorhel1-1/+1
2009-05-22Changed order of voiced optionsYorhel1-1/+1
<ImmLff> It's better to switch order of "Partially voiced" and "Only Eroscenes voiced", as "Partially voiced" is closer to "Fully voiced" - None|Only ero|Partially|Full
2009-05-22Show comparable CERO ratings on /r+/edit input fieldYorhel1-3/+15
2009-05-22Custom resolution optionYorhel1-3/+4
2009-05-22Voiced field for releasesYorhel2-0/+13
TODO: filter on /r
2009-05-22Updated d3 with information about catalog number and resolution fieldsYorhel1-0/+5
2009-05-22Added resolution field to release entriesYorhel1-0/+12
TODO: - Update d3 - Add filter to /r
2009-05-10Moved date input field from Handler/Releases.pm to Util/FormHTML.pmYorhel1-2/+0
2009-05-10Added search field on release browserYorhel1-2/+2
2009-05-10Advanced filtering for the release browserYorhel1-2/+2
2009-05-09Started on a release browserYorhel1-0/+7
This browser is still -very- basic, more filters and options will be added later.
2009-04-04Forgot to mention some important tag guidelines :/Yorhel1-0/+4
2009-04-01Merge branch 'beta'2.3Yorhel8-43/+155
Conflicts: data/docs/4
2009-03-30Some tagging guidelinesYorhel2-0/+46
2009-03-28Expandable tag summary on VN pagesYorhel1-0/+1
2009-03-26Swapped "You" and "Others" columns on /v+/tagmodYorhel1-6/+6
2009-03-22Merge branch 'tagging' into betaYorhel5-41/+102
Conflicts: lib/VNDB/DB/Discussions.pm util/updates/update_2.3.sql
2009-03-21Replacing all occurences of 'discussion tags' with 'discussion boards'Yorhel3-11/+12
Which is a more accurate description, and doesn't confuse with the tagging system. Note than even all internal uses of the word 'tag' have been replaced, as I'm not a huge fan of different terminology in the code and UI. This update might break some things related to the discussion board.
2009-03-21Partly removed the category systemYorhel3-11/+10
The categories are still available for viewing and editing to aid in the transition to the tagging system, but editing has been removed.
2009-03-21Show/hide spoiler tags on VN pagesYorhel1-12/+12
2009-03-18Experimenting with a location for tags on v+ pagesYorhel1-5/+16
2009-03-15Some more banners, by EchoMateriaYorhel1-3/+7
2009-03-14Added tag list (/g/list) to browse tags by status, mostly for moderator useYorhel1-0/+4
2009-03-14Added tag states for pending/deleted/acceptedYorhel2-3/+5
2009-03-11Added banners to d7 + fixed/updated some things in d6Yorhel2-3/+15
2009-03-08Cleaned up d7Yorhel1-30/+29
2009-03-08Added user taglistYorhel1-2/+5
2009-03-07Cute interface for displaying tag scoresYorhel1-3/+6
...I could've also just used a gradient background image, which is easier to do and looks better... but I hate solutions that require external resources. >.>