Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
12 check-ins using file src/main.c version d7858c081b
|
2018-11-10
| ||
| 13:49 | Do not attempt to run backoffice if the repository is read-only. check-in: 4f15d34f4b user: drh tags: trunk | |
|
2018-11-09
| ||
| 19:18 | Merged login-on-post branch to trunk check-in: c0e384cf60 user: wyoung tags: trunk | |
| 19:16 | Another attempt to fix non-constant format complaint. Closed-Leaf check-in: 725630f3f8 user: wyoung tags: login-on-post | |
| 19:11 | Fix to previous for the "non-constant format" complaint from some compilers. I can't see what they're yelling about, but this fixes it. check-in: 095333fc60 user: wyoung tags: login-on-post | |
| 18:52 | The "New Thread" button in /forum is no longer restricted to those with forum write capability: if you lack it, we now send you to the login page instead. Without this, users without the capability to post are left looking in through the window of a building without obvious doors. This change pairs especially nicely with the self-registration ... check-in: cdb7f3b988 user: wyoung tags: login-on-post | |
|
2018-11-08
| ||
| 02:38 | Improve grep documentation check-in: 4af31f11bb user: andygoth tags: trunk | |
|
2018-11-07
| ||
| 12:04 | When running a bisect, show the span between the two extremes and the number of steps remaining after each step. check-in: b45dd1c7b5 user: drh tags: trunk | |
|
2018-11-05
| ||
| 14:35 | Fix the /brlist page so that branches are (once again) shown in time order. check-in: c21c77426c user: drh tags: trunk | |
|
2018-11-02
| ||
| 16:10 | Enhance the "fossil branch ls" command with two new options. The -t option sorts the branch list with the most recent branch first. The -r option reverses the sort order. check-in: db2682dc1a user: drh tags: trunk | |
| 15:21 | Enhance makeheaders so that it is able to deal with static_assert() statements. (These do not come up in Fossil itself. This check-in is in response to use of Makeheaders by external projects.) check-in: 8cecc544ce user: drh tags: trunk | |
| 13:48 | Enhance the repository list page so that it shows the name of project for each repository, and so that the "Last Modified" time is based on the most recent event in the repository, not the repository file mtime. check-in: cdea59dc5c user: drh tags: trunk | |
| 13:08 | Split out the repo_list_page() routine, used to generate the repository list for "fossil all ui" and similar, into a separate source file "repolist.c" to make it easier to enhance and maintain. check-in: 45a7134956 user: drh tags: trunk | |