summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-01-28sql: Merge staff changes into /util/sql/ and rename staff.sql2.24Yorhel3-2/+64
So that the /util/sql/ files are in sync with the actual DB again.
2015-01-28I18N: Add stubs for translations of new staff DB textYorhel1-0/+810
Required for the translation admin interface to recognize these lines.
2015-01-28Apply bbSubstLinks to database description fieldsYorhel4-0/+4
2015-01-28bbSubstLinks: Replace staff IDs with namesYorhel1-4/+7
2015-01-28Merge branch 'staff' into masterYorhel12-18/+105
Conflicts: lib/VNDB/DB/VN.pm lib/VNDB/Handler/VNPage.pm
2015-01-28staff: Remove old no-space guidelinemorkt1-2/+1
2015-01-27staff: Organizing some guideline placeholder stuffYorhel8-18/+40
2015-01-27staff: Fix various parts to recognize the new staff databasemorkt5-6/+10
2015-01-25staff: Fix adding/editing staff with >10 aliassesYorhel1-1/+1
Another bug related to query limits. It's become a common theme now.
2015-01-25staff: Add staff edit permission + alias layoutingmorkt5-11/+18
2015-01-17DB: No need to use double-%% in like queriesYorhel3-3/+3
2015-01-17staff: Fix search to ignore spaces in Japanese namesmorkt2-1/+7
2015-01-17Handler::VNPage: Conditionally disable warnings for smartmatchmorkt1-1/+1
Only recent perl versions need it, on older versions the 'no warnings' line would cause an error.
2015-01-17js: Fix table striping on chars with hidden trait categoriesmorkt1-0/+13
2015-01-17Fix bug with language icon not being displayed for release in user listmorkt1-6/+5
This happened when a release was linked to multiple visual novel entries, the language icon would show on one VN but not on the other.
2015-01-17Fix placing of add/edit tabs on VN pages when tags are hiddenmorkt1-0/+1
2015-01-16staff: More form verification + support more chars for VN seiyuu linkingmorkt1-4/+12
2015-01-15Double the limit of number of traits to a characterYorhel2-2/+2
As per t2520.119 and t2520.120.
2015-01-12staff: Add notifications for staff edits/deletesYorhel2-2/+12
2015-01-12staff: Remove some remnants of the staff imagesYorhel4-6/+4
2015-01-12staff: Make Multi::IRC aware of the staff databaseYorhel1-5/+10
2015-01-12staff: Stronger verification of form datamorkt2-21/+29
2015-01-12bbSubstLinks: Increase titles to fetch to 50 + tweak matching patternmorkt1-8/+9
Patch from https://vndb.org/t2520.116
2015-01-04staff: Add some link fields and guidelinesmorkt6-28/+113
2015-01-03L10N: Remove unused credit_voice translationYorhel1-3/+0
2015-01-03staff: Various JS fixesmorkt3-47/+28
2015-01-02staff: Don't allow empty staff revisionsYorhel2-5/+8
2015-01-02staff: Fix warning of comparison against undefYorhel1-1/+1
2015-01-02staff: Fix duplicate listing of seiyuu for chars with multiple releasesYorhel1-3/+3
This unfortunately means I had to remove the order-by-character-role feature. It's possible to get that back, but it's not quite as trivial.
2015-01-02staff: Fix deleting of staff + use JSON to pass data + minor fixesmorkt11-140/+168
2014-12-29staff: Some bug fixes and styling improvementsmorkt3-31/+61
2014-12-29staff: Don't use inline script to pass seiyuu import datamorkt2-27/+29
Same reasoning as 0d191b5cd8c79eef3cef63c40ded96506a40382a
2014-12-28js: Fix ||| matching regexYorhel1-2/+2
2014-12-28staff: Import cast from other VN + some styling + more improvementsmorkt9-85/+188
2014-12-28More progress on the staff + cast DBmorkt12-109/+390
2014-12-24Further progress on the staff databasemorkt9-99/+84
- Moves staff<->vn linking form to the main VN edit form - Fixes a bug with linking staff aliases to VNs - Adds staff changes to the VN revisions - And some misc. improvements
2014-12-23bbSubstLinks: Fix minor parsing issuemorkt1-2/+2
Patch from https://vndb.org/t5564.18
2014-12-22d7: Credits updateYorhel1-1/+2
2014-12-22DB: Merge name/title fetching in main fetching functionsYorhel7-45/+15
And call bbSubstLinks() from Handler::Discussions rather than DB::Discussions - it's not a transformation that the DB layer should do, IMO.
2014-12-22bbcode: Replace [vcpgi][0-9]+ links with a [url] tagmorkt6-6/+109
Patch from https://vndb.org/t5564.13
2014-12-22Initial implementation of a staff/seiyuu databasemorkt19-26/+1230
2014-12-02Minor doc changesYorhel2-4/+0
2014-12-02Completely drop l_vnn column from VN infoYorhel5-8/+10
Used to link to a visual-novels.net review or something. Links have been hidden and dead since ages. No need to keep the column around.
2014-12-02Handler::VNEdit: Fix 500 when editing VN without screenshotsYorhel1-1/+1
Broken in 44b11883da3a7e6f1138984ceeba162e0f90dc35
2014-12-01Replace some 'onclick' attributes with JS-generated eventsYorhel4-8/+23
I think this was the last piece of inline JS.
2014-12-01Don't use inline script to pass screenshot sizes in VN editYorhel2-8/+9
Same reasoning as 0d191b5cd8c79eef3cef63c40ded96506a40382a
2014-12-01d6: Don't include non-HTTPS images into the pageYorhel1-7/+7
So I had to move the images to s.vndb.org, which is, I suppose, where they belong anyway.
2014-12-01Don't use inline script tag to pass pref_code to JSYorhel5-20/+12
This also simplifies the code a bit, as the value of the preference data was never used so doesn't need to be included now. Primary reason for this change is to work towards disabling inline JS with a CSP header. There's still more stuff to fix before the CSP header can be applied, though.
2014-11-12Modified votesel regex to remove an edge case bug which prevented it from ↵3dB1-1/+1
being used on other sites
2014-10-21Use TUWF's reqBaseURI() instead of $self->{uri} on site linksYorhel6-12/+17
TUWF properly detects HTTPS and includes this in the returned URL, so this change ensures that all URLs adopt properly to HTTP and HTTPS.