summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2011-04-29Bugfix: Allow unhiding of posts by modsYorhel1-0/+1
2011-04-08Bugfix: Properly position the sub-tabs on VN page without tagsYorhel1-0/+1
2011-04-07Bugfix: Properly format future dates on my vn listYorhel1-0/+1
2011-04-06Bugfix: Hide pointless groups and commas on spoiler-hidden trait displayYorhel1-0/+1
2011-04-06Use same browsing-table on trait pages and char browserYorhel1-0/+1
2011-04-06CSS: Hide links in [spoiler] tagsYorhel1-0/+1
2011-04-03Bugfix: Prevent the spiol dd to hide the del link on char<->trait formYorhel1-0/+1
2011-04-03Bugfix: Use the translatable role names on char<->vn link formYorhel1-0/+1
2011-04-03Order the traits groups on /i by their 'order' columnYorhel1-0/+1
2011-04-03Order the VNs listed on char browser by release dateYorhel1-0/+1
2011-04-03Bugfix: copy over search string when switching to trait searchYorhel1-0/+1
2011-04-03Bugfix: allow adding/copying a char with instance field setYorhel1-0/+1
2011-04-03Bugfix: use the 'vnlists' table to calculate stats on user pageYorhel1-0/+8
2011-03-30Merge branch 'meh' of g.blicky.net:vndb into beta2.19Yorhel1-0/+12
Conflicts: data/lang.txt
2011-03-09Increased allowed size of VN cover image upload to 5MBYorhel1-0/+1
2011-03-09Auto-set category when creating new child tagYorhel1-0/+1
2011-03-09Don't allow users to edit their post when it was deletedYorhel1-0/+3
2011-02-08Merge branch 'beta'2.18Yorhel1-1/+8
+ ChangeLog update for 2.18
2011-02-07Added tooltip to the overruled-exclamation-markYorhel1-0/+1
2011-02-07Bugfix: don't generate listdel notify for the user who deletedYorhel1-0/+1
2011-02-06Added new VN filter: on user VN list or notYorhel1-1/+1
2011-02-06Added new VN filter: voted on or notYorhel1-1/+1
2011-02-06Added new VN filters: wish/blacklistYorhel1-0/+1
2011-02-06Added filter selector to tag pages (excl. tags tab)Yorhel1-0/+1
2011-02-06Added tag visibility options by category on /v+Yorhel1-0/+1
The JS code is a bit messy, though...
2011-02-05Group tags on /v+/tagmod by their categoryYorhel1-0/+1
2011-02-04Added category field to tags (content/ero/technical)Yorhel1-0/+1
Not very useful at the moment, but will be used to improve several other things.
2011-02-04Merge branch 'beta'2.17Yorhel1-1/+13
Conflicts: ChangeLog
2011-02-04Don't save uploaded image to a temporary location before checksYorhel1-0/+1
This takes less code and may (or may not) be more efficient since it does not require any HDD I/O while performing some checks.
2011-02-02Display warning for non-standard resolutions of uploaded screenshotsYorhel1-0/+1
2011-02-02Added error message when selected meta tags on VN filtersYorhel1-0/+1
2011-02-02Added /t/all - a listing of all recently replied to threadsYorhel1-0/+1
2011-01-27Order "all notifications" with new notifications firstYorhel1-0/+1
That's more what you'd expect from a list that functions somewhat as a short-lived FIFO "archive".
2011-01-25TUWF: Initial convert from YAWF to TUWFYorhel1-0/+1
There may still be some bugs present and I've only converted the points where TUWF is incompatible with YAWF. The new TUWF features are not in use yet, I'll do that later on. Note that, in order to run the new code, TUWF must be installed on your system. The configuration for the TransAdmin plugin has also changed. Other than that there shouldn't be any issues.
2011-01-08Slightly re-organized lang.txt and renamed some filter stringsYorhel1-0/+1
2011-01-08Changed order of the filter action buttonsYorhel1-0/+1
And slightly changed how the 'loading...' thing is displayed.
2011-01-07Added 'released' release filterYorhel1-1/+2
Just an alias for the correct date_before or date_after filter. Allows bookmarking 'just released' or 'to be released' listings since the URL doesn't change now. Same for saved filters - it's now possible to permanently exclude future releases without having to change the filter each day.
2011-01-07Bugfix: Don't allow empty edit on releases with multiple producersYorhel1-0/+1
Caused by an errorneous sort statement when comparing the producer values.
2011-01-07Don't update the 'date' when changing a VN voteYorhel1-0/+1
Reverted back to the old behaviour.
2011-01-04Added checkboxes to VN tagmod and implemented the overrule logicYorhel1-0/+1
This finalizes the moderation tag vote overrule. And Damnit, the logic behind saving the tags to the database isn't fun, I hope I haven't made any mistakes there.
2011-01-03Bugfix: Secondary order by title or username on vote listingsYorhel1-0/+1
2011-01-03Bugfix-API: Use ~ for the get vn search filter instead of =Yorhel1-0/+1
2011-01-02Bugfix: Don't show NSFW screenshots on homepage with filtersYorhel1-0/+1
2011-01-02Bugfix: Correctly randomize screenshots on homepage with filtersYorhel1-0/+1
2011-01-02Fixed perl warning on /u+/votes batchedit with nothing selectedYorhel1-0/+3
2011-01-02Merge branch 'beta'2.16Yorhel1-1/+24
Conflicts: ChangeLog lib/VNDB/Handler/ULists.pm
2011-01-02Bugfix: allow a VN to be available for more than 7 platformsYorhel1-0/+1
This constraint was caused by the character length limit on vn.c_platforms. Trying to add or edit a release in such a way that a platform would be added to c_platforms would result in a 500.
2011-01-01Bugfix: properly escape search query in links query stringYorhel1-0/+1
2011-01-01JS: Added "Save as default" button to filter selectorYorhel1-0/+1
Only shows up when logged in; makes little sense otherwise.
2010-12-28Bugfix: translate screen resolutions on release revision pagesYorhel1-0/+1