Date: | 2009-01-29 13:29:45 (16 years 2 months ago) |
Author: | Loic d'Anterroches |
Branch: | dev, develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, master, release-1.1, release-1.2, release-1.3 |
Commit: | 6153cd0b133cd7713ebc124f7bf890d109926d37 |
Parents: |
672423861647d5e27f46924bf83bdd0a0b27face
|
Message: | Fixed issue 119, no environment for the shell_exec and exec calls.
For each call exec or shell_exec, I have added the ability to prepend a
string. For example '/usr/bin/env -i '. |
Changes: |
|
File differences
src/IDF/Plugin/SyncGit/Serve.php |
191 | 191 |
192 | 192 |
193 | 193 |
194 | |
| 194 |
| 195 |
195 | 196 |
196 | 197 |
197 | 198 |
|
|
src/IDF/Plugin/SyncMercurial.php |
79 | 79 |
80 | 80 |
81 | 81 |
| 82 |
82 | 83 |
83 | 84 |
84 | 85 |
|
|
src/IDF/Plugin/SyncSvn.php |
79 | 79 |
80 | 80 |
81 | 81 |
| 82 |
82 | 83 |
83 | 84 |
84 | 85 |
|
|
src/IDF/Scm.php |
52 | 52 |
53 | 53 |
54 | 54 |
| 55 |
55 | 56 |
56 | 57 |
57 | 58 |
... | ... |
74 | 75 |
75 | 76 |
76 | 77 |
| 78 |
77 | 79 |
78 | 80 |
79 | 81 |
|
|
src/IDF/Scm/Git.php |
235 | 235 |
236 | 236 |
237 | 237 |
238 | |
| 238 |
| 239 |
239 | 240 |
240 | 241 |
241 | 242 |
... | ... |
410 | 411 |
411 | 412 |
412 | 413 |
413 | |
| 414 |
| 415 |
414 | 416 |
415 | 417 |
416 | 418 |
|
|
src/IDF/Scm/Mercurial.php |
398 | 398 |
399 | 399 |
400 | 400 |
401 | |
| 401 |
| 402 |
402 | 403 |
403 | 404 |
404 | 405 |
|
|
src/IDF/Scm/Svn.php |
369 | 369 |
370 | 370 |
371 | 371 |
372 | |
| 372 |
373 | 373 |
374 | 374 |
375 | 375 |
|
|
src/IDF/conf/idf.php-dist |
201 | 201 |
202 | 202 |
203 | 203 |
| 204 |
| 205 |
| 206 |
| 207 |
| 208 |
| 209 |
| 210 |
204 | 211 |
|
|
Download the corresponding diff file