Fossil

All files named ”src/info.c”
Login

All files named ”src/info.c”

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

Ancestors of file src/info.c from check-in b75a9d0fa3

2022-09-15
13:40
Improve <code>/tkthistory</code> page: render selected ticket fields as unified diffs. ... (file: [f8f7867abe] check-in: [b75a9d0fa3] user: george branch: deltify-tkt-blobs, size: 125624)
2022-08-04
12:19
Remove the accordion from the "Changes" division of the /vinfo page (at least temporarily) because it is cutting off the bottom of the diff. ... (file: [401a9448ba] check-in: [69a6f45387] user: drh branch: trunk, size: 125566)
2022-08-02
20:55
Put all sections of the /vinfo page (or the /info page for a check-in) inside an accordion widget. ... (file: [f909f3daf3] check-in: [ab553393a1] user: drh branch: trunk, size: 125621)
2022-07-24
14:51
Replaced the remaining --dryrun flags with --dry-run, for consistency, per discussion/monologue in [forum:d732b4026f44bdba|forum post d732b4026f44bdba]. ... (file: [4eb467e0f8] check-in: [4a720c2621] user: stephan branch: trunk, size: 125405)
2022-07-17
23:48
Changed a number of "a" articles followed by vowels in docs and comments to "an", per [forum:/forumpost/3e6e40293f03f089 | a forum post]. ... (file: [65bf58a806] check-in: [99a319bdbf] user: wyoung branch: trunk, size: 125466)
2022-06-10
14:11
In the /winfo view (/info/WIKI_ARTIFACT_ID), honor the timeline-utc configuration flag, per request in [forum:7e7219e59120b2db]. Though that setting is ostensibly only for the timeline, it seems to be used just about where except where times are explicitly labeled as UTC. ... (file: [13debfd154] check-in: [17ebe42d61] user: stephan branch: trunk, size: 125465)
2022-04-15
13:56
Merge the enhanced load control measure to trunk. ... (file: [8d0ca75a71] check-in: [9413395f5b] user: drh branch: trunk, size: 125455)
2022-04-13
16:27
On the /info view for a checkin which has a branch/branch-name wiki page, correct the Edit Wiki link to use /wikiedit instead of /wiki if permissions allow, otherwise the /wiki page's automatic redirection of branch/branch-name wiki pages to the timeline makes it impossible to get to the editor for a branch-specific wiki page. ... (file: [71f8a71e30] check-in: [82510672b8] user: stephan branch: trunk, size: 125448)
2022-03-31
09:14
Improvements to the help text and code comments for the "describe" command. ... (file: [1976b9f2cb] check-in: [52dd8a91bf] user: danield branch: trunk, size: 125337)
08:21
In "fossil describe", use hash_digits() as the default length when printing the commit hash. ... (file: [b859a8eff1] check-in: [951cf9faf3] user: danield branch: trunk, size: 125149)
2022-03-30
21:11
Fix the describe_commit() routine so that it is faster and simpler and so that it ignores tags that are applied to more than one check-in. ... (file: [c4b663fdae] check-in: [41dc5fc000] user: drh branch: trunk, size: 125137)
14:45
Add the new "fossil describe" command. ... (file: [de7d7f9992] check-in: [36ca266479] user: drh branch: trunk, size: 125767)
2022-02-19
01:59
Fix hyperlinks on the [/help?cmd=/winfo|/winfo] page. These were broken when a page was accessed through [/help?cmd=/info|/info/HASH] or <code>/winfo/HASH</code> aliases. ... (file: [d03b83224a] check-in: [356a4845b3] user: george branch: trunk, size: 119268)
2021-12-28
06:47
Modify "/fdiff?patch" to generate unified patches with the default number of context lines, analogous to "/vdiff?patch". It looks like "/fdiff?patch" was switched to side-by-side during the recent diff refactoring, when "diffFlags = 4" in its code path no longer meant "4 lines of diff context" (packed into the now obsoleted DIFF_CONTEXT_MASK range), but DIFF_SIDEBYSIDE. (Please roll back this commit or move it to a siding branch if incorrect.) ... (file: [dedd6134da] check-in: [5aa1ec3789] user: florian branch: trunk, size: 119256)
2021-11-19
06:02
Fix a minor typo in the /ci_edit footnote about custom branch colors. ... (file: [b24804aaed] check-in: [5954e626f9] user: florian branch: trunk, size: 119245)
2021-11-17
15:52
Fix accidental fork. ... (file: [49fc75f17b] check-in: [bd7f2727ba] user: danield branch: trunk, size: 119245)
2021-10-12
17:11
Corrected misuse of g.argv in /ci and /ci_tags pages, per [forum:74ec2261df|forum post 74ec2261df]. ... (file: [ff144feffd] check-in: [ba3323da9f] user: stephan branch: trunk, size: 119183)
2021-10-08
17:49
Use application/json instead of text/json for JSON-format responses. [forum:30629128c1|Forum post 30629128c1]. ... (file: [4ebf41eca2] check-in: [c0714a05ec] user: stephan branch: trunk, size: 119183)
2021-09-23
04:53
In /ci_edit, add a footnote recommending against setting fixed color values. That feature predates skins by years and does not play well with arbitrary skins. ... (file: [96a4464552] check-in: [9956fa6dde] user: stephan branch: trunk, size: 119176)
04:46
Minor restructuring of the /file line number DOM elements to address text-mode browsers. [forum:c8fd094267a0f0d9| Forum post c8fd094267a0f0d9]. ... (file: [e28dde56ba] check-in: [53ff9d0de0] user: stephan branch: trunk, size: 118902)
2021-09-11
17:09
Enhance the various diff views (excluding diff -b output) to be able to dynamically load more context lines per mouse click. ... (file: [0098b8198b] check-in: [51c1efd403] user: stephan branch: trunk, size: 118824)
2021-09-07
19:15
On the /jtext page, terminate the JSON array early if there are insufficient lines of text in the file to complete the request. ... (file: [ddb882df84] check-in: [6f5dfd9d80] user: drh branch: trunk, size: 117957)
19:09
Add the /jtext webpage, intended for use by XHR. ... (file: [0354ff8c8d] check-in: [5f7fcbabf0] user: drh branch: trunk, size: 117883)
18:45
When HTML diffs are generated from a webpage, include sufficient information in class names ids, and data- elements to permit JS to redraw the separators to include context fill-in buttons. ... (file: [910d9ec3c5] check-in: [c275a166b3] user: drh branch: trunk, size: 116472)
16:06
Further simplification of the DiffConfig object by splitting out the lines of context and column width values from the diffFlags vector into separate columns. There should be no user-visible changes in behavior. ... (file: [e3122b13fb] check-in: [ca6fa4b2f3] user: drh branch: trunk, size: 116395)
10:42
Minor fix to adapt the `append_diff_javascript()' function and its call points to the new diff logic (already partially done with check-in [1347a1ddb9]). ... (file: [ad2f9d6b63] check-in: [f9761abb6a] user: florian branch: trunk, size: 116661)
2021-09-06
22:26
Internally, use the new DiffConfig object to pass around diff settings, rather than the legacy u64 bit array. This provides increased flexibility to the internals. There should be no user-visible changes (unless I made a mistake). Note that more parameters could be folded into the DiffConfig object. This check-in is just a start. ... (file: [627ca02882] check-in: [1347a1ddb9] user: drh branch: trunk, size: 116666)
2021-09-05
19:02
Refactor the diff logic for improved modularity and performance. This check-in transitions the diff improvement efforts from a branch to trunk. The effort is not yet complete, but it is stable enough to continue going on trunk. User-visible changes include (1) improved diff display, especially for unified diffs, (2) the new "fossil xdiff" command (promoting the older "test-diff" command into a supported command), and improved performance. Behind the scenes, (3) the class names DOM module used for for HTML diffs is simplified - which may break custom skins, (4) the internal processing of diffs is simplified in many ways. ... (file: [952d83da4c] check-in: [9e330740cc] user: drh branch: trunk, size: 116571)
2021-08-25
16:10
Add the --webpage option to the various "diff" commands. This option causes the diff output to be in the form of a stand-alone webpage that can be sent to a remote collaborator (for example via a chat attachment). ... (file: [03a86b2705] check-in: [ea52b7d06c] user: drh branch: trunk, size: 116574)
2021-08-23
02:40
Minor internal doc tweaks. No code changes. ... (file: [28e2a280b4] check-in: [4907122668] user: stephan branch: trunk, size: 116724)
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: [4ce48074a5] check-in: [2e51bb9b03] user: drh branch: trunk, size: 116725)
2021-06-19
02:29
Fix a possible "use-after-free" while rendering a [/help?cmd=/file|/file] page for the case when "ci" parameter is missing. This is a preliminary fix, it may introduce a (tiny) memory leak. ... (file: [2b1cfb724e] check-in: [a6477bca65] user: george branch: trunk, size: 116501)
2021-06-12
14:59
Move the test for forum post ahead of the plink test in the /info page, because things other than check-ins can now appear in the plink table. [forum:/forumpost/52587290b9493eab|Forum post 52587290b9493eab]. ... (file: [5606e55f7c] check-in: [81ab30272e] user: drh branch: trunk, size: 116442)
2021-06-03
23:57
Enable propagating tags for forum, wiki, and technotes. ... (file: [e2613ed189] check-in: [7c64fe0b67] user: drh branch: trunk, size: 116442)
2021-05-31
03:26
The /ci_tags page now adapts its header label based on the type of artifact hash passed to it (since it works as-is with hashes other than checkins). ... (file: [23affed668] check-in: [41f0838cbe] user: stephan branch: trunk, size: 116436)
2021-03-19
16:01
Resolved display cookie diff setting inconsistency reported in [forum:/forumpost/f7e18f946b | forum post f7e18f946b]. ... (file: [efafeb2989] check-in: [e378f9300e] user: stephan branch: trunk, size: 116348)
2021-03-11
18:20
More help text consistency tweaks from forum discussion [forum:8c644048f0]: FILE vs REPO. ... (file: [3529cbaef7] check-in: [decd537016] user: stephan branch: trunk, size: 116280)
15:40
More help text consistency tweaks from forum discussion [forum:8c644048f0]: --repository REPO. ... (file: [77a6309abd] check-in: [2f7c93f49c] user: stephan branch: trunk, size: 116280)
13:22
Numerous help text consistency tweaks based on forum discussion [forum:8c644048f0]. ... (file: [096c048c95] check-in: [4cb50c4ef3] user: stephan branch: trunk, size: 116280)
2021-03-04
03:53
Added diff toggles to the /vinfo page, per forum feedback. ... (file: [605f68adeb] check-in: [ddb2124a34] user: stephan branch: trunk, size: 116282)
2021-03-03
17:28
The various diff-rendering pages now have toggles to show/hide individual diffs, as discussed in [forum:0f751ad9c8]. ... (file: [c041d6901c] check-in: [877246cf3d] user: stephan branch: trunk, size: 116233)
2021-03-02
17:13
Documentation for new settings. Improvements to the change log. ... (file: [7aee26b4d1] check-in: [aac9093b36] user: drh branch: trunk, size: 116184)
13:55
Alternative skins can be determined by the "skin" field of the display preferences cookie. The "skn_X" mechanism is removed. ... (file: [1f3d295d27] check-in: [3339420778] user: drh branch: trunk, size: 116069)
2021-03-01
20:37
If the diff type (unified vs. side-by-side) is not specified by a query parameter or cookie, then determine the diff type based on the "preferred-diff-type" setting, if there is one, or on a guess whether or not the requesting agent is a mobile device based on the User-Agent parameter in the HTTP request. ... (file: [3f5f58648a] check-in: [29bab2748b] user: drh branch: trunk, size: 116126)
2021-01-10
01:40
Performance optimization for /hexdump. Also, prevent /hexdump from working for robots, as robots like to download thousands of /hexdumps from servers and soak up CPU time and bandwidth, and I cannot think of any reason for a robot to actually need a hexdump. ... (file: [81f05021ee] check-in: [60736abcf6] user: drh branch: trunk, size: 115216)
2021-01-09
18:43
Always include the "Annotate" and "Blame" submenu items of the /file page, not just for cases of text/ mimetypes, since some files (ex: Makefile.in) do not have a well-defined mimetype, but we do want to Annotate them. ... (file: [f2551932de] check-in: [b84b8bf359] user: drh branch: trunk, size: 114303)
2021-01-05
15:11
Fix the /file page so that it shows the text of files that are not identified as special binary types. ... (file: [4beb042bea] check-in: [1e00898949] user: drh branch: trunk, size: 114367)
2021-01-04
15:18
Fix rendering on the /file page that causes text files to be reported as binary. Caused by check-in [6643d4a0c1aabb85]. ... (file: [0e4b6b07e9] check-in: [e5d30a7c34] user: drh branch: trunk, size: 114326)
12:14
Show the size of the file in the /file display of audio/* files. ... (file: [2883632430] check-in: [dff1332593] user: drh branch: trunk, size: 114293)
2021-01-03
15:30
Fix the /file page so that it is able to play sound files that are checked into the repository. Example: [/file/src/sounds/plunk.wav] ... (file: [af6f0ba37a] check-in: [6643d4a0c1] user: drh branch: trunk, size: 114218)
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: [29dda455ed] check-in: [dffcebea14] user: drh branch: trunk, size: 113925)
2020-12-22
18:31
Add support for the "$current_feature" TH1 variable as a possibly better way to do page-specific of feature-specific styling. ... (file: [1d89c7d2ef] check-in: [112c713be1] user: drh branch: trunk, size: 113937)
2020-12-04
18:35
The variadic function builtin_fossil_js_bundle_or() was using 0 as a sentinel to detect end-of-list, but that isn't equivalent to NULL in a list of pointed-to objects in all C compilers, on all systems. Using a GCC/Clang function attribute to force a warning when 0 is passed instead of NULL, then fixed all resulting warnings. This fixes the SEGV reported in [forum:/forumpost/5feca9c36a|forum post 5feca9c36a] on Mac OS X 10.11 with Clang from Xcode 7. Later versions of Clang on macOS don't have this problem, but it's still UB, so fixing it may solve some pain for us later on. ... (file: [40069807d5] check-in: [815b4fc493] user: wyoung branch: trunk, size: 113833)
2020-11-27
13:08
Set an appropriate base URL for the /file page when it is using name= and ci= query parameters. ... (file: [43db6c2f35] check-in: [a7343c6a0c] user: drh branch: trunk, size: 113830)
2020-11-12
11:54
Fix the page title for the /file method without a ci= query parameter. ... (file: [1c88a4d0a6] check-in: [cf72fc18e7] user: drh branch: trunk, size: 113665)
2020-11-07
13:28
Styling improvements: (1) Change the "style_footer()" interface to "style_finish_page()" and give it a parameter which is the page type. (2) Enhance the CSS to make use of the page type. ... (file: [7eaa6f51d7] check-in: [3d6444fc4a] user: drh branch: trunk, size: 113647)
2020-10-20
23:40
Fix a harmless compiler warning in the previous check-in. ... (file: [5cfccb4a1c] check-in: [6c2b5bafb6] user: drh branch: trunk, size: 113440)
23:37
The /file page for a file that is not part of the latest checkin tries to substitute the most recent checking that added the file. ... (file: [5430ee9aab] check-in: [5cf5ad8491] user: drh branch: trunk, size: 113440)
2020-10-17
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: [c90b6afabf] check-in: [b54d9396f9] user: drh branch: trunk, size: 112727)
2020-10-11
01:19
Understand files ending in ".pikchr" to be Pikchr source text and render them appropriately. ... (file: [9650660aba] check-in: [e32214a409] user: drh branch: trunk, size: 112447)
2020-10-05
11:25
Change instances of %s(g.zTop) into %R. ... (file: [d27ae6df13] check-in: [a40e8a0934] user: drh branch: trunk, size: 112335)
2020-09-28
02:14
Add support for displaying SVG files ... (file: [2dc61dc12c] check-in: [4a53f34302] user: andygoth branch: trunk, size: 112428)
2020-09-18
07:37
The routines which emit fossil.XYZ.js modules now understand their dependencies, emit any deps in dependency order (recursively), and do not emit a given module more than once (simplifies usage and is an and overall improvement in cacheability). Added the pikchr click support to more pages. ... (file: [50bac8bc1e] check-in: [9b2b6f5b1c] user: stephan branch: trunk, size: 111958)
05:07
Minor C-side fossil JS API simplification to ease upcoming changes. ... (file: [1a2a4bc84f] check-in: [58d86b16bf] user: stephan branch: trunk, size: 111978)
03:28
Clarify the origin of JS in the generated HTML. ... (file: [06b118844f] check-in: [6854244949] user: drh branch: trunk, size: 112034)
2020-08-25
07:00
The fossil.XYZ.js-using pages now include all of those APIs when running in bundled JS mode, as that provides far lower aggregate over-the-wire and HTTP request counts. Added ? popup help buttons in wikiedit/fileedit to replace title-attribute hoverhelp (popup positioning can still be improved, though). ... (file: [9852b68097] check-in: [34f7fd72c6] user: stephan branch: trunk, size: 112009)
2020-08-20
18:08
Show the artifact hash with a copy button on the header of /file pages. ... (file: [7c8e2872c8] check-in: [00eb7a05b5] user: drh branch: trunk, size: 111434)
2020-08-16
23:09
Add the "test-symlink-list" command. ... (file: [5e41e5a03c] check-in: [de38906fd5] user: drh branch: trunk, size: 111325)
16:06
Fix segfault in /artifact introduced by check-in [b699040d701464ce] and reported [https://fossil-scm.org/forum/forumpost/a073f05cc3|on the forum]. ... (file: [dc9cb4de18] check-in: [5a9ac6ca3e] user: drh branch: trunk, size: 110432)
13:39
Improvements to line-numbered text output. ... (file: [691ca2345b] check-in: [b699040d70] user: drh branch: trunk, size: 110416)
2020-08-08
23:51
Many updates to built-in help pages. No changes to code. ... (file: [605528a1f7] check-in: [c965636958] user: drh branch: trunk, size: 108473)
2020-07-31
22:04
Simplify the internal interfaces used for injecting built-in Javascript files onto a web page. ... (file: [6bf628dc6f] check-in: [036a9d5c58] user: drh branch: trunk, size: 108457)
2020-07-20
00:16
ETAG caching of artifact downloads. ... (file: [9778fa2453] check-in: [70bf9a6bf7] user: drh branch: trunk, size: 108469)
2020-06-02
20:05
Add the safe-html setting that determines which kinds of documents are allowed to generate unsafe HTML from Markdown. ... (file: [b5821b079a] check-in: [89b6dda99c] user: drh branch: trunk, size: 108373)
17:38
Update the HTML safeing mechanism so that it does the entire Markdown output all at once. In this way it is better able to cope with block markup that spans multiple paragraphs. ... (file: [3035a53619] check-in: [382f3731ee] user: drh branch: trunk, size: 108307)
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: [6b456e63e0] check-in: [8ad5e46908] user: wyoung branch: trunk, size: 108301)
09:40
Introducing the /fileedit page. ... (file: [a677dd19e5] check-in: [1243bf3999] user: stephan branch: trunk, size: 108108)
2020-05-22
12:26
For Download links, only include the tail-name of the file in the Content-Disposition header. ... (file: [88c9c158c2] check-in: [0feb412869] user: drh branch: trunk, size: 107790)
2020-05-21
23:56
Add a Content-Disposition: header to the HTTP reply for the "Download" button. ... (file: [6e21e5e8e4] check-in: [34cb4766f1] user: drh branch: trunk, size: 107757)
13:00
Fix the URL on some Download submenu links. ... (file: [d6f55277fa] check-in: [9d18585d54] user: drh branch: trunk, size: 107337)
2020-05-16
01:08
Integrate ARIA suggestions from Peter Laursen. ... (file: [73092fd81e] check-in: [7dd07b2e01] user: drh branch: trunk, size: 107510)
2020-05-13
11:47
Add the "current_checkout" variable to TH1 prior to running style_header() on some pages. The default skin uses this variable to adjust the meaning of the "File" menu option. ... (file: [4741fd7fed] check-in: [78abc282df] user: drh branch: trunk, size: 107509)
2020-05-12
00:01
Fix broken Annotate and Blame links on the /file page. ... (file: [0b1065b9da] check-in: [69e596e5d2] user: drh branch: trunk, size: 107469)
2020-05-11
22:53
Continue the file browsing UX enhancements into the /tree and /fileage pages ... (file: [baf93f981c] check-in: [92fe4a5441] user: drh branch: trunk, size: 107459)
20:56
Fix busted hyperlinks on the /file page, caused by recent enhancements. ... (file: [ed5f7de2a0] check-in: [f4a9221ad5] user: drh branch: trunk, size: 107653)
20:13
Carry the file browsing UX improvements through into the /dir page. ... (file: [be7947833f] check-in: [4977765e6c] user: drh branch: trunk, size: 107649)
19:31
Fix a busted hyperlink in the /file page. ... (file: [cc7cecd93a] check-in: [af204596d4] user: drh branch: trunk, size: 107623)
19:24
Fix a compiler warning in the previous check-in. ... (file: [5aeb7f8676] check-in: [e07b10919b] user: drh branch: trunk, size: 107621)
19:24
Further enhancements to the file browsing UX. ... (file: [0e8dd0eaf1] check-in: [cd05cb20db] user: drh branch: trunk, size: 107623)
18:12
Continuing UX improvements on the /file, /artifact, and /whatis pages. More needs to be done. ... (file: [57ba8fca70] check-in: [1b5d0b0e18] user: drh branch: trunk, size: 107223)
2020-05-10
15:29
Fix a null-pointer reference and segfault in /file if the filename= query parameter is used with ci= and without name=. ... (file: [901c451516] check-in: [26011322cd] user: drh branch: trunk, size: 107115)
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. ... (file: [0e6cf64617] check-in: [6fd34c5774] user: ashepilko branch: trunk, size: 107023)
03:12
Show an error page when a managed file is not known at the requested check-in. ... (file: [7762235acc] check-in: [78d52675c5] user: ashepilko branch: trunk, size: 107027)
2020-05-09
13:17
Work toward moving the file browsing closer to what typical users expect. ... (file: [2d4371586e] check-in: [2b07e4e935] user: drh branch: trunk, size: 106310)
2020-04-19
16:53
For the "fossil:" output from the "fossil info" command, on unix, provide the full pathname of the fossil executable. ... (file: [604b68c225] check-in: [01fcc6a8de] user: drh branch: trunk, size: 105180)
14:34
On the "fossil info" command with no arguments and outside of an open checkout, or with the -v option, show the location of the fossil executable and the version number. ... (file: [6b48f6f547] check-in: [1da8afdf87] user: drh branch: trunk, size: 105163)
14:18
Enhance the "fossil info" command so that if it is run with no arguments and not in an option check-out, it shows global information about the fossil setup (currently limited to the location of the configuration database). ... (file: [03907ac654] check-in: [6e71a28847] user: drh branch: trunk, size: 104791)
2020-04-17
00:15
Fix a bug in wiki editing. Make the /info header for associated wiki be "Edit Wiki:". ... (file: [303f93c8a9] check-in: [c40863abdb] user: drh branch: trunk, size: 104662)
2020-04-16
22:35
Improvements to handling of backlinks: (1) Fossil now scans for backlinks in Markdown formatted ticket changes in addition to Fossil-Wiki formatted changes. (2) Wiki is scanned for backlinks, including wiki associated with check-ins and branches. (3) Much of the backlink code is gathered together into a single new "backlink.c" source file. (4) There are improvements to the timeline display of wiki changes. Ticket [a3572c6a5b47cd5a]. ... (file: [f591bcb2b1] check-in: [ae1dac83d6] user: drh branch: trunk, size: 104605)
2020-04-05
19:44
Fixes to search. (1) Keep forum search up-to-date. (2) Do not add items to search if they are pending moderation. ... (file: [71e167b519] check-in: [5e28febf2b] user: drh branch: trunk, size: 106728)
2020-03-22
15:58
Further enhancements to the ticket history mechanism so that it takes into account the difference between TICKET and TICKETCHNG fields. ... (file: [ad253e844c] check-in: [fc70ec085e] user: drh branch: trunk, size: 106718)
2020-02-26
14:28
Put the Content-Security-Policy in the HTTP reply header in addition to the HTML header. That way, the CSP is enforced even for raw HTML pages or if the skin provides an HTML header that omits the CSP. Add a new "default-csp" setting included with the skin that allows an administrator to change the CSP to allow for CDNs and such. ... (file: [f3f34536a8] check-in: [14c81d9d2b] user: drh branch: trunk, size: 106715)
2019-12-23
12:26
Add a timeline view at the top of the /tktview page if the "tl" query parameter is present. If a ticket is viewed from /info, then the timeline is always on. Perhaps the timeline should be on regardless? ... (file: [56f29d9da1] check-in: [3d131528c8] user: drh branch: trunk, size: 106686)
2019-10-23
00:46
Make a hyperlink to the Artifact Receipt log from the "Received From" field of the /info page (visible to administrators only). ... (file: [6e0eebada4] check-in: [a92d5a514d] user: drh branch: trunk, size: 106640)
2019-10-07
11:49
Fix a typo in the help text for the "fossil info" command. ... (file: [c3eb937602] check-in: [3d58d89041] user: drh branch: trunk, size: 106497)
2019-09-19
14:14
In the db_get(N,D) function, if N is setting, then always leave D as NULL so that we use the published default value for that setting. ... (file: [626771c067] check-in: [eb804dc674] user: drh branch: trunk, size: 106497)
2019-09-03
20:22
Make calls to db_begin_write() instead of db_begin_transaction() where appropriate. ... (file: [de9307290c] check-in: [3ad81c3c49] user: drh branch: trunk, size: 106503)
20:19
When displaying documents, provide class hints about the language of the document to syntax highlighter extensions. ... (file: [cd9c8eee15] check-in: [74b538f614] user: drh branch: trunk, size: 106509)
20:17
Improvements to /vdiff. Provide the branch= query parameter. In the name decoder, all "merge-in:BRANCH" to mean the most recent merge-in to BRANCH from its parent. Provide "Diff" links for branches that show all changes since the most recent merge-in. ... (file: [e80f694fc2] check-in: [e632a092a8] user: drh branch: trunk, size: 106136)
2019-06-07
13:15
Minor improvements to the copy-button logic. ... (file: [55fb4276b5] check-in: [759fbda4e8] user: drh branch: trunk, size: 104631)
2019-06-05
20:08
Tweaks to the "Copy Button". ... (file: [9ab0b09c7c] check-in: [8ee5e55e3c] user: drh branch: trunk, size: 105172)
2019-06-03
13:30
Merge all the recent tool-tip experiments into trunk. ... (file: [8fa581be34] check-in: [6908832cf4] user: drh branch: trunk, size: 105001)
2019-05-29
13:27
Activate the load limiter for the /vdiff page. ... (file: [8dfbba70b3] check-in: [76f4e009f9] user: drh branch: trunk, size: 104408)
2019-05-21
17:59
For timelines with the r= query parameter for a particular branch, try to draw that branch on the far left. ... (file: [bc3578c0c7] check-in: [51510bfcea] user: drh branch: trunk, size: 104390)
2019-05-17
19:49
Improvements to the timeline graph layout: (1) Use a dotted vertical line to indicate a gab of one or more check-ins in a branch. (2) Do not necessarily draw branch lines all the way to the top or bottom of the page. Leave space for the rail to be reused by other branches. ... (file: [2d8037a6e3] check-in: [d14590dbff] user: drh branch: trunk, size: 104378)
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: [c7d33ada10] check-in: [fff033fe6f] user: drh branch: trunk, size: 104352)
13:47
Improvements to the display of the "Context" graph on check-in /info pages. ... (file: [5d22f028af] check-in: [01d8bf97e2] user: drh branch: trunk, size: 104324)
2019-04-18
12:06
On the /artifact page, only show the "Line Numbers" checkbox if the artifact is displayed as text/plain. ... (file: [2aabd8d91a] check-in: [40c40f7fe6] user: drh branch: trunk, size: 104349)
2019-03-18
12:04
Add the /secureraw page that requires the complete HASH before it will deliver an artifact. ... (file: [b83838c9ee] check-in: [7abfca6752] user: drh branch: trunk, size: 104343)
2019-02-20
22:28
Formatting improvement for images shown by /artifact. ... (file: [f77161f5bc] check-in: [7b0dbe8079] user: drh branch: trunk, size: 103391)
20:32
Fix the display of wiki and markdown on /artifact pages so that hyperlinks are shown as if relative to /doc/VERSION. ... (file: [b98d41764a] check-in: [8af35d30a6] user: drh branch: trunk, size: 103388)
2019-02-18
22:37
Fix the handling of manifest files for the "tag" and "amend" commands. ... (file: [4046b7edab] check-in: [5e20a4f7a8] user: drh branch: trunk, size: 103088)
2019-01-27
19:16
Add the global --comment-format command-line option and the "comment-format" setting for controlling the display of the command-line timeline. ... (file: [5d3cbe24a0] check-in: [2476b8121e] user: drh branch: trunk, size: 103036)
2019-01-26
02:59
Provide a word-break in the middle of the long SHA3-256 strings shown on the /info page. ... (file: [211587ff2c] check-in: [357d5e82ad] user: drh branch: trunk, size: 103029)
2019-01-16
00:14
For the "file info NAME" command, if NAME is directory, give a sensible error message. ... (file: [b9dd69d276] check-in: [0ee8c8cdec] user: drh branch: trunk, size: 103009)
2019-01-02
03:08
Put an "Add Wiki" button in the submenu for /timeline displays of branches and tags. Add the "Add Wiki:" line to the overview section of check-in /info pages. ... (file: [1269e83a8f] check-in: [867fe0ea96] user: drh branch: trunk, size: 102971)
2019-01-01
19:39
Tweaks to the documentation on the /ci page. ... (file: [1f69f42732] check-in: [1a857fe1ff] user: drh branch: trunk, size: 102044)
2018-12-31
20:10
Allow wiki pages with names like "branch/BRANCH", "checkin/HASH", and "tag/TAGNAME" to automatically link to displays of the corresponding branch, checkin, or tag. ... (file: [9d0a7e5cf8] check-in: [5602385493] user: drh branch: trunk, size: 102032)
2018-12-29
18:21
Do not show cherrypick merge links in the context for the /ci_tags page. ... (file: [de85e26a96] check-in: [758029a812] user: drh branch: trunk, size: 100566)
2018-12-27
20:41
General enhancements to the "amend", "tag", and "reparent" command, including adding flags like --override-date, --override-user, and --dry-run. ... (file: [ec339d26e8] check-in: [5c9955710f] user: drh branch: trunk, size: 100852)
15:40
Draw arrows for cherrypick merges on the context graph. There is still no distinction between normal and cherrypick merges, though. Both arrows look alike. ... (file: [3e99ee5d2e] check-in: [a07f168881] user: drh branch: trunk, size: 99751)
2018-12-26
23:38
For checkins that are a cherrypick or that are cherrypicked, so the other side of the cherrypick merge in the "Context" section of the /info page. This enhancement requires a "fossil rebuild" in order to function. ... (file: [b5231e86d6] check-in: [1c74e914e6] user: drh branch: trunk, size: 99712)
2018-12-12
20:43
Next and Previous submenu buttons on the /wdiff page in order to step through all versions of a wiki page. ... (file: [63466529fc] check-in: [19eaa3cae4] user: drh branch: trunk, size: 99122)
01:42
On the /info page for wiki, give a link to the next version of that wiki page in chronological order. ... (file: [b37072026a] check-in: [423c6a938e] user: drh branch: trunk, size: 99054)
2018-11-30
13:00
Fix to the sizing of the iframe for HTML in the /info page so that it works with CSP unsafe-inline. ... (file: [ddbf540e4e] check-in: [4675fc70ba] user: drh branch: trunk, size: 98698)
2018-08-07
15:12
A new implementation for "Forum" in which each forum post is an artifact. This merge includes lots of enhancements to email notification, backoffice, configuration, and other subsystems, all in support of the new forum artifacts. The forum feature is not complete nor bug-free but at this point it seems good enough to continue development on trunk. ... (file: [7f1829c005] check-in: [99fcc43f5d] user: drh branch: trunk, size: 98517)
2018-06-12
18:52
Reduce automatic scroll offset when multiple ranges are selected ... (file: [20582c3c1c] check-in: [d46491d6e6] user: andygoth branch: trunk, size: 98705)
2018-04-06
12:01
Enhance the /tarball, /zip, and /sqlar pages so that the checkin name to be downloaded can be expressed as part of the URI, and without the need for query parameters. ... (file: [ed68e10e14] check-in: [3e94c7ed74] user: drh branch: trunk, size: 98700)
2018-03-07
19:46
Rid the code of the legacy UUID_SIZE macro. Replace it everywhere with either HNAME_MAX or HNAME_LEN_SHA1 or HNAME_LEN_K256, as appropriate. ... (file: [54b261db8d] check-in: [323299cb56] user: drh branch: trunk, size: 98707)
2018-02-12
12:47
New uses for cgi_csrf_safe(). ... (file: [42b6054e0f] check-in: [c9efdfcaf4] user: drh branch: trunk, size: 98756)
2018-01-21
22:59
Correctly show the edited and original comments on the /info page for check-ins. Fixes a bug spotted by Stephan Beal. ... (file: [a07635417a] check-in: [f5bcc25ac0] user: drh branch: trunk, size: 98736)
2017-12-12
10:43
Fix the download links on the /info page ... (file: [002d5bd63c] check-in: [dbc702cdc1] user: drh branch: trunk, size: 98708)
2017-12-06
23:06
Fix the automatic Tags checkbox on the /ci_edit page. ... (file: [69c4e6de52] check-in: [98fabd648d] user: drh branch: trunk, size: 98717)
21:56
Move more in-line javascript into separate JS files. ... (file: [3a3028ec2d] check-in: [f924823986] user: drh branch: trunk, size: 98756)
19:09
Make use of the new m= query parameter on /finfo when clicking on file links. ... (file: [7359f78ca4] check-in: [3b06d2c24c] user: drh branch: trunk, size: 99497)
18:48
Do not scroll to the select element of "Context" timelines. ... (file: [a95a3df645] check-in: [cee4bcf047] user: drh branch: trunk, size: 99489)
18:27
Remove the seldom-used "Tags And Properties" section from the check-in information screen. Move that information off into a new page /ci_tags that includes a timeline showing all relevant timeline items in addition to the basic tag information. ... (file: [7e5d733e53] check-in: [e2d537207e] user: drh branch: trunk, size: 99333)
16:50
Reorganize the elements of the "Overview" section of a check-in view, to give more prominence to the "Download" links. ... (file: [ff257b6d10] check-in: [4290984dd3] user: drh branch: trunk, size: 97621)
15:37
Use an HTML5 color chooser dialog in the check-in comment editor. ... (file: [4ee15e2b57] check-in: [f8bc3ce8c7] user: drh branch: trunk, size: 97801)
01:44
Enable -Wall on default builds. Fix harmless compiler warnings. ... (file: [f183aac5de] check-in: [3f2cde2ce4] user: drh branch: trunk, size: 99355)
2017-12-05
21:36
Remember the last Unified/Side-by-side diff in the display preferences cookie. ... (file: [8da619212a] check-in: [0a1f4ed6aa] user: drh branch: trunk, size: 99379)
20:33
Move the in-line javascript used to initialize side-by-side diffs into a separately loaded script file. ... (file: [0da5bd8f39] check-in: [138dbc98ff] user: drh branch: trunk, size: 100010)
01:29
Add the "main.js" javascript file. Load that script on every page just before the &lt;/body&gt; element, and use it to reduce the need for inline JS and CSS. ... (file: [3d4e349e51] check-in: [8394d2fee2] user: drh branch: trunk, size: 100868)
2017-12-04
21:29
Add the /sqlar webpage. Link to this page from the /info page. ... (file: [52f237082e] check-in: [768e19219f] user: drh branch: trunk, size: 100940)
2017-12-03
11:16
Refactor the symlink processing logic so that most of the file access routines take a new parameter indicating the conditions under which symlinks should and should not be followed. ... (file: [0eab0d9a91] check-in: [1772357fc2] user: drh branch: trunk, size: 100874)
2017-11-26
17:49
Fix a problem in the /info page for check-ins wherein it was not showing the links to the descendents graph. ... (file: [8de7a21c23] check-in: [6fe8d46106] user: drh branch: trunk, size: 100848)
2017-11-25
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: [4946750ebd] check-in: [e72444ea6a] user: drh branch: trunk, size: 100811)
2017-10-05
11:41
Only show hyperlinks to the /mlink page to admin users. ... (file: [c3bf546fdf] check-in: [dead084ee5] user: drh branch: trunk, size: 100734)
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: [16ee8df5e0] check-in: [180128f523] user: drh branch: trunk, size: 100698)
2017-10-02
12:22
More fixes to reverse annotation via the /fdiff page. It is closer, but it is still not right. ... (file: [c44dc8387e] check-in: [08cacbf6e5] user: drh branch: trunk, size: 100637)
11:56
Fix the origin= and checkin= query parameters on the "Annotate" link of the /fdiff page. ... (file: [27544fa454] check-in: [a9ef45ed06] user: drh branch: trunk, size: 100637)
2017-09-26
03:56
Provide a link to the reverse annotation for an /fdiff of two versions of the same file. Improvements to the description of a reverse annotation. ... (file: [a821cfa71f] check-in: [f52a544942] user: drh branch: trunk, size: 100512)
2017-09-25
15:36
Change the "Log" submenu element of the annotation page so that it shows or hides the log using javascript, avoiding a server roundtrip and a recomputation of the annotation. ... (file: [df98f5ca3c] check-in: [037e06b370] user: drh branch: trunk, size: 99579)
15:18
Merge miscellaneous changes that have accumulated on the annotation-enhancements branch. See a log of the whole branch for details. ... (file: [889f8d415d] check-in: [ab8ed318e7] user: drh branch: trunk, size: 99564)
2017-09-19
18:04
Show file sizes in the description of individual file artifacts. ... (file: [89f2328293] check-in: [4c268999d5] user: drh branch: trunk, size: 100779)
2017-08-31
18:32
Improvements to the /fdiff webpage: Add the option of using from= and to= query parameters to get a diff between two files in the same check-in. ... (file: [01ed92e0e3] check-in: [19497648d7] user: drh branch: trunk, size: 100696)
2017-07-12
02:49
More documentation about what the --verbose flag does for "fossil info". ... (file: [ba148f2ccc] check-in: [9167b2d64a] user: drh branch: trunk, size: 99768)
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: [0bb511f4fd] check-in: [ba3444327f] user: drh branch: trunk, size: 99452)
11:12
Add the "Referenced By" section to the /info page. ... (file: [de35a0e282] check-in: [fae745cf0f] user: drh branch: trunk, size: 98217)
2017-07-03
23:18
Do not show checkouts with the "info -v" command or in the /urllist webpage if the checkout does not appear to exist any more. ... (file: [e43eeaf823] check-in: [c666579cf5] user: drh branch: trunk, size: 97319)
2017-06-02
02:23
Restore the ability to amend a comment both with and without an interactive editor. If the edit happens outside a working check-out then use a suitable TMP directory. ... (file: [8bf1972f7c] check-in: [1fff403a68] user: andybradford branch: trunk, size: 97268)
2017-05-12
15:11
In the "fossil info -v" command, sort the access-url and check-out fields by date, not by name. ... (file: [8e1d7a3b4d] check-in: [12ab581fda] user: drh branch: trunk, size: 97260)
2017-03-18
12:44
The "amend" command only works from within an open check-out. ... (file: [24d7626c21] check-in: [8c22e1bbcd] user: drh branch: trunk, size: 97248)
2017-03-15
19:50
Ignore a trailing "/" on the name= query parameter for /file when showing a directory listing. ... (file: [9bea9b309e] check-in: [a9c4b3c4b4] user: drh branch: trunk, size: 97256)
15:43
Enhance the /file/NAME page so that it shows directory listings if the NAME argument is a directory instead of a file. If NAME is omitted, it shows all the files at the top-level. ... (file: [f76de2b406] check-in: [9f3bad83de] user: drh branch: trunk, size: 97118)
2017-03-01
17:14
Show the correct hash algorithm name in the Overview section of the /info webpage. (Originally committed to the wrong branch.) ... (file: [41b0b0c411] check-in: [26dac28eec] user: drh branch: trunk, size: 96313)
17:11
Show on the the first 40 characters of SHA3 hashes in the "fossil status" command, and similar, to avoid overflowing the 80-character width of a standard TTY window. ... (file: [edde6eaaaf] check-in: [5c87495e42] user: drh branch: trunk, size: 96266)
16:00
Add the ability to read and understand SHA3 name hashes. ... (file: [d70e4b1911] check-in: [fd9b7bd982] user: drh branch: trunk, size: 96257)
2017-01-06
15:28
Upgrade dirent.h to version 1.22. Minor spacing changes. ... (file: [7b09909864] check-in: [b66b99cde9] user: jan.nijtmans branch: trunk, size: 96223)
2016-11-30
04:08
Minor correction to documentation of new /file webpage regarding multiple highlighted line blocks. ... (file: [f4a3f2c79e] check-in: [4896c0b731] user: andybradford branch: trunk, size: 96225)
2016-11-29
16:57
Make the "Line Numbers" submenu element on the /artifact and /file pages a check-box. ... (file: [bfb9bb4e55] check-in: [4946efef65] user: drh branch: trunk, size: 96225)
14:32
Further enhancements to the new /file webpage. ... (file: [5a09139916] check-in: [3cca4c254f] user: drh branch: trunk, size: 96390)
2016-11-28
16:44
New /file page that works like /artifact except takes a filename as an argument instead of a SHA1 hash of an artifact, and resolves to the most recent version of any file with that name. ... (file: [430fdfd2f2] check-in: [d95f712f2c] user: drh branch: trunk, size: 96127)
2016-11-19
20:11
minor simplification, and don't free zUuid if it was NULL ... (file: [5c6fcc39fe] check-in: [d6cb724e65] user: jan.nijtmans branch: trunk, size: 95221)
17:50
Avoid comparing a variable to NULL after the memory it is pointing to has been freed. This is harmless, as implemented, but it is technically undefined behavior in C. (This is a bug in the specification of the C language, imho.) ... (file: [5df74df4a8] check-in: [4e126233ca] user: drh branch: trunk, size: 95212)
2016-11-12
04:21
Make artifact|whatis page use local time to match the timeline. Otherwise clicking on date/time links finds the wrong check-in in the timeline. May wish to convert other calls to datetime() to use local time. ... (file: [cfe7cd14bd] check-in: [e7192bb975] user: andygoth branch: trunk, size: 95214)
00:01
Fix uninitialized variable that was causing artifact download issues. ... (file: [0cb5171bf2] check-in: [3af5165a90] user: mistachkin branch: trunk, size: 95161)
2016-11-11
16:47
Add the ci=BRANCH and filename=NAME query parameters to the /raw page. ... (file: [e67bf55471] check-in: [fc29b08125] user: drh branch: trunk, size: 95157)
2016-11-05
05:46
Merge fork ... (file: [445ac6eca1] check-in: [3cb9ba4de6] user: andygoth branch: trunk, size: 95013)
2016-11-04
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: [3c301d025e] check-in: [187424e891] user: andygoth branch: trunk, size: 95032)
2016-10-20
16:48
Remove extra newlines from calls to fossil_fatal() ... (file: [7e61b79de4] check-in: [2c42b217e5] user: andygoth branch: trunk, size: 95839)
2016-08-16
16:17
Add the ability to create a child-project repository that can pull from its parent repository but never push back. ... (file: [a120fe3944] check-in: [dddc58da65] user: drh branch: trunk, size: 95841)
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: [1a523845f4] check-in: [cd77e0649a] user: rberteig branch: trunk, size: 95519)
2016-06-15
08:38
More consistancy in using &lt;br /&gt; and &lt;hr /&gt; HTML tags ... (file: [456190208e] check-in: [bd559ff0d0] user: jan.nijtmans branch: trunk, size: 95222)
2016-05-14
00:48
Collected improvements to the fossil wiki and attach commands to support technotes as well as wiki pages, including attachments to either and new test cases. Passes all tests. ... (file: [df2e9776a0] check-in: [05cd9fa2bf] user: rberteig branch: trunk, size: 95219)
2016-04-02
00:56
Add new fossil test-all-help command. Spell checked and proof read all help text. Fixed typos. Reworded for clarity in a few places. Cleaned up a few inconsistencies of formatting. No code changes other than the new command. Passes all tests. ... (file: [93a0bd32c9] check-in: [26eef7f84a] user: rberteig branch: trunk, size: 94461)
2016-03-02
02:10
Permit the TH1 hooks subsystem to check for the configuration without raising a 'fatal' error. ... (file: [ba6ef5d8fd] check-in: [b06cd631f1] user: mistachkin branch: trunk, size: 94423)
2016-02-29
21:23
Show the number of bytes for image artifacts and attachments as well. ... (file: [7af8f6bb24] check-in: [f4c6e49a43] user: mistachkin branch: trunk, size: 94420)
2016-02-26
18:42
Add -e as a short option for --edit-comment in fossil amend. ... (file: [e6bb4582e0] check-in: [9ea1f14043] user: rberteig branch: trunk, size: 94345)
2015-12-24
19:18
Improvements to the /mlink webpage. ... (file: [3826af4933] check-in: [fba948a391] user: drh branch: trunk, size: 94343)
14:36
Add the /mlink page (accessible only by Admin users) that shows MLINK table content for a check-in for debugging purposes. ... (file: [8ec0528e38] check-in: [3fdc2c0127] user: drh branch: trunk, size: 94248)
13:28
Fix a harmless compiler warning and several over-length source code lines. ... (file: [27e2ad4f54] check-in: [d94362b6ae] user: drh branch: trunk, size: 94156)
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: [811895f2c9] check-in: [ea63a2d1f4] user: drh branch: trunk, size: 94138)
2015-12-16
01:06
Add 'download' parameter to the 'artifact' web page that allows a specific artifact to be downloaded by specifying the file name and check-in. ... (file: [8fa3a9f8ca] check-in: [d10e2cb639] user: drh branch: trunk, size: 94162)
2015-12-11
16:11
Add the nohdr boolean query parameter to the /vdiff page. ... (file: [5c286ce19a] check-in: [2532f1bccc] user: drh branch: trunk, size: 93899)
2015-12-05
21:22
On the /artifact page, provide an improved description of cluster artifacts. Also show the rcvfrom information on all artifacts to Admin and Setup users. ... (file: [3f55454872] check-in: [8b2d32cc9d] user: drh branch: trunk, size: 93781)
2015-11-24
23:41
Fix compiler warnings seen with MSVC. Add comments. ... (file: [97dde3cb6f] check-in: [52e3d9d845] user: mistachkin branch: trunk, size: 93075)
2015-10-10
13:36
Fix the show-files option for timelines so that it shows all files affected, even if they are coming in from a merge. ... (file: [c3b074528b] check-in: [9431fec1ea] user: drh branch: trunk, size: 93039)
2015-08-12
05:39
Remove unused variable after merge of check-in-edit changes. ... (file: [ea7cd31701] check-in: [d17dc8f220] user: andybradford branch: trunk, size: 93059)
2015-08-11
04:03
Integrate new command [/help?cmd=amend|amend] into trunk. ... (file: [47778a4abb] check-in: [c73c95cc65] user: andybradford branch: trunk, size: 93078)
2015-07-14
22:01
Have line numbers option use /artifact/ page, not /info/. This makes it possible to get line numbers for a manifest. ... (file: [f04e5aaedb] check-in: [259b912a93] user: andygoth branch: trunk, size: 84190)
2015-05-17
20:45
Rework [b824b3e7f7] to ensure the "[diff]" link or the actual inline diff is inside the paragraph block. ... (file: [25476c22d1] check-in: [80e7250a4e] user: andygoth branch: trunk, size: 84186)
05:54
Consistently use periods and end-paragraph tags in append_file_change_line(). ... (file: [bc4431cf1a] check-in: [b824b3e7f7] user: mistachkin branch: trunk, size: 84253)
00:59
Integrate andygoth-metadata-info. The /info page now shows symlinks as well as execute changes when a file's contents haven't changed. Previously it showed symlinks as "execute permission cleared" which is confusing. Additionally it shows a link to the file contents when only the type (executable/symlink) changes. ... (file: [5264dd3759] check-in: [b80c9e3be2] user: andygoth branch: trunk, size: 84227)
2015-04-27
13:19
Provide help text for all commands and webpages. ... (file: [4a42867538] check-in: [7ab03289ee] user: drh branch: trunk, size: 83897)
00:25
Improved warning message when there alternative leaf check-outs on the current branch. ... (file: [80424ab4e5] check-in: [f78cba5c99] user: drh branch: trunk, size: 83446)
2015-04-16
23:46
Allow fossil_find_nearest_fork to be used on repository that is not open. ... (file: [e682a7c1b9] check-in: [97f976785d] user: andybradford branch: trunk, size: 84075)
2015-04-13
08:29
Better fork detection on [/help?cmd=update|fossil update], [/help?cmd=status|fossil status] and related commands. ... (file: [234eee0f5d] check-in: [5c40f8565e] user: jan.nijtmans branch: trunk, size: 84057)
2015-03-14
17:24
Always include the txt option when adding the ln= parameter because lines on rendered content doesn't work. ... (file: [d90f5550b8] check-in: [1992856655] user: andybradford branch: trunk, size: 83858)
2015-03-07
12:34
Enhance the "ln=" text highlighter to support multiple blocks of code. ... (file: [3de7fe7f57] check-in: [259e3a0fd6] user: drh branch: trunk, size: 83852)
2015-03-06
04:10
Fix misplaced &lt;/span&gt; so it actually lands on the line that begins the <span> rather than a few lines before it begins. ... (file: [14d490efa1] check-in: [ee45080dd6] user: andybradford branch: trunk, size: 82785)
2015-03-03
13:04
Merge in new "checkin"-to-"check-in" fixes and other documentation typo fixes. ... (file: [7e916f5440] check-in: [d5ef91feb8] user: drh branch: trunk, size: 82790)
2015-03-01
20:56
More changes to make 'check-in' terminology consistent in source comments, SQL comments, JSON error messages, and web page link text. ... (file: [d36818b59b] check-in: [30c107e2c8] user: mistachkin branch: trunk, size: 82790)
20:42
More non-functional changes of 'checkin' to 'check-in' and 'checkins' to 'check-ins' in the source code. ... (file: [4aae383641] check-in: [6ec2c2e3d9] user: mistachkin branch: trunk, size: 82788)
2015-02-28
21:14
Change "checkin" to "check-in" in the comments and built-in docs. Reference stunnel5 instead of stunnel4. ... (file: [dd79d25f2a] check-in: [c49030fa63] user: drh branch: trunk, size: 82785)
2015-02-26
03:12
Additional changes associated with check-in [43b30dcfc330b] on 2014-10-20: Change the %!w format to %!W. ... (file: [bd44b46da2] check-in: [3b92154af8] user: drh branch: trunk, size: 82780)
2015-02-22
11:27
Fix the /info page to take the mimetype into account when rendering the parsed display of wiki artifacts. ... (file: [14a6e31db2] check-in: [bfe726f64c] user: drh branch: trunk, size: 82780)
2015-02-15
03:53
Improvements to the etienne1 skin. Remove excess text from the check-in editor screen. ... (file: [d611aab992] check-in: [5da61d61b1] user: drh branch: trunk, size: 82664)
2015-02-14
15:06
Improvements to login/logout processing: (1) When the user is "nobody", show hyperlinks to pages that require "anonymous" but have those links redirect to the /login page. (2) Clean up the /login page - less verbage. (3) Redirects from /login to /tarball or /zip provide a button to press, rather than immediately starting the download. ... (file: [0a06d899a6] check-in: [653dd402ea] user: drh branch: trunk, size: 82777)
2015-02-13
09:03
A few more places where displayed UUID length should be configurable. ... (file: [01b00922d4] check-in: [c62e94f8a3] user: jan.nijtmans branch: trunk, size: 82674)
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: [74621251d9] check-in: [1fee0377e4] user: drh branch: trunk, size: 82680)
2015-02-09
04:46
Add the "Context" subsection to the /info page for check-ins that shows a graph of all immediate ancestors and descendents of the check-in. ... (file: [0d0bf7537c] check-in: [b709be6517] user: drh branch: trunk, size: 82656)
2015-02-08
18:02
Fix a typo in artifact descriptions. ... (file: [8cea409e04] check-in: [88ed51221d] user: drh branch: trunk, size: 81951)
00:22
Fix formatting issues on the object description in /artifact ... (file: [09856da125] check-in: [ca30907b0e] user: drh branch: trunk, size: 81951)
2015-01-27
01:25
On the check-in information page, only show diffs for changes from the primary parent. Omit diffs of changes from merged in nodes. ... (file: [b29fbd9eab] check-in: [4997690078] user: drh branch: trunk, size: 81927)
2015-01-24
20:42
Fix the "info" command so that it once again accepts the -R option. ... (file: [afe98fe286] check-in: [5826f9c4b8] user: drh branch: trunk, size: 81907)
2014-12-10
14:16
Update the built-in SQLite to the 3.8.8 alpha that includes the enhanced sqlite3_table_column_metadata() interface. Use that new interface to build new utility methods db_table_exists() and db_table_has_column() that work more efficiently than the older technique of querying the sqlite_master table. ... (file: [15360861d4] check-in: [1aa8067704] user: drh branch: trunk, size: 81949)
2014-12-06
15:47
Merge the new DBP-workflow commands into trunk: bundle, purge, publish, and unpublished. ... (file: [db8e43fee4] check-in: [a81a47f66c] user: drh branch: trunk, size: 81936)
2014-10-21
03:19
Restore use of short string identifiers in titles on the check-in info page. ... (file: [6a56755bfb] check-in: [c1d20c33cf] user: mistachkin branch: trunk, size: 81788)
02:52
Add the codecheck1 program to the build tools. This program validates the format strings on printf-style internal interfaces, verifying that the correct number of arguments follow and that SQL is protected from injection attacks. ... (file: [c3f950f0fb] check-in: [49b0ff1592] user: drh branch: trunk, size: 81788)
2014-09-18
23:22
After deleting a newly proposed ticket or wiki page via moderation, redirect to the list of pending moderation requests. Changes to permit easier debugging of the moderation subsystem. Fix some TH1 script errors that could occur when attempting to view non-existent tickets. ... (file: [73d80b3dcd] check-in: [636c3346d0] user: mistachkin branch: trunk, size: 81844)
2014-09-15
18:19
Restore special handling of the database name from [17885b90c8] in filenames_are_case_sensitive() as it may be needed in some cases. Consolidate all use of the capture_case_sensitive_option() function. ... (file: [30a0c7a7d2] check-in: [0c51600056] user: mistachkin branch: trunk, size: 81212)
2014-08-27
16:20
Added menu entry to toggle ln=0 on /info and /artifact pages. ... (file: [3b28ce524a] check-in: [a5b1bef9cf] user: stephan branch: trunk, size: 81212)
15:15
strglob -> sqlite3_strglob in a few places ... (file: [ccf0e43a7e] check-in: [d4acf5c450] user: jan.nijtmans branch: trunk, size: 81055)
2014-08-14
16:36
Use the abbreviated object description by default. But provide a hyperlink to a detailed description (using the new /whatis web page) if details are omitted. ... (file: [64ce51d148] check-in: [3c2d418b60] user: drh branch: trunk, size: 81008)
16:01
Add the "brief" query parameter to the "artifact" page, to shorten sometimes lengthy descriptions of the artifact. ... (file: [2d518d01c2] check-in: [0ac4cead8d] user: drh branch: trunk, size: 80471)
2014-08-04
19:22
Added JS to the /eventedit page to colorize the custom color's element (i.e. color preview). ... (file: [0d12b92117] check-in: [cd02990692] user: stephan branch: trunk, size: 79566)
2014-07-30
16:43
For most commands, print an error if unknown command-line options are included on the command-line. ... (file: [81fdc92ce5] check-in: [74ac0c925a] user: drh branch: trunk, size: 79430)
11:45
Add the "Path" submenu link on the "/vdiff" web page. ... (file: [b62ba508c3] check-in: [ef6f7dee43] user: drh branch: trunk, size: 79361)
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: [0d7c7f918d] check-in: [0d0b80fd1c] user: mistachkin branch: trunk, size: 79257)
2014-07-22
20:33
Add an alternative comment printing algorithm, disabled by default, which permits the pre-existing comment formatting to be preserved. ... (file: [6804e00eb4] check-in: [b6c9d35b1c] user: mistachkin branch: trunk, size: 79254)
2014-07-16
07:57
In the UI and CL, output UUID's the same (almost) everywhere: The first 10 characters of UUID's are always displayed, but more are added until the UUID contains at least a single 'a'-'f'. Hyperlinks still usee the full-length UUID. ... (file: [4b4ec377a4] check-in: [fe6d393021] user: jan.nijtmans branch: trunk, size: 79239)
2014-06-17
20:54
Automatically adjust the width of printed comments according to the detected terminal width. ... (file: [017739f4f5] check-in: [0ff6a9e282] user: mistachkin branch: trunk, size: 79242)
2014-06-16
18:49
Enhance the new TH1 artifact command with more flexible lookup semantics. ... (file: [bb2f6edfcd] check-in: [00e4fedd85] user: mistachkin branch: trunk, size: 79242)
2014-04-22
17:22
Reword the message printed on the /info page when the UUID is not found and is less than 4 characters. ... (file: [6eb26bb7a6] check-in: [36ffa749f0] user: drh branch: trunk, size: 78545)
12:51
Handle short UUID collisions for events, tickets and other artifacts in the /info page. ... (file: [40ce5cbb48] check-in: [49467d2a49] user: drh branch: trunk, size: 78502)
2014-04-07
12:35
Put more long UUID's in hyperlinks, without modifying the visible appearance in the UI. ... (file: [d7f447a505] check-in: [b34fda9692] user: jan.nijtmans branch: trunk, size: 78231)
2014-03-31
10:30
Use long UUID's in more hyperlinks, without affecting UI display. ... (file: [addfbbe45d] check-in: [b0d9468bff] user: jan.nijtmans branch: trunk, size: 78231)
2014-03-17
13:12
Eliminate DIFF_INLINE flag (which is 0 anyway, no longer necessary). Strip end-of-line CR's in json_wiki_diff page as well. ... (file: [245b76d7b5] check-in: [e6309e051b] user: jan.nijtmans branch: trunk, size: 78231)
12:47
Make stripping of end-of-line CR work correctly now (REALLY!) ... (file: [cc7a3766ec] check-in: [597d1101b4] user: jan.nijtmans branch: trunk, size: 78297)
2014-03-16
10:33
Fix the display of all web-pages which contain annotation- or diff-like sections for the case windows-style line endings are used: The CR's should be stripped in those cases. ... (file: [e6c82ab132] check-in: [1472cd811f] user: jan.nijtmans branch: trunk, size: 78279)
2014-03-15
14:35
Fix the "artifact" URL to render markdown text automatically. ... (file: [6d48a7a40e] check-in: [60019ce7d9] user: drh branch: trunk, size: 78262)
2014-03-11
23:34
Always define variables at block start ... (file: [be8b9f76e9] check-in: [1c9e023382] user: jan.nijtmans branch: trunk, size: 78193)
23:23
For initial non-empty check-ins (without parent but with F-cards), add "Changes" section to "ci" page, except for the "patch" button (which is the only thing that doesn't work anyway) ... (file: [44d98ceae1] check-in: [79c90ac4a4] user: jan.nijtmans branch: trunk, size: 78202)
2014-03-08
16:14
Clean up and standardize the handling of user "nobody" and the g.zLogin global variable. ... (file: [d51b559553] check-in: [840b762206] user: drh branch: trunk, size: 78333)
2014-03-07
15:49
Rename the options for whitespace handling in annotate/blame/diff following GNU diff, not following GIT. So whether your diff tool is configured being internal or external, the same options can be used. ... (file: [9629de0d11] check-in: [28234db8bc] user: jan.nijtmans branch: trunk, size: 78308)
2014-03-05
21:29
Add new --ignore-space-at-sol, -ignore-space-at-eol and -w options to "fossil diff" and "fossil stash diff" commands. Modify annotation/blame such that any change (eol-whitespace too) is considered a change, after ML request. ... (file: [586627cc03] check-in: [e663d5e330] user: jan.nijtmans branch: trunk, size: 78444)
2014-02-06
19:04
Add the "Patch" submenu element on the "/vdiff" page. Improved the documentation for /vdiff. ... (file: [a3d297f90e] check-in: [e707906a8a] user: drh branch: trunk, size: 77002)
2014-01-29
15:16
Added is-a-leaf and leaf status to info [/help/info] and friends, per ML request. ... (file: [11707a3950] check-in: [0b5670dce6] user: stephan branch: trunk, size: 76642)
2014-01-28
08:20
More removals of unnecessary end-of-line spaces. No change in code. ... (file: [22529d5f4d] check-in: [45f35169f2] user: jan.nijtmans branch: trunk, size: 76227)
2014-01-25
16:20
Merged vdiff-subdir feature branch into root. ... (file: [f6947d028a] check-in: [9b1932f00e] user: stephan branch: trunk, size: 76228)
2014-01-14
12:44
Add the ability to display content and diffs for UTF16 text files in the web interface. ... (file: [0e9d439b1d] check-in: [5a66b6e785] user: drh branch: trunk, size: 75256)
2014-01-09
13:14
Missing "unhide" option in link to timeline. ... (file: [8458cc17bf] check-in: [32bb2a31f4] user: jan.nijtmans branch: trunk, size: 75258)
2014-01-07
12:46
Add the "nofiles" query parameter to the /tree page, causing that page to show only directories. Add a new "folders" link on the check-in information page that jumps to "/tree?nofiles". ... (file: [e9a6489151] check-in: [ff9e4e5400] user: drh branch: trunk, size: 75251)
2014-01-02
16:50
Fix /tree page and "timeline-utc" setting in combination with --disable-internal-sqlite configuration ... (file: [0ae943c8dd] check-in: [bd1151126a] user: jan.nijtmans branch: trunk, size: 75188)
2014-01-01
20:25
Improve the label of tree-view so that it shows the number of files and the number of check-ins, if appropriate. Make tree-view the default for the "files" link of /vinfo. ... (file: [e282c16111] check-in: [9930c46ee5] user: drh branch: trunk, size: 75172)
2013-12-31
08:23
Set g.isConst on /raw pages if the full UUID is given. ... (file: [d4d906a2d3] check-in: [43a2d0fa70] user: joel branch: trunk, size: 75171)
2013-12-24
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: [5236c76a48] check-in: [71aa33cd92] user: jan.nijtmans branch: trunk, size: 75009)
2013-12-20
12:35
Add a new TH1 "http" command, a new "th1-uri-regexp" setting and two new hook scripts "xfer-commit-script" and "xfer-ticket-script". They can be used together to implement more advanced commit and ticket change notifications. ... (file: [c0cfe2ed7e] check-in: [1311841a3c] user: jan.nijtmans branch: trunk, size: 74981)
05:53
Ignore TAG_USER from tagxref if the user has been cancelled so Edited User is not displayed in the Check-in Overview. ... (file: [bcfc458926] check-in: [40bea3f546] user: andybradford branch: trunk, size: 74964)
2013-12-18
08:49
Add a checkbox to the ci_edit page which allows to hide a (partial) branch from the timeline. ... (file: [d7162e1650] check-in: [22a4e0c5a2] user: jan.nijtmans branch: trunk, size: 74928)
08:24
When selecting the "Branching" checkbox, select the "newbranch" field just the other text entry widgets do. Another one of Andy Bradford's brilliant ideas. ... (file: [96ac497f0d] check-in: [e4c9dd0905] user: jan.nijtmans branch: trunk, size: 74196)
2013-12-17
21:24
If 'newbranch' field only contains spaces, consider it empty. Add missing MSVC linker option to the makemake.tcl script. Cherrypick of [5ceef9bcdd] and [c6f255607b]. ... (file: [b97abdd3fc] check-in: [afbc49cd27] user: mistachkin branch: trunk, size: 74151)
2013-12-16
10:46
If the name of a 'sym-<branchname>' tag sorts before the 'branch' tag, no option in the ci_edit page should be displayed to cancel the tag. Bug-fix discovered and implemented by Andy Bradford. ... (file: [752e10e4a5] check-in: [3529f2c47b] user: jan.nijtmans branch: trunk, size: 74136)
2013-12-13
12:26
If the "Branching" checkbox is unchecked, the "Branch Closure" label should return to its original branchname. Add a javascript handler doing exactly that. ... (file: [003d21ea05] check-in: [2cb54f3981] user: jan.nijtmans branch: trunk, size: 74023)
08:40
When branchname in ci_edit page changes, adapt remaining form to the name-change using some javascript. Thanks to Andy Bradford for the idea (adapted/simplified from the "hidden-tag" branch)! ... (file: [d3ba60c22d] check-in: [cf9293ad53] user: jan.nijtmans branch: trunk, size: 73555)
2013-12-05
12:09
When trying to rename a branch into itself, make this a NOP. ... (file: [8e9573c5ca] check-in: [95a809500a] user: jan.nijtmans branch: trunk, size: 73315)
09:27
Fix format specifier in previous commit (again) ... (file: [5ea6bf2057] check-in: [4a43e31549] user: jan.nijtmans branch: trunk, size: 73250)
08:56
Correct use of plural, remove some spaces/tabs at the end of lines. ... (file: [42025be237] check-in: [3e18dbefd0] user: jan.nijtmans branch: trunk, size: 73198)
08:44
correct format specifier, in case the branch name contains HTML-conflicting characters ... (file: [018eb39983] check-in: [2eda90a5de] user: jan.nijtmans branch: trunk, size: 73240)
08:40
Add a checkbox in the ci_edit page which allows to close multiple leaves (all successors of the current check-in) to be closed in a single action. ... (file: [318dcd2770] check-in: [718cc00208] user: jan.nijtmans branch: trunk, size: 73240)
2013-12-04
08:39
Make it impossible to remove the "branch" and the "sym-<branchname>" tag from a check-in through the ci_edit page. Any check-in must have those two tags, the "Branching" section already contains a check-button suitable to change the branch. ... (file: [79fab1b98d] check-in: [64c21ef686] user: jan.nijtmans branch: trunk, size: 72750)
2013-12-03
14:56
"comment" tag from check-in's cannot be canceled: that would result in a check-in without a comment! Extraneous dot in label text. ... (file: [7f8f96e38c] check-in: [2d2ab56754] user: jan.nijtmans branch: trunk, size: 72393)
2013-11-22
01:14
Merge in hide-diff-on-vdiff_page... Which now give possibility to hide or show full detailed diff on vdiff page. (when clicking on 2 nodes on timeline) Just like the /info page. ... (file: [afbe115ca1] check-in: [74a4db258a] user: mgagnon branch: trunk, size: 72354)
2013-11-20
08:57
Add "blame" WEBPAGE, just as "annotate" but giving comparable output as "fossil blame". ... (file: [8591aa9714] check-in: [d7160dc195] user: jan.nijtmans branch: trunk, size: 72167)
2013-10-09
08:24
Be carefull comparing a char < ' ': If the platform 'char' type is signed, this will be true for all UTF-8 characters >0x7f as well. ... (file: [a76ced090d] check-in: [c426475eeb] user: jan.nijtmans branch: trunk, size: 72083)
07:56
Fix the abbreviated project name escape mechanism for two less obvious dangers: - spaces at the end of the filename should be stripped. - control charaters are not allowed in filenames either. ... (file: [7342d0774f] check-in: [e161527c3a] user: jan.nijtmans branch: trunk, size: 72045)
2013-10-08
15:21
double-quote and question mark are a problem as well. ... (file: [6cfac61afd] check-in: [760f80cd8f] user: jan.nijtmans branch: trunk, size: 71981)
15:10
Fix the abbreviated project name escape mechanism to escape all and only the characters that are special to unix and windows filesystems. ... (file: [f3dc818ee2] check-in: [99318f09e6] user: drh branch: trunk, size: 71978)
14:43
Add the Abbreviated Name configuration option that is used for tarball and ZIP archive name construction. ... (file: [3816eb20d7] check-in: [1239545663] user: drh branch: trunk, size: 71978)
13:45
Revise the character escaping logic for generated tarballs and zip archives. Add a "For best results" comment to the configuration page where the project name is set. ... (file: [228753ca8d] check-in: [fe76ad5567] user: drh branch: trunk, size: 71874)
13:03
Escape special characters used in the Project Name when generating the URLs for tarball and ZIP archive. ... (file: [a2f966d142] check-in: [ddc313e8e1] user: drh branch: trunk, size: 71745)
2013-10-07
07:41
Better error message in case of "manifest file (12892) is malformed". It will now give an additional line: "line ???: wrong size UUID on P-card" (or whatever other parsing error happens), and using the "-n" option it will print out the complete manifest as well. This would have made it much easier to investigate Ron Aaron's commit problem (many thanks for reporting this!), without adding special debugging code to fossil. ... (file: [1eb613abd1] check-in: [ec81aee915] user: jan.nijtmans branch: trunk, size: 71706)
2013-08-30
12:32
Be sure to finalize all queries on the /info page. ... (file: [8a963a971c] check-in: [cca1adad02] user: drh branch: trunk, size: 71694)
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: [c0a351094c] check-in: [320f14363e] user: drh branch: trunk, size: 71660)
2013-08-05
12:05
Change the "Unshun" links to jump to a prefilled form for duing the unshun, rather than doing the unshun directly. ... (file: [bacf28dfbd] check-in: [cc9b04baaf] user: drh branch: trunk, size: 71660)
2013-07-26
15:46
Change <td><b></b></td> to <th></th>. ... (file: [55bc2aa053] check-in: [a60b008f1a] user: joel branch: trunk, size: 71630)
2013-07-17
12:02
Merge the updated side-by-side diff logic into trunk. ... (file: [0e1203cf0a] check-in: [d70ea7ef9c] user: drh branch: trunk, size: 71686)
2013-05-28
00:45
Add the ability to edit Wiki pages as either Fossil Wiki, or Markdown, or Plain Text. ... (file: [bd3b32e569] check-in: [a5a5524659] user: drh branch: trunk, size: 71024)
2013-05-25
20:41
Improvements to file history display in the web interface. ... (file: [9b91b6a717] check-in: [601c15421a] user: drh branch: trunk, size: 71031)
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: [e3ff27bc17] check-in: [d24afd17c6] user: jan.nijtmans branch: trunk, size: 70962)
2013-05-05
17:39
Fix a mal-formed printf format in the vdiff page that was causing a segfault. ... (file: [fe5a315024] check-in: [0bdc61b4df] user: drh branch: trunk, size: 70978)
2013-05-04
01:02
Load HTML files in iframes instead of inlining them directly into /artifact pages. ... (file: [7cd7d470b0] check-in: [63443f920b] user: joel branch: trunk, size: 70980)
2013-05-02
13:28
Allow boolean parameters sbs= and v= to taken values like "on", "off", "yes", and "no". Assign meaningful defaults even if the argument is omitted. ... (file: [1bce605187] check-in: [e09d84f297] user: drh branch: trunk, size: 70833)
2013-05-01
13:31
If sbs=0 and v=0, then both buttons "Side-by-side Diff" and "Unified Diff" should be shown on the /vdiff page. Note that sbs=1 implies v=1, so it is not necessary to put both parameters on any /vdiff. ... (file: [2f22b86ed0] check-in: [4e4d0fa527] user: jan.nijtmans branch: trunk, size: 70818)
09:42
Add -v|--verbose as alternative to "-l|--detail" everywhere. And "v=" and "verbose=" as alternative to the "detail=" URL parameter. ... (file: [af5c080879] check-in: [5214a2a8b8] user: jan.nijtmans branch: trunk, size: 70813)
2013-04-25
21:23
Add styling hook and usability improvements to background color picker. ... (file: [506f8599df] check-in: [1159585bdb] user: joel branch: trunk, size: 70481)
2013-03-30
10:13
Added timelineComment and infoComment CSS classes, per suggestion by Baptiste Daroussin. ... (file: [8bf181c8c7] check-in: [f9d4e0853b] user: stephan branch: trunk, size: 70285)
2013-03-14
14:09
style ... (file: [580e35dc67] check-in: [3ba9a4d5ca] user: jan.nijtmans branch: trunk, size: 70225)
2013-03-05
12:25
style: use g.zConfigDbName in stead of g.configDbName, as all other strings. ... (file: [f258629249] check-in: [a5dc5332d4] user: jan.nijtmans branch: trunk, size: 70226)
12:17
Add check for win32/cygwin whether the config-db is writable in stead of checking that the $HOME directory is writable. Eliminate g.zHome and g.configOpen, in stead use a single g.configDbName. Then people no longer have to guess whether the config db name is ".fossil" or "_fossil". g.zHome was only used for locating the config db, nothing else. ... (file: [dcb897fded] check-in: [473e08a6d1] user: jan.nijtmans branch: trunk, size: 70224)
2013-02-28
20:10
Show check-in comments in block style in all contexts other than timeline regardless of the timeline-block-markup setting. The timeline-block-markup setting only effects the timeline. ... (file: [addcf65002] check-in: [cae8b6964d] user: drh branch: trunk, size: 70237)
2013-02-20
18:46
Merged in [timeline-rss-ticket] changes. ... (file: [9825d0cfe7] check-in: [dbaf520910] user: stephan branch: trunk, size: 70231)
2013-02-18
13:46
Fixed ticket [5df2715635b99bd46a] (check-in count mismatch). ... (file: [e42d321459] check-in: [b27c0d6d3f] user: stephan branch: trunk, size: 69990)
2013-02-16
14:12
Limit the complexity of the diff display on check-in information pages. ... (file: [97f1d3c188] check-in: [4f95ea8c56] user: drh branch: trunk, size: 69985)
2013-01-17
03:30
Change 'checkin-count' to simply 'checkins' to keep the output aligned. ... (file: [ef94b35c1f] check-in: [d59455e3f2] user: mistachkin branch: trunk, size: 71838)
2013-01-15
02:29
Fix compiler warnings. ... (file: [5f70cccc56] check-in: [b3bac1158b] user: drh branch: trunk, size: 71839)
2013-01-10
12:51
Added checkin-count to (fossil info) output (ML request). ... (file: [455f03cd98] check-in: [acea7010b8] user: stephan branch: trunk, size: 71874)
2013-01-02
01:36
Enable diff filtering using a regex= query parameter on web pages. ... (file: [14a701fa6e] check-in: [31dd2c0e3e] user: drh branch: trunk, size: 71754)
00:58
Enhance the diff logic so that it can suppress differences that do not match a regular expression. This capability is so far only exposed on the test-diff command. ... (file: [aad4d900af] check-in: [97a7b924c0] user: drh branch: trunk, size: 70730)
2012-12-18
02:38
Fix the display of file renames so that they show up as just renames and do not also appear as a delete. ... (file: [828119f197] check-in: [ebd36f9b2b] user: drh branch: trunk, size: 70721)
2012-12-10
19:50
some more unused variable gcc warnings ... (file: [35cae71a5b] check-in: [1caa510170] user: jan.nijtmans branch: trunk, size: 70614)
2012-12-08
02:26
Silence unused variable compiler warning. Modify MinGW makefiles to fix an overly long line. ... (file: [741b2ac548] check-in: [f51c8a4447] user: mistachkin branch: trunk, size: 70601)
2012-12-06
02:51
Disable the "Diffs" link from the check-in information page. Better to use the click-to-diff feature of the graph. The code was disabled using #if 0 so it is easy to reactivate it if desired. ... (file: [cae2e17b6f] check-in: [89ab1185bf] user: drh branch: trunk, size: 70588)
2012-11-29
16:54
Fix a missing </ul> on object descriptions. ... (file: [648cd4e8b9] check-in: [7e609e0e50] user: drh branch: trunk, size: 70575)
2012-11-27
16:26
Enhancements to ticket processing. There are now two tables: TICKET and TICKETCHNG. There is one row in TICKETCHNG for each ticket artifact. Fields from ticket artifacts go into either or both of TICKET and TICKETCHNG, whichever contain matching column names. Default ticket edit and viewing scripts are updated to use TICKETCHNG. The TH1 scripting language is enhanced to support this, including the new "query" command for doing SQL queries against the repository database. All changes should be backwards compatible. ... (file: [d889823fba] check-in: [4f8c8975bc] user: drh branch: trunk, size: 70541)
2012-11-26
22:51
Merge byte-order-mark handling enhancements to trunk. ... (file: [77e003f2b5] check-in: [9b800ee41c] user: mistachkin branch: trunk, size: 70232)
2012-11-22
23:35
Be consistent about display of check-in comments as either text/plain or text/x-fossil-wiki. When the user configures text/plain, use that format everywhere. ... (file: [650da8d382] check-in: [2c6fa9c3b0] user: drh branch: trunk, size: 70222)
2012-11-20
22:13
Change the action= attribute of &lt;form&gt; elements using javascript, as an additional defense against spam-bots. ... (file: [dae0af0497] check-in: [dfa3579455] user: drh branch: trunk, size: 70253)
13:42
Only suppress bad hyperlinks for check-in comments and tickets. Continue to show the broken hyperlinks on wiki pages. ... (file: [6090a086ef] check-in: [26ac392308] user: drh branch: trunk, size: 70275)
2012-11-15
15:14
Add the uf= query parameter to timeline. The timeline shows only those checkins that contain the file identified. ... (file: [fb01cc1b62] check-in: [eb3cc76d50] user: drh branch: trunk, size: 70243)
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: [4df68f2366] check-in: [76e8600b94] user: drh branch: trunk, size: 70081)
16:51
Properly escape spaces in URLs in an href attribute. ... (file: [b70a43112a] check-in: [cd8aad4392] user: drh branch: trunk, size: 70081)
14:42
Add a test script that runs one thousand web page queries using valgrind, looking for memory issues. Fix one use-after-free issue found using this script. ... (file: [d9a323dd0c] check-in: [9e0da27437] user: drh branch: trunk, size: 70081)
2012-11-02
02:41
Clean up some harmless compiler warnings. ... (file: [8bff5c14cc] check-in: [0a4193be58] user: drh branch: trunk, size: 70081)
02:36
Merge the "moderation" branch into trunk. This adds the ability to have an approval process for edits to Wiki and Tickets, including creating new Wiki and Tickets and adding attachments. Probably there are still some problems, but things are working well enough for trunk. ... (file: [31e3438125] check-in: [ba418ee1ce] user: drh branch: trunk, size: 70104)
2012-10-31
09:56
strip BOM from artifacts embedded in HTML or text ... (file: [c50a44c252] check-in: [01050d689d] user: jan.nijtmans branch: trunk, size: 66991)
2012-10-24
13:43
Removing superfluous parenthesis in html output. ... (file: [fce18c097f] check-in: [ad9cf1cad6] user: viriketo branch: trunk, size: 66974)
2012-10-12
13:21
Show the complete text of added and removed files on the "vdiff" webpage. ... (file: [923dc371be] check-in: [c32a97e1b2] user: drh branch: trunk, size: 66975)
2012-10-11
14:21
Add the "fileage" webpage. ... (file: [d5c4adb85e] check-in: [368347d660] user: drh branch: trunk, size: 66959)
2012-10-09
13:30
Making the raw page download guess the mime type based on filename also for attachments, not only repository files. ... (file: [defb35e24b] check-in: [5f3916ac5b] user: viriketo branch: trunk, size: 66897)
2012-09-06
20:31
Improved descriptions of the two check-ins being compared on the vdiff page. ... (file: [39dc3f83bd] check-in: [6b22a464d7] user: drh branch: trunk, size: 66635)
19:52
On the check-in info page, offer a selection of nearby leaves to diff against. ... (file: [16eb12bc28] check-in: [238db72dc9] user: drh branch: trunk, size: 65617)
14:00
Add the "Invert" button to the "vdiff" web page. ... (file: [cca58d2945] check-in: [b0036a3c97] user: drh branch: trunk, size: 63713)
2012-09-05
20:45
Enhancements to localtime processing and to the label resolution on the a=, b=, and c= query parameters to the timeline page. ... (file: [7563903752] check-in: [41c3c1900b] user: drh branch: trunk, size: 63431)
20:21
Eliminate some gcc (4.6) warnings on windows. ... (file: [b11d03184d] check-in: [1854d99041] user: jan.nijtmans branch: trunk, size: 63930)
2012-08-31
20:46
Revert change [208d67675c]. The policy is to keep the Fossil source code ASCII even if Fossil itself is able to handle non-ASCII source files. Furthermore, the [208d67675c] change broken things. Also backout change [34fcb9634e] since it complicates the C code with unnecessary backslash characters in order to changes single-quotes to double-quotes in the generated HTML and Javascript, which is pointless. ... (file: [8eb89d709a] check-in: [c19f34cb69] user: drh branch: trunk, size: 63904)
08:08
More consistancy in html generation: Use '"' where possible. ... (file: [50fbc5d824] check-in: [34fcb9634e] user: jan.nijtmans branch: trunk, size: 63925)
2012-08-30
14:30
typos ... (file: [6edbd475b1] check-in: [7c0f4ecadf] user: jan.nijtmans branch: trunk, size: 63903)
2012-08-29
19:41
Allow UTF-8 characters in sources. translate.exe will translate it to ASCII ... (file: [3c75d4c3ad] check-in: [208d67675c] user: jan.nijtmans branch: trunk, size: 63904)
10:44
Fix a typo on the Ticket Change Details page. ... (file: [74423a148a] check-in: [eb82a23827] user: drh branch: trunk, size: 63905)
2012-08-22
20:19
Make use of %q instead of %s to avoid SQL injections. ... (file: [70d8dd31ab] check-in: [e766df0a69] user: drh branch: trunk, size: 63906)
2012-08-20
19:01
Expand the "diffFlags" variable to 64-bits in order to accommodate new options to the various "diff" commands. ... (file: [c92f8c3405] check-in: [2b1767500e] user: drh branch: trunk, size: 63906)
2012-08-13
16:18
Have the "raw" webpage try to guess the filename and the mimetype of the artifact being downloaded, if the m= query parameter is omitted. ... (file: [93cbc55ae9] check-in: [af16836c23] user: drh branch: trunk, size: 63906)
2012-07-25
12:05
Allow the setup user to add the chngtime query parameter to ci_edit. This can be used to override incorrect tags that have a date way in the future. ... (file: [33360c8c60] check-in: [ca72f02c9b] user: drh branch: trunk, size: 63607)
10:58
Add &lt;label&gt; markup around all checkbox form entries. ... (file: [429b02c1fa] check-in: [e78c49d30a] user: drh branch: trunk, size: 63067)
2012-07-20
15:06
Replaced $(x) with gebi(x), as per ML discussion. ... (file: [7bcda31e8d] check-in: [dfce20e487] user: stephan branch: trunk, size: 62983)
2012-07-19
21:44
Create a javascript function $(id) which is an alias for document.getElementById(id). Use the $(id) function everywhere that document.getElementById(id) was used. ... (file: [2a1597419d] check-in: [97d651b85a] user: drh branch: trunk, size: 62974)
18:53
Automatically check both "Tags:" and "Branching:" boxes when text is entered into the name fields on the "ci_edit" page. ... (file: [1fd0218f49] check-in: [b2164fb70c] user: drh branch: trunk, size: 63115)
18:41
/ci_edit now auto-checks the Add Tag checkbox if the user types in the tag name field. Thanks to Nolan D. for the suggestion and Steve H. for the graceful solution. ... (file: [0ff4cb774a] check-in: [542f989a27] user: stephan branch: trunk, size: 63068)
2012-07-17
16:55
Separate the download links on the "info" and "ci" pages onto a separate line with a separate label. ... (file: [b966edd59c] check-in: [7ee938f40e] user: drh branch: trunk, size: 62955)
2012-07-14
16:51
Merge the root-tag branch into trunk. ... (file: [56ebb64906] check-in: [9f83e033a2] user: drh branch: trunk, size: 62425)
2012-05-05
10:55
Fix a typo in the "info" page. ... (file: [1b1203be8d] check-in: [e2f5be6df1] user: drh branch: trunk, size: 62107)
2012-04-28
18:24
Remove a surplus space character following the user name in the description of check-ins. ... (file: [2f59809dc8] check-in: [0ea8ed34a1] user: drh branch: trunk, size: 62107)
18:02
Fix a stray ")" character in the diff buttons of the "check-in" information page. ... (file: [54cc8f8a7f] check-in: [82476370d0] user: drh branch: trunk, size: 62114)
17:28
For the "fossil info" command from without an open check-out, only show the alt-root and access-url information if the --detail or -l options are given. ... (file: [59e264444f] check-in: [f1487280a8] user: drh branch: trunk, size: 62115)
08:05
Move the enhanced spider-defense mechanism into the trunk. ... (file: [dfafc7ac99] check-in: [433cde1ce8] user: drh branch: trunk, size: 61997)
2012-04-27
15:43
Record the names of checkouts and access URLs in the config table and display that information using the "info" command. ... (file: [76816c3b7b] check-in: [e604d483ee] user: drh branch: trunk, size: 62585)
2012-03-24
21:05
Avoid adding HTML into the "patch" output. ... (file: [66e13ccc0c] check-in: [dce6af96eb] user: drh branch: trunk, size: 61520)
2012-02-10
23:03
Merge in documentation updates. ... (file: [95ee150973] check-in: [75ea5ac672] user: drh branch: trunk, size: 61521)
2012-02-06
17:47
The "smhdr" query parameter on the finfo pages gives a more compact header without the detailed object descriptions. ... (file: [cb84ac306d] check-in: [af30a9ab46] user: drh branch: trunk, size: 61469)
2012-02-05
20:22
Add the "diff optimizer" which tries to shift inserts and deletes to align with natural boundaries in the text. The resulting diff is no more or less correct than the original; it just seems more natural to human readers. ... (file: [8115480da3] check-in: [98cf5c33bc] user: drh branch: trunk, size: 61242)
2012-02-04
21:40
Fix a harmless compiler warning. ... (file: [baa3e2a9fa] check-in: [5bbe190a8c] user: drh branch: trunk, size: 61130)
21:38
Add the new colorized diff logic to file and wiki diffs in addition to version diffs. ... (file: [c2a7c89306] check-in: [96f1975ce2] user: drh branch: trunk, size: 61118)
21:09
Merge the retro-sbsdiff changes into trunk. ... (file: [9419ed3ec6] check-in: [72c0183ac8] user: drh branch: trunk, size: 61061)
2012-01-28
21:51
Store the repository filename in the _FOSSIL_ database exactly as it is typed on the "open" command-line. That means that the repository filename will be stored relative to the root of the check-out if a relative pathname is given on open. ... (file: [25daf6c51f] check-in: [a7248d8fb9] user: drh branch: trunk, size: 60475)
2011-11-04
15:40
No longer display the server-code in info outputs as the server-code is no longer used for anything. Begin recording the location of local checkouts in the ~/.fossil database. ... (file: [9e723f44bb] check-in: [272e304d3f] user: drh branch: trunk, size: 60476)
2011-10-21
21:34
Merge the diff enhancements into trunk. ... (file: [ed41ae4216] check-in: [c244605862] user: drh branch: trunk, size: 60616)
2011-10-19
18:59
Fix for ticket [e5999e25eedeb]. Code style fix. ... (file: [ca6028ddb7] check-in: [4a296c0b1c] user: jan branch: trunk, size: 60598)
01:49
Fix a missed class="button" on the info page. ... (file: [79341db0cc] check-in: [5f0899bba6] user: drh branch: trunk, size: 60510)
01:44
Increase the version number to 1.20. Improvements to style sheets. ... (file: [18839cb520] check-in: [91db2ccfa2] user: drh branch: trunk, size: 60509)
2011-10-18
23:37
When editing the properties of a check-in and comparing the old and new comment text, ignore leading and trailing whitespace and the differences between \r\n and \n. Hopefully this will reduce the number of unwanted comment edits. ... (file: [c663eee84c] check-in: [48928829e2] user: drh branch: trunk, size: 60427)
2011-10-17
13:09
Font size adjustments for side-by-side diff. Use the dp= query parameter of timeline on the info page. ... (file: [55cfb52fbe] check-in: [eefb31683b] user: drh branch: trunk, size: 59637)
01:19
Merge the side-by-side diff code into trunk. ... (file: [65decd5164] check-in: [0bde74ea1e] user: drh branch: trunk, size: 59652)
2011-10-14
00:06
Add /*sort*/ marks to some SQL queries to disable warnings about sorting without an index. ... (file: [45986faf2c] check-in: [fff43ebb5b] user: drh branch: trunk, size: 56845)
2011-09-14
18:08
Merge the refactored permission flags into trunk. ... (file: [c20f0b7dd4] check-in: [b344d3c0cd] user: drh branch: trunk, size: 56836)
11:06
Distinguish between direct family and merge relationships in the common status information such as seen with the "fossil info" command. ... (file: [73983355ea] check-in: [9caa3506c5] user: drh branch: trunk, size: 56746)
2011-09-13
18:36
Merge documentation updates into trunk. ... (file: [30ab21ad96] check-in: [6cf00533b2] user: drh branch: trunk, size: 56451)
00:40
Add support for the -R option on several command-line subcommands. ... (file: [b890ff2255] check-in: [4fe2214116] user: drh branch: trunk, size: 56356)
2011-09-01
21:56
Merge the symlinks branch into trunk. ... (file: [8c25858253] check-in: [e4f1c1fe95] user: drh branch: trunk, size: 56427)
2011-08-31
14:34
Improvements to artifact descriptions merged into trunk. ... (file: [8e82e9e0b1] check-in: [49402fc722] user: drh branch: trunk, size: 56168)
2011-06-29
17:10
Simplify some the "name" parameter to the "artifact" URIs. ... (file: [22d1aa9a30] check-in: [5acc3e4cc4] user: drh branch: trunk, size: 55727)
2011-06-14
22:31
Disable several warnings about sorting w/o an index. ... (file: [dd94c18944] check-in: [b893eb0dad] user: drh branch: trunk, size: 55573)
2011-06-02
20:49
Improved handling of check-in diff display when files have changed names but are otherwise unmodified. Requires a rebuild to get the display exactly right since the MLINK table needs to be recomputed. ... (file: [a0414c3e61] check-in: [067cda2645] user: drh branch: trunk, size: 55546)
2011-06-01
22:32
In contexts where only a check-out makes since, only resolve tags or branch names into check-outs, not events or other artifacts. Ticket [5f611295e3c2a8]. ... (file: [ce2e2e595b] check-in: [2a013f0228] user: drh branch: trunk, size: 54921)
2011-05-27
12:03
Do not use strcmp() for comparison since the sort order can vary by locale. Use fossil_strcmp() instead. Ticket [3f0216560679fd41]. ... (file: [21fd71ff82] check-in: [32ad9a1584] user: drh branch: trunk, size: 54904)
2011-05-20
11:32
Merge the windows-i18n branch into the trunk. ... (file: [698126d41a] check-in: [d8ec765fac] user: drh branch: trunk, size: 54890)
2011-05-06
16:44
Show the artifact numbers on the From and To of a file diff. ... (file: [ebd8a6dcd0] check-in: [9a63d1f048] user: drh branch: trunk, size: 54800)
2011-04-25
22:23
Change the definition of a "Leaf" to be any node that has no children of any kind (merge or non-merge) in the same branch. A "rebuild" or a "fossil leaves --recompute" is required to recompute the LEAF table after upgrading to this version. ... (file: [acda9c4b5b] check-in: [e17fc71319] user: drh branch: trunk, size: 54522)
20:26
Add hyperlink to the annotation of a file in the object description header. ... (file: [94eecaf472] check-in: [030a048697] user: drh branch: trunk, size: 54559)
2011-04-18
12:29
Add the PT() and PDT() macros for extracting query parameters with leading and trailing whitespace removed. Use those macros to in the check-in edit page. Do not create branches or tags with empty names. Ticket [e613f452fada00]. ... (file: [3b6627945e] check-in: [655e78209b] user: drh branch: trunk, size: 54431)
2011-04-07
15:58
Add a missing &lt;/p&gt; tag on the check-in info page. ... (file: [a4860a776e] check-in: [19cf613123] user: drh branch: trunk, size: 54394)
2011-03-29
13:54
Add more colors to the background color palette. ... (file: [d0fe09013e] check-in: [51759d5248] user: drh branch: trunk, size: 54390)
2011-03-23
12:32
If the "info" webpage references an ambiguous artifact ID, show all of the possible results. ... (file: [7a54e1d925] check-in: [2c8ea5ff2c] user: drh branch: trunk, size: 54199)
2011-03-09
02:23
Add the ability to deliver compressed tarballs in addition to ZIP archives. ... (file: [654fc91156] check-in: [d5d676f0c7] user: drh branch: trunk, size: 54003)
2011-02-25
17:49
Remove a superfluous ';' from the end of artifact listings. ... (file: [b98304cf78] check-in: [a48c661d9a] user: drh branch: trunk, size: 53806)
16:20
Track file permission changes in the mlink table. Updating through this check-in requires a rebuild. ... (file: [de3be16a71] check-in: [7f11789bf1] user: drh branch: trunk, size: 53807)
01:13
Clarify the documentation for the operation of the "info" command. Ticket [74cfdb438a246e46] ... (file: [f2104f7c9b] check-in: [828bf98aff] user: drh branch: trunk, size: 53263)
2011-02-24
17:11
Infrastructure changes: Simplify content_put() to a single parameter. Add content_put_ex() with lots of extra parameters. Add isPrivate parameters to content_put_ex() and content_new(). ... (file: [d4371c8b9a] check-in: [1b4516168d] user: drh branch: trunk, size: 53165)
2011-02-21
18:20
Factor the code that outputs line-numbered text into a separate subroutine, for clarity of presentation. ... (file: [663915e572] check-in: [a4d57c6b26] user: drh branch: trunk, size: 53174)
2011-02-20
00:12
Augment the fdiff web method to accept a "patch" query parameter and output text/plain if the parameter is present. ... (file: [4e4c582318] check-in: [c190bcc3ce] user: drh branch: trunk, size: 52537)
2011-02-19
16:14
Add the "vpatch" web method that returns the difference between two checkins as text/plain and a a "patch" hyperlink on the checkin information page that jumps to the appropriate vpatch page. ... (file: [b0b6edcbc9] check-in: [4bdf71b1ce] user: drh branch: trunk, size: 52086)
2011-02-18
21:47
Improved display of selected band in a text artifact. ... (file: [971dede47a] check-in: [b9d4631421] user: drh branch: trunk, size: 51462)
19:31
Enhance the /artifact method so that the ln=M,N argument shows linenumbers and highlights lines between M and N. ... (file: [2afa3cb74b] check-in: [6e0dd3bab7] user: drh branch: trunk, size: 51273)
17:26
Only show the "Original Date" if its display time is different from the "Date". Ignore differences in milliseconds. ... (file: [e07c004829] check-in: [022a74a93f] user: drh branch: trunk, size: 50124)
2011-02-17
20:44
Make sure manifest_crosslink() resets its input blob and that callers know this and do not attempt to reuse that blob. ... (file: [babc93cc91] check-in: [d22519e500] user: drh branch: trunk, size: 50086)
2011-01-14
21:07
Fix the /info URL so that it works for events. Ticket [b5efc3a47bd10f0510]. ... (file: [4242734614] check-in: [1e801c5f64] user: drh branch: trunk, size: 50048)
2011-01-07
16:20
Record fractional seconds for artifact times. ... (file: [5abf4e3230] check-in: [722d7cac97] user: drh branch: trunk, size: 49913)
2011-01-05
13:36
Provide a much larger palette of predefind background colors on the Checkin-Edit screen. ... (file: [692be74b20] check-in: [ddf5f36765] user: drh branch: trunk, size: 49939)
2010-12-30
01:29
follow-up to [e22fca9640|Hex adjustment checkin]; an image -is- a binary file already - no need to display a "Hex" link for it explicitly (already done). ... (file: [60b77d8bcd] check-in: [fab89453c5] user: bch branch: trunk, size: 49543)
2010-12-23
02:22
Add new function fossil_strcmp() that works like strcmp() except that it handles NULL arguments correctly. Use fossil_strcmp() in place of strcmp() in many places in the code. ... (file: [8c1d39741d] check-in: [31c52c7b3e] user: drh branch: trunk, size: 49622)
2010-12-19
02:09
Clear compiler warnings on OpenBSD. No functional code changes. ... (file: [fb6f2ba279] check-in: [bbbb35a3c6] user: drh branch: trunk, size: 49552)
2010-12-18
01:38
Fix the check-in editor so that it does not try to change the date on every edit of the check-in, but only on edits that actually change the date. ... (file: [5ccf1e74ee] check-in: [b230721eb8] user: drh branch: trunk, size: 49478)
2010-12-17
21:06
In the check-in property editor, change the bgcolor tag even if the only change is to toggle color propagation on or off. Ticket [fcadf658ed282b3a2]. ... (file: [a2a465c619] check-in: [2080d52168] user: drh branch: trunk, size: 49482)
2010-12-16
14:46
Use relative URLs for hyperlinks whereever possible, so that Fossil can work better behind a reverse proxy. ... (file: [13bca0ed8c] check-in: [daeb10f65f] user: drh branch: trunk, size: 49093)
2010-12-14
00:36
Merge in the experimental clone speed enhancement. ... (file: [b707e45cdd] check-in: [3543ed62bb] user: drh branch: trunk, size: 49157)
00:15
Do not show a hex dump by default when viewing a binary artifact. Instead, just say that the artifact contains binary data and give a "Hex" submenu to view the hex if that is what the user wants. Ticket [a470443b64412d2856]. ... (file: [e22fca9640] check-in: [dbb02ff1f9] user: drh branch: trunk, size: 49154)
2010-11-25
00:17
Add a new link to the check-in "info" page that goes to a timeline showing just the immediate parents and children of a check-in. Ticket [746949c9318554c137f5]. ... (file: [199d64d421] check-in: [8c04a873c8] user: drh branch: trunk, size: 49140)
2010-11-24
23:45
If the date of a check-in has been changed by a tag, then show that fact on the "info" page for the check-in. <i>Requires a rebuild</i>. ... (file: [ee5664c7a5] check-in: [576f6db2a8] user: drh branch: trunk, size: 49073)
2010-11-11
22:04
Add support for "magic" tags "ckout", "prev" and "next". Show the version updating to when performing an "update". ... (file: [3447711f69] check-in: [5ea9ad379d] user: drh branch: trunk, size: 48827)
2010-10-26
12:51
Merge the delta-manifest enhancement into the trunk. ... (file: [28ef7eae65] check-in: [d13054ce84] user: drh branch: trunk, size: 48498)
2010-10-14
20:28
Always show diffs for added and deleted files in the web UI. Show added and deleted files in diffs with -N and the --from and --to options to the command-line diff command. Ticket [e90d38c2054e9b44792] ... (file: [4fda49e19e] check-in: [703653489e] user: drh branch: trunk, size: 48330)
2010-10-05
03:32
Merge the experimental "Event" changes into the trunk. ... (file: [daadb5dec6] check-in: [d96c4a42f0] user: drh branch: trunk, size: 48253)
2010-09-29
13:30
Merge all changes from the wolfgangFormat2CSS_2 branch into the trunk. ... (file: [8666b1c670] check-in: [5a48a9b27b] user: drh branch: trunk, size: 47441)
2010-09-13
23:40
Merge the CSS and XHTML fixes from the wolfgangFormat2CSS branch into the trunk. ... (file: [be46c87a3d] check-in: [3243e63bba] user: drh branch: trunk, size: 46711)
2010-08-31
01:53
Merge the changes from the windowscompilers branch into the trunk. ... (file: [f3e7f96a0f] check-in: [3564af0f7a] user: drh branch: trunk, size: 46518)
2010-08-26
14:13
Show diffs on info pages even if the user lacks history privilege. ... (file: [b39ed38fcd] check-in: [72147afc9d] user: drh branch: trunk, size: 46517)
2010-08-23
22:24
Omit the link to the "ZIP archive" if the user does not have permissions to download the ZIP archive. Ticket [f18142409088bfc707e26]. ... (file: [104283f9f2] check-in: [8474ca6747] user: drh branch: trunk, size: 46314)
2010-08-21
04:06
The command-line "diff" does not ignore whitespace at the end of lines and it generates a well-formed patch file that can be fed directly into "patch -p 0". Ticket [a9f7b23c2e376af]. GUI diffs and the merge commands do ignore end-of-line whitespace. ... (file: [4b9aa4efd3] check-in: [5ef7435ac0] user: drh branch: trunk, size: 46283)
2010-08-16
19:06
extend new "comment" feature of "info" subcommand to include username ... (file: [ed521e91a8] check-in: [391ef2853b] user: bch branch: trunk, size: 46277)
12:11
Add the "comment:" field to the output of "fossil info". ... (file: [086b805633] check-in: [da52ff9363] user: drh branch: trunk, size: 46228)
2010-08-07
18:09
Enhance the "vdiff" web method so that it shows the differences between to arbitrary check-ins identified by the "from" and "to" query parameters. ... (file: [5b092ac502] check-in: [1d713f3f4d] user: drh branch: trunk, size: 46054)
2010-06-16
20:33
On a branch timeline, in addition to showing the checkins of the branch, also show check-ins of other branches that merge into or from the branch being displayed. This helps to show what has happened to an infrequently changing branch which is part of a much more active project. ... (file: [1977ba9005] check-in: [6752934026] user: drh branch: trunk, size: 44100)
2010-06-09
12:29
Updates to the homepage. Fix a minor bug in the check-in edit screen of the web-UI. ... (file: [c44525a417] check-in: [404aaecff8] user: drh branch: trunk, size: 44100)
2010-05-21
15:16
Fix an unterminated string in the information viewer for attachments. ... (file: [e83d9d8f62] check-in: [65d2067247] user: drh branch: trunk, size: 44098)
2010-05-16
19:08
Change from GPL to the Simplified BSD License. ... (file: [a49ca7a34a] check-in: [c06edd231f] user: drh branch: clear-title, size: 44153)
11:18
Pull the latest trunk changes into clear-title. ... (file: [d297297e03] check-in: [96722b6d01] user: drh branch: clear-title, size: 44429)
2010-04-02
20:09
Merge all recent trunk changes into the clear-title branch (since we hold clear title on all recent changes.) ... (file: [ef35d0ad3f] check-in: [64541535d9] user: drh branch: clear-title, size: 43661)
2010-03-18
14:40
Merge in all of the latest clear-title changes from the trunk. ... (file: [6ccf198d8c] check-in: [7c2577bd63] user: drh branch: clear-title, size: 43819)
2010-03-05
00:10
Pull over from the trunk all recent changes for which we have clear title. ... (file: [472b905460] check-in: [b9d3b4288f] user: drh branch: clear-title, size: 42513)
2010-02-25
14:06
Pull over the latest clear-title changes from trunk. ... (file: [cca5d86843] check-in: [16e703be11] user: drh branch: clear-title, size: 42353)
2010-01-20
15:55
Pull in the latest fixes from the trunk. ... (file: [f1ce85a364] check-in: [a3161f5f1f] user: drh branch: clear-title, size: 42353)
2010-01-19
17:34
Cleanup of the code used to resolve tag names in contexts where an artifact ID can be entered. ... (file: [7c2b3f6568] check-in: [bf56b2ddf4] user: drh branch: trunk, size: 42307)
2010-01-06
13:48
Only show propagating tags (not single-checkin tags) in the check-in comment entry template. ... (file: [3aeb3e1bef] check-in: [4943c0e504] user: drh branch: trunk, size: 42642)
2009-12-27
18:19
Fix an invalid free() call that could occur when the "info" command was used with an invalid artifact ID. Ticket [aa8ba0fffa]. ... (file: [461c233b78] check-in: [9d3fe01ae3] user: drh branch: trunk, size: 42492)
2009-12-26
15:30
removed an extraneous pair of row/cell closing tags. Fixed TH tags which were closed with TD instead of TH. ... (file: [01ca652853] check-in: [06b964a0cf] user: stephan branch: trunk, size: 42480)
2009-12-18
23:54
For the "version information" web pages, change the default behavior to only show the list of files that changed, not the diffs. But there is a link to get diffs of all files or of individual files. The default behavior can be changed using a Setup/Timeline configuration option to show diffs by default. ... (file: [806a78d802] check-in: [0f4f6c0325] user: drh branch: trunk, size: 42497)
2009-12-17
14:51
Update the "checkin" command so that the template check-in message contains a comment that shows the branch tags that will be associated with the new check-in. ... (file: [f5284fa22d] check-in: [6df39e37f2] user: drh branch: trunk, size: 41429)
2009-11-11
16:21
Deal with windows filename aliasing in the "all" command. Ticket [974618fe5a8]. Also display the home directory for windows users with the "info" command since the home directory is non-obvious in windows. ... (file: [dd6de258e1] check-in: [d5695157d0] user: drh branch: trunk, size: 41128)
2009-10-31
15:07
Add an "finfo" command to give file history. ... (file: [07a09dc029] check-in: [8c8f8616a6] user: drh branch: trunk, size: 41032)
2009-09-11
18:27
Always print the "project-name" using the command-line "info" command. Avoid an extra "/" character when constructing files for check-in. ... (file: [bdf1a77d15] check-in: [bbd758ecc3] user: drh branch: trunk, size: 43609)
2009-08-31
00:09
When listing the history of a file, show the check-in associated with each new version of that file. ... (file: [eec9dcd76a] check-in: [96c1043c61] user: drh branch: trunk, size: 43538)
2009-08-30
01:22
Disable additional hyperlinks when "history" privilege is disabled (by default when the user has not signed in as "anonymous" or other known user.) Help prevent spiders for soaking up bandwidth. ... (file: [7cbe41c03c] check-in: [5fe3aee839] user: drh branch: trunk, size: 43289)
2009-08-29
22:39
Add more hyperlinks on dates and userids. ... (file: [9956b9b09c] check-in: [58903a0fec] user: drh branch: trunk, size: 42733)
18:47
Better descriptions of raw artifacts on the "artifact" URL. ... (file: [3f3e3d13b1] check-in: [ee544f4843] user: drh branch: trunk, size: 42547)
16:45
Add additional hyperlinking of dates and userids. For a "circa" timeline, show the "circa" point in the timeline listing. ... (file: [3701ba08d0] check-in: [b5f4f910b7] user: drh branch: trunk, size: 42582)
2009-08-28
22:59
Deleted some obsolete "todo" files. Updated the FAQ. Modified the the "vinfo" page to show check-in differences and made "vinfo" the default display for check-ins instead of "vdiff". ... (file: [781d76a85f] check-in: [713b8be852] user: drh branch: trunk, size: 47131)
17:58
Show the date and time on checkouts in the "info" command. ... (file: [11d48dcc33] check-in: [76630dd9f3] user: drh branch: trunk, size: 45898)
2009-08-26
18:25
Add the --private option to the "fossil commit" command. This option creates a private branch which is never pushed. ... (file: [10f41cb27f] check-in: [02a584f7f5] user: drh branch: trunk, size: 45460)
2009-08-21
16:25
Add the ability to edit check-in dates using control artifacts. Useful if a user does a check-in when their system clock is set incorrectly thus causing an incorrect timestamp to appear on the check-in artifact. <b>You must run "<i>fossil all rebuild</i>"</b> after upgrading to this or any later version of fossil from a prior version. ... (file: [4d0388b1d8] check-in: [ac03d43348] user: drh branch: trunk, size: 45413)
2009-08-15
16:47
Add the "circa" capability to the timeline. Check-in hyperlinks go to the "diff" page by default, rather than the "detail" page. ... (file: [e3bec54d02] check-in: [5a539f82dc] user: drh branch: trunk, size: 44638)
2009-08-13
14:27
Disconnect the global configuration database in ~/.fossil from the respository database in most cases. This allows multiple "sync" or "commit" operations to be running on different repositories at the same time. ... (file: [ce7fc1bbb9] check-in: [00ac7945a9] user: drh branch: trunk, size: 44096)
2009-08-11
15:14
Change the date markers in file info pages to use the same CSS tags as the timeline. ... (file: [cb5129afc5] check-in: [53f04b180c] user: drh branch: trunk, size: 44095)
2009-01-29
02:42
The "artifact" webpage renders wiki as wiki and html as html but gives submenu items to convert the rendering back to plain text (and hexdump). ... (file: [012036faaa] check-in: [c7fe01fe8e] user: drh branch: trunk, size: 44304)
2009-01-28
22:56
Add a "View" submenu item on the artifact viewer for files with wiki mimetype. ... (file: [ee344959f3] check-in: [0a2a1b4dde] user: drh branch: trunk, size: 44006)
22:23
A a "View" submenu option for the content viewer when the file is HTML. ... (file: [3cb6b66184] check-in: [d4fedbb4ad] user: drh branch: trunk, size: 43427)
21:41
Add the ci=LABEL parameter to the "dir" webpage in order to look at just files within a single check-in. Add a Download link on the artifact and hexdump viewers. ... (file: [8b65dc436f] check-in: [923d644b89] user: drh branch: trunk, size: 43224)
2009-01-25
20:13
Rename the "vinfo" page to "ci" and the "vedit" page to "ci_edit". ... (file: [b42d745af6] check-in: [9be1b00392] user: drh branch: trunk, size: 42251)
20:10
Revised formatting of the "Tags and Properties" division of the check-in information screen. ... (file: [8f7bead3fd] check-in: [eb8223e164] user: drh branch: trunk, size: 42268)
19:47
Add explanatory text to the top of the rcvfromlist webpage. The info page for the root check-in now knows how to redirect to vinfo. ... (file: [a4c9127cb5] check-in: [9c89b0e0f1] user: drh branch: trunk, size: 42250)
19:18
Documentation tweaks. Change the "Setup" menu title to "Admin". Added pages under Admin to view the RCVFROM table of the database. ... (file: [420d4f7587] check-in: [766bec08ce] user: drh branch: trunk, size: 42164)
2009-01-22
14:04
Changes some "Baseline" labels to "Check-in". ... (file: [b888c0d485] check-in: [e8d3e327f1] user: drh branch: trunk, size: 41633)
13:52
Add the ability to cancel existing tags from the web interface, on the "vedit" page. Disable the display of "Leaf" on the timeline for closed leaves. ... (file: [e59b0728c7] check-in: [73c23a4279] user: drh branch: trunk, size: 41633)
13:08
Reenable the "Tags" menu item, but make it go to the new "taglist" page. Also add separate "tagtimeline" page and separate "brlist" into "brlist" and "brtimeline". ... (file: [5f178b6ba9] check-in: [a12cb216b7] user: drh branch: trunk, size: 39876)
12:03
Change the way branches are tagged: The value of the "branch" property is used to identify the branch name. Repository rebuild required. Also, branches must be retagged. ... (file: [24ba1fa9ee] check-in: [42c2a18e73] user: drh branch: trunk, size: 39900)
01:10
Improved messages in the "tags and properties" section of the vinfo page. Distinguish between a merge between forks and a merge between branches. A merge from forks, closes the fork, but not a merge from a branch. ... (file: [e618e31047] check-in: [042a08b564] user: drh branch: trunk, size: 36836)
2009-01-21
23:40
Track the origin of tags and display that origin in the tag and properities information field of the "vinfo" page. Must "fossil rebuild" after this change. ... (file: [b49f2b6028] check-in: [08db9e11cb] user: drh branch: trunk, size: 36760)
18:42
Improvements to the timeline when displaying check-ins with a given tag. ... (file: [e44bb517cc] check-in: [e631d8af6d] user: drh branch: trunk, size: 36494)
17:52
New color choices on the background color editor. ... (file: [f65e70f125] check-in: [9c256a46b7] user: drh branch: trunk, size: 36538)
02:54
The "fossil info" command now shows tags associated with the current check-out. ... (file: [0a7e3b6c33] check-in: [2521a0a9a7] user: drh branch: trunk, size: 36476)
2009-01-20
23:47
Change the page header from Baseline to Check-in on the "vinfo" page. Fix a bug introduced into tagview (ticket [309c57b3d27219fa6ad601c0021dc067a7cb992d]). ... (file: [34fba006b8] check-in: [bf7ca1a4d8] user: drh branch: trunk, size: 36058)
23:39
On the "vinfo" page, add a link to a timeline of all other check-ins with the same tag. ... (file: [53c5bc287b] check-in: [fecb3e5cc9] user: drh branch: trunk, size: 36058)
22:53
Add a gray color option on the color changer. Help the "info" webpage to figure out that an artifact is a check-ins when the check-in changes no files relative to its parent (when the check-in only creates a new branch.) ... (file: [a275e2aa98] check-in: [3b3116e490] user: drh branch: trunk, size: 35555)
22:21
Add web-based branch color changer. Add the "branch list" command. Simplifications to color propagation logic. ... (file: [3249a68164] check-in: [b7f32a71ab] user: drh branch: trunk, size: 35438)
16:51
Attempting to rationalize the tagging and branching logic. The "branch" command has been resurrected and appears to work now. The "tag branch" command has been removed. Special tags "newbranch" and "closed" used to manage branches. New changes are not well-tested - use with caution. You must "rebuild" when upgrading through this version. ... (file: [6aacb697cc] check-in: [b6e22e62cf] user: drh branch: trunk, size: 33197)
2008-11-19
16:55
Merge src & doc leaves back. ... (file: [594a3689d1] check-in: [d14adf1032] user: kejoki branch: trunk, size: 33194)
2008-11-09
22:43
Bug fix in the "mv" command. Add filename change tracking to the check-in information screens. <b>You must run <i>rebuild</i> on existing respositories when upgrading to this version of fossil.</b> ... (file: [97b0bae401] check-in: [9fd8009007] user: drh branch: trunk, size: 29922)
2008-10-24
13:27
Change all mentions of "UUID" in the documentation and help screens into either "artifact ID" or "baseline ID" or "ticket ID" as appropriate. "UUID" has a widely recognized meaning that is different from its meaning in fossil. "UUID" is still used in code comments and in variable names. ... (file: [a90375841a] check-in: [e8c4f69c50] user: drh branch: trunk, size: 29288)
2008-10-20
16:05
Improvements in the display of ticket history. ... (file: [219a4e589a] check-in: [c8a78004ce] user: drh branch: trunk, size: 29226)
2008-10-18
12:55
Add defenses against [http://en.wikipedia.org/wiki/Cross-site_request_forgery | cross-site request forgery] attacks. ... (file: [e9965b6667] check-in: [0be54823ba] user: drh branch: trunk, size: 29953)
2008-10-17
13:30
Update the "info" command so that it can take the name of a repository as its argument and then report information about that repository. ... (file: [26d96b828e] check-in: [974f025c6e] user: drh branch: trunk, size: 29891)
12:31
Add the "all rebuild" subcommand. Be more aggressive about adding repositories to the repository list. ... (file: [93f0a4da21] check-in: [2bd0690fe8] user: drh branch: trunk, size: 29333)
2008-09-06
13:29
Merge tagview branch into mainline ... (file: [33a76dcbd4] check-in: [8745d0d579] user: eric branch: trunk, size: 29295)
2008-08-17
11:37
Change CGI parameter name <tt>rid</tt> to <tt>uuid</tt> for the <tt>/zip</tt> URL. ... (file: [25c4dfa44a] check-in: [81a96aadf3] user: cle branch: trunk, size: 28947)
2008-08-14
16:15
Fix bug [c858c4178b] - at three places, the original checkin comment was taken from the repository. Only if there was no original checkin comment, the edited comment (<tt>ecomment</tt>) was fetched. That logic seem wrong. As at all other cases, first the <tt>ecommend</tt> was fetched and only when that failed, the original comment was taken, I corrected the three places in code accordingly. ... (file: [e23983e04c] check-in: [589687d783] user: cle branch: trunk, size: 28946)
04:52
Fix a stupid bug of mine introduced in [3c9e5699ce]. If the ZIP archive's name is composed, the actual project's name should be chosen instead of a fix <tt>fossil</tt>. ... (file: [20f6da86e6] check-in: [bdac9f7238] user: hintze branch: trunk, size: 28946)
2008-08-13
19:22
Use new alternative <tt>/zip</tt> URL syntax for the <tt>Zip archive</tt> link at the <tt>/vinfo</tt> page. Where the old filename of the ZIP archive was <verbatim> 417dd898ab0640f2472ebd248ac80e80f0ec6972.zip </verbatim> the new name would be: <verbatim> fossil-417dd898ab.zip </verbatim> The archive's content is placed into a directory named after the Zip archive file's basename. ... (file: [5e63c2eabc] check-in: [3c9e5699ce] user: cle branch: trunk, size: 28857)
2008-07-24
15:02
Fix a bug in the check-in comment editor. Ticket [4b40f57449]. ... (file: [1b352f5977] check-in: [89de100a2d] user: drh branch: trunk, size: 28757)
2008-07-19
18:18
Add the ability to edit check-in comments and users from the web interface. ... (file: [e15b50505a] check-in: [f0474b87b0] user: drh branch: trunk, size: 28732)
2008-07-15
19:03
Implement history display for tickets. ... (file: [737ba1d6c6] check-in: [b3ee50c946] user: drh branch: trunk, size: 25267)
2008-06-02
15:01
Clicking the "Shun" submenu does not shun immediately, but only takes you to the page where you can click the "shun" button. ... (file: [de0ea7fc4a] check-in: [94a93469c8] user: drh branch: trunk, size: 22919)
2008-05-29
01:58
Improvements to the shunning algorithm. Add the shun page and an opportunity to shun or unshun artifacts in the artifact viewer. ... (file: [ba88baf4c2] check-in: [a48474bc75] user: drh branch: trunk, size: 22917)
2008-05-16
18:11
Progress toward getting ticket handling to work. ... (file: [0c704d219d] check-in: [68c24b1857] user: drh branch: trunk, size: 22643)
2008-05-15
16:58
Add the "/doc" method on the server. ... (file: [d6911c08c2] check-in: [7351b6346d] user: drh branch: trunk, size: 28191)
2008-05-14
02:03
Change the spelling of "descendant" to use the -ant suffix everywhere, including in the filename "descendant.c". The adjective form can be spelled either -ant or -ent, but the noun form requires -ant, or so says American Heritage. ... (file: [60d6be822b] check-in: [6458f020fc] user: drh branch: trunk, size: 22519)
2008-05-05
20:18
Work toward making the "h" permission mean "hyperlink". Without "h", many pages will display, but there are few hyperlinks. A message invites users to login as anonymous. ... (file: [1846288242] check-in: [2b0d4519dc] user: drh branch: trunk, size: 22519)
2008-02-27
04:15
Merged with [82fc5abb60]. ... (file: [54715d1400] check-in: [2e84fb3e54] user: aku branch: trunk, size: 22169)
2008-02-25
00:18
Fix a bug in the "info" webpage. ... (file: [20d5e8730b] check-in: [16e765bac5] user: drh branch: trunk, size: 22101)
2008-02-24
21:51
Add a human-readable description on each timeline. Add the "ancestors" and "decendents" links on the baseline information pages, making it easier to understand the context of a baseline. ... (file: [7d442c6c2d] check-in: [e38c89130f] user: drh branch: trunk, size: 22094)
18:50
Merged to [ed26056bb5]. ... (file: [97d9ed98da] check-in: [588bb7cd73] user: aku branch: trunk, size: 21899)
2008-02-04
19:08
Hyperlinks to directory browser pages on the pathname in the title of the file history viewer, finfo. ... (file: [33d2efae51] check-in: [a20dcb5c26] user: drh branch: trunk, size: 22554)
18:28
Add support for annotation in the web interface. ... (file: [4b91516559] check-in: [eae7ddfa4e] user: drh branch: trunk, size: 22432)
2008-02-03
16:35
got rid of '... might be used initialized' warnings ... (file: [e507d3889f] check-in: [649dd8a6af] user: stephan branch: trunk, size: 22244)
2008-02-02
07:33
Merged with mainline. ... (file: [abc907adcd] check-in: [dbdc160161] user: aku branch: trunk, size: 22240)
2007-12-05
08:07
Merged mainline into my branch to get the newest application. ... (file: [21bbd4bc04] check-in: [d0305b305a] user: aku branch: trunk, size: 22236)
2007-09-17
00:58
Pulled in the navbar and timeline changes. ... (file: [1d02bccab4] check-in: [bbcb6326c9] user: aku branch: trunk, size: 14877)
2007-08-19
11:06
Fix the "Leaves" computation on the vinfo web page. Improvements to the vinfo web page. ... (file: [e4bf002e1d] check-in: [4ac16995e8] user: drh branch: trunk, size: 14862)
2007-08-18
11:42
Added options to the "timeline" CLI command. Additional help comments. ... (file: [9ae2ca06ed] check-in: [6607844a01] user: drh branch: trunk, size: 13735)
2007-08-01
16:13
File differences and file viewer added to the www interface. ... (file: [ee42d04161] check-in: [1a9c6dbfb7] user: drh branch: trunk, size: 13702)
13:32
From the vinfo webpage, provide a hyperlink to download a ZIP archive the version. ... (file: [512979df91] check-in: [6dab6149b1] user: drh branch: trunk, size: 11275)
01:24
Added the vdiff webpage with links from vinfo. ... (file: [1c93e96623] check-in: [9df32e2808] user: drh branch: trunk, size: 11169)
00:55
Add the finfo web page. ... (file: [77aac55e7c] check-in: [86c8768475] user: drh branch: trunk, size: 9736)
00:40
Improvements to the vinfo webpage. Show descendents, ancestors, and files changed. ... (file: [e357750ace] check-in: [30d7afe328] user: drh branch: trunk, size: 13848)
2007-07-31
23:33
Add the new "history" permission. Merge in changes that require permissions to view the timeline. ... (file: [a530681566] check-in: [fd36718ad9] user: drh branch: trunk, size: 9991)
2007-07-30
16:35
Only request the password one time on a push or pull. ... (file: [199807a9fd] check-in: [3a25b68390] user: drh branch: trunk, size: 9914)
2007-07-23
19:52
Improvements to the WWW interface. ... (file: [cb6cea5bd7] check-in: [66f4caa379] user: drh branch: trunk, size: 9473)
2007-07-21
14:10
Initial check-in of m1 sources. ... (file: [0c1aa485af] check-in: [dbda8d6ce9] user: drh branch: trunk, size: 9441)