From f0b4bff80a075dd087134a9d8d00606956d29b3b Mon Sep 17 00:00:00 2001 From: yorhel Date: Tue, 8 Jul 2008 14:30:59 +0000 Subject: Upped the character limit of posts to 5000 and fixed a few typos git-svn-id: svn://vndb.org/vndb@61 1fe2e327-d9db-4752-bcf7-ef0cb4a1748b --- data/docs/7 | 5 +++-- lib/VNDB/Discussions.pm | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/data/docs/7 b/data/docs/7 index 5eeb5019..fa6fb2d2 100644 --- a/data/docs/7 +++ b/data/docs/7 @@ -26,9 +26,10 @@
yorhel [a.k.a. Ayo]
Founder of VNDB and still active as the main developer. +
applehq
+ Moderator for both the discussion board and database entries.
hillie [retired]
- Responsible for beta testing of the first few versions of the site, thinking - of cool new features, adding the first few entries to the database and + Responsible for beta testing of the first few versions of the site and moderating user submitted content.
diff --git a/lib/VNDB/Discussions.pm b/lib/VNDB/Discussions.pm index cebed80a..6f47aa63 100644 --- a/lib/VNDB/Discussions.pm +++ b/lib/VNDB/Discussions.pm @@ -50,7 +50,7 @@ sub TEdit { my $frm = {}; if($self->ReqMethod eq 'POST') { $frm = $self->FormCheck( - { name => 'msg', required => 1, maxlength => 1024 }, + { name => 'msg', required => 1, maxlength => 5000 }, !$tid || $num == 1 ? ( { name => 'title', required => 1, maxlength => 50 }, { name => 'tags', required => 1, maxlength => 50 }, -- cgit v1.2.3