#1270 closed task (fixed)
Online editing of text files
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | BASE 2.12 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
Add a function that allows online editing of text files on the BASE server. Now and then I find that I want to change something in an uploaded file. Right now this is a long procedure since I first have to download it to my local disk, edit it and then upload it again to BASE.
I think an online "File edit" function could be useful, where the contents of the file is displayed inside a form in the browser that allows it to be edited and saved back to the server. The function may be limited to file that have a "text/*" mime type and a size below a certain limit (say 10kb).
Change History (3)
comment:1 by , 16 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 by , 16 years ago
Note:
See TracTickets
for help on using tickets.
(In [4867]) Fixes #1270: Online editing of text files