Date: | 2011-08-19 15:01:55 (13 years 8 months ago) |
Author: | Patrick Georgi |
Branch: | develop, feature.webrepos, release-1.3 |
Commit: | aa2868eb17e776371b342184b4f552a40518138a |
Parents: |
a2c832a130e6063201a627efa9361f0d80f97cd9
|
Message: | Add basic framework for web based repository access
/p/$project/source/repo/ is assigned to a method that
takes care of providing repository access.
For now, this results in an exception on all SCMs. |
Changes: |
|
File differences
src/IDF/Scm.php |
497 | 497 |
498 | 498 |
499 | 499 |
| 500 |
| 501 |
| 502 |
| 503 |
| 504 |
500 | 505 |
501 | 506 |
|
|
src/IDF/Views/Source.php |
132 | 132 |
133 | 133 |
134 | 134 |
| 135 |
| 136 |
| 137 |
| 138 |
| 139 |
| 140 |
135 | 141 |
136 | 142 |
137 | 143 |
|
|
src/IDF/conf/urls.php |
245 | 245 |
246 | 246 |
247 | 247 |
| 248 |
| 249 |
| 250 |
| 251 |
| 252 |
248 | 253 |
249 | 254 |
250 | 255 |
|
|
Download the corresponding diff file