Closed (fixed)
Project:
Apps
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
21 Nov 2011 at 22:00 UTC
Updated:
4 Jan 2014 at 01:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
randallknutson commentedI'm not 100% sure which part of this patch fixed this but it seems to work for me now on all the apps I've tried.
Comment #2
randallknutson commentedAfter further testing I figured out it was removing
unset($_SESSION['update_manager_update_projects']);that made the difference. The rest of the cleanup is nice though.
Comment #3
tomdavidson commentedExciting. Does this patch solve issues such as OpenPublic's Apps wanting write access to sites but Aegir not liking such? If so, my itch maybe getting scratched.
Do you want me to test patch in #1, or do you have an update?
best, tom
Comment #4
e2thex commentedWhen you were testing did you have both SSH and FTP or just FTP?
Comment #5
randallknutson commentedWhen I was testing I used SSH.
Comment #6
randallknutson commentedMy original patch had some cruft in it from some other stuff I was working on. This one has the same changes without the extra stuff. I've tested it with SSH and it works great.
Comment #7
e2thex commentedtagging for sprint
Comment #8
e2thex commentedcommit http://drupalcode.org/project/apps.git/commit/ef3294a
thank you very much