Date: | 2009-01-17 11:46:26 (16 years 3 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: | 835eab9c2419492ec3a39f445d3ee6446c6296bf |
Parents: |
61bc7a70b6bacad2533154132df77e1c3226ba94
|
Message: | Fixed issue 93 by preventing the display of a large commit diff.
Still needs to implement the equivalent for subversion and mercurial,
maybe with a simple command $scm->isCommitLarge($commit). |
Changes: |
|
File differences
src/IDF/Scm/Git.php |
287 | 287 |
288 | 288 |
289 | 289 |
| 290 |
| 291 |
| 292 |
| 293 |
| 294 |
| 295 |
| 296 |
| 297 |
| 298 |
| 299 |
| 300 |
| 301 |
| 302 |
| 303 |
| 304 |
| 305 |
| 306 |
| 307 |
| 308 |
| 309 |
| 310 |
| 311 |
| 312 |
| 313 |
| 314 |
| 315 |
| 316 |
| 317 |
| 318 |
| 319 |
| 320 |
| 321 |
| 322 |
290 | 323 |
291 | 324 |
292 | 325 |
|
|
src/IDF/Scm/Mercurial.php |
302 | 302 |
303 | 303 |
304 | 304 |
| 305 |
| 306 |
| 307 |
| 308 |
| 309 |
| 310 |
| 311 |
| 312 |
| 313 |
| 314 |
| 315 |
| 316 |
| 317 |
305 | 318 |
306 | 319 |
307 | 320 |
|
|
src/IDF/Scm/Svn.php |
291 | 291 |
292 | 292 |
293 | 293 |
| 294 |
| 295 |
| 296 |
| 297 |
| 298 |
| 299 |
| 300 |
| 301 |
| 302 |
| 303 |
| 304 |
| 305 |
| 306 |
| 307 |
294 | 308 |
295 | 309 |
296 | 310 |
|
|
src/IDF/Views/Source.php |
216 | 216 |
217 | 217 |
218 | 218 |
219 | |
| 219 |
| 220 |
| 221 |
220 | 222 |
221 | 223 |
222 | 224 |
... | ... |
231 | 233 |
232 | 234 |
233 | 235 |
| 236 |
234 | 237 |
235 | 238 |
236 | 239 |
|
|
src/IDF/templates/idf/source/commit.html |
31 | 31 |
32 | 32 |
33 | 33 |
| 34 |
34 | 35 |
35 | 36 |
36 | |
37 | 37 |
| 38 |
38 | 39 |
39 | 40 |
40 | 41 |
|
|
Download the corresponding diff file