Bug #45046 | Patch: Sort by release and assigned in issue listing. | ||
---|---|---|---|
Submitted: | 23 May 2009 11:33 | Modified: | 27 Aug 2010 19:58 |
Reporter: | Robbert-Jan Roos | Email Updates: | |
Status: | Unsupported | Impact on me: | |
Category: | Eventum | Severity: | S3 (Non-critical) |
Version: | all | OS: | Any |
Assigned to: | CPU Architecture: | Any | |
Tags: | Contribution |
If the data you need to attach is more than 50MB, you should create a compressed archive of the data, split it to 50MB chunks, and upload each of them as a separate attachment.
To split a large file:
- On *nix platforms use the split command e.g.
split -b 50MB <my_large_archive> <my_split_archive_prefix>
- On windows use WinZip or a similar utility to split the large file
[27 May 2009 15:39]
Robbert-Jan Roos
[28 May 2009 10:41]
Robbert-Jan Roos
Patch which implements the Issue::getSides function correctly (eventum_issue_user was joined 2 times in previous patch)
Attachment: sort_by_release_and_assigned-2.patch (application/octet-stream, text), 2.48 KiB.