6.0.0-beta13
4/10/26

[#12137] Enhance install_dev to enable framework copy
Summary Enhance install_dev to enable framework copy
Queue Horde Framework Packages
Queue Version Git develop
Type Enhancement
State Accepted
Priority 1. Low
Owners
Requester hordetest (at) trash-mail (dot) com
Created 3/23/13 (4766 days ago)
Due
Updated 1/28/16 (3725 days ago)
Assigned
Resolved
Milestone
Patch No

History
28.01.2016 16:20:26 Jan Schneider State ⇒ Accepted
 
26.03.2013 19:50:39 hordetest (at) trash-mail (dot) com Comment #3 Reply to this comment
In my setup I have to copy the framework. Would be nice to configure 
this thru the install_dev.conf. At the moment I created my own 
install_dev script.
25.03.2013 11:16:20 Jan Schneider Comment #2
State ⇒ Feedback
Reply to this comment
For what reason?
23.03.2013 14:48:08 hordetest (at) trash-mail (dot) com Comment #1
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Framework Packages
Summary ⇒ Enhance install_dev to enable framework copy
Type ⇒ Enhancement
State ⇒ New
Reply to this comment
Introduce a new parameter in install_dev.conf  to allow also framework 
copy with install_dev script:

if ($frmwcopy) {
system(__DIR__ . '/install_framework --copy --src ' . 
escapeshellarg($horde_git) . '/framework --dest ' . 
escapeshellarg($web_dir . '/libs') . ' --horde ' . 
escapeshellarg($web_dir));
} else {
system(__DIR__ . '/install_framework --src ' . 
escapeshellarg($horde_git) . '/framework --dest ' . 
escapeshellarg($web_dir . '/libs') . ' --horde ' . 
escapeshellarg($web_dir));
}

Saved Queries