summaryrefslogtreecommitdiff
path: root/static
AgeCommit message (Collapse)AuthorFilesLines
2008-12-23A DRY appreach to skins: there's only one main CSS file nowYorhel5-1110/+18
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 ↵Yorhel4-19/+20
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 CSSYorhel2-6/+4
...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 testingYorhel2-6/+22
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-21Yet another search box submit form fixYorhel1-11/+9
2008-12-20Fixed text overlay bug with last modified text in post bodyYorhel1-2/+2
2008-12-20Fixing post-on-return bug in JS dropdown searchYorhel1-1/+2
2008-12-20Added styling for <ol> tag2.0Yorhel1-1/+1
2008-12-14Fixed all XHTML validation bugs I could findYorhel2-10/+10
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-13Vote statistics on user pages weren't always on the same level in IE7Yorhel1-1/+1
2008-12-13Removed negative margin from #jt_box_relations h1Yorhel1-1/+1
IE7 didn't like it
2008-12-13Removed padding between rev. columns for the history browser in IE7Yorhel1-5/+6
The specified width of the columns is still completely ignored in IE7, but that's not as much a problem as it was with /t. At least the rev. column looks nice now. '*width: auto' hack from http://www.webdevout.net/css-hacks#unrecommended-asterisk_prefix
2008-12-13Fixed inconsistend column width on /t and /t/* pages in IE7Yorhel1-3/+3
2008-12-13FF2 style fixesYorhel1-2/+11
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-12HomepageYorhel1-0/+38
No idea why, but it looks like a mess :-(
2008-12-11Improved history browser layoutYorhel1-0/+2
2008-12-11Basic userpage + recent votes to VN pages + long-object-float bugfixYorhel1-2/+31
These changes are all pretty much related, so couldn't really do that in multiple commits.
2008-12-11Made wishlist/vote/vnlist dropdowns work on r+.+ and v+.+ pagesYorhel1-3/+3
2008-12-09VNList status indicator on VN pagesYorhel1-3/+10
2008-12-09Release list editing from release pagesYorhel1-0/+7
I get the feeling I'm kind of rushing this entire VNlist feature and don't really think about making things look nice... Oh well, as long as it works. Nothing has to be perfect from the start, can always fix things afterwards, etc.
2008-12-09Improved textual representation of VNlist statusesYorhel1-1/+2
2008-12-08Batch edit user VN listYorhel2-1/+3
2008-12-08Started on user VN listYorhel2-0/+44
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-07Relative width for the producer browse listsYorhel1-2/+2
Looks a lot better with any window size!
2008-12-07Batch editing of wishlistYorhel2-0/+18
...all wishlist related pages are now pretty much done as well ^^
2008-12-07Modify wishlist from VN pagesYorhel1-0/+8
2008-12-07Voting on visual novels worksYorhel2-0/+25
2008-12-06Vote stats on VN pagesYorhel1-0/+6
Can't decide what to do with the empty space on the right of the stats, can use it for the recent votes as in 1.x, or for some entirely different stats... (rlist stats? calculations based on the votes?)
2008-12-06Documentation pagesYorhel1-0/+17
2008-12-06Don't allow zero-quantity on media that require a quantity fieldYorhel1-0/+19
2008-12-04Added footer and a meaningful version stringYorhel1-0/+11
2008-12-04Customizable website title, and a debug flag indicator (red title)Yorhel1-0/+3
2008-12-04'add release' link on VN pagesYorhel1-0/+3
2008-12-04...and an interface for adding/removing producersYorhel3-47/+56
Code reuse = good. Release edit form is now finished, functionality-wise.
2008-12-04Interface for adding/removing related visual novels on the release edit formYorhel3-0/+113
Javascript, Javascript, and more Javascript!
2008-12-04Release edit form -> Javascript-powered media selectorYorhel3-0/+93
2008-12-02Adding/editing releasesYorhel1-0/+6
Using plain input boxes for the media, producers and VNs for debugging, these will be replaced with proper JS-powered forms.
2008-12-02Started on the release pagesYorhel1-3/+16
2008-12-01Interface for the advanced VN search featureYorhel3-7/+154
We're getting there...
2008-11-30SearchboxYorhel2-0/+22
It's not the nicest placing for a search box, but I couldn't think of anything else...
2008-11-30VN browse style fixYorhel1-1/+2
2008-11-30More readable DVD and DS platform iconsYorhel1-0/+0
Simply inverted. Will look horrible on a light skin...
2008-11-30Added small VN browser + searchYorhel1-0/+5
2008-11-29Added interface to upload and modify the screenshotsYorhel4-1/+263
Interface and code are mostly the same as the 1.x version, but with some tiny improvements.
2008-11-28VN image upload worksYorhel1-0/+8
2008-11-26Added a hack for opera to not submit the form on the return keyYorhel1-7/+16
2008-11-26Javascript VN search for the relation editorYorhel2-9/+174
The dropdown search (ds* functions) is pretty generic, and could be used for other things as well.
2008-11-23Javascript tabs bugfix for pages that don't have JS tabsYorhel1-1/+2
2008-11-23Adding VN relations using the new interface worksYorhel1-2/+70
By specifying an ID, we still need a JS-powered search >.>