Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins that include changes to files matching 'src/*'
2023-06-07
| ||
12:07 | Initial version of the /setup_forum page. ... (Leaf check-in: b370c189 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: 162fc1e6 user: stephan tags: forumpost-locking) | |
10:52 | merge command help text cleanups, based on forum feedback. ... (Leaf check-in: edd08ef4 user: stephan tags: trunk) | |
00:46 | Improved documentation of "fossil all whatis" ... (check-in: 401711d4 user: drh tags: trunk) | |
2023-06-05
| ||
19:01 | Add the "fossil all whatis" command. ... (check-in: 54849681 user: drh tags: trunk) | |
2023-06-03
| ||
10:27 | Fixed a typo in an error message ... (check-in: f25da6ec user: wyoung tags: trunk) | |
08:59 | Merge trunk into markdown-tagrefs branch and resolve conflict. ... (Leaf check-in: fdd3fe21 user: stephan tags: markdown-tagrefs) | |
08:49 | Merge trunk into forumpost-locking branch. ... (check-in: 8e7de26a 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: 83928d8a user: drh tags: trunk) | |
2023-05-29
| ||
12:44 | Enhance the /reports page to include sub-categories "Merge Check-ins" and "Non-merge Check-ins". ... (check-in: d4058f78 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: f71657d5 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: 385d6d14 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: 37a80fbf 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: 196dfedf user: drh tags: trunk) | |
15:48 | Do not allow the "." character inside of FTS5 search strings. ... (Closed-Leaf check-in: 8a7609b1 user: drh tags: typo) | |
15:02 | Fix the captcha-audio page so that it works even without a seed value. ... (check-in: a1178d57 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: 5dc3d2f1 user: drh tags: trunk) | |
00:43 | Also show the projection number of events for the by-week activity report. ... (check-in: 09ca77f7 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: 42ce541d user: drh tags: trunk) | |
2023-05-23
| ||
20:30 | Enhancements to SEE integration. ... (check-in: f41cf035 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: 0b33be99 user: drh tags: trunk) | |
02:44 | Slight alteration of branch renaming help text to clarify functionality based on discussion in forum post 45cdd8874ce1654a. ... (check-in: e053682a user: andybradford tags: trunk) | |
2023-05-22
| ||
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: c5d287b6 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: 7dc0433b 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 this forum report. ... (check-in: f12609fc user: wyoung tags: trunk) | |
21:32 | Updated the function comment on glob_create() to match what it actually does. ... (check-in: c43205d7 user: wyoung tags: trunk) | |
21:27 | Replaced a complicated bit of logic with something slighlty less complicated, having the same effect. The glob parser used a mix of second-clause for-loop testing and internal break and continue checks without any other internal processing inside the loop. Combining all of this into a single expression requires the line to wrap (bad for clarity) but it does make clear all of the conditions required for this loop to continue iterating. I think it's a net improvement in clarity, though the margin is admittedly small. Testing shows no regression in functionality, limiting this non-functional change to a style improvement. ... (check-in: b8789239 user: wyoung tags: trunk) | |
21:00 |
Fixed a symmetry problem in the vfile.chnged implementation: it had an
explicit check for when a file used to be a regular file and was
replaced by a symlink pointing to the same content, but it didn't then
check for the inverse case. Since the size and hash checks become
nonsense when both files aren't of the same type (whether symlinks or
regular files) we have to check for this case, too, else the only way to
get the "UNLINK" output from "fossil status" required trickery.
See this forum post for a test case and the trick previously needed to get Fossil to report "UNLINK" as a file's change status. ... (check-in: 4cca9033 user: wyoung tags: trunk) | |
2023-05-21
| ||
16:56 | More changes. ... (Closed-Leaf check-in: a62181b4 user: mistachkin tags: enhSee) | |
03:37 | Merge updates from trunk. ... (Leaf check-in: e3df21cd user: mistachkin tags: th1Hash) | |
2023-05-20
| ||
01:53 | Fixes to tracing. ... (check-in: 0de3d907 user: mistachkin tags: enhSee) | |
00:25 | Some changes for Windows. ... (check-in: 119f9713 user: mistachkin tags: enhSee) | |
2023-05-18
| ||
23:24 | Comment fixes. ... (check-in: 1ff19a46 user: mistachkin tags: enhSee) | |
21:15 | Enhancements to SEE integration. ... (check-in: d72ab729 user: mistachkin tags: enhSee) | |
03:31 | Fix another compiler warning. ... (check-in: 9182b85b user: mistachkin tags: trunk) | |
03:04 | Fix harmless compiler warnings. ... (check-in: 586967cc user: mistachkin tags: trunk) | |
2023-05-15
| ||
16:43 | Potential fix for [746a5106f92287036c12c945d9d7358a1263301e]. ... (check-in: d6a4ab22 user: stephan tags: trunk) | |
2023-05-13
| ||
20:47 | Translate the Accept-Language HTTP header into the HTTP_ACCEPT_LANGUAGE CGI var. This part is missing from [7e77e29d1646]. ... (check-in: 926a27c6 user: stephan tags: trunk) | |
14:21 | Add HTTP_ACCEPT_LANGUAGE to the environment vars passed on to /ext CGIs, per request in forum post 6674089de55e25cc. ... (check-in: 7e77e29d user: stephan tags: trunk) | |
14:07 | Correct mishandling of -tk, -by, etc. flags to the (patch diff) subcommand. ... (check-in: c55f0d91 user: stephan tags: trunk) | |
2023-05-12
| ||
16:50 | Account for emscripten change which broke pikchr-worker.js: stackAlloc() now requires explicit export. ... (check-in: fc8d306a user: stephan tags: trunk) | |
2023-05-10
| ||
18:40 | Removed all of the XML-style " />" tag closing markers on empty tags such as "hr", "br", and "input" to placate modern HTML5 validators. That's the doctype we declare, not XHTML, so we should conform. (Besides which, the XHTML dream is dead.) ... (check-in: f5482a0a user: wyoung tags: trunk) | |
2023-05-09
| ||
21:44 | Fix sub-command parsing in order to have the "gdiff" subcommand of the "patch" command working. ... (check-in: ec782260 user: mgagnon tags: trunk) | |
2023-05-08
| ||
14:12 | Display FQDN on sync only when the verbose flag is on. ... (check-in: cc34f3cf user: danield tags: trunk) | |
2023-05-06
| ||
20:21 | Added explicit SIGINT handler for the rootful container (PID 1) case, so you can Ctrl-C it when "run -it". ... (check-in: a0b0d8f9 user: wyoung tags: trunk) | |
2023-05-05
| ||
12:56 | For sync operations, also display the FQDN of the remote, if available. ... (check-in: 99b09b94 user: danield tags: trunk) | |
2023-05-03
| ||
13:23 | Add SUMMARY and DETAILS HTML elements to the list of allowable wiki/markdown tags, per request in forum post f9559dbac03810. ... (check-in: 35df3e6a user: stephan tags: trunk) | |
2023-04-22
| ||
18:53 | Enhance the s= query parameter (search) on /timeline so that it also searches the forum post content if the vfx query parameter is present. ... (check-in: ea688fa6 user: drh tags: trunk) | |
16:01 | Add the oldestfirst boolean query parameter to the /timeline page. ... (check-in: ee8d34f5 user: drh tags: trunk) | |
15:18 | Fix a pointless limitation in /timeline that prevented a= and b= from working if the u= query parameter was used. The limitation appears to be a copy/paste error dating from 2014. ... (check-in: 2925484c user: drh tags: trunk) | |