summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)AuthorFilesLines
2011-03-09Increased allowed size of VN cover image upload to 5MBYorhel1-10/+10
2011-02-22L10N-RU: doc page updatesSilverDragon7-45/+56
2011-02-17L10N-RU: lang.txt syncSilverDragon1-23/+23
2011-02-08L10N-HU: Translation update + fixesBikfalvi Máté1-56/+56
2011-02-08Merge branch 'beta'2.18Yorhel11-20/+720
+ ChangeLog update for 2.18
2011-02-08Uploaded some design/implementation notes I had lying aroundYorhel7-0/+500
Used to be private, with the sole purpose of getting a good overview of things for myself, but I guess these may also be useful to others.
2011-02-07d2: Guideline change as discussed in t1153Yorhel1-10/+11
2011-02-07Added tooltip to the overruled-exclamation-markYorhel1-0/+7
2011-02-06Added new VN filter: on user VN list or notYorhel2-1/+23
2011-02-06Added new VN filter: voted on or notYorhel2-1/+23
2011-02-06Added new VN filters: wish/blacklistYorhel2-1/+48
2011-02-06Display message on the tags tab on filter selector on tag pagesYorhel2-1/+10
More intuitive than leaving the tab out altogether.
2011-02-06Added filter selector to tag pages (excl. tags tab)Yorhel1-4/+13
2011-02-06Added tag visibility options by category on /v+Yorhel1-15/+30
The JS code is a bit messy, though...
2011-02-05Group tags on /v+/tagmod by their categoryYorhel3-0/+17
2011-02-04Allow setting tag category for all child tags recursivelyYorhel1-0/+14
Takes the burden out of our dear tag moderators to edit *all* tags manually on the next update.
2011-02-04Added category field to tags (content/ero/technical)Yorhel2-0/+38
Not very useful at the moment, but will be used to improve several other things.
2011-02-04L10N-RU: Synchronised lang.txtSilverDragon1-5/+5
2011-02-04Merge branch 'beta'2.17Yorhel4-371/+448
Conflicts: ChangeLog
2011-02-02Display warning for non-standard resolutions of uploaded screenshotsYorhel2-1/+23
2011-02-02Added error message when selected meta tags on VN filtersYorhel2-10/+14
2011-02-02Added /t/all - a listing of all recently replied to threadsYorhel1-0/+8
2011-01-27L10N: Renamed _rbrowse_filters to _js_fil_filtersYorhel1-7/+7
2011-01-27TUWF: Replaced resHeader('Set-Cookie', ..) with resCookie()Yorhel1-2/+5
Way more convenient. This also fixes several bugs with the previous commit, since the cookie_prefix wasn't used for *all* cookies. Since it is now, the 'l10n' cookie now also respects the configured prefix, which means some people will have to set their default language again. Configuration changes: 'cookie_domain' option has been removed, the 'cookie_defaults' option of TUWF should now be used.
2011-01-27TUWF: Made use of the new cookie_prefix featureYorhel1-1/+1
Configuration change: Make sure you more the cookie_prefix option from %S to %O. (It's now a TUWF option rather than a VNDB one)
2011-01-25d6: Fixing incorrect stuff in FAQYorhel1-6/+4
2011-01-08Slightly re-organized lang.txt and renamed some filter stringsYorhel2-347/+355
2011-01-08Changed order of the filter action buttonsYorhel1-4/+5
And slightly changed how the 'loading...' thing is displayed.
2011-01-07Added 'released' release filterYorhel2-1/+23
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-04Added checkboxes to VN tagmod and implemented the overrule logicYorhel2-1/+6
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-03Added tag overrule indicators to tag link browser and VN tag editorYorhel1-0/+4
This is the second step in adding support for overruling tag votes by moderators. This required a different approach to calculating the score in dbTagStats(). For some reason this approach turns out to be slightly faster as well...
2011-01-02L10N-HU: lang.txt translation updateBikfalvi Máté1-28/+28
2011-01-02Added dot after "tags" and "list stats" message on user pageYorhel1-10/+10
2011-01-02L10N-RU: lang.txt translation updateDmitri Poguliayev1-30/+30
2011-01-01Added saving notes to filter selector and applied filFetchDB()Yorhel2-10/+30
This finalizes the permanent filters feature.
2011-01-01JS: Added "Save as default" button to filter selectorYorhel2-0/+19
Only shows up when logged in; makes little sense otherwise.
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-5/+5
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-22L10N: Make the remove link on the tag selection thing translatableYorhel2-1/+8
2010-12-22Improved VN tag filter selection with a dynamic HTML list of selected tagsYorhel2-33/+66
UI improvement I promised in e15869b9c0c124d67f5d8ac85ffefad383642672
2010-12-21Don't send 'tagspoil' filter when 'tag_inc' isn't activeYorhel1-2/+7
2010-12-21Pass VN tag filters by ID rather than nameYorhel2-60/+75
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-1/+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 listYorhel3-0/+25
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-20JS: Updated short note at the 'batchedit' action handlingYorhel1-1/+1
2010-12-20Added ability to batch-edit votes to /u+/votesYorhel1-1/+1
2010-12-20Added advanced page-browsing tabs to threadsYorhel2-40/+37
2010-12-19Added tab and link for /u+/votes to user tabs & main menuYorhel1-0/+14
2010-12-19ULists::votelist: Don't give a 404 on /u+/votes when no votes foundYorhel1-0/+7
2010-12-19RFC-01: Code/DB cleanup and renamed some stuff for consistencyYorhel3-16/+16