Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
35 check-ins using file src/report.c version 6adedae127
|
2020-12-22
| ||
| 14:35 | chat: added timestamps (browser-local time zone) to the chat messages. ... (check-in: 99689132ca user: stephan tags: chatroom-dev) | |
| 13:05 | chat: fixed links to /env and /self to use the file's current name instead of hard-coded to 'chat'. ... (check-in: 896d7d44b0 user: stephan tags: chatroom-dev) | |
| 12:09 | chat: a proactive fix for a potential null deref. Documented a not-immediately-obvious element. ... (check-in: cdb8f6902f user: stephan tags: chatroom-dev) | |
| 12:02 | chat: changed layout from table-based to one fieldset per row of chat (fieldset rather than a custom construct because browsers have special support for placement of the LEGEND tag which we cannot easily reproduce in other element). The overall look is approximately the same, but saves some space. ... (check-in: a0ebe0ead1 user: stephan tags: chatroom-dev) | |
| 11:56 | Using the new $current_feature variable in the Bootstrap skin's Header, it being the only stock skin to still provide its own <body>. Without this change, the prior commit won't take effect when using Bootstrap. ... (check-in: 556923fab5 user: wyoung tags: body-feature-class) | |
| 11:55 | Created a new TH1 variable $current_feature set by default from the page URL's first component, but which may be overridden by code that knows a better feature name to use for that page. This is then used as the page's "body" class, making this the start of a replacement for the "content div" based feature class stuff done on branch [/timeline?r=default-css-cleanups | default-css-cleanups]. This is a better way to do it because it lets us target things outside the content div, such as the nav bar, the skin header, the skin footer, etc. ... (check-in: c671fc5d81 user: wyoung tags: body-feature-class) | |
| 10:37 | chat: removed the ??empty?? marker for empty message strings, as they're perfectly legitimate when a file/image is uploaded. ... (check-in: 3a36b8e9c6 user: stephan tags: chatroom-dev) | |
| 10:32 | chat: experimentally changed poll() to use setInterval() instead of setTimeout() to attempt to automatically re-activate a connection if it's killed due to a timeout or (maybe) system sleep/resume. ... (check-in: f260154114 user: stephan tags: chatroom-dev) | |
| 10:31 | Comment fix to track a code change made in commit [3d6444fc]. ... (check-in: e6e8ea8ffb user: wyoung tags: trunk) | |
| 09:36 | Moved the "artifact" vs "artefact" point in the JSON API doc intro into a new section within the contribution doc. ... (check-in: e50d270775 user: wyoung tags: trunk) | |
| 09:35 | chat: removed an extraneous layer of DOM elements. CSS tweaks. ... (check-in: ce988f9407 user: stephan tags: chatroom-dev) | |
| 09:22 | Removed the "Multiple logins per user" caveat from the JSON API intro doc: that restriction was due to the IP address in the cookie, which is now long-removed. ... (check-in: 40715d84bc user: wyoung tags: trunk) | |
| 09:21 | Folded info about binary data, 64-bit ints, and timestamp values from [forum:/forumpost/819f1ddbb6 | a recent forum sub-thread] into the JSON API intro doc. ... (check-in: 0f20b53794 user: wyoung tags: trunk) | |
| 09:05 | chat: initial implementation of marking @NAME references to make them more visible. ... (check-in: ee53e449a5 user: stephan tags: chatroom-dev) | |
| 08:45 | Assorted improvements to the "Contributing to Fossil" doc. The most substantial is replacement of references to the old mailing list with references to the forum. Added more info about patches and bundles, etc. ... (check-in: 34205ea468 user: wyoung tags: trunk) | |
| 08:25 | Minor hyperlink generation tweak in support of pending additional auto-link/auto-style features. ... (check-in: ee6c70817d user: stephan tags: chatroom-dev) | |
| 07:34 | Cleanups in the auto-hyperlink code. ... (check-in: f04dde73d4 user: stephan tags: chatroom-dev) | |
| 07:11 | chat: hyperlink URL-looking patterns in messages. ... (check-in: 729e279a78 user: stephan tags: chatroom-dev) | |
| 05:58 | Generic JS cleanups: var scoping and missing semicolons. ... (check-in: 9ec2861417 user: stephan tags: chatroom-dev) | |
| 05:15 | Refactored the chat input area from a table to a flexbox-based layout. ... (check-in: ba5c914772 user: stephan tags: chatroom-dev) | |
| 03:51 | Add the tools/chat.tcl Wapp script so that it can be collaboratively developed. This branch may wither and die. Or, the chatroom idea might be recoded in the Fossil trunk using C. Or it might continue as a separate Wapp extension. We'll see. But for now it is here on a branch so that people can hack at it. ... (check-in: 84b31f4495 user: drh tags: chatroom-dev) | |
|
2020-12-21
| ||
| 18:20 | Declare the character set in the default HTML header. ... (check-in: 1997b71cf7 user: drh tags: trunk) | |
| 12:14 | Rename "prefix" to "phase" and fix a C99-ism. ... (Closed-Leaf check-in: df99abda58 user: danield tags: timeline-cmd-formatting) | |
|
2020-12-20
| ||
| 05:08 | Clarified the "fossil help remote" output. ... (check-in: 6d7b5c4a74 user: wyoung tags: trunk) | |
|
2020-12-19
| ||
| 15:59 | On the User List admin page, show the user's subscriptions and provide a like to the subscription page (if any). ... (check-in: 8b287e8d97 user: drh tags: trunk) | |
| 14:16 | Prepend the text "Note:" instead of a bullet on the timeline display of a technote. ... (check-in: 2d1ef1e1f3 user: drh tags: trunk) | |
|
2020-12-18
| ||
| 15:30 | Enhance "fossil diff --numstat" to print a grand total line, and not display statistics for non-modified files. ... (Closed-Leaf check-in: f8a5a6a716 user: danield tags: diff-numstat-total) | |
| 15:05 | Extend the timeline command to allow customized "pretty" formats. ... (check-in: 5d3239bf58 user: danield tags: timeline-cmd-formatting) | |
|
2020-12-17
| ||
| 23:58 | Moved the -lpthread for --static builds from the end of EXTRA_LDFLAGS to the end of LIBS, since the latter ends up at the end of "LIB" in the Makefile. In other words, the prior formulation put -lpthread in the *middle* of the LIB line, not at the end as intended. ... (check-in: 08ad0f5271 user: wyoung tags: trunk) | |
|
2020-12-16
| ||
| 20:14 | Comment improvements to [6f9d265234 | the recent change] in auto.def. ... (check-in: 53caec9524 user: wyoung tags: trunk) | |
| 14:28 | Update to the latest SQLite 3.35 prerelease in order to fix harmless #ifdef errors and compiler warnings. ... (check-in: c9b6be2f62 user: drh tags: trunk) | |
|
2020-12-15
| ||
| 20:50 | Merge from trunk ... (check-in: 7b9ca24cd2 user: george tags: wiki-history) | |
| 14:21 | Update the built-in SQLite to an early 3.35 version containing support for generalized upsert, math functions, and reduced memory usage for VACUUM of large blobs. ... (check-in: ea5465149f user: drh tags: trunk) | |
| 01:13 | Alternative to check-in [a098707051568156] for getting the --static option to ./configure working on pkg-config based systems. ... (check-in: 6f9d265234 user: drh tags: trunk) | |
| 00:52 | Allow the use of json_each() and json_tree() in the SQL for ticket reports. ... (check-in: 5e7dc8a6f5 user: drh tags: trunk) | |