Actions
Feature #5380
openRepository Interaction
Status:
New
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
-
Start date:
2010-04-26
Due date:
2010-05-10 (over 14 years late)
% Done:
20%
Estimated time:
Resolution:
Description
I want Redmine to interact with repository files and folders in a manner similiar to Github and at the same time address these already existing issues:
#5166
#2870
#1410
My goal is to it implement these repository features (ordered by importance):
- All repository files/folders are statically served via HTTP (addressing the problems from #1410)
- Hybrid manual/dynamic generation of zipped folders/files (most likely required for 1)
- URL generation widget and clipboard widgets
- Inline Code editing with commit (wishlist)
Merging Redmine with GitHub's best features would make it unstoppable. I am unsure of the exact complexities but I should have estimates and a few prototypes within a week or two.
Updated by Timothy Allen over 14 years ago
- % Done changed from 0 to 20
Status Update:
- Using send_file with the x_sendfile option (send_file ... :x_sendfile=>true). This would pass the request to the webserver freeing resources and limitations. It is only compatable with Lighttpd/Apache2. I am unsure if Lighttpd/Apache2 can see particular revisions within a repository. It may be necessary to create a temporary file.
- N/A
- GitHub's copy to clipboard widget is open source and hosted on GitHub. It even comes with a nice ruby helper. I also extracted the url widget from github and am currently redesigning it for the default Redmine theme.
- N/A
Updated by Toshi MARUYAMA over 13 years ago
- Assignee deleted (
Jean-Philippe Lang)
Actions