Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
5 check-ins using file src/db.c version 2df58a0cd0
|
2020-04-18
| ||
| 21:05 | Add the ability to display the history of edits to a single timeline post. Improvements to the CSS for timeline display in the default skin. check-in: 34d8d7e714 user: drh tags: trunk | |
| 19:40 | In the forum thread constructor, if an post in a forum thread is a phantom, reassign the descendents of that post to be descendents of the root. This fixes the hierarchical view for the problem described at [https://www.fossil-scm.org/forum/forumpost/dc623b995f] check-in: bed0dd1a95 user: drh tags: trunk | |
| 19:15 | Improved debugging output for forum displays: Show the RID on "(artifact)" links. check-in: 14795faaee user: drh tags: trunk | |
| 18:56 | Use the XDG_CONFIG_HOME environment variable (if it exists) to locate the configuration database on unix. check-in: 22f879dde6 user: drh tags: trunk | |
| 18:55 | Change the name of the configuration database to "fossil.db" if the database is found in the XDG_CONFIG_HOME directory. Otherwise, the configdb is still called ".fossil" on unix systems. Closed-Leaf check-in: 09a21409f5 user: drh tags: xdg-aware-config-db | |