summaryrefslogtreecommitdiff
path: root/data/global.pl
AgeCommit message (Collapse)AuthorFilesLines
2009-08-08Removed last traces of the category systemYorhel1-51/+0
2009-08-01Added Vietnamese to the language listYorhel1-0/+1
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-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-06-06Improved in the release resolution options + typo fix: unkown -> unknownYorhel1-14/+12
2009-05-23Animation fields for releasesYorhel1-0/+7
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 releasesYorhel1-0/+7
TODO: filter on /r
2009-05-22Added resolution field to release entriesYorhel1-0/+12
TODO: - Update d3 - Add filter to /r
2009-03-21Replacing all occurences of 'discussion tags' with 'discussion boards'Yorhel1-1/+1
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-14Added tag states for pending/deleted/acceptedYorhel1-1/+1
2009-02-21Made a start on the VN/tag linkingYorhel1-6/+6
...a *very* basic start. As in, there's nothing at all to be seen.
2009-02-15Basic adding and editing of tagsYorhel1-6/+6
2009-01-15Adding AGPL license, moving ChangeLog to / and adding source link to footerYorhel1-0/+2
2009-01-15Don't search for the ADV category when searching for the Game Boy AdvanceYorhel1-1/+1
2009-01-04Added patch flag to releasesYorhel1-1/+0
TODO: update d3 and automatically convert all 'patch' media releases in the DB to use this flag.
2009-01-03Added and modified the list of mediaYorhel1-3/+8
Changed: GD-ROM -> GD Blu-ray disk -> Blu-ray Other (console) -> Other Added: Floppy Cartridge Memory card (for both cards and USB sticks) UMD
2008-12-29Set default skin to 'angel'Yorhel1-1/+1
2008-12-27Re-added the release list dropdown to VN pagesYorhel1-0/+1
2008-12-23Added skin selector to profile pageYorhel1-1/+2
2008-12-10Git describe is more descriptiveYorhel1-1/+1
2008-12-08Started on user VN listYorhel1-0/+14
This is a rather complex part of the site, and I have no idea how to do this without making both the code and the interface look like a mess. Not completely finished, TODO: - Mass status change - rstat & wstat icons (or stick with the textual representation? the old icons suck...) - Extra filters for rstat & wstat(?)
2008-12-07Added extra user rank for people who can't edit but can post on the ↵Yorhel1-4/+5
discussion board
2008-12-07Modify wishlist from VN pagesYorhel1-0/+6
2008-12-07Vote descriptionsYorhel1-0/+12
Based on the ratings on animenewsnetwork.
2008-12-04Added footer and a meaningful version stringYorhel1-1/+1
2008-12-04Customizable website title, and a debug flag indicator (red title)Yorhel1-0/+1
2008-12-02Started on the release pagesYorhel1-0/+10
2008-11-20Added release list to VN pagesYorhel1-0/+29
2008-11-20VN Relation infoYorhel1-0/+14
2008-11-20Related anime on VN pagesYorhel1-0/+11
2008-11-20Added categories to VN pagesYorhel1-0/+51
Doesn't look terribly nice, but I hope I can get rid of them altogether soon with a tagging system.
2008-11-17Slightly more info on the VN pagesYorhel1-0/+8
2008-11-15Added tag listing to thread pagesYorhel1-0/+7
Not sure about the style, but at least it works. Thread page is now pretty much finished as well, yay!
2008-11-12Expanded producer page with VN info and created a nice page layoutYorhel1-1/+28
2008-11-12Fixed Multi to use relative paths and to use the new configuration filesYorhel1-0/+16
2008-11-11Removed users.flags and used two boolean columns insteadYorhel1-4/+0
I wasn't planning on really touching the database in the rewrite, but oh well, I've always wanted to do this, anyway.
2008-11-11User settings editing now works, and some small bugfixes and style changesYorhel1-0/+4
I still don't really like the form creation and handling code... it's just ugly and I doubt anyone would be able to understand what I'm doing.
2008-10-31Added some authentication and user functionsYorhel1-0/+10
2008-10-26Converted the new layout into the new frameworkYorhel1-1/+4
2008-10-26Added YAWF script + configuration handling + small homepage handlerYorhel1-0/+23
A demonstration of how easy it is to use YAWF. :-)