Fossil SCM
Added documentation for the other legal values for event.type in the "y" parameter to /timeline.rss.
Commit
4a70f9485c27527db8d5c032b126f5f3569a9cfdffb7bc6b454662331e030472
Parent
81d66a357d29121…
1 file changed
+3
-2
+3
-2
| --- src/rss.c | ||
| +++ src/rss.c | ||
| @@ -26,12 +26,13 @@ | ||
| 26 | 26 | ** WEBPAGE: timeline.rss |
| 27 | 27 | ** URL: /timeline.rss?y=TYPE&n=LIMIT&tkt=UUID&tag=TAG&wiki=NAME&name=FILENAME |
| 28 | 28 | ** |
| 29 | 29 | ** Produce an RSS feed of the timeline. |
| 30 | 30 | ** |
| 31 | -** TYPE may be: all, ci (show check-ins only), t (show tickets only), | |
| 32 | -** w (show wiki only). | |
| 31 | +** TYPE may be: all, ci (show check-ins only), t (show ticket changes only), | |
| 32 | +** w (show wiki only), e (show tech notes only), f (show forum posts only), | |
| 33 | +** g (show tag/branch changes only). | |
| 33 | 34 | ** |
| 34 | 35 | ** LIMIT is the number of items to show. |
| 35 | 36 | ** |
| 36 | 37 | ** tkt=UUID filters for only those events for the specified ticket. tag=TAG |
| 37 | 38 | ** filters for a tag, and wiki=NAME for a wiki page. Only one may be used. |
| 38 | 39 |
| --- src/rss.c | |
| +++ src/rss.c | |
| @@ -26,12 +26,13 @@ | |
| 26 | ** WEBPAGE: timeline.rss |
| 27 | ** URL: /timeline.rss?y=TYPE&n=LIMIT&tkt=UUID&tag=TAG&wiki=NAME&name=FILENAME |
| 28 | ** |
| 29 | ** Produce an RSS feed of the timeline. |
| 30 | ** |
| 31 | ** TYPE may be: all, ci (show check-ins only), t (show tickets only), |
| 32 | ** w (show wiki only). |
| 33 | ** |
| 34 | ** LIMIT is the number of items to show. |
| 35 | ** |
| 36 | ** tkt=UUID filters for only those events for the specified ticket. tag=TAG |
| 37 | ** filters for a tag, and wiki=NAME for a wiki page. Only one may be used. |
| 38 |
| --- src/rss.c | |
| +++ src/rss.c | |
| @@ -26,12 +26,13 @@ | |
| 26 | ** WEBPAGE: timeline.rss |
| 27 | ** URL: /timeline.rss?y=TYPE&n=LIMIT&tkt=UUID&tag=TAG&wiki=NAME&name=FILENAME |
| 28 | ** |
| 29 | ** Produce an RSS feed of the timeline. |
| 30 | ** |
| 31 | ** TYPE may be: all, ci (show check-ins only), t (show ticket changes only), |
| 32 | ** w (show wiki only), e (show tech notes only), f (show forum posts only), |
| 33 | ** g (show tag/branch changes only). |
| 34 | ** |
| 35 | ** LIMIT is the number of items to show. |
| 36 | ** |
| 37 | ** tkt=UUID filters for only those events for the specified ticket. tag=TAG |
| 38 | ** filters for a tag, and wiki=NAME for a wiki page. Only one may be used. |
| 39 |