summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-12-29Merge branch 'beta'2.1Yorhel29-115/+521
2008-12-29Updating changelogYorhel1-9/+1
2008-12-29Added [quote] tag formatting, fixed URL parser, and updated d9Yorhel4-6/+39
2008-12-28Fall back to default skin if the selected skin doesn't exist anymoreYorhel1-0/+1
2008-12-28Order skin list by their full name instead of directory nameYorhel1-1/+1
2008-12-28Renamed test skin to grey, added primary color to skin names, made footer in ↵Yorhel5-4/+4
angel skin more readable
2008-12-27Widened release list status column on vnpageYorhel1-1/+1
<applehq> could you make the javascript popdown for release status on vnpages column wider?
2008-12-27A darger secbg for the angel skin looks betterYorhel1-1/+1
2008-12-27Re-added the release list dropdown to VN pagesYorhel6-5/+95
2008-12-27Fix for vndb-date-bug-thingyYorhel1-1/+2
VNDB::* code uses UTC for everything, while PgSQL uses the server local time zone by default. update_vncache() has this same bug and should actually be fixed as well... but it's not that important. :-)
2008-12-27[spoiler] tag produces mouseover-style spoilers instead of ROT13Yorhel3-4/+23
2008-12-26Show pointer cursor on dropdown search mouseoverYorhel1-0/+1
2008-12-26Increased search dropdown hide timeoutYorhel1-1/+1
Fixes (or more accurately, masquerades) the following: 13:40:23 <EchoMateria_Work> it displays a list of candidates, I can point them alright, but when I click on any, it doesn't do anything other than closing that drop-down-menu 9/10 of the time
2008-12-26Selecting items in the search dropdown using the mouseYorhel1-2/+17
Only tested this using FF3 for now, so may not always work.
2008-12-26YAWF updateYorhel1-0/+0
2008-12-26'All items' tab to multi-tab formsYorhel2-1/+5
2008-12-24Updating YAWF...Yorhel1-0/+0
2008-12-23Added applehq's Little Busters! skinYorhel3-1/+40
2008-12-23Fixed syntax error in dump.sqlYorhel1-2/+2
2008-12-23CSS + skin generator fixesYorhel5-64/+109
The skin generator itself is now pretty much finished. Unless people want more control over what they can change, that is.
2008-12-23Added skin selector to profile pageYorhel6-4/+16
2008-12-23Read the available skins in memory at vndb.pl startupYorhel1-0/+30
Skins are automatically regenerated if necessary. This, however, requires the vndb.pl process to have write access to the skins, which is most often not the case. To do this, simply do a: chmod 777 static/s/*; chmod 666 static/s/*/{boxbg.png,style.css} (and make sure to repeat that each time a new skin is added)
2008-12-23Added simple CSS compressionYorhel1-1/+10
...by removing all newlines, whitespace and comments from the generated CSS file. None of the CSS sent to the browser is maintained by hand now, so adding some compression is easy. :-) This compression is disabled if the debug config flag is enabled, considering debugging an unreadable CSS file isn't fun.
2008-12-23Removed skin directory name from the config files, and renamed fullname to nameYorhel3-8/+7
2008-12-23A DRY appreach to skins: there's only one main CSS file nowYorhel7-268/+97
So, instead of using separate smaller CSS files to overwrite directives in the main (/static/f/style.css) file, I decided to generate one CSS file for each skin, which includes everything needed to render the page. The template for this skin is now /data/skingen/style.css. I just don't feel like maintaining two separate files when changing something to the CSS. Also converted the old layout into a skin directory (angel), since the default skin isn't in the CSS template anymore.
2008-12-23Added grey layout for testing purposes and fixed a few bugs with the skin ↵Yorhel5-21/+22
generator
2008-12-23Using &laquo; and &raquo; instead of <- and -> in image viewerYorhel1-2/+2
2008-12-21Made the category colors on VN edit changable in CSSYorhel3-6/+9
...but not yet in the skin generator, as I haven't really decided yet whether to generate those colors based on the other colors, or to make them configurable from the skin config (= more work for the people who create the skins)
2008-12-21Basic skin generator + example skin for testingYorhel5-6/+289
How it works: Create new directory in static/s/ Create a 'conf' file (see the test skin for a template) Run skingen.pl, which will generate a style.css and boxbg.png This process will probably be automated using a simple web interface or something... There's no skin selector yet, so Util/LayoutHTML.pm has to be modified to view the generated skin.
2008-12-21Don't redirect to /u/ pages after logging inYorhel1-0/+1
2008-12-21Fixed first password input on user profile formYorhel1-1/+1
2008-12-21Fixed password recovery featureYorhel1-15/+14
2008-12-21Yet another search box submit form fixYorhel1-11/+9
2008-12-20Increased password length limit to 64Yorhel1-5/+5
2008-12-20Fixing typo in LayoutHTML.pmYorhel1-1/+1
2008-12-20Fixed text overlay bug with last modified text in post bodyYorhel1-2/+2
2008-12-20Fix perl warning when adding a new VN with VN relationsYorhel1-1/+1
2008-12-20Fixing post-on-return bug in JS dropdown searchYorhel2-2/+3
2008-12-20Added styling for <ol> tag2.0Yorhel1-1/+1
2008-12-20Merge branch '2.0-rewrite'Yorhel115-9819/+9129
Conflicts: data/docs/1 data/tpl/main lib/global.pl
2008-12-19d8 update: 2.0 progress + catalog numbers TODOYorhel1-3/+5
2008-12-18Added redirect: /u+/votes -> /u+/list?v=1Yorhel1-0/+2
/u+/votes was used somewhere in the past. While I don't think anyone still uses it, nothing's wrong with providing a redirect.
2008-12-18Sorting user list by votes doesn't sort hidden votesYorhel1-1/+1
2008-12-17d8: Added TODO and 2.0 progress updateYorhel1-6/+6
2008-12-17Moved age() to VNDB::FuncYorhel2-13/+16
2008-12-17Documentation updatesapplehq1-1/+15
applehq(7): Remove a misleading line from d/d/1 Added expanded meaning to NVL in d/d/1 Added additional guidelines on the protag in d/d/1 Change the guideline for the protagonist Placed conditions on Place->Earth category Added a note to Romance category in d/d/1 Threesome clause for Yaoi and Yuri in d/d/1
2008-12-17Homepage: Use relative ageapplehq1-1/+13
2008-12-17Added warning for IE6 usersYorhel2-0/+51
2008-12-17Hide edits of hidden items from homepageYorhel1-1/+1
(12:46:39) applehq: bug: recent changes on the homepage show hidden v+.+ Fixed!
2008-12-16d8 updateYorhel1-49/+50