Opened 14 years ago
Closed 12 years ago
#2317 closed Tasks (fixed)
Implement live patching of web site release content.
Reported by: | René Rivera | Owned by: | René Rivera |
---|---|---|---|
Milestone: | Website 1.X | Component: | website |
Version: | Severity: | Problem | |
Keywords: | Cc: |
Description
Augment the various doc display code to allow for patching of individual files in the release ZIP archives. Do this by checking if a replacement exists in a designated location in the svn repo, and using the svn repo content if it exists. Location for such patches should be "/website/patch/<archive.zip>/". And inside the replacement must use the same hierarchy as present in the ZIP archive file.
Note, implementing this will require doing remote HTTP reading with PHP.
Change History (2)
comment:1 by , 14 years ago
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
If this is ever done, #2350 could be reopened.