summaryrefslogtreecommitdiff
path: root/static
AgeCommit message (Collapse)AuthorFilesLines
2008-11-14Added basic history browserYorhel1-0/+17
Doesn't work for r+ and v+ yet. Filter options pending...
2008-11-14Added language icons to producer listYorhel2-0/+75
Simply copied the multi-icons-in-one-image hack from VNDB 1.x. Tested browser support up to this commit: IE6: don't even try... IE7: Transparency doesn't always work correctly, producer list box doesn't fill the content FF2: Language icons and text in the producer list is a bit misaligned FF3/Safari/Chrome/Opera (latest versions): No problems anywhere
2008-11-14This more like a producer list!Yorhel1-1/+10
2008-11-14Added producer list + searchYorhel1-0/+9
Although the actual listing of producers is still pending...
2008-11-13Added edit lock indicator + edit tab hides when locked/hiddenYorhel1-0/+6
2008-11-13Producer edit form HTML + layoutYorhel1-2/+8
2008-11-13Each form part always has it's own mainboxYorhel1-1/+1
...because it's pretty hard to make forms in mainboxes together with other content look good, and because this is easier to code. :-) It does look a bit weird with very small forms (1-2 fields), but we don't have many of those anyway.
2008-11-13Started on producer edit + yet another tiny style fixYorhel1-0/+3
2008-11-12Added datestr() and fixed the release date display on producer pagesYorhel1-2/+9
2008-11-12Expanded producer page with VN info and created a nice page layoutYorhel1-0/+19
2008-11-11Userlist + generic browsing style addedYorhel1-2/+60
VNDB::Handler::Users::list will be split up in smaller reusable browse functions later on, the current code simply serves as a means to determine what those helper functions are supposed to do.
2008-11-11User settings editing now works, and some small bugfixes and style changesYorhel1-2/+11
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-11-10Creating a new account now works, and a few small style-related changesYorhel1-6/+14
2008-11-09Tiny style fixYorhel1-0/+3
2008-11-09Password-reset-form now worksYorhel1-4/+11
I'm staring with all the simple user-management stuff, as you may have noticed.
2008-11-09Added some functionality to the form generator and finished the login formYorhel1-6/+31
The layout of the form isn't the best and the form generator isn't dynamic enough to build beautiful forms, but it is pretty powerful and should make it very easy to write large forms. Rapid development > Design (a.k.a. writing forms manually is a pain in the ass)
2008-11-02Added javascript nospam protection + warning for non-JS-enabled browsersYorhel2-4/+32
And renamed Home.pm -> Misc.pm and div.formerr -> div.warning while I was at it
2008-11-01Added easy method to create user friendly failed form validation messagesYorhel1-0/+16
2008-10-31Started on VNDB::Handler::Users and htmlMainTabsYorhel1-1/+1
2008-10-31A few small fixes, working logout function and added a nonworking user menu ↵Yorhel1-7/+40
and login form
2008-10-26Converted the new layout into the new frameworkYorhel4-0/+200
2008-10-26Removing all files we're not going to use with the rewriteYorhel16-2217/+0
...this is basically everything we're going to rewrite
2008-10-20Changed display of producer/release/vn titles and added more original title ↵yorhel1-0/+3
mouseovers git-svn-id: svn://vndb.org/vndb@116 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-10-18Removing producers with an apostrophe from releases now works again...yorhel1-1/+1
git-svn-id: svn://vndb.org/vndb@113 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-09-20- Removed redirects for old revision URLs (the code wasn't very secure...)yorhel1-3/+3
- Fixed bug when using unicode in the AJAX vn/producers/release search box - Added (english only) note to tpl/main - Updated ChangeLog git-svn-id: svn://vndb.org/vndb@108 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-08-27Added release link to screenshotsyorhel3-13/+48
git-svn-id: svn://vndb.org/vndb@103 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-08-19Fixed infinite thumbnail generation bug and added note about submitting the ↵yorhel1-2/+4
screenshot form git-svn-id: svn://vndb.org/vndb@97 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-08-15Added some guidelines and docs for the screenshot featureyorhel1-1/+2
git-svn-id: svn://vndb.org/vndb@88 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-08-15Further polishing of the screenshots feature: added loading indicator, link ↵yorhel3-28/+66
to full-size image when downscaled, and image viewer for the upload manager git-svn-id: svn://vndb.org/vndb@87 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-08-14Added screenshots table to store the dimensions of all images, moved to AJAX ↵yorhel3-49/+48
for determining when a thumbnail has been generated after uploading a screenshot, and got rid of the javascript image preloader git-svn-id: svn://vndb.org/vndb@84 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-08-14Added screenshots (not entirely finished, still needs some tweaking and ↵yorhel4-0/+353
polishing) git-svn-id: svn://vndb.org/vndb@83 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-08-05Added icons for rlist and vlist statuses and further polished the wishlist ↵1.20yorhel3-16/+32
and rlist features git-svn-id: svn://vndb.org/vndb@79 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-08-01Added wishlist feature and re-added "my profile" link to user menuyorhel1-3/+3
git-svn-id: svn://vndb.org/vndb@77 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-07-29- Further polished the rlist featureyorhel2-4/+4
- Re-added old VN list, delete-only and with a warning - Small code cleanup git-svn-id: svn://vndb.org/vndb@75 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-07-29- Added release list featureyorhel2-34/+97
- Added noindex tag to iid-ttag browser - Replaced last poster with age of last post on home page - Merged user vote lists into new vnlist - Removed 'hide votes' feature - Fixed users+1 stats bug - Fixed FF3 JS hack - Old VNList code is still present, need to decide what to do with that git-svn-id: svn://vndb.org/vndb@74 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-07-16Added small NSFW indication for users who have disabled the warningyorhel1-0/+1
git-svn-id: svn://vndb.org/vndb@70 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-07-16Accounts can be deleted, home page now shows age of last post instead of ↵yorhel1-0/+3
user, removed the /u+/pending URL, and small bugfix in dump.sql git-svn-id: svn://vndb.org/vndb@69 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-07-08Wrote an integrated messageboard, and fixed a few (very) small things along ↵yorhel1-0/+21
the way git-svn-id: svn://vndb.org/vndb@54 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-06-30Revision numers are now local to their item ID and better integrated into ↵yorhel1-1/+4
VNDBIDs git-svn-id: svn://vndb.org/vndb@48 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-06-30Fixed a few typos, the edit summary is optional again, and added warnings ↵yorhel1-5/+23
for extreme votes and empty edit summaries git-svn-id: svn://vndb.org/vndb@47 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-06-30Added MSX and NES platforms (icons could use some improvements, though...)yorhel2-0/+2
git-svn-id: svn://vndb.org/vndb@46 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-06-28Added links to d1 and the edit notes field shouldnt be hidden when adding a VNyorhel2-1/+12
git-svn-id: svn://vndb.org/vndb@40 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-06-21Time and Place categories are now boolean, and small vnpage cleanupyorhel2-2/+2
git-svn-id: svn://vndb.org/vndb@32 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-06-21Added protagonist categories. Still not sure what to do with the time and ↵yorhel1-1/+1
place, though :( git-svn-id: svn://vndb.org/vndb@30 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-06-03Added Xbox 360 to platformsyorhel2-0/+1
git-svn-id: svn://vndb.org/vndb@19 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-05-23Small changes: Added PS3 platform, fixed bug with anime check on adding a ↵yorhel2-22/+27
VN, fixed bug with CISV link getting lost after edit, changed order of general info on VN pages git-svn-id: svn://vndb.org/vndb@17 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-05-20Several bugfixes, xml extention to rss feeds, noindex on user forms, client ↵yorhel1-0/+2
side filter selection, and how the fuck did the "Finished" status get lost!? git-svn-id: svn://vndb.org/vndb@14 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-05-19Too many changes to keep track of. See ChangeLog. (I should commit more ↵yorhel4-135/+194
often -.-) git-svn-id: svn://vndb.org/vndb@13 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-05-04MOAR!1.15yorhel1-0/+1
git-svn-id: svn://vndb.org/vndb@11 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b
2008-05-01Another batch of changes... see the ChangeLog!yorhel3-19/+40
git-svn-id: svn://vndb.org/vndb@10 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b