Fossil SCM
Update the test graph page to use the target= attribute. Add several new test graphs to give better coverage the the timeline webpage.
Commit
8d5dafc1dcc03fb7f779307b4e1e290b02cce596
Parent
047e06193b65c53…
1 file changed
+58
-22
+58
-22
| --- test/graph-test-1.wiki | ||
| +++ test/graph-test-1.wiki | ||
| @@ -2,30 +2,66 @@ | ||
| 2 | 2 | |
| 3 | 3 | This page contains examples a list of URLs of timelines with |
| 4 | 4 | interesting graphs. Click on all URLs, one by one, to verify |
| 5 | 5 | the correct operation of the graph drawing logic. |
| 6 | 6 | |
| 7 | - * [/timeline?n=20&y=ci&b=2010-11-08] | |
| 8 | - * [/timeline?n=40&y=ci&b=2010-11-08] | |
| 9 | - * [/timeline?n=1000&y=ci&b=2010-11-08] | |
| 10 | - * [/timeline?f=3ea66260b5555d2e] | |
| 11 | - * [/timeline?d=e5fe4164f74a7576&p=e5fe4164f74a7576&n=3] - | |
| 12 | - multiple merge descenders from the penultimate node. | |
| 13 | - * [/timeline?y=ci&a=2010-12-20] - multiple branch risers. | |
| 14 | - * [/timeline?y=ci&a=2010-12-20&n=18] | |
| 15 | - * [/timeline?y=ci&a=2010-12-20&n=9] | |
| 16 | - * [/timeline?r=experimental] | |
| 17 | - * [/timeline?r=experimental&n=1000] | |
| 18 | - * [/timeline?r=creole] | |
| 19 | - * [/timeline?t=creole] | |
| 20 | - * [/timeline?t=release] | |
| 21 | - * [/timeline?r=release] | |
| 22 | - * [/finfo?name=Makefile] | |
| 23 | - * [/timeline?a=1970-01-01] | |
| 24 | - * [/timeline?y=ci&n=1000000] - All checkins - a huge graph | |
| 25 | - * [/timeline?f=8dfed953f7530442] - This malformed commit has a | |
| 26 | - merge parent which is not a valid checkin. | |
| 7 | + * <a href="/timeline?n=20&y=ci&b=2010-11-08" target="testwindow"> | |
| 8 | + 20-element timeline, check-ins only, before 2010-11-08</a> | |
| 9 | + * <a href="/timeline?n=20&y=ci&b=2010-11-08&ng" target="testwindow"> | |
| 10 | + 20-element timeline, check-ins only, no graph, before 2010-11-08</a> | |
| 11 | + * <a href="/timeline?n=20&y=ci&b=2010-11-08&fc" target="testwindow"> | |
| 12 | + 20-element timeline, check-ins only, file changes, before 2010-11-08</a> | |
| 13 | + * <a href="/timeline?n=40&y=ci&b=2010-11-08" target="testwindow"> | |
| 14 | + 40-element timeline, check-ins only, before 2010-11-08</a> | |
| 15 | + * <a href="/timeline?n=1000&y=ci&b=2010-11-08" target="testwindow"> | |
| 16 | + 1000-element timeline, check-ins only, before 2010-11-08</a> | |
| 17 | + * <a href="/timeline?n=10&c=2010-11-07+10:23:00" target="testwindow"> | |
| 18 | + 10-elements circa 2010-11-07 10:23:00, with dividers</a> | |
| 19 | + * <a href="/timeline?n=10&c=2010-11-07+10:23:00&nd" target="testwindow"> | |
| 20 | + 10-elements circa 2010-11-07 10:23:00, without dividers</a> | |
| 21 | + * <a href="/timeline?f=3ea66260b5555" target="testwindow"> | |
| 22 | + Parents and children of check-in 3ea66260b5555</a> | |
| 23 | + * <a href="/timeline?d=e5fe4164f74a7576&p=e5fe4164f74a7576&n=3" | |
| 24 | + target="testwindow">multiple merge descenders from the penultimate node. | |
| 25 | + </a> | |
| 26 | + * <a href="/timeline?y=ci&a=2010-12-20" target="testwindow"> | |
| 27 | + multiple branch risers.</a> | |
| 28 | + * <a href="/timeline?y=ci&a=2010-12-20&n=18" target="testwindow"> | |
| 29 | + multiple branch risers, n=18.</a> | |
| 30 | + * <a href="/timeline?y=ci&a=2010-12-20&n=9" target="testwindow"> | |
| 31 | + multiple branch risers, n=9.</a> | |
| 32 | + * <a href="/timeline?r=experimental" target="testwindow"> | |
| 33 | + Experimental branch using and related check-ins.</a> | |
| 34 | + * <a href="/timeline?r=experimental&mionly" target="testwindow"> | |
| 35 | + Experimental branch using and merge-ins only.</a> | |
| 36 | + * <a href="/timeline?t=experimental" target="testwindow"> | |
| 37 | + Experimental branch check-ins only.</a> | |
| 38 | + * <a href="/timeline?r=experimental&n=1000" target="testwindow"> | |
| 39 | + Experimental branch using and related check-ins - 1000 elements.</a> | |
| 40 | + * <a href="/timeline?r=release" target="testwindow"> | |
| 41 | + Check-ins tagged "release" and related check-ins</a> | |
| 42 | + * <a href="/timeline?r=release&mionly" target="testwindow"> | |
| 43 | + Check-ins tagged "release" and merge-ins</a> | |
| 44 | + * <a href="/timeline?t=release" target="testwindow"> | |
| 45 | + Only check-ins tagged "release"</a> | |
| 46 | + * <a href="/finfo?name=Makefile" target="testwindow"> | |
| 47 | + History of source file "Makefile".</a> | |
| 48 | + * <a href="/timeline?a=1970-01-01" target="testwindow"> | |
| 49 | + 20 elements after 1970-01-01.</a> | |
| 50 | + * <a href="/timeline?n=100000000&y=ci" target="testwindow"> | |
| 51 | + All check-ins - a huge graph.</a> | |
| 52 | + * <a href="/timeline?f=8dfed953f7530442" target="testwindow"> | |
| 53 | + This malformed commit has a | |
| 54 | + merge parent which is not a valid checkin.</a> | |
| 55 | + * <a href="/timeline?from=e663bac6f7&to=a298a0e2f9" target="testwindow"> | |
| 56 | + From e663bac6f7 to a298a0e2f9 by shortest path.</a> | |
| 57 | + * <a href="/timeline?from=e663bac6f7&to=a298a0e2f9&nomerge" | |
| 58 | + target="testwindow"> | |
| 59 | + From e663bac6f7 to a298a0e2f9 without merge links.</a> | |
| 60 | + * <a href="/timeline?me=e663bac6f7&you=a298a0e2f9" target="testwindow"> | |
| 61 | + Common ancestor path of e663bac6f7 to a298a0e2f9.</a> | |
| 62 | + | |
| 27 | 63 | |
| 28 | 64 | External: |
| 29 | 65 | |
| 30 | - * [http://www.sqlite.org/src/timeline?c=2010-09-29&nd] - timewarp due to | |
| 31 | - a mis-configured system clock. | |
| 66 | + * <a href="http://www.sqlite.org/src/timeline?c=2010-09-29&nd" | |
| 67 | + target="testwindow">Timewarp due to a mis-configured system clock.</a> | |
| 32 | 68 |
| --- test/graph-test-1.wiki | |
| +++ test/graph-test-1.wiki | |
| @@ -2,30 +2,66 @@ | |
| 2 | |
| 3 | This page contains examples a list of URLs of timelines with |
| 4 | interesting graphs. Click on all URLs, one by one, to verify |
| 5 | the correct operation of the graph drawing logic. |
| 6 | |
| 7 | * [/timeline?n=20&y=ci&b=2010-11-08] |
| 8 | * [/timeline?n=40&y=ci&b=2010-11-08] |
| 9 | * [/timeline?n=1000&y=ci&b=2010-11-08] |
| 10 | * [/timeline?f=3ea66260b5555d2e] |
| 11 | * [/timeline?d=e5fe4164f74a7576&p=e5fe4164f74a7576&n=3] - |
| 12 | multiple merge descenders from the penultimate node. |
| 13 | * [/timeline?y=ci&a=2010-12-20] - multiple branch risers. |
| 14 | * [/timeline?y=ci&a=2010-12-20&n=18] |
| 15 | * [/timeline?y=ci&a=2010-12-20&n=9] |
| 16 | * [/timeline?r=experimental] |
| 17 | * [/timeline?r=experimental&n=1000] |
| 18 | * [/timeline?r=creole] |
| 19 | * [/timeline?t=creole] |
| 20 | * [/timeline?t=release] |
| 21 | * [/timeline?r=release] |
| 22 | * [/finfo?name=Makefile] |
| 23 | * [/timeline?a=1970-01-01] |
| 24 | * [/timeline?y=ci&n=1000000] - All checkins - a huge graph |
| 25 | * [/timeline?f=8dfed953f7530442] - This malformed commit has a |
| 26 | merge parent which is not a valid checkin. |
| 27 | |
| 28 | External: |
| 29 | |
| 30 | * [http://www.sqlite.org/src/timeline?c=2010-09-29&nd] - timewarp due to |
| 31 | a mis-configured system clock. |
| 32 |
| --- test/graph-test-1.wiki | |
| +++ test/graph-test-1.wiki | |
| @@ -2,30 +2,66 @@ | |
| 2 | |
| 3 | This page contains examples a list of URLs of timelines with |
| 4 | interesting graphs. Click on all URLs, one by one, to verify |
| 5 | the correct operation of the graph drawing logic. |
| 6 | |
| 7 | * <a href="/timeline?n=20&y=ci&b=2010-11-08" target="testwindow"> |
| 8 | 20-element timeline, check-ins only, before 2010-11-08</a> |
| 9 | * <a href="/timeline?n=20&y=ci&b=2010-11-08&ng" target="testwindow"> |
| 10 | 20-element timeline, check-ins only, no graph, before 2010-11-08</a> |
| 11 | * <a href="/timeline?n=20&y=ci&b=2010-11-08&fc" target="testwindow"> |
| 12 | 20-element timeline, check-ins only, file changes, before 2010-11-08</a> |
| 13 | * <a href="/timeline?n=40&y=ci&b=2010-11-08" target="testwindow"> |
| 14 | 40-element timeline, check-ins only, before 2010-11-08</a> |
| 15 | * <a href="/timeline?n=1000&y=ci&b=2010-11-08" target="testwindow"> |
| 16 | 1000-element timeline, check-ins only, before 2010-11-08</a> |
| 17 | * <a href="/timeline?n=10&c=2010-11-07+10:23:00" target="testwindow"> |
| 18 | 10-elements circa 2010-11-07 10:23:00, with dividers</a> |
| 19 | * <a href="/timeline?n=10&c=2010-11-07+10:23:00&nd" target="testwindow"> |
| 20 | 10-elements circa 2010-11-07 10:23:00, without dividers</a> |
| 21 | * <a href="/timeline?f=3ea66260b5555" target="testwindow"> |
| 22 | Parents and children of check-in 3ea66260b5555</a> |
| 23 | * <a href="/timeline?d=e5fe4164f74a7576&p=e5fe4164f74a7576&n=3" |
| 24 | target="testwindow">multiple merge descenders from the penultimate node. |
| 25 | </a> |
| 26 | * <a href="/timeline?y=ci&a=2010-12-20" target="testwindow"> |
| 27 | multiple branch risers.</a> |
| 28 | * <a href="/timeline?y=ci&a=2010-12-20&n=18" target="testwindow"> |
| 29 | multiple branch risers, n=18.</a> |
| 30 | * <a href="/timeline?y=ci&a=2010-12-20&n=9" target="testwindow"> |
| 31 | multiple branch risers, n=9.</a> |
| 32 | * <a href="/timeline?r=experimental" target="testwindow"> |
| 33 | Experimental branch using and related check-ins.</a> |
| 34 | * <a href="/timeline?r=experimental&mionly" target="testwindow"> |
| 35 | Experimental branch using and merge-ins only.</a> |
| 36 | * <a href="/timeline?t=experimental" target="testwindow"> |
| 37 | Experimental branch check-ins only.</a> |
| 38 | * <a href="/timeline?r=experimental&n=1000" target="testwindow"> |
| 39 | Experimental branch using and related check-ins - 1000 elements.</a> |
| 40 | * <a href="/timeline?r=release" target="testwindow"> |
| 41 | Check-ins tagged "release" and related check-ins</a> |
| 42 | * <a href="/timeline?r=release&mionly" target="testwindow"> |
| 43 | Check-ins tagged "release" and merge-ins</a> |
| 44 | * <a href="/timeline?t=release" target="testwindow"> |
| 45 | Only check-ins tagged "release"</a> |
| 46 | * <a href="/finfo?name=Makefile" target="testwindow"> |
| 47 | History of source file "Makefile".</a> |
| 48 | * <a href="/timeline?a=1970-01-01" target="testwindow"> |
| 49 | 20 elements after 1970-01-01.</a> |
| 50 | * <a href="/timeline?n=100000000&y=ci" target="testwindow"> |
| 51 | All check-ins - a huge graph.</a> |
| 52 | * <a href="/timeline?f=8dfed953f7530442" target="testwindow"> |
| 53 | This malformed commit has a |
| 54 | merge parent which is not a valid checkin.</a> |
| 55 | * <a href="/timeline?from=e663bac6f7&to=a298a0e2f9" target="testwindow"> |
| 56 | From e663bac6f7 to a298a0e2f9 by shortest path.</a> |
| 57 | * <a href="/timeline?from=e663bac6f7&to=a298a0e2f9&nomerge" |
| 58 | target="testwindow"> |
| 59 | From e663bac6f7 to a298a0e2f9 without merge links.</a> |
| 60 | * <a href="/timeline?me=e663bac6f7&you=a298a0e2f9" target="testwindow"> |
| 61 | Common ancestor path of e663bac6f7 to a298a0e2f9.</a> |
| 62 | |
| 63 | |
| 64 | External: |
| 65 | |
| 66 | * <a href="http://www.sqlite.org/src/timeline?c=2010-09-29&nd" |
| 67 | target="testwindow">Timewarp due to a mis-configured system clock.</a> |
| 68 |