summaryrefslogtreecommitdiff
path: root/static/f
AgeCommit message (Collapse)AuthorFilesLines
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 >.>
2008-11-23Started on user interface for the relationsYorhel3-0/+127
Viewing, changing and deleting relations already works, adding not yet.
2008-11-22Added category editorYorhel3-0/+105
Copied a lot from 1.x, doesn't look very nice, either...
2008-11-22Fixed htmlForm to allow multiple formsubs, and wrote a javascript tab switcherYorhel1-0/+51
This JS tab switcher (prefixed jt*) can be used for about anything where you need client-side tabs, not limited only to forms. Only one tab sequence is allowed on one page, though.
2008-11-21Made sure the two diff columns have the same sizeYorhel1-3/+3
2008-11-21Added separate page for relation graphsYorhel1-0/+3
...as many of them need some extra space. The generator will need some updating as well
2008-11-21Added javascript image viewerYorhel2-0/+133
This is an improved version, using less code, but allowing multiple image sequences. Searches for <a rel=".."> tags, where rel now has three parts: iv:widthxheight:sequence The sequence part is optional, no prev/next links will be shown when not specified, otherwise the prev/next links will point to the previous or next image in that sequence, ignoring images with 'hidden' as class
2008-11-21Screenshots!Yorhel2-2/+42
No JS image viewer yet, though
2008-11-20Improved VN relations layoutYorhel1-1/+8
2008-11-20Proper handing of NSFW VN imagesYorhel2-0/+27
2008-11-20Added release list to VN pagesYorhel1-0/+27
2008-11-20Updated icons.png to look better in the new layoutYorhel1-0/+0
It's now twice as large and heavily relies on PNG transparency, but we'll never get anywhere if we don't move on...
2008-11-20VN Relation infoYorhel1-1/+1
2008-11-20Related anime on VN pagesYorhel1-2/+7
2008-11-20Added categories to VN pagesYorhel1-0/+14
Doesn't look terribly nice, but I hope I can get rid of them altogether soon with a tagging system.
2008-11-19More VN info + VN page style fix + TODO notesYorhel1-2/+3
2008-11-16Added locked thread indicatorYorhel1-0/+3
2008-11-16Added <edit> links to postsYorhel1-0/+6
2008-11-16Properly hide hidden postsYorhel1-0/+7
2008-11-16Improved overview of all activity and tags on the discussion board indexYorhel1-11/+29
2008-11-15Browsing threads on tags now worksYorhel1-0/+14
2008-11-15Added last modified note on thread pagesYorhel1-1/+6
Wait, didn't I just say the threads page was pretty much finished?