summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
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
2010-12-28Bugfix: check for validness of form arguments on /[uv]+/votesYorhel1-0/+1
2010-12-23Store l10n preference in the database for logged-in usersYorhel1-0/+1
2010-12-23Converted the notify_announce and notify_dbedit preferencesYorhel1-1/+1
And renamed notify_dbedit to notify_nodbedit, since the default is to provide a notify on a database edit. Also fixed a few bugs along the way.
2010-12-23Converted the show_list pref. to users_prefs and inverted the valueYorhel1-1/+2
In the users_prefs table, the default value should evaluate to 'false' in Perl, so show_list had to be inverted to hide_list.
2010-12-23Converted the show_nsfw preference to use the users_prefs tableYorhel1-1/+1
2010-12-23Added users_prefs table and removed users.(skin|customcss)Yorhel1-0/+1
Will convert the other preferences later.
2010-12-22Improved VN tag filter selection with a dynamic HTML list of selected tagsYorhel1-0/+1
UI improvement I promised in e15869b9c0c124d67f5d8ac85ffefad383642672
2010-12-22Don't allow page > 100 or sorting on username or title on tag link browserYorhel1-0/+1
Performance. Those featues are hardly used, but they can block other visitors when used in bad combinations.
2010-12-21Don't send 'tagspoil' filter when 'tag_inc' isn't activeYorhel1-0/+1
2010-12-21Pass VN tag filters by ID rather than nameYorhel1-0/+1
This makes the UI slightly uglier and less intuitive. I'll see if I can find a way around that. This update is required for the permanent browsing filters to be fast and reliable.
2010-12-21Added vnlists.status filter to /u+/listYorhel1-0/+1
Can only filter on one option. If there are more things to filter on it would make sense to use the filter selector, but for now this will do.
2010-12-21Added notes field to the user VN listYorhel1-0/+1
The interface to set this could be more dynamic, since it'll be a lot of work to set different notes for each VN. But oh well, let's first see how many people will use this feature.
2010-12-20Update the votes.date column when changing a voteYorhel1-0/+1
2010-12-20Added ability to batch-edit votes to /u+/votesYorhel1-0/+1
2010-12-20Added advanced page-browsing tabs to threadsYorhel1-0/+1