Fossil

All files named "src/finfo.c"
Login

All files named "src/finfo.c"

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for src/finfo.c

2024-03-09
07:44
Reduce extraneous wording in /finfo, per feedback in forum post e456b9141b. ... (file: [14c0bab4] check-in: [b6517d5e] user: stephan branch: trunk, size: 34566)
2023-07-16
20:47
Add calls to cgi_check_for_malice() on many more web pages. Log all 418 responses to the error log. ... (file: [9af32353] check-in: [40266bf9] user: drh branch: verify-options-cgi, size: 34585)
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.) ... (file: [3f921c6d] check-in: [f5482a0a] user: wyoung branch: trunk, size: 34559)
2023-03-14
17:18
Add the --out option to the "cat" command to specify an output file - only if a single historical file is requested. ... (file: [7b5d1f22] check-in: [8975472d] user: danield branch: trunk, size: 34563)
2023-02-03
14:32
Add the /deltachain page, indented for analysis of the delta compression and future improvements to that algorithm. There are links to the delta chain on the /timeline and /finfo when the showid query parameter is used. ... (file: [bacadcb8] check-in: [00c62a11] user: drh branch: trunk, size: 34203)
2022-12-20
09:46
Change spelling for check-in and similar ... (file: [1761a06e] check-in: [d9c4321e] user: danield branch: check-in-spelling, size: 33845)
2022-11-13
16:26
Apply fixes to all web views to pass WCAG 2.1 tests performed by "axe DevTools" browser extension. Most fixes related to screen reader compatibility, like making sure that form elements have labels. Some color changes to improve contrast on Default skin. Made more HTML5 compliant. Minor improvement to select combo boxes for UX. Improved Search form UX. Two minor bug fixes for malformed HTML. Fixed help pages to resolve issues with non-compliant HTML being generated. Mostly documented at https://fossil-scm.org/forum/forumpost/aafb17a981df4166 ... (file: [152b5eae] check-in: [1f231db3] user: ericwikman branch: wcag-2.1, size: 33843)
2022-09-23
17:13
Enhancements to the "fossil finfo -i" command such that it only shows the first check-in for the file (unless -v is also used) and so that it shows the modification time as a separate line for easy parsing by scripts. ... (file: [e2bae9f6] check-in: [ac6edb35] user: drh branch: trunk, size: 33843)
16:44
Fix the help text for the previous check-in. ... (file: [56ea6099] check-in: [c0162a4f] user: drh branch: trunk, size: 33398)
16:44
Fix the "finfo" command so that -r is not required with -i. If the -r is omitted, then "current" is used in its place. ... (file: [ee65d260] check-in: [35c6d15a] user: drh branch: trunk, size: 33412)
2021-08-31
14:03
Fixed several "descendents" typos. (It's "descendants".) There's still one remaining in sqlite3.c, but of course fixing that here won't help. ... (file: [f449e450] check-in: [85f119dc] user: wyoung branch: trunk, size: 33458)
2021-07-22
23:08
Enhance the /vdiff page to understand the nc (no-color) query parameter and to do a better job of preserving query parameter choices when clicking on other display options. ... (file: [7ba533fb] check-in: [2e51bb9b] user: drh branch: trunk, size: 33458)
2021-06-16
20:24
Fix the C89-style related declarations; add a gcc warning to flag such issues, in case these slip through again ... (file: [9daa4742] check-in: [da9f3620] user: ashepilko branch: trunk, size: 33455)
2021-04-21
16:48
Remove extraneous and incomplete <span> tag from the /finfo output. ... (file: [1e793176] check-in: [d115594b] user: drh branch: trunk, size: 33460)
2021-04-17
12:23
Minor correction to finfo command comment help. ... (file: [e6bde751] check-in: [8913402d] user: andybradford branch: trunk, size: 33512)
2021-04-13
13:53
Retain original finfo behavior by introducing a new "mode" for artifact-id. ... (file: [ff760895] check-in: [5015043b] user: andybradford branch: trunk, size: 33510)
2021-04-09
05:19
Enhance finfo command to print "whatis" information when -r is used without -p. ... (file: [35af001b] check-in: [cb68b7dc] user: andybradford branch: trunk, size: 33197)
2021-03-11
18:20
More help text consistency tweaks from forum discussion 8c644048f0: FILE vs REPO. ... (file: [97eb5658] check-in: [decd5370] user: stephan branch: trunk, size: 32584)
15:40
More help text consistency tweaks from forum discussion 8c644048f0: --repository REPO. ... (file: [d8233bed] check-in: [2f7c93f4] user: stephan branch: trunk, size: 32584)
13:22
Numerous help text consistency tweaks based on forum discussion 8c644048f0. ... (file: [a72b285c] check-in: [4cb50c4e] user: stephan branch: trunk, size: 32584)
2021-03-02
07:11
Skin selection is now stored in the user display prefs cookie and can be modified from any page by passing the skin=xyz URL parameter. Gets trumped by /draftX URI or --skin CLI flag or skin: CGI config setting. Removed /skn_XYZ URI handling. /skins page now uses the new mechanism for skin selection. UDC is now rendered on every page if it was modified during that request, regardless of the 'udc' URL parameter. See discussion at /forumpost/4d3a10c72a. ... (file: [8baea2d1] check-in: [71a2d68a] user: stephan branch: skin-preference-cookie, size: 32584)
2021-02-04
00:57
Split off the automatic background color chooser into a separate source file "color.c". Add a separate routine "user_color()" to choose background colors based on user name. Abandon the "color-hash-seed" setting. Instead, provide the "user-color-map" setting for overriding the automatic color choices for a few users, which color collisions occur between key project members. ... (file: [0e7d5b30] check-in: [4d0af2a6] user: drh branch: user-color-revamp, size: 32603)
2020-12-31
13:26
The uf=HASH query parameter on /timeline shows all checkins that use the identified file unless there is also an n=COUNT query parameter. ... (file: [b90b7a7e] check-in: [dffcebea] user: drh branch: trunk, size: 32603)
2020-12-22
12:13
Removed the parameter from style_finish_page() since the resulting content div class is now redundant with respect to the body class. This potentially breaks CSS made against old class names that a prior commit on this branch changed, but such skins would be made against an unreleased version of Fossil, it's unlikely many are using that first version of the feature anyway, and most of the class names did *not* change unless you were targeting a "div" instead of "body" or just a generic class name. None of the shipping skins are affected. ... (file: [7d1fecc3] check-in: [0e83ca88] user: wyoung branch: body-feature-class, size: 32609)
11:58
Calling the new style_set_current_feature() function to override the new TH1 variable $current_feature for Fossil UI pages where the page name isn't what we want used as the "body" CSS class. For the most part, this matches the value currently being passed to style_finish_page(), but a few have changed with the benefit of hindsight. Not all calls to style_finish_page() have a corresponding call to the new function since the default value for $current_page now suffices. ... (file: [371fc85a] check-in: [8ac0830b] user: wyoung branch: body-feature-class, size: 32630)
2020-11-07
13:25
Rename the "style_body_and_footer()" interface to "style_finish_page()" and add a more detailed header comment to the implementation. ... (file: [8a6b412c] check-in: [942b2076] user: drh branch: default-css-cleanups, size: 32592)
2020-11-05
23:15
Added a parameter to style_footer() and renamed it to match its actual function (style_body_and_footer()) so we can add a CSS class to each page that indicates which major Fossil feature served the page, so we can have module-specific CSS. ... (file: [b23eebb8] check-in: [ef5424b6] user: wyoung branch: default-css-cleanups, size: 32604)
2020-10-20
00:20
For the graph drawing routines, make the graph row identifier a 64-bit integer type to avoid the possibility of integer overflow in /finfo where the row ids are a composite of the blob.rid and filename.fnid and hence might become large for repositories with many files and many check-ins. ... (file: [ea2da1c9] check-in: [ab71d95a] user: drh branch: trunk, size: 32556)
2020-10-19
20:09
Do a better job of showing when a file is added, deleted, or renamed in the /finfo page. ... (file: [6be330ae] check-in: [a0bca481] user: drh branch: trunk, size: 32539)
18:24
Improvements to /finfo: Show all file rename events. The "rid" for each timeline entry must be a combination of the file-id "fid" and the filename-id "fnid" since either one of those two might change which should result in a new entry on the timeline. ... (file: [bccc41bf] check-in: [8c598d72] user: drh branch: trunk, size: 32169)
14:37
Use the new multi-recursive-term capability of CTEs in SQLite to fix the /finfo clade calculation, and to make /finfo run about 5x faster. ... (file: [4ce4ad4c] check-in: [47bfea07] user: drh branch: trunk, size: 31893)
2020-10-17
18:47
Use the correct filename in hyperlinks in the new /finfo page. ... (file: [a957009e] check-in: [0af47722] user: drh branch: trunk, size: 32746)
14:57
Enhancements to the /finfo page so that it follows the file across name changes if the ci=HASH query parameter is used. ... (file: [f77f310c] check-in: [b54d9396] user: drh branch: trunk, size: 32591)
12:34
On the /finfo page, change the check-in range query parameters from ci= and orig= into from= and to=. This gets the ci= query parameter out of the way so that it can be reused. ... (file: [3b8c9c81] check-in: [299800b2] user: drh branch: trunk, size: 28303)
2020-10-15
14:59
Expand the allowed date/time format for the "a=" and "b=" query parameters to the /finfo page, so that it is compatible with /timeline. ... (file: [d889dd79] check-in: [04ef2df6] user: drh branch: trunk, size: 28295)
2020-08-25
06:32
Fix HTML formatting issues with a few built-in help pages. ... (file: [71017fdf] check-in: [11384f18] user: drh branch: trunk, size: 28359)
2020-08-08
23:51
Many updates to built-in help pages. No changes to code. ... (file: [4620d485] check-in: [c9656369] user: drh branch: trunk, size: 28392)
2020-05-28
19:52
Merged uuid-to-hash branch down, causing all public interfaces except for those exceptions now documented in www/hashes.md to use something other than "UUID" to mean "artifact hash" or one of its more specific derivative terms. (e.g. Commit ID) ... (file: [da15ea23] check-in: [8ad5e469] user: wyoung branch: trunk, size: 28368)
2020-05-27
22:14
Updated all user-facing documentation and "fossil help" output (plus select internal comments and function names) to use "hash" rather than "UUID". No functional changes. (Yet?) See forum thread https://www.fossil-scm.org/forum/forumpost/ddc14c6866 for discussion. ... (file: [80715600] check-in: [df520195] user: wyoung branch: uuid-to-hash, size: 28231)
2020-05-12
15:10
Merged in trunk for various menu item fixes before deployment to my server. ... (file: [b9d8b857] check-in: [8cc7953b] user: stephan branch: fileedit-ajaxify, size: 28359)
2020-05-11
19:24
Further enhancements to the file browsing UX. ... (file: [621c908d] check-in: [cd05cb20] user: drh branch: trunk, size: 28222)
2020-05-10
14:50
Merge in trunk for fossil_exe_id() and use it, instead of md5, as the builtin/*.js cache-buster value. ... (file: [566e6848] check-in: [7e43119a] user: stephan branch: fileedit-ajaxify, size: 28313)
2020-05-09
17:26
Show 'No such file' page title, when requested for an unknown file path. ... (file: [364e8eca] check-in: [439e7ce6] user: ashepilko branch: trunk, size: 28176)
17:21
File History file links to use /file?name form, to handle paths with spaces. ... (file: [5726e919] check-in: [c00527e8] user: ashepilko branch: trunk, size: 28183)
04:06
File History: show the file path in page's title. ... (file: [a2627b31] check-in: [888eaf4f] user: ashepilko branch: browse-to-file, size: 28173)
03:06
File History page: link to /file URLs corresp. to the check-in history entry. ... (file: [a92ad57c] check-in: [65a60dba] user: ashepilko branch: browse-to-file, size: 28098)
2020-05-06
17:52
Renamed the file=filename, r=checkin query params to filename=..., checkin=..., for consistency with the annotate/blame URLs and possibly others. ... (file: [1d265bba] check-in: [6b7805e0] user: stephan branch: fileedit-ajaxify, size: 28211)
2020-05-04
20:16
Added /fileedit links to /finfo and /artifact. ... (file: [9a092785] check-in: [fe925e7d] user: stephan branch: checkin-without-checkout, size: 28201)
2019-09-27
22:51
Added -- support to (diff, finfo, grep, new). We can now grep for patterns which start with a dash. ... (file: [49781dbb] check-in: [639b2c18] user: stephan branch: double-dash-flag, size: 28346)
22:28
Added -- support to (annotate, artifact, cat, clone). ... (file: [11fe1977] check-in: [ef763bcf] user: stephan branch: double-dash-flag, size: 28216)
2019-09-13
12:40
Enhance the title for the /finfo page when the ubg query parameter is present. Use the ubg query parameter for the document history link on the rebaseharm.md page. ... (file: [4387af68] check-in: [80f98251] user: drh branch: trunk, size: 28074)
2019-08-27
00:11
On the /vdiff page, show a timeline with both check-ins using different highlights on each check-in. ... (file: [286bed32] check-in: [6e40f866] user: drh branch: vdiff-improvements, size: 28002)
2019-05-20
22:47
For timelines of a particular branch, try to put the target branch on the left side of the graph, before "trunk". Trunk comes second. ... (file: [83b690e9] check-in: [b39d8d69] user: drh branch: selected-branch-on-left, size: 27999)
2019-05-14
14:47
Add a new TIMELINE flag to control the dotted vertical lines that indicate omitted nodes. Only enable the dotted verticals where they make sense. ... (file: [94e2b39d] check-in: [fff033fe] user: drh branch: trunk, size: 27996)
13:46
Fix the graph on the /finfo page - apparently broken by check-in [8e2b8b027bc2d62a1]. ... (file: [08f98251] check-in: [aa149371] user: drh branch: trunk, size: 27980)
2019-01-27
15:35
Add the "comment-format" setting to set the default options for printing timeline comments to the console, as discussed here: https://fossil-scm.org/forum/forumpost/d9954370c7. ... (file: [6b9daf21] check-in: [bc62fa17] user: florian branch: comment-format-setting, size: 27948)
2019-01-04
08:22
Omit hard-coded n= query parameters on /timeline hyperlinks for branches and tags. Use the n= cookie. ... (file: [f5584c46] check-in: [19682676] user: drh branch: trunk, size: 27934)
2018-12-27
20:37
Updates to the /brtimeline and /tagtimeline pages. ... (file: [903a6f1e] check-in: [efb903f9] user: drh branch: trunk, size: 27940)
19:39
Show cherrypick merges on the default timeline. Disable the display of cherrypicks using the "ncp" query parameter. Currently, the only display difference between a normal merge and a cherrypick merges is in the final horizontal segment of the merge line as it moves into the child node. More work is needed on the display logic. ... (file: [8efdda80] check-in: [55ab522c] user: drh branch: trunk, size: 27874)
2018-12-24
06:32
Restore the Classic View mode for the File History web page. ... (file: [65b6e23f] check-in: [33882ef8] user: florian branch: fix-timeline-view, size: 27937)
2017-12-14
12:04
Fix the parentheses around the "detail" section of each timeline entry in Verbose and Compact views on the /finfo timeline. ... (file: [49e66558] check-in: [55dd5521] user: drh branch: trunk, size: 27871)
2017-12-07
11:33
Spelling typos from Debian ... (file: [5d400e02] check-in: [4d1ac686] user: drh branch: trunk, size: 27692)
2017-12-06
22:38
Set the color of graph comment boxes using javascript, instead of in-line CSS. ... (file: [48a6d1bb] check-in: [5a6fe06c] user: drh branch: trunk, size: 27691)
18:58
Add the "m=" query parameter to the /finfo page. ... (file: [ae44ccb5] check-in: [7dcf8c7a] user: drh branch: trunk, size: 27746)
18:48
Do not scroll to the select element of "Context" timelines. ... (file: [eed31d64] check-in: [cee4bcf0] user: drh branch: trunk, size: 27389)
17:38
Fix the timeline graph generator so that it works with two or more graphs on a single page. ... (file: [dc70452d] check-in: [68635d60] user: drh branch: trunk, size: 27376)
13:48
Remove the last bits of in-line javascript from the timelines. ... (file: [a83651f1] check-in: [b799891b] user: drh branch: trunk, size: 27317)
10:01
Perform table sorting using a separate javascript file rather than using in-line javascript. ... (file: [a1d4240d] check-in: [6b645d63] user: drh branch: trunk, size: 27358)
2017-12-05
21:36
Remember the last Unified/Side-by-side diff in the display preferences cookie. ... (file: [9d935e3f] check-in: [0a1f4ed6] user: drh branch: trunk, size: 27336)
20:16
Replace the in-line graph-drawing javascript with a separate graph drawing module, "graph.js". ... (file: [b331f9f0] check-in: [32a2fff8] user: drh branch: trunk, size: 27342)
2017-11-30
12:57
Remove unused "#if 0...#endif" code from finfo.c. ... (file: [4aab1824] check-in: [563d481e] user: drh branch: trunk, size: 27401)
11:50
eliminate unused variables ... (file: [6c41327b] check-in: [c699e9fe] user: jan.nijtmans branch: trunk, size: 28124)
2017-11-29
14:02
All timelines use the "ss" display preferences cookie. ... (file: [04e5d37d] check-in: [6314b4ed] user: drh branch: sticky-timeline-style, size: 28113)
13:25
Add the "View" selector to the /finfo page. ... (file: [8d58eeff] check-in: [e36f693f] user: drh branch: sticky-timeline-style, size: 28154)
2017-11-26
23:53
Avoid drawing two consecutive ellpses when the timeline comment has been truncated. ... (file: [7a09515f] check-in: [d1aa1e62] user: drh branch: trunk, size: 27715)
15:47
Use three U+002e characters to form the ellipsis in timelines, rather than the U+22ef, since some browsers do not know how to render U+22ef. ... (file: [7f694454] check-in: [1b78291f] user: drh branch: trunk, size: 27719)
01:41
Default the /timeline format to "comment (detail)". ... (file: [4f940d9e] check-in: [58cfff2a] user: drh branch: trunk, size: 27724)
01:34
Replace the three bullets with a midline ellipsis character in the timelines. ... (file: [eb70f57e] check-in: [7b9cfa99] user: drh branch: declutter-via-js, size: 27724)
01:25
Clicking anywhere on the comment field of a /timeline toggles the (detail) on/off. The ellipsis is no longer a hyperlink. ... (file: [9d98306e] check-in: [83bb8a86] user: drh branch: declutter-via-js, size: 27734)
00:37
For the ellipses in timelines from three bullet characters. ... (file: [0acb2b3b] check-in: [cef3d63c] user: drh branch: declutter-via-js, size: 27677)
2017-11-25
21:21
Add the javascript Advanced/Basic buttons to the /finfo timeline. ... (file: [efcc08d4] check-in: [6eaad787] user: drh branch: declutter-via-js, size: 27645)
12:26
Change the names of the "Basic" and "Advanced" buttons to "Declutter" and "Details". (These names are subject to further refinement.) Add a [checkins-using] link to the artifact view for content artifacts. ... (file: [6ee8db28] check-in: [e72444ea] user: drh branch: trunk, size: 27632)
2017-11-24
23:53
Make the "basic" query parameter the default for built-in skins when clicking on the Timeline menu. Add "basic" to /finfo. Other improvements to timeline. ... (file: [ba364c40] check-in: [78f18dbd] user: drh branch: trunk, size: 27506)
21:51
On the /timeline and /finfo pages, change the hyperlinks under the timestamp to point to the object referenced. This allows the timeline to be configured for "comment-only" but still provide a link to the object. ... (file: [c9479080] check-in: [77dfcc91] user: drh branch: trunk, size: 27301)
20:46
New class "timelineDetailCell" for all <td> elements that hold the separate detail column of a timeline. ... (file: [5b8ae452] check-in: [b3998550] user: drh branch: trunk, size: 27302)
20:30
Add a new timeline format that puts the details in a separate table column from the check-in comment. ... (file: [edd5b303] check-in: [dbb74473] user: drh branch: trunk, size: 27251)
20:04
Add the "Comment Format" selector for to the /setup_timeline page. This allows the admin to configure the timeline comment display in various ways, so that nearly all preferences are satisfied. ... (file: [d49de58f] check-in: [4cb350ec] user: drh branch: timeline-improvements, size: 26912)
16:25
New <span> element with the timelineExtraLinks class for the hyperlinks at the end of each entry on the /finfo page. ... (file: [c7191a81] check-in: [1186f65e] user: drh branch: timeline-improvements, size: 25899)
14:19
Give greater emphasis to the check-in comment on timeline displays. Move the check-in hash into the details section at the end of each entry. ... (file: [abecebff] check-in: [4438e68d] user: drh branch: timeline-improvements, size: 25834)
2017-10-06
16:36
Improved help message for the /mlink page ... (file: [b9be8f32] check-in: [bf94ffa0] user: drh branch: trunk, size: 25754)
2017-10-05
11:03
Minor formatting changes the the /mlink page. ... (file: [dd253d28] check-in: [a73ed0d2] user: drh branch: trunk, size: 25537)
10:02
Fix a hyperlink on the /mlink page. Add a link from /info for a check-in to the /mlink page under "Other Links". ... (file: [083e4e5c] check-in: [180128f5] user: drh branch: trunk, size: 25523)
2017-09-27
02:10
Add the orig= query parameter to the /finfo webpage. Use this in the hyperlink from the analysis log of the /annotate page. ... (file: [3b3fa76f] check-in: [95cc4b90] user: drh branch: trunk, size: 25505)
2017-09-19
18:04
Show file sizes in the description of individual file artifacts. ... (file: [cdfcb472] check-in: [4c268999] user: drh branch: trunk, size: 24753)
01:48
When the "showid" query parameter is given on /timeline or /finfo, show the delta-source artifact ID in addition to the artifact ID. ... (file: [6ff4c3e0] check-in: [29935c6e] user: drh branch: trunk, size: 24581)
2017-08-30
12:02
Remove the --no-dir-symlinks option. This is a back-out of check-in [2375d6cbce933267] together with other cleanup changes. ... (file: [af394481] check-in: [b7272185] user: drh branch: trunk, size: 24449)
2017-07-05
12:33
Fix timeline rendering so that multiple timelines can be drawn on each page without interferring with one another. Move the "Referenced By" section of the /info page upward and rename it as "References". Added the /test-backlink page for showing all pages that contain references. ... (file: [eb5d2fe1] check-in: [ba344432] user: drh branch: trunk, size: 24516)
2017-02-01
04:40
Rename and repurpose '--no-symlinks' into '--no-dir-symlinks', to prevent traversing into symlinked directories. Make the '--verily' option to 'clean' imply '--no-dir-symlinks'. ... (file: [1ed28f25] check-in: [66406ae9] user: mistachkin branch: noSymlinks, size: 24457)
02:16
Add the --no-symlinks global command line option. ... (file: [72fda64d] check-in: [85277aa3] user: mistachkin branch: noSymlinks, size: 24513)
2016-11-15
23:29
Fix revert -r option to mark a reverted file as edited if the reverted-to version does not exactly match the checkout version, even if the file size is equal ... (file: [19de1723] check-in: [f9080683] user: andygoth branch: trunk, size: 24390)
2016-11-07
01:29
Remove some tabs and end-of-line whitespace ... (file: [b53aace7] check-in: [bf9669f5] user: andygoth branch: trunk, size: 24513)
2016-11-04
22:37
Consistently use the count(X) macro in place of sizeof(X)/sizeof(*X) throughout the Fossil core, excluding things that don't use makeheaders. Also use count(X) instead of ArraySize(X) which has the same definition. ... (file: [31e2ba75] check-in: [e5b62edb] user: andygoth branch: trunk, size: 24514)
21:32
Remove unused, undocumented zTitle argument to style_submenu_element(). This argument appears to have been unused all the way back to [dbda8d6ce9]. ... (file: [5af8c7c3] check-in: [187424e8] user: andygoth branch: trunk, size: 24518)
2016-09-27
17:47
Correct "From" URL in check-in MLINK table ... (file: [3fc6e9e4] check-in: [24a0667e] user: andygoth branch: trunk, size: 24526)
2016-08-27
17:01
Improved header on the /finfo single-file timeline page. ... (file: [ea4e48b5] check-in: [88c4a53e] user: drh branch: trunk, size: 24523)
2016-08-12
22:45
Improved documentation of the date and time stamps understood by most fossil commands and web pages. No non-documentation changes were made, but comments in eight source files were edited. ... (file: [52ff40ef] check-in: [cd77e064] user: rberteig branch: trunk, size: 24535)
2016-06-15
08:38
More consistancy in using <br /> and <hr /> HTML tags ... (file: [d096ae63] check-in: [bd559ff0] user: jan.nijtmans branch: trunk, size: 24273)
2016-04-10
02:10
Merge trunk. ... (file: [ca45d4e5] check-in: [cfca8ec3] user: andygoth branch: mistake, size: 24253)
2016-02-20
13:21
Initial go at replacing URLs in the form ?name=xyz with /xyz except in places where doing so is either known to break (style_set_current_page() calls) or would require notable refactoring (/dir hyperlink generation). ... (file: [6da8013d] check-in: [e8735d6a] user: stephan branch: slash-name-links, size: 24216)
2015-12-25
00:20
Improvements to the way mlink is computed. Some unnecessary mlink entries are suppressed. Running "fossil rebuild" is recommended. ... (file: [9dcd6c54] check-in: [e2c53534] user: drh branch: trunk, size: 24271)
2015-12-24
20:25
Enhance the /mlink page to handle the name= query parameter. ... (file: [06bc9221] check-in: [a1721621] user: drh branch: trunk, size: 24122)
19:18
Improvements to the /mlink webpage. ... (file: [5ade592d] check-in: [fba948a3] user: drh branch: trunk, size: 21645)
14:36
Add the /mlink page (accessible only by Admin users) that shows MLINK table content for a check-in for debugging purposes. ... (file: [8fa72d30] check-in: [3fdc2c01] user: drh branch: trunk, size: 21489)
13:28
Fix a harmless compiler warning and several over-length source code lines. ... (file: [7c5419b6] check-in: [d94362b6] user: drh branch: trunk, size: 18728)
2015-12-23
11:10
Improvements to handling of localtime. The 'utc' and 'localtime' query parameters now work on all web pages. Timestamps can be expressed with a timezone modifier and that works correctly. ... (file: [342acc77] check-in: [ea63a2d1] user: drh branch: trunk, size: 18704)
2015-12-13
02:11
Enhance the /finfo webpage so that when it is showing the ancestors of a particular check-in, it only shows direct ancestors, the same as the /annotate and /blame pages. ... (file: [4c2d39c4] check-in: [f8db2c74] user: drh branch: trunk, size: 18728)
2015-06-19
15:44
Merge trunk. ... (file: [6f399b92] check-in: [21220b21] user: andygoth branch: andygoth-brackets-outside-link, size: 18435)
2015-05-26
21:46
Enhance file_tree_name() to be capable of producing absolute paths within the local tree. Fix --hard option to mv/rm to enable it to work properly with relative paths. ... (file: [f09550ee] check-in: [c2df31da] user: mistachkin branch: mvRmHardFix, size: 18453)
2015-05-17
21:30
Move all square brackets outside the hyperlink text to make it easier to copy-and-paste links sans brackets from typical browsers. ... (file: [570daf3f] check-in: [a2020a7a] user: andygoth branch: andygoth-brackets-outside-link, size: 18423)
2015-05-10
16:09
Avoid duplicate entries in the output of "fossil finfo" ... (file: [504004df] check-in: [d9841bef] user: drh branch: piechart, size: 18441)
2015-05-06
20:55
Allow the timeline graph to be customized using CSS. ... (file: [b6c12315] check-in: [1f1e199a] user: joel branch: graphcss, size: 18432)
2015-05-05
16:07
More changes for distinguishing between new files and files added by merge. ... (file: [8e8ee6e4] check-in: [243c77e6] user: drh branch: show-add-by-merge, size: 18621)
2015-05-02
21:11
Correct cat command error message on nonexistent file. ... (file: [d471bc9c] check-in: [715f8881] user: andygoth branch: trunk, size: 18619)
2015-04-27
13:19
Provide help text for all commands and webpages. ... (file: [1a722613] check-in: [7ab03289] user: drh branch: trunk, size: 18619)
2015-03-28
19:47
Enhance the hash_color() function so that it can provide foreground colors in addition to background colors. ... (file: [f90b6a39] check-in: [9cd79bf0] user: drh branch: auto-fg-color, size: 18578)
2015-03-19
23:57
Expose timeline circles, arrowheads, and branch rail colors as settings ... (file: [d9425714] check-in: [fb9b3707] user: jmoger branch: differentiate-timeline, size: 18825)
2015-03-10
15:22
Automatically omit merge risers from the graph when the graph is scrunched due to many rails. Make sure there is adequate spacing between the graph and text when the graph is scrunched. ... (file: [640d7c44] check-in: [dafc3fe4] user: drh branch: trunk, size: 18572)
2015-03-05
19:18
Correct [fossil finfo -n 0] to have no limit, in accordance with documentation. Update documentation to mention that negative numbers also have no limit and that unlimited is the default. ... (file: [b621bd7f] check-in: [81da7b00] user: andygoth branch: trunk, size: 18576)
2015-03-03
17:16
Use timelineDate class for the date div on finfo page, just like on timeline page to ensure the date doesn't wrap. (problem reported on ml) ... (file: [2c3139be] check-in: [3dbe76fc] user: mgagnon branch: trunk, size: 18483)
2015-03-01
20:42
More non-functional changes of 'checkin' to 'check-in' and 'checkins' to 'check-ins' in the source code. ... (file: [32bdac04] check-in: [6ec2c2e3] user: mistachkin branch: trunk, size: 18470)
2015-02-14
12:24
When the user is "nobody", make the g.anon permission vector for "anonymous" available in addition to g.perm. Hyperlinks to pages that would be available to anonymous are shown rather than suppressed. When permission is denied and control jumps to login_needed() a new flag shows whether or not logging in as "anonymous" would help. Work in progress. ... (file: [48fe799e] check-in: [2f50d427] user: drh branch: login-enhancements, size: 18469)
2015-02-13
09:03
A few more places where displayed UUID length should be configurable. ... (file: [e72ec053] check-in: [c62e94f8] user: jan.nijtmans branch: trunk, size: 18458)
2015-02-11
11:09
Use the "%S" formatting option for human-readable SHA1 hashes and "%!S" for SHA1 hashes in URLs. The length of these hashes are compile-time configurable using FOSSIL_SHA1_PREFIX_LEN and FOSSIL_SHA1_URLPREFIX_LEN, respectively. Defaults: 10 and 16. ... (file: [25bae066] check-in: [1fee0377] user: drh branch: trunk, size: 18461)
2015-02-09
10:39
Fixing parentheses closing in the finfo page. ... (file: [55d23ec3] check-in: [042ec2b9] user: viriketo branch: trunk, size: 18405)
2015-02-07
04:14
Fix the /finfo page to do a better job of showing later deletions of files that are deleted more than once. ... (file: [d6c59ff4] check-in: [bf8e4377] user: drh branch: trunk, size: 18404)
2015-01-27
02:08
Improvements to the the /finfo ancestry calculation. ... (file: [b64d61ce] check-in: [116921fd] user: drh branch: trunk, size: 17800)
01:20
Fixes to the "ancestry" links of /fdiff. ... (file: [85945a22] check-in: [d4d6a843] user: drh branch: trunk, size: 17832)
2015-01-26
15:19
Use the GR_MAX_RAIL macro to limit the number of parents for a node on a graph. On the /finfo page, ensure that a node is only marked "Added" if it has no parents. ... (file: [204c70c3] check-in: [c1c50ced] user: drh branch: mlink-improvements, size: 17438)
13:52
Remove the option in /finfo to show all changes to a file. Show the first change only. And do not attempt to put that change on the trunk, but really show the first actual change. ... (file: [6398af83] check-in: [5f6ee7ce] user: drh branch: mlink-improvements, size: 17410)
11:58
Merge recent trunk enhancements. ... (file: [d31e1551] check-in: [3c3c166c] user: drh branch: mlink-improvements, size: 18375)
11:52
Omit MLINK entries when a file is added by merge. ... (file: [b1112e1e] check-in: [bd08b03a] user: drh branch: mlink-improvements, size: 18403)
2015-01-25
21:21
Improved tracing capability for debugging purposes. ... (file: [b0d751f5] check-in: [af3d3b69] user: drh branch: trunk, size: 17826)
02:29
Some minor fixes to the /finfo tree construction. Still having problems with incorrect mlink entries being created for files added by merge. ... (file: [ea55eda4] check-in: [f603a914] user: drh branch: mlink-improvements, size: 18356)
01:30
Comment improvements in the schema. Attempt to get the /finfo page to show merge arrows. ... (file: [ce765bae] check-in: [7d5a85bb] user: drh branch: mlink-improvements, size: 18150)
2015-01-15
09:28
Remove spacings at end-of-line. No change in any functionality. ... (file: [7723537f] check-in: [080ab8cb] user: jan.nijtmans branch: trunk, size: 17581)
2014-12-08
15:36
An experiment in trying to improve the file history timelines. A schema change is necessary for this improvement, which the present check-in captures. However, the file history timelines have not yet been improved, and in fact are slightly broken at this point. ... (file: [d1f46a64] check-in: [e1e9c3a3] user: drh branch: file-history-enhancement, size: 18184)
2014-11-26
17:36
Identify unpublished (private) artifacts on timelines and in artifact descriptions. ... (file: [25824b72] check-in: [1d762099] user: drh branch: DBP-workflow, size: 17583)
2014-10-20
15:01
Add a custom static analysis program that verifies the arguments to printf-style varargs routines used in Fossil. Adjust the source code to be more robust for printf format errors and to fix a few minor problems found by the static checker. ... (file: [b37c6fcf] check-in: [0a7e326f] user: drh branch: compile-time-print-checking, size: 17553)
10:07
In the built-in customized printf(), change the wiki conversion format character from "%w" to "%W". Then add "%w" to for SQL identifiers within double-quotes, the same as used for SQLite. UPDATE: See follow-up change at [3b92154af8d] on 2015-02-26. ... (file: [6a358e50] check-in: [43b30dcf] user: drh branch: trunk, size: 17512)
2014-09-23
15:21
Use strncmp() instead of memcmp() when comparing strings since memcmp() is not guaranteed to read bytes in order and hence might read past the zero-terminator of a string. ... (file: [cd760ae4] check-in: [52cb2404] user: drh branch: trunk, size: 17512)
2014-09-15
02:36
Consolidate all use of the capture_case_sensitive_option() function. ... (file: [d7264af5] check-in: [96dc8407] user: mistachkin branch: captureCaseSensitiveOption, size: 17511)
2014-07-30
15:40
Call verify_all_options() on most of fossil CLI commands.
- Skip all the test-* commands for now (may be unnecessary)
- Skip sha1sum, md5sum and artifact because they can take "-" as argument and verify_all_options() would call fatal. Need to handle those differently...
- Command with subcommands that have their options are remaining: branch, bisect, cache, configuration, json, sql, stash, tag, ticket, user, wiki. (not sure how to handle those yet..)
... (file: [c9724671] check-in: [a426154b] user: mgagnon branch: verify-all-options, size: 17546)
2014-07-27
18:33
Fix http://comments.gmane.org/gmane.comp.version-control.fossil-scm.user/17313 ... (file: [f05c9318] check-in: [dcb60765] user: jan.nijtmans branch: trunk, size: 17266)
2014-07-23
21:37
When available, pass the original comment text as well as the (possibly prefixed) comment into comment_print(). Add COMMENT_PRINT_ORIG_BREAK flag to the new comment printing algorithm. Change the width argument for the test-comment-format command into an option. Add --origbreak option to the test-comment-format command. ... (file: [00873f3e] check-in: [0d0b80fd] user: mistachkin branch: trunk, size: 17275)
2014-07-20
02:35
Add -comfmtflags command line option to set the comment printing flags, defaulting to the legacy comment printing algorithm. ... (file: [f22bbb49] check-in: [18a97b3a] user: mistachkin branch: experimental, size: 17263)
02:10
Merge updates from trunk. ... (file: [6cffabc9] check-in: [5ea6a95a] user: mistachkin branch: experimental, size: 17279)
2014-07-02
10:50
Use "%S" format in stead of "%.10s" in more places where UUID's are handled. ... (file: [667555b5] check-in: [b246fa0c] user: jan.nijtmans branch: 16-digit-event-ids, size: 17233)
2014-06-20
20:56
Merge updates from trunk. ... (file: [c0d90797] check-in: [265a48d3] user: mistachkin branch: experimental, size: 17288)
20:54
Make sure the --width option is honored by all calls into print_timeline(). ... (file: [35ae0705] check-in: [e3df30f4] user: mistachkin branch: trunk, size: 17242)
03:56
Initial draft of the ability to break a multi-line comment on word boundaries using the new algorithm. ... (file: [aafb0bfa] check-in: [10b47cc3] user: mistachkin branch: experimental, size: 17246)
2014-06-16
09:05
Merge trunk. Make it work on Windows too. Variable width output on more commands. ... (file: [46a46e24] check-in: [40710b7a] user: jan.nijtmans branch: autoadjust, size: 17200)
2014-04-23
14:14
Add option -W|--width to "fossil stash ls" and "fossil leaves" commands. ... (file: [76cd7561] check-in: [fa6ece72] user: jan.nijtmans branch: trunk, size: 17152)
2014-03-31
18:57
Merge trunk..

including use of the urlData object the global "g" variable which fix byte alignment problem.. ... (file: [c8e3dd01] check-in: [7cb29889] user: mgagnon branch: fix-cat-dash-R, size: 17550)

10:30
Use long UUID's in more hyperlinks, without affecting UI display. ... (file: [dea5f441] check-in: [b0d9468b] user: jan.nijtmans branch: trunk, size: 17152)
2014-03-26
21:54
Fix problem when using "fossil cat" when specifying repository via command line argument (with -R) (reported on ML)

Problem was the use of file_tree_name() which call db_must_be_within_tree().

Add a variable in the Global structure 'g' to remember if -R|--repository argument was specified and don't call file_tree_name() if it's the case (since user expect file relative to repository.

(Pending review...) ... (file: [347054b1] check-in: [dc10f8d7] user: mgagnon branch: fix-cat-dash-R, size: 17733)

2014-01-28
08:20
More removals of unnecessary end-of-line spaces. No change in code. ... (file: [6bf9b482] check-in: [45f35169] user: jan.nijtmans branch: trunk, size: 17335)
2014-01-07
11:25
Always supply an href= attribute on hyperlinks within the preview, even if the hyperlink is never used. Make the hyperlinked paths of the finfo page point to the tree-view rather than the flat-view. Provide links between the tree-view and the file-ages page. ... (file: [56fbdae7] check-in: [4306ab81] user: drh branch: trunk, size: 17336)
2014-01-02
15:17
merge trunk ... (file: [6829fd9d] check-in: [d5fd6cc1] user: jan.nijtmans branch: timeline-utc, size: 17334)
2013-12-31
13:59
Add hyperlinks to the tree-view for file listings. Other improvements to the tree-view mechanism. ... (file: [69a2e1c0] check-in: [4564790e] user: drh branch: trunk, size: 17304)
2013-12-28
22:41
Eliminate the need to compile SQLite with -Dlocaltime=fossil_locatime. This makes the timeline-utc setting work when fossil is configured with --disable-internal-sqlite. ... (file: [61407f2b] check-in: [d7fd72dc] user: jan.nijtmans branch: timeline-utc, size: 17312)
2013-12-24
11:45
merge trunk ... (file: [965d3d83] check-in: [5e0e7678] user: jan.nijtmans branch: hidden-tag, size: 17523)
11:41
Minor bug in handling of "fco" parameter in finfo page, only noticable with multiple buttons. Add more "Unhide" buttons to various timeline page variants. Add "unhide" options from various info page links, which could point to hidden information. ... (file: [165f3433] check-in: [71aa33cd] user: jan.nijtmans branch: trunk, size: 17282)
2013-12-23
21:25
Add "Unhide" button in finfo page. (Doesn't do anything yet) ... (file: [f799509e] check-in: [73da41c5] user: jan.nijtmans branch: hidden-tag, size: 17525)
09:00
Some more link fixes, all of the form "/timeline" having an uuid in it's arguments which is possibly hidden. ... (file: [9ec03b12] check-in: [7af8e2eb] user: jan.nijtmans branch: hidden-tag, size: 17290)
2013-11-20
08:57
Add "blame" WEBPAGE, just as "annotate" but giving comparable output as "fossil blame". ... (file: [4bc626ce] check-in: [d7160dc1] user: jan.nijtmans branch: trunk, size: 17283)
2013-11-12
08:58
Add option --offset to "fossil timeline" ... (file: [fccd03e4] check-in: [32a9b55e] user: jan.nijtmans branch: trunk, size: 17203)
2013-10-30
08:42
Make option -n|--limit of "fossil timeline" now specify the number of entries, just like all other commands which have the -n|--limit option. Suggested by Martin Gagnon. ... (file: [3abdc03b] check-in: [6e4e16fb] user: jan.nijtmans branch: trunk, size: 17122)
2013-10-29
10:55
Add option -W|--width to the "fossil timeline" and "fossil finfo" commands. Defaults to 79. ... (file: [2097dadb] check-in: [2eb492e2] user: jan.nijtmans branch: trunk, size: 17101)
2013-09-10
14:32
Fix minor finfo line wrapping issue reported on mailing list. ... (file: [0f3214c2] check-in: [4d846d94] user: andybradford branch: trunk, size: 16809)
2013-08-30
03:06
Change most uses of fossil_panic() to fossil_fatal(). Modify fossil_panic() to avoid allocating heap memory and to close the database connection before doing anything else. ... (file: [375ad5ed] check-in: [320f1436] user: drh branch: trunk, size: 16811)
2013-08-09
01:09
Fix incorrect wrapping of brief finfo output by simply reducing the size of the buffer passed to comment_print(). ... (file: [22d9035d] check-in: [bdbf144e] user: andybradford branch: pending-review, size: 16809)
2013-06-26
15:10
Additional information displayed for the (undocumented and unsupported) debug=1 query parameter on the /finfo file timeline. ... (file: [58ec2494] check-in: [c97f7ab4] user: drh branch: trunk, size: 16811)
2013-05-27
02:18
Further improvements to the web display of annotations and file history. ... (file: [e66fb54b] check-in: [ef26e762] user: drh branch: trunk, size: 16590)
2013-05-25
20:41
Improvements to file history display in the web interface. ... (file: [fb09e909] check-in: [601c1542] user: drh branch: trunk, size: 16568)
17:22
Add the ci= query parameter to the finfo webpage, to trace the direct ancestors of a file from a particular check-in. ... (file: [21d3a044] check-in: [418ec701] user: drh branch: trunk, size: 16101)
2013-05-06
09:40
On the /vdiff web-page, presence of "v" should mean "v=1", just as on the /event and /timeline web-pages. Add "&sbs=1" in various /vdiff and /fdiff url's, so it no longer depends on the default value. Replace some "v=1" parameters with the short form "v". ... (file: [b8afda61] check-in: [d24afd17] user: jan.nijtmans branch: trunk, size: 15497)
2013-04-24
07:28
All ui pages (and JSON) should handle filenames case-sensitive because they don't access the file system. ... (file: [08dab14e] check-in: [c967b661] user: jan.nijtmans branch: page-case-sensitive, size: 15491)
2013-04-23
08:40
Add --limit as alias to --count in "fossil timeline" for consistancy with other commands. Add many short options, like "-a" for "--all" and "-c" for "--closed" (The JSON part already had those) ... (file: [cc3b65de] check-in: [8b17c236] user: jan.nijtmans branch: trunk, size: 15541)
2013-04-19
07:55
Rename "--limit" to "--count" and "--test" to "--nochange" in some fossil commands ... (file: [f0402096] check-in: [e72af505] user: jan.nijtmans branch: count-nochange, size: 15627)
2013-04-17
09:19
Cygwin: the default value of the "case-sensitive" setting now depends on the case-sensitive setting of the windows kernel. See: http://cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-casesensitive. Alphabetize some command documentation. ... (file: [883a6ae8] check-in: [9359b41f] user: jan.nijtmans branch: trunk, size: 15536)
2013-03-14
14:09
style ... (file: [5e1f8574] check-in: [3ba9a4d5] user: jan.nijtmans branch: trunk, size: 15536)
2013-03-01
11:45
In the finfo page, also print the comment parsed with %w, like in the timeline. Links or wiki syntax was not resolved. ... (file: [a76fc99c] check-in: [380485de] user: viriketo branch: trunk, size: 15544)
2012-12-06
02:44
Increase the maximum graph with to 40 rails. Fix the graph display for individual files, which was broken by the prior change. ... (file: [e8ab6002] check-in: [8d4ee62b] user: drh branch: trunk, size: 15544)
2012-11-30
03:10
Click on the timeline graph once to select a node. Click on a different node to see a diff between the two. Click on the selected node to undo the selection. Works with check-in timelines and file timelines. ... (file: [da3a11b5] check-in: [a7dde41f] user: drh branch: click-graph-to-diff, size: 15505)
2012-11-28
20:37
Add the "fossil cat" command, which is an alias for "fossil finfo -p" ... (file: [167e3357] check-in: [607ff085] user: drh branch: trunk, size: 15435)
2012-11-16
07:50
remove unused variable ... (file: [aa52b909] check-in: [6fb750d7] user: jan.nijtmans branch: trunk, size: 14422)
2012-11-15
20:25
Enhance the finfo page to show renames and/or where the file was added. ... (file: [ade351dd] check-in: [dac6424e] user: drh branch: trunk, size: 14434)
15:57
Enhancements to the timeline labeling with the uf= option. New hyperlinks from the finfo page to timeline with uf=. ... (file: [b1ef8ed9] check-in: [a9372c05] user: drh branch: trunk, size: 13603)
12:38
Add the debug= query parameter to the finfo file timeline page. Setting the 1 bit on debug causes the fid, pid, and mid of each file change to be displayed in the timeline. ... (file: [34eb6ba4] check-in: [badd78e1] user: drh branch: trunk, size: 13528)
2012-11-09
11:56
In html5, every table row is expected to have the same number of cells. ... (file: [a56a77de] check-in: [cc746fc6] user: jan.nijtmans branch: trunk, size: 13136)
2012-11-08
20:51
Correctly escape ZIP and Tarball filenames for URLs. Limit SHA1 hashs on diff URLs using %S instead of %s. Limit the number of links to follow off of each page in the many-www.tcl test script. ... (file: [c2dbad9a] check-in: [76e8600b] user: drh branch: trunk, size: 13109)
2012-10-21
00:52
Fix a crash bug that comes up when trying to view the history of files whose names contain charaters that require URL escapes. ... (file: [33bc4f6f] check-in: [65f495bc] user: drh branch: conflict-tracking, size: 13109)
2012-10-11
19:45
Cherrypick changes [0c37874941c8972], [9ba8a393fcc569b], and [ae092ec605eed11] in order to backport the --setmtime option of "fossil update" and the --age and -t options of "fossil ls" to version 1.19. ... (file: [ed6f54ae] check-in: [773c6c5f] user: drh branch: branch-1.19, size: 11051)
19:22
Add the --setmtime command-line option to "fossil update". When this option is used, the mtime of all unmodified managed files is set to the time when that file was originally checked in. ... (file: [3b7178cb] check-in: [ae092ec6] user: drh branch: trunk, size: 13099)
2012-09-30
06:25
Add support for skipping binary files when using an external diff program. The existing 'binary-glob' setting and new 'diff-binary' boolean setting control this feature. ... (file: [02754a88] check-in: [c50eb507] user: mistachkin branch: diffBinExternal, size: 13089)
2012-09-05
14:10
Make the new "simplified" finfo page the default. The original finfo is available using the "Full" submenu option. ... (file: [a1b4516f] check-in: [1574b63b] user: drh branch: trunk, size: 13089)
11:33
Add "fco" query parameter and the "Simplified"/"Full" submenu items to control it on the "finfo" web page. ... (file: [5dfd6268] check-in: [f1fae7f9] user: drh branch: trunk, size: 12996)
2012-08-29
13:57
Allow UTF-8 characters in sources. translate.exe will translate it to ASCII ... (file: [0cb51693] check-in: [9f6abc59] user: jan.nijtmans branch: msvc-broken, size: 12134)
2012-08-27
21:09
Include branch information in the output of the finfo command. Patches from Peter Spjuth. ... (file: [65f708f8] check-in: [724bf68a] user: drh branch: trunk, size: 12135)
2012-06-29
15:59
Update to the latest SQLite4 that requires converting preprocessor macro prefixes from "SQLITE_" to "SQLITE4_". ... (file: [4c322b43] check-in: [0328d681] user: drh branch: sqlite4, size: 11843)
2012-06-27
12:30
Begin a branch that is modified to use sqlite4 instead of sqlite3 as the storage engine. This check-in compiles (on unix) but does not work. ... (file: [2a9fb110] check-in: [68239127] user: drh branch: sqlite4, size: 11840)
2012-06-11
17:33
merge trunk again... (previous merge was not from latest trunk from fossil-scm.org) ... (file: [c35abf68] check-in: [7a57ab64] user: mgagnon branch: mgagnon_fix, size: 11876)
2012-04-28
08:03
Refinements to the new hyperlink logic and spider defense. ... (file: [da98a7c6] check-in: [d9c8a7dd] user: drh branch: spider-defense, size: 11834)
07:15
Changes anchor tags (<a>) so that the href= attribute can be set by javascript rather than by HTML. This is to make it harder for spiders to follow the hyperlinks to every diff and annotation in the project history. It all seems to work, but it needs further testing and review before going live. ... (file: [b188aa9a] check-in: [8ae52fc4] user: drh branch: spider-defense, size: 11840)
2012-03-29
14:54
Add vim modline everywhere ... (file: [22901bff] check-in: [a496d8e8] user: mgagnon branch: mgagnon_fix, size: 11997)
2012-02-10
18:02
climb up the trunk. From up here, clarify wording of the "building and installing" wiki page: you don't need to log in to get the source code for released versions of fossil, the download page will have a shiny source package for you to fetch. ... (file: [dda08320] check-in: [587dd57f] user: martin.weber branch: msw-docco, size: 11955)
2011-12-06
00:09
The finfo command and the file browsing pages of the web UI now honor the case-sensitive option and merge filenames that differ only in case as requested. ... (file: [b6b35d8f] check-in: [9c90b0f0] user: drh branch: trunk, size: 11945)
2011-10-22
11:55
Do not assume the CSS background color is "white". ... (file: [28baba94] check-in: [a9fd1c79] user: drh branch: trunk, size: 11553)
2011-09-15
00:54
Further progress towards jerusalem on yet another holy docco crusade! Checkin #3/n ... (file: [e6e2fe88] check-in: [17f21f24] user: martin.weber branch: msw-docco, size: 11568)
2011-09-14
17:45
Refactored g.okXXX perms flags to g.perm.XXX. ... (file: [31702242] check-in: [34b4dec0] user: stephan branch: stephan-hack, size: 11558)
00:32
Begin streamline the online documentation to:
  • always include a short overview of the options supported by a given command, alphabetically sorted
  • reference similar/related commands with a final See also: section
  • Use ?x? for optional arguments
  • collapse supported options into ?OPTIONS? This is commit #1/n.
... (file: [09aeab5e] check-in: [3fbf8caa] user: martin.weber branch: msw-docco, size: 11549)
2011-08-22
22:20
Merge trunk. ... (file: [b206c143] check-in: [c57830be] user: dmitry branch: symlinks, size: 11044)
2011-08-02
18:42
Use the automatic background color algorithm for individual file timelines in addition to the global timeline. ... (file: [79a735a1] check-in: [abe7b833] user: drh branch: trunk, size: 11041)
2011-05-12
12:14
Pull the latest changes from trunk into windows-i18n. ... (file: [2284ea12] check-in: [f25b6c00] user: drh branch: windows-i18n, size: 10720)
00:40
Futher improments to the display of individual file timeline graphs. ... (file: [0d772d7f] check-in: [64aa186a] user: drh branch: trunk, size: 10702)
00:02
Add the a=, b=, and n= query parameters to the finfo web method. Show all duplicate entries in a timeline in the right-most rail. ... (file: [dbd643e9] check-in: [cbc84ad6] user: drh branch: trunk, size: 10682)
2011-04-27
18:21
Attempt to get Fossil working on windows systems that do not use UTF8 in the shell. ... (file: [9904aa5c] check-in: [e805fa8d] user: drh branch: windows-i18n, size: 10107)
2011-03-25
02:55
Move vfile_check_signature into "finfo --status" branch. The other options don't use it and it involves a lot of IO. ... (file: [1a856cfc] check-in: [ae84e6c7] user: joerg branch: trunk, size: 10089)
02:53
Use the somewhat simpler join in place of a subselect ... (file: [253622c1] check-in: [7563c241] user: joerg branch: trunk, size: 10078)
2011-03-15
01:34
Change the graph layout to include ascenders for nodes that have off-screen children. Fix a bug in the leaf-tracker that became evident by this enhancement. (A rebuild is required to rebuild the leaf table after updating, or else some timeline graphs will not display correctly.) ... (file: [a49d667b] check-in: [d7a0240f] user: drh branch: trunk, size: 10062)
2011-02-27
21:45
Fix the "revert" command so that it restores the correct execute permission to the file. Ticket [baf9b6b11e08c1] ... (file: [1e712203] check-in: [3c39caac] user: drh branch: trunk, size: 10056)
2011-01-28
19:04
Add symlink support for Unix. New settings flag "allow-symlinks" controls this (off by default). ... (file: [0592d8cc] check-in: [ed2ef7e9] user: dmitry branch: symlinks, size: 10059)
2011-01-17
02:39
Fix an incorrect comment in finfo.c. No code changes. ... (file: [cb0c42da] check-in: [35aed076] user: drh branch: trunk, size: 10053)
2010-12-19
02:09
Clear compiler warnings on OpenBSD. No functional code changes. ... (file: [4b90f6e2] check-in: [bbbb35a3] user: drh branch: trunk, size: 10058)
2010-12-08
21:00
Add the --sha1sum option to the "status" and "changes" commands to force a detailed (but slow) SHA1 checksum verification that files have not changed. ... (file: [a1a7eeca] check-in: [e154a438] user: drh branch: trunk, size: 10030)
2010-11-15
19:50
Fix graph display for file history. Tickets [5c7565d157b13fe0c30b7] and [a734fe24da8f75758cf4]. ... (file: [7938d5d3] check-in: [bb045dbd] user: drh branch: trunk, size: 10027)
2010-11-08
20:04
merge from trunk ... (file: [2488e45e] check-in: [1e801695] user: wolfgang branch: StvPrivateHook2, size: 10158)
00:40
Merge in changes from the venks-emacs branch. ... (file: [1b057f70] check-in: [c01e3c17] user: drh branch: trunk, size: 10008)
2010-11-07
21:11
Patches to file.c (for mingw is_dir), finfo.c (various utilities), and update.c (for verbose/nochange), to allow integration into Emacs and IDEs. ... (file: [c48fe935] check-in: [2a86bb65] user: venkat branch: venks-emacs, size: 10061)
2010-10-26
19:01
merge from trunk ... (file: [c2eb2fd8] check-in: [4260bc6a] user: wolfgang branch: StvPrivateHook2 , size: 7024)
2010-10-25
21:47
Improvements and minor bug fixes in "browse" processing. ... (file: [590b757e] check-in: [b27d50b4] user: drh branch: experimental, size: 6875)
2010-10-10
08:59
added more cross reference ... (file: [2bfaf389] check-in: [c2ef3715] user: Ratte branch: wolfgangHelpCmd, size: 7021)
2010-10-09
20:13
show references to commandline on webpages; add httptrace to windows http server ... (file: [8aa206ff] check-in: [d1d1cd12] user: wolfgang branch: wolfgangHelpCmd, size: 7019)
15:34
link the command line help to the gui pages, where appropriate ... (file: [dcc214c7] check-in: [a5cd7927] user: wolfgang branch: wolfgangHelpCmd, size: 7005)
2010-09-13
22:14
Avoid the use of tabs. Make sure lines do not exceed 80 characters. ... (file: [51e99c60] check-in: [4cc0ebef] user: drh branch: wolfgangFormat2CSS, size: 6872)
2010-09-12
10:42
file timeline/attach pages HTML-validated ... (file: [ed6e608e] check-in: [cd2f91d3] user: wolfgang branch: wolfgangFormat2CSS, size: 6834)
2010-09-09
21:41
section css extended with 'white-space: nowrap;' to avoid validator errors. PLEASE update your local styles for the section class ... (file: [5451e357] check-in: [6436092e] user: wolfgang branch: wolfgangFormat2CSS, size: 6833)
2010-07-23
09:37
Fixed various typos and omissions in help sections ... (file: [1e379e6a] check-in: [44b02c3d] user: BMorgat branch: trunk, size: 6846)
2010-05-16
19:08
Change from GPL to the Simplified BSD License. ... (file: [347f596e] check-in: [c06edd23] user: drh branch: clear-title, size: 6847)
2010-04-15
23:50
Fill the boxes on the graph with the same background color as the text in the timeline description. ... (file: [7eaa0142] check-in: [0e7b85bb] user: drh branch: trunk, size: 7123)
2010-04-02
19:27
In file changes histories, show when the file is deleted. ... (file: [a345d96a] check-in: [4bbb437f] user: drh branch: trunk, size: 7115)
2010-03-21
21:51
Avoid the use of rowids in URLs, since they can change on a rebuild. Use SHA1-derived artifact IDs instead. ... (file: [df198511] check-in: [a4b10f43] user: drh branch: trunk, size: 6591)
2010-03-17
01:03
Fix a bug in timeline introduced by the previous check-in. Improvements to the file timeline. ... (file: [856d5830] check-in: [69531842] user: drh branch: trunk, size: 6461)
00:40
Get the derivation graph working for individual file histories. ... (file: [78c577d9] check-in: [c19467d6] user: drh branch: trunk, size: 6421)
2009-10-31
15:07
Add an "finfo" command to give file history. ... (file: [8f0bef2b] check-in: [8c8f8616] user: drh branch: trunk, size: 5402)