Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
30 check-ins using file src/update.c version a738bfcb2d
|
2023-06-07
| ||
| 12:07 | Initial version of the /setup_forum page. Closed-Leaf check-in: b370c189bc user: stephan tags: forumpost-locking | |
|
2023-06-06
| ||
| 19:38 | Add the forum-close-policy boolean config setting. If true, forum moderators may close/re-open forum posts, as well as reply to closed posts. check-in: 162fc1e6aa user: stephan tags: forumpost-locking | |
| 10:52 | merge command help text cleanups, based on forum feedback. check-in: edd08ef4f8 user: stephan tags: trunk | |
| 00:46 | Improved documentation of "fossil all whatis" check-in: 401711d484 user: drh tags: trunk | |
|
2023-06-05
| ||
| 19:01 | Add the "fossil all whatis" command. check-in: 5484968158 user: drh tags: trunk | |
|
2023-06-03
| ||
| 10:27 | Fixed a typo in an error message check-in: f25da6ec97 user: wyoung tags: trunk | |
| 08:59 | Merge trunk into markdown-tagrefs branch and resolve conflict. check-in: fdd3fe21c2 user: stephan tags: markdown-tagrefs | |
| 08:49 | Merge trunk into forumpost-locking branch. check-in: 8e7de26aa2 user: stephan tags: forumpost-locking | |
|
2023-06-01
| ||
| 18:02 | Admin users have a link in /forumthread to show the hash of all artifacts associated with that thread. check-in: 83928d8a02 user: drh tags: trunk | |
| 17:18 | Increase the version number to 2.23 in order to start the next development cycle. check-in: 9f857c2d03 user: drh tags: trunk | |
|
2023-05-31
| ||
| 15:26 | Version 2.22 check-in: 66ee0beb9b user: drh tags: trunk, release, version-2.22 | |
|
2023-05-29
| ||
| 12:44 | Enhance the /reports page to include sub-categories "Merge Check-ins" and "Non-merge Check-ins". check-in: d4058f78c9 user: drh tags: trunk | |
| 12:44 | Improved documentation for the /reports page. Add the latest /reports enhancements to the change log. Closed-Leaf check-in: f71657d5c7 user: drh tags: non-merge-activity-report | |
| 12:01 | Fix an issue with the report labels for merge and non-merge check-ins. check-in: 385d6d146d user: drh tags: non-merge-activity-report | |
| 11:40 | Enhance the /reports page to show two new sub-types of activities: "Merge Check-ins" and "Non-merge Check-ins". check-in: 37a80fbfc7 user: drh tags: non-merge-activity-report | |
|
2023-05-27
| ||
| 15:54 | Do not allow non-alpha numeric ascii characters into the search pattern. Convert all such characters into a single space. check-in: 196dfedf7f user: drh tags: trunk | |
| 15:48 | Do not allow the "." character inside of FTS5 search strings. Closed-Leaf check-in: 8a7609b11e user: drh tags: typo | |
| 15:02 | Fix the captcha-audio page so that it works even without a seed value. check-in: a1178d5734 user: drh tags: trunk | |
|
2023-05-26
| ||
| 10:27 | Improved documentation of the /reports webpage. Add recent enhancements of /reports to the change log. check-in: 5dc3d2f156 user: drh tags: trunk | |
| 00:43 | Also show the projection number of events for the by-week activity report. check-in: 09ca77f76a user: drh tags: trunk | |
| 00:18 | In the by-month and by-year reports, for the row that shows the current year or month, included a dashed box that shows the event count projected to the end of the current month or year. check-in: 42ce541d12 user: drh tags: trunk | |
|
2023-05-23
| ||
| 20:30 | Enhancements to SEE integration. check-in: f41cf03505 user: mistachkin tags: trunk | |
| 13:47 | Remove unused and unreachable code from the activity report generators. Also add extra newlines in the generated HTML so that it is easier to read. check-in: 0b33be99a2 user: drh tags: trunk | |
| 02:44 | Slight alteration of branch renaming help text to clarify functionality based on discussion in [forum:45cdd8874ce1654a | forum post 45cdd8874ce1654a]. check-in: e053682a4e user: andybradford tags: trunk | |
|
2023-05-22
| ||
| 23:54 | Improved the documentation for quote parsing in globs. check-in: 609bf98b06 user: wyoung tags: trunk | |
| 23:46 | Fix to the prior commit: editing lost a closing "*/" in a comment, yet it compiled with only a warning, and I missed the warning. check-in: c5d287b66b user: wyoung tags: trunk | |
| 22:54 | Updated all of "fossil help *-glob" output to refer to the syntax docs instead of repeating the parsing rules in each setting, incorrectly. (If URLs in help output are verboten, then we need to repeat the rules *correctly* in each setting's help.) check-in: 7dc0433b54 user: wyoung tags: trunk | |
| 22:30 | Added a few named anchors to the globs doc, added a mention of the new empty-dirs handling, and improved the internal MD markup style. check-in: b293b265a6 user: wyoung tags: trunk | |
| 22:23 | Brought the globs doc back into line with the underlying implementation, and to mention the new treatement of the empty-dirs setting's value. check-in: 2c0b70eb5a user: wyoung tags: trunk | |
| 22:11 | Switched the empty-dirs setting handler from a one-off parser to glob_create() both so we get consistent behavior across the settings and because glob_create() allows quoted whitespace, needed when asking it to create directories with spaces in them. Addresses [forum:/forumpost/bdbb295ee308c9d6 | this forum report]. check-in: f12609fcaa user: wyoung tags: trunk | |