Patch (to be ported)
Project:
Workspace
Version:
6.x-1.3
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Mar 2009 at 18:53 UTC
Updated:
30 Jan 2013 at 00:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
hutch commentedAlternately the option to set the number of comments could be added to the configuration page
Here is an untested patch on HEAD
Comment #2
frank ralf commentedComment #4
calmforce commentedThe patch in comment #1 doesn't work because the 'maxcomments' field value has not been saved in workspace_configure_form_submit function. I found one more bug related to 'maxfilenames' setting: function workspace_list_files uses unidentified variable $user instead of $account.
I fixed both problems and the patch is attached.