Project

General

Profile

Actions

Feature #19886

closed

Raise wiki edits comments limit to 1024

Added by Future Link Corporation pkgsrc team almost 9 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Low
Category:
Wiki
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed

Description

See: source:/trunk/app/models/wiki_content.rb#L25

The comments field in the wiki_content_versions table is defined as having a length of 1024 characters:

Click to expand wiki_content_versions table definition...

Yet, user comments are truncated at 255:

Click to expand patch...

Let's not do that. :)

Note: This patch (partly) makes the comment field mandatory. That might not be what you want. It would be nice to have a way to require this field without patching the application though. :)


Related issues

Copied from Redmine - Feature #19885: Raise time entries comments limit to 1024ClosedJean-Philippe Lang

Actions
Actions #1

Updated by Future Link Corporation pkgsrc team almost 9 years ago

  • Copied from Feature #19885: Raise time entries comments limit to 1024 added
Actions #2

Updated by Toshi MARUYAMA almost 9 years ago

  • Status changed from New to Needs feedback

"comments" of "wiki_content_versions" is defined as 255.
source:tags/3.0.3/db/migrate/029_create_wiki_contents.rb#L19

I think you changed manually.

Actions #3

Updated by Future Link Corporation pkgsrc team over 8 years ago

Yes, you are correct. We did. Can that field be made longer by default? The length of 255 characters is rather short and doesn't allow for detailed time entries.

Actions #4

Updated by Toshi MARUYAMA over 8 years ago

See r4402.

Actions #5

Updated by Future Link Corporation pkgsrc team over 8 years ago

The diff you referenced doesn't apply to the wiki content versions comment field.

Actions #6

Updated by Toshi MARUYAMA over 8 years ago

Actions #7

Updated by Toshi MARUYAMA over 8 years ago

  • Tracker changed from Patch to Feature
  • Status changed from Needs feedback to New

Because there is no completed patch, I change tracker.

Actions #8

Updated by Toshi MARUYAMA over 8 years ago

  • Target version set to 3.2.0
Actions #9

Updated by Jean-Philippe Lang over 8 years ago

  • Subject changed from Comment field length for wiki edits is unnecessarily short to Raise wiki edits comments limit to 1024
  • Status changed from New to Closed
  • Assignee set to Jean-Philippe Lang
  • Resolution set to Fixed

Limit raised to 1024 in r14622.

Actions

Also available in: Atom PDF