Date: | 2011-01-06 15:38:38 (14 years 3 months ago) |
Author: | William MARTIN |
Branch: | 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: | afa91188d8e265fa3fcaa6b6a93a3190f8bc8019 |
Parents: |
c2a9a60aa724d7e5ee75aa297b299d6e63833897
|
Message: | Enhancement of the view of an issue. Add link previous and after to
quickly jump to another issue. Those links are pointing to issue
with the same status (open/closed).
With little trick on url we can do the same thing for browse "my issue" and "my watchlist". |
Changes: |
|
File differences
src/IDF/Views/Issue.php |
435 | 435 |
436 | 436 |
437 | 437 |
| 438 |
| 439 |
| 440 |
| 441 |
| 442 |
| 443 |
| 444 |
| 445 |
| 446 |
| 447 |
| 448 |
| 449 |
| 450 |
| 451 |
| 452 |
| 453 |
| 454 |
| 455 |
| 456 |
| 457 |
438 | 458 |
439 | 459 |
440 | 460 |
... | ... |
447 | 467 |
448 | 468 |
449 | 469 |
| 470 |
| 471 |
450 | 472 |
451 | 473 |
452 | 474 |
|
|
src/IDF/templates/idf/issues/view.html |
1 | 1 |
2 | 2 |
3 | 3 |
| 4 |
| 5 |
| 6 |
| 7 |
| 8 |
| 9 |
| 10 |
| 11 |
| 12 |
4 | 13 |
5 | 14 |
6 | 15 |
|
|
www/media/idf/css/style.css |
225 | 225 |
226 | 226 |
227 | 227 |
| 228 |
228 | 229 |
229 | 230 |
230 | 231 |
|
|
Download the corresponding diff file