Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Added documentation for the other legal values for event.type in the "y" parameter to /timeline.rss. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
4a70f9485c27527db8d5c032b126f5f3 |
User & Date: | wyoung 2020-03-13 01:25:01 |
Context
2020-03-13
| ||
15:44 | Improve the the UX user self-management in the default skin. ... (check-in: 2ee58cf5 user: drh tags: trunk) | |
14:23 | Proposed fix to the UX bug on "Logout" with the default skin, per https://sqlite.org/forum/forumpost/ee69ac2ed3 ... (Closed-Leaf check-in: 35d8736b user: wyoung tags: logout-link-on-name) | |
01:25 | Added documentation for the other legal values for event.type in the "y" parameter to /timeline.rss. ... (check-in: 4a70f948 user: wyoung tags: trunk) | |
2020-03-12
| ||
22:53 | Show the title of a forum thread without truncation. ... (check-in: 81d66a35 user: ashepilko tags: trunk) | |
Changes
Changes to src/rss.c.
︙ | ︙ | |||
24 25 26 27 28 29 30 | /* ** WEBPAGE: timeline.rss ** URL: /timeline.rss?y=TYPE&n=LIMIT&tkt=UUID&tag=TAG&wiki=NAME&name=FILENAME ** ** Produce an RSS feed of the timeline. ** | | | > | 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | /* ** WEBPAGE: timeline.rss ** URL: /timeline.rss?y=TYPE&n=LIMIT&tkt=UUID&tag=TAG&wiki=NAME&name=FILENAME ** ** Produce an RSS feed of the timeline. ** ** TYPE may be: all, ci (show check-ins only), t (show ticket changes only), ** w (show wiki only), e (show tech notes only), f (show forum posts only), ** g (show tag/branch changes only). ** ** LIMIT is the number of items to show. ** ** tkt=UUID filters for only those events for the specified ticket. tag=TAG ** filters for a tag, and wiki=NAME for a wiki page. Only one may be used. ** ** In addition, name=FILENAME filters for a specific file. This may be |
︙ | ︙ |