Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events occurring around 17610f8d7307b361.
2020-05-11
| ||
07:56 | • Edit [8d4ce834ed9bd423|8d4ce834ed]: Mark "Closed". ... (artifact: 0b604695f7 user: stephan) | |
04:17 | Merge in trunk. ... (check-in: 09239396ae user: ashepilko tags: revert-dir) | |
2020-05-10
| ||
19:51 | Fixed a semantic collision in the fileedit 'column' CSS class, which means something different in the /dir page. This fixes mis-alignment of the commit button. ... (check-in: d0a83a38f5 user: stephan tags: fileedit-ajaxify) | |
19:42 | Minor tooltip tweaks. ... (check-in: 0b1085d724 user: stephan tags: fileedit-ajaxify) | |
15:29 | Fix a null-pointer reference and segfault in /file if the filename= query parameter is used with ci= and without name=. ... (check-in: 26011322cd user: drh tags: trunk) | |
15:06 | Include the login name as part of the ETag hash for ETAG_QUERY. That way, the hash will change if the user logs in or logs out, and the page will be recomputed. ... (check-in: 18aec6b9a8 user: drh tags: trunk) | |
14:51 | Shift the computation of the hash returned by fossil_exe_id() from run-time to compile-time. ... (check-in: 22fc5a792c user: drh tags: trunk) | |
14:50 | Merge in trunk for fossil_exe_id() and use it, instead of md5, as the builtin/*.js cache-buster value. ... (check-in: 7e43119a91 user: stephan tags: fileedit-ajaxify) | |
13:58 | Add the fossil_exe_id() internal interface that returns a unique hash that changes whenever Fossil is recompiled (more precisely, whenever the MANIFEST_UUID changes or the etag.c source file is recompiled). ... (check-in: 54a8243bf5 user: drh tags: trunk) | |
12:58 | Proof-of-concept ETag caching for the /timeline page. Seems to work. Most other webpages could easily add ETag caching now. ... (check-in: 7eaeceddc4 user: drh tags: trunk) | |
12:16 | Enable ETag caching of the /uvlist and /juvlist pages. ... (check-in: a6003f1df0 user: drh tags: trunk) | |
11:39 | Avoid returning empty ETag: headers in the HTTP reply. ... (check-in: 261052c4e1 user: drh tags: trunk) | |
09:16 | Minor efficiency hack in style_emit_script_builtin() and swapped a potentially problematic ordering of two JS includes. ... (check-in: c60ad868b4 user: stephan tags: fileedit-ajaxify) | |
08:47 | Several small style tweaks. Changed style_labeled_checkbox() parameter order for better readability. TabManager class now supports events alerting before/after a tab is switched to. Added auto-refresh of preview when the preview tab is activated, with a checkbox to disable it for slow connections and/or large documents (the refresh button still works as before). ... (check-in: ee175636aa user: stephan tags: fileedit-ajaxify) | |
05:30 | • Edit [6fd34c57747279f8|6fd34c5774]: Edit check-in comment. ... (artifact: 80327a45fb user: ashepilko) | |
04:50 | File Browser: use wording 'file at check-in' to denote a file version snapshot and 'known file' to denote a name of a managed file. ... (check-in: 6fd34c5774 user: ashepilko tags: trunk) | |
03:12 | Show an error page when a managed file is not known at the requested check-in. ... (check-in: 78d52675c5 user: ashepilko tags: trunk) | |
2020-05-09
| ||
21:10 | Another 304 change: Omit only the Content-Type header. Retain the cache-control header lines. ... (check-in: fff9b6799c user: drh tags: trunk) | |
21:04 | Correctly terminate the 304 replies in the previous check-in. ... (check-in: 9f99257451 user: drh tags: trunk) | |
20:59 | For a 304 HTTP response, omit extraneous fields such as Content-Type and ETag. ... (check-in: 6624350b0e user: drh tags: trunk) | |
18:08 | Enquote the requested path glob in query to get history for a directory name with spaces. ... (check-in: 972341dbca user: ashepilko tags: trunk) | |
17:26 | Show 'No such file' page title, when requested for an unknown file path. ... (check-in: 439e7ce645 user: ashepilko tags: trunk) | |
17:21 | File History file links to use /file?name form, to handle paths with spaces. ... (check-in: c00527e825 user: ashepilko tags: trunk) | |
17:17 | • Edit [d7bc466ac624e128|d7bc466ac6]: Edit check-in comment. ... (artifact: 2dc9b980ba user: ashepilko) | |
17:16 | Change merge conflict marker for common ancestor to follow [https://www.gnu.org/software/diffutils/manual/html_node/Marking-Conflicts.html#Marking-Conflicts|diff3 convention]; see also: [https://fossil-scm.org/forum/forumpost/f54f22dd99 | forumpost/f54f22dd99] ... (check-in: d7bc466ac6 user: ashepilko tags: trunk) | |
14:23 | Update the built-in SQLite to the first 3.32.0 beta. ... (check-in: 17610f8d73 user: drh tags: trunk) | |
13:56 | Disable rendering of the comment mime type selection list, as it's not honored/implemented where comments are rendered. ... (check-in: 875b60bccd user: stephan tags: fileedit-ajaxify) | |
13:34 | Create a test file with spaces in its name, in a test directory with spaces in its name. Use these to help verify that fossil can handle file and directory names containing space characters. ... (check-in: ccf6a361f3 user: drh tags: trunk) | |
13:17 | Work toward moving the file browsing closer to what typical users expect. ... (check-in: 2b07e4e935 user: drh tags: trunk) | |
13:16 | Comment improvements and minor simplifications. ... (Closed-Leaf check-in: aa9815ffc0 user: drh tags: browse-to-file) | |
12:54 | Determine which comment editing mode to enable based on which of the editor fields is hidden by default, so that we stay in sync if the C side changes. ... (check-in: a4314603f7 user: stephan tags: fileedit-ajaxify) | |
12:36 | Added style_select_list_str(), selection list for commit comment mime type, and a toggle to switch between single- and multi-line comment editing modes. ... (check-in: 4d5004ef2d user: stephan tags: fileedit-ajaxify) | |
12:08 | Update the change log. ... (check-in: 49a06bf177 user: drh tags: trunk) | |
12:04 | Add the "fossil test-terminal-size" command. ... (check-in: b241b9c999 user: drh tags: trunk) | |
04:39 | • Edit [65a60dba29946704|65a60dba29]: Edit check-in comment. ... (artifact: 03f4e70811 user: ashepilko) | |
04:37 | • Edit [888eaf4fadad2800|888eaf4fad]: Edit check-in comment. ... (artifact: 38b9a0adeb user: ashepilko) | |
04:06 | File History: show the file path in page's title. ... (check-in: 888eaf4fad user: ashepilko tags: browse-to-file) | |
03:06 | File History page: link to /file URLs corresp. to the check-in history entry. ... (check-in: 65a60dba29 user: ashepilko tags: browse-to-file) | |
2020-05-08
| ||
23:08 | In File Browser's Tree-View the file entries link to /file URLs corresp. to the given check-in. ... (check-in: a470e782bc user: ashepilko tags: browse-to-file) | |
23:01 | In File Browser show the selected path and check-in/branch in page's title ... (check-in: bbd53c778a user: ashepilko tags: browse-to-file) | |
14:15 | Swapped the style_emit_script_builtin() parameters for consistency with style_emit_script_tag(). ... (check-in: 02240eec90 user: stephan tags: fileedit-ajaxify) | |
14:00 | Delay the initial filepage loadFile() until a windows.load event. This seems to eliminate what appears to have been a race between that call and the filepage init code. ... (check-in: 07d0bcc598 user: stephan tags: fileedit-ajaxify) | |
12:39 | /fileedit now accepts 'fn' and 'ci' as undocumented aliases for 'filename' resp. 'checkin', for consistency with some other pages. style_emit_script_builtin() now includes a cache-buster on URLs (a prefix of the builtin content's MD5 hash). ... (check-in: 3733293a01 user: stephan tags: fileedit-ajaxify) | |
2020-05-07
| ||
12:52 | Normalized the various input-with-label elements to use SPAN wrappers instead of DIV. ... (check-in: 53b31b0814 user: stephan tags: fileedit-ajaxify) | |
11:20 | Minor fix for [3d80481216]: Remove a duplicate "size" attribute, and insert a space before the backslash indicating line continuation, or the src/translate.c preprocessing utility will glue the lines together without any space in between. ... (check-in: 1422b02222 user: florian tags: trunk) | |
11:12 | doc typo ... (check-in: a62594e58d user: stephan tags: fileedit-ajaxify) | |
09:04 | Removed a local temp foo.js which got picked up by makemake.tcl :/. ... (check-in: 8a98762b81 user: stephan tags: fileedit-ajaxify) | |
02:36 | Merged in trunk. ... (check-in: 087c5d1f3e user: stephan tags: fileedit-ajaxify) | |
01:45 | Removed a bit of comment which confused the help generator and broke building test-builtin-list... and yet somehow built once? ... (check-in: 6ba0e14df7 user: stephan tags: trunk) | |
01:19 | Added hash_digits() info to fossil.config object and added fossil.hashDigits(). Factored out fileedit JS use of innerHTML where possible. Reworked the Version Info tab a bit. ... (check-in: 29567e6e7e user: stephan tags: fileedit-ajaxify) | |