Date: | 2011-05-31 06:11:55 (13 years 11 months ago) |
Author: | Thomas Keller |
Branch: | develop, feature.content-md5, feature.diff-whitespace, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, release-1.2, release-1.3 |
Commit: | ca2ef814fbe5c055e5cc0fce2e6d46aa9373f645 |
Parents: |
d079838818f12b5440e1d6c75a2af11876a906a7
|
Message: | Add support for the display of monotone node attributes. (also fix
the way the attributes view is displayed, i.e. do not use single
strings, but one string in context which is much easier to
translate)
|
Changes: |
|
File differences
NEWS.mdtext |
4 | 4 |
5 | 5 |
6 | 6 |
| 7 |
| 8 |
7 | 9 |
8 | |
| 10 |
9 | 11 |
10 | 12 |
11 | 13 |
12 | |
| 14 |
13 | 15 |
14 | 16 |
15 | 17 |
|
|
src/IDF/Scm/Monotone.php |
31 | 31 |
32 | 32 |
33 | 33 |
34 | |
35 | |
36 | 34 |
37 | 35 |
| 36 |
| 37 |
38 | 38 |
39 | 39 |
40 | 40 |
... | ... |
699 | 699 |
700 | 700 |
701 | 701 |
| 702 |
| 703 |
| 704 |
| 705 |
| 706 |
| 707 |
| 708 |
| 709 |
| 710 |
| 711 |
| 712 |
| 713 |
| 714 |
| 715 |
| 716 |
| 717 |
| 718 |
| 719 |
| 720 |
| 721 |
| 722 |
| 723 |
| 724 |
702 | 725 |
703 | 726 |
704 | 727 |
|
|
src/IDF/templates/idf/source/mtn/file.html |
5 | 5 |
6 | 6 |
7 | 7 |
8 | |
| 8 |
9 | 9 |
10 | 10 |
11 | |
12 | |
13 | |
| 11 |
| 12 |
| 13 |
| 14 |
| 15 |
| 16 |
| 17 |
| 18 |
| 19 |
| 20 |
| 21 |
| 22 |
| 23 |
| 24 |
| 25 |
| 26 |
14 | 27 |
15 | 28 |
16 | 29 |
|
|
src/IDF/templates/idf/source/mtn/tree.html |
11 | 11 |
12 | 12 |
13 | 13 |
14 | |
| 14 |
| 15 |
15 | 16 |
16 | 17 |
17 | |
18 | |
19 | |
| 18 |
| 19 |
| 20 |
| 21 |
| 22 |
| 23 |
| 24 |
| 25 |
| 26 |
| 27 |
| 28 |
| 29 |
| 30 |
| 31 |
| 32 |
20 | 33 |
21 | |
| 34 |
22 | 35 |
23 | 36 |
24 | 37 |
|
|
src/IDF/templates/idf/source/svn/file.html |
6 | 6 |
7 | 7 |
8 | 8 |
9 | |
| 9 |
10 | 10 |
11 | 11 |
12 | 12 |
13 | 13 |
14 | 14 |
15 | |
| 15 |
16 | 16 |
17 | 17 |
18 | 18 |
|
|
src/IDF/templates/idf/source/svn/tree.html |
13 | 13 |
14 | 14 |
15 | 15 |
16 | |
| 16 |
17 | 17 |
18 | 18 |
19 | 19 |
20 | 20 |
21 | 21 |
22 | |
| 22 |
23 | 23 |
24 | 24 |
25 | 25 |
... | ... |
45 | 45 |
46 | 46 |
47 | 47 |
48 | |
| 48 |
49 | 49 |
50 | 50 |
51 | 51 |
|
|
test/IDF/Scm/MonotoneTest.php |
714 | 714 |
715 | 715 |
716 | 716 |
| 717 |
| 718 |
| 719 |
| 720 |
| 721 |
| 722 |
| 723 |
| 724 |
| 725 |
| 726 |
| 727 |
| 728 |
| 729 |
| 730 |
| 731 |
| 732 |
| 733 |
| 734 |
| 735 |
| 736 |
| 737 |
| 738 |
| 739 |
| 740 |
| 741 |
717 | 742 |
718 | 743 |
719 | 744 |
|
|
Download the corresponding diff file