Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of file src/info.c at check-in daeb10f65f90833f
2024-12-20
| ||
19:50 | Further improvements to /clusterlist and to /info for a cluster. ... (file: [1a83f38c41] check-in: [9953b16976] user: drh branch: trunk, size: 140414) | |
15:27 | Fix a typo in a column name for the query that deals with phantom entries in the info page for clusters. ... (file: [ff74df93f2] check-in: [72a218cecf] user: drh branch: trunk, size: 140041) | |
14:38 | Improve the /info page to show more detailed information about clusters. ... (file: [a47cddab40] check-in: [4170e0bb02] user: drh branch: trunk, size: 140042) | |
2024-12-18
| ||
11:39 | Fix harmless memory leaks. ... (file: [c384368d2a] check-in: [37ae94b365] user: drh branch: trunk, size: 136509) | |
05:06 | Call `cgi_is_loopback()' before `db_open_local()' when checking for a local `fossil ui' session. The former performs simple string comparison, while the latter crawls the file system for multiple (3) check-out database file names at multiple directory hierarchy levels. The main motivation for this change is to reduce "attack surface" of the /jchunk interface, but also to align `cgi_is_loopback()' vs. `db_open_local()' precedence with usage elsewhere in the code base. ... (file: [b1f42d2a9c] check-in: [2dda151c40] user: florian branch: trunk, size: 136489) | |
2024-12-17
| ||
12:38 | Send the --from argument of the "fossil ui" command encoded as hexadecimal, to work around quoting problems on Windows. [forum:/forumpost/cfc22d41b19a1a96|Forum post cfc22d41b19a1a96]. ... (file: [365be19b9d] check-in: [593ceca27d] user: drh branch: trunk, size: 136489) | |
06:36 | Sync with trunk. ... (file: [88e68feb3c] check-in: [361fc76769] user: florian branch: diff-keyboard-navigation, size: 138583) | |
06:32 | Consistent naming of the "Hide Diff" links to skip server-side diff generation. Note the naming conflict with the scripted link to show and hide the generated diffs. ... (file: [e5be74d23c] check-in: [aa7ddd8094] user: florian branch: diff-keyboard-navigation, size: 133615) | |
06:12 | On the new /ckout UI page, output the page footer only once. ... (file: [34cf27fa78] check-in: [92372ce946] user: florian branch: trunk, size: 136424) | |
2024-12-15
| ||
16:30 | Documentation updates to better reflect recent changes. ... (file: [229bdef1f8] check-in: [7f1958acf8] user: drh branch: trunk, size: 136449) | |
00:06 | Improvements to /ckout with the exbase query parameter. ... (file: [7aa6981596] check-in: [16799dba71] user: drh branch: ckout-exbase, size: 136031) | |
2024-12-14
| ||
23:42 | Enable diff expansion with the exbase= query parameter on /ckout. ... (file: [34d63448f5] check-in: [4ba97a66aa] user: drh branch: ckout-exbase, size: 135548) | |
21:20 | Attempt to add the exbase=PATH query parameter as an option to the /ckout page. ... (file: [744af3eb80] check-in: [700b5031fd] user: drh branch: ckout-exbase, size: 134116) | |
2024-12-13
| ||
23:46 | Avoid use of %R in /ckout redirect for a non-checkout to avoid the problem reported in [forum:a0ecb34145|forum post a0ecb34145]. (Edit: already resolved in [02eb97d801a899ff].) ... (file: [c5b03cf804] check-in: [7d6f6b09c3] user: stephan branch: mistake, size: 131453) | |
17:42 | Missed help screen update. ... (file: [5744459111] check-in: [e5093a9c7e] user: florian branch: diff-keyboard-navigation, size: 133617) | |
17:07 | Enable keyboard navigation for web UI diffs on the new /ckout page. Restore the "Hide Diff" links (at least temporarily), so the keyboard handler can access the URLs. ... (file: [557bd5dde6] check-in: [9e216433bc] user: florian branch: diff-keyboard-navigation, size: 133609) | |
17:01 | Sync with trunk. ... (file: [a42b9ea735] check-in: [edda30c66d] user: florian branch: diff-keyboard-navigation, size: 132637) | |
15:36 | Fix redirect for the misuse of /ckout. ... (file: [6885d57a3d] check-in: [02eb97d801] user: drh branch: trunk, size: 131456) | |
13:52 | Change the "sectionmenu" for the diffs on the /ckout page to be just a <hr>. ... (file: [e306427b17] check-in: [8b06e7c03f] user: drh branch: trunk, size: 131455) | |
13:29 | Attempts at beautification: (1) Simplify names of some links/buttons in diff pages. (2) Omit the "Hide Diffs" links, as those are now redundant. (3) Remove the accordion menu from the /ckout page. ... (file: [0775f644fc] check-in: [4d2d62d017] user: drh branch: trunk, size: 131595) | |
12:50 | Add the info-changes-menu to the "Uncommitted Changes" section of the /ckout page. ... (file: [eee44a68a7] check-in: [7cf712af97] user: drh branch: trunk, size: 131805) | |
12:19 | Add accordion panels to the /ckout page. ... (file: [25ecad95de] check-in: [4af5cde63d] user: drh branch: trunk, size: 131278) | |
12:00 | Fix the /ckout page so that it works correctly even when invoked from a subdirectory of the checkout root. [forum:/forumpost/af6086e46b|Forum post af6086e46b]. ... (file: [6bf23e464f] check-in: [242c2d1844] user: drh branch: trunk, size: 130975) | |
00:41 | Diff toggles: move the toggle-all button into the page-level diff UI controls (and add that area to the /ckout page) and only show the toggle-all option if more than one diff is being shown. Only show the Sync-sbs-diff preference checkbox when rendering sbs diffs. There is some slight visual inconsistency across various pages in how the toggle-all button is rendered, so there's still opportunity for some polishing-up. ... (file: [c65287f50c] check-in: [a718a76894] user: stephan branch: trunk, size: 130944) | |
2024-12-12
| ||
17:00 | Sync with trunk. ... (file: [c720867c46] check-in: [6599ed9127] user: florian branch: diff-keyboard-navigation, size: 132144) | |
11:36 | On the /ckout page, omit the diff if the diff parameter is 0 or smaller. ... (file: [8d89ed3e22] check-in: [0654e8459a] user: drh branch: trunk, size: 130839) | |
03:37 | Fix DOM element pairing when diff=0 is used in /vdiff and friends. Problem introduced in [a11d2454782]. ... (file: [5b298c716b] check-in: [d463c7eea5] user: stephan branch: trunk, size: 130781) | |
2024-12-11
| ||
23:02 | Diff toggles: add a label to the checkbox to make it easier to click, add an 'all' button which toggles all diffs, and remove the toggle from the /fdiff page because it only has a single diff block. ... (file: [1876148668] check-in: [419756c6fd] user: stephan branch: diff-toggle-all, size: 130743) | |
2024-12-10
| ||
20:44 | More improvements to the title of the /ckout page. Add a link to the /ckout page from the /sitemap, when the /ckout page is valid. ... (file: [521ee29dc9] check-in: [3f6a7e5113] user: drh branch: trunk, size: 130579) | |
19:18 | Further improvements to the title of the ckout page. ... (file: [7abf200506] check-in: [726709d92a] user: drh branch: trunk, size: 130545) | |
18:24 | Improved title on the /ckout page. ... (file: [7fb63bc45b] check-in: [842daebb22] user: drh branch: trunk, size: 130360) | |
18:18 | Try to always use /ckout as the start page for "fossil ui" invocations, even on remote hosts, unless something else is specified by the user. ... (file: [b7e45e388b] check-in: [58849c4098] user: drh branch: trunk, size: 130360) | |
13:13 | Add an "unprotect()" call to /ckout so that it can see that files have changed and update the vfile table appropriately. Updates to diff command-line parser comments to mention all the latest options. ... (file: [434afd3701] check-in: [a2a0390cbf] user: drh branch: trunk, size: 130380) | |
12:52 | Update the help message for the /ckout page. ... (file: [c38d2af588] check-in: [5ba44a134d] user: drh branch: ckout-page, size: 130331) | |
12:38 | Be sure to call vfile_check_signature() so that edits are detected prior to generating diffs on the /ckout page. ... (file: [a19ab6fe7a] check-in: [6affaac979] user: drh branch: ckout-page, size: 130288) | |
12:16 | Add diffs to the /ckout page. ... (file: [5445e8df8c] check-in: [2578684c5c] user: drh branch: ckout-page, size: 130242) | |
00:36 | Begin adding the infrastructure for a /ckout webpage. ... (file: [f12b50246b] check-in: [c620a8c74c] user: drh branch: ckout-page, size: 127884) | |
2024-11-07
| ||
06:50 | Merge trunk into ui-local-diff branch, resolving one merge conflict in info.c:hexdump_page(). ... (file: [788d17ab80] check-in: [d57463cc00] user: stephan branch: ui-local-diff, size: 155872) | |
2024-10-12
| ||
07:16 | A cleaner solution to the Clear Glob link fix in [e576ce7b5598710a5]. ... (file: [6e272bc81f] check-in: [7f288c6d43] user: stephan branch: trunk, size: 127121) | |
06:35 | /vdiff: correct glob=... to support a comma-separated list, as some docs suggest it does. Fix the "Clear glob" link so that it clears the glob. This resolves problems reported way back in [forum:a574cf527b | forum post a574cf527b]. ... (file: [19ead23576] check-in: [e576ce7b55] user: stephan branch: trunk, size: 126882) | |
2024-09-17
| ||
23:49 | Try to skip diff rendering when not necessary, like on rename or executable bit change without file modification. ... (file: [77c1d2a610] check-in: [f69cf768cc] user: mgagnon branch: diff-web-noise-reduction, size: 126782) | |
2024-09-06
| ||
10:52 | Shortcut 0 (Digit Zero) to reload the current page in Hidden Diff mode. Shortcut D to reload the current page and update the display cookie to set the current Diff mode as default. ... (file: [82bfea75cd] check-in: [0974a48f6b] user: florian branch: diff-keyboard-navigation, size: 128063) | |
10:48 | Sync with trunk. ... (file: [45441c9313] check-in: [8e6660cd76] user: florian branch: diff-keyboard-navigation, size: 127782) | |
2024-09-03
| ||
11:16 | Integrate checkbox to toggle side-by-side sync scrolling and persist the setting across pages/apps using localStorage/sessionStorage. Currently applies to /info, /vinfo, /vdiff, /wikiedit, /fileedit. The alignment of the toggle isn't _quite_ right on the /*edit pages but that's difficult to fix without using flex layout, which introduces a rat's tail of further fixes. ... (file: [b836037d89] check-in: [564a64027a] user: stephan branch: diff-scroll-sync, size: 126758) | |
2024-06-06
| ||
08:33 | In case the originating IP address for an artifact is missing, display it as 'unknown'. ... (file: [d85965a827] check-in: [dbc9e48ebf] user: danield branch: trunk, size: 126681) | |
2024-06-05
| ||
15:12 | Fix the 'describe' command to use only direct ancestors, and add a safety limit on the recursive CTE. ... (file: [308a35dd32] check-in: [1cc2da2ee0] user: danield branch: trunk, size: 126646) | |
2024-03-12
| ||
23:33 | Apply [938fda79d49e] to the 's' (search) parameter to the /wiki page. ... (file: [85cde3e927] check-in: [3d1e634d16] user: stephan branch: trunk, size: 126588) | |
18:20 | In /vdiff, exempt the 'from' and 'to' (branch names) args from the HTTP 418 response check because they otherwise trigger on some real-world branch names. ... (file: [fdf673a7db] check-in: [938fda79d4] user: stephan branch: trunk, size: 126508) | |
2024-02-02
| ||
22:18 | Remove trailing whitespace from non-external C files. ... (file: [01fa1ca3cb] check-in: [7db0a2d910] user: danield branch: fix-overlength-lines, size: 126322) | |
2024-01-22
| ||
13:40 | Sync with trunk. ... (file: [a3a2eff6dc] check-in: [7597825330] user: florian branch: diff-keyboard-navigation, size: 127349) | |
2024-01-13
| ||
12:59 | Have the `amend' command count arguments only once when option parsing is done. ... (file: [a332472135] check-in: [30f18ce130] user: florian branch: trunk, size: 126325) | |
2023-09-18
| ||
13:18 | Try to simplify and rationalize the defenses against cross-site request forgery attacks. A hodgepodge of techniques have been used in the past. This changes attempts to make everything work more alike and to centralize CSRF defenses for easier auditing. ... (file: [29bca420cd] check-in: [88a402fe2a] user: drh branch: csrf-defense-enhancement, size: 126368) | |
2023-07-17
| ||
12:18 | In /raw and /secureraw, ensure that the "m" and "at" vars are fetched before the malice check. Typo fix in cgi.c. ... (file: [cc4452396b] check-in: [83015b0d9a] user: stephan branch: verify-options-cgi, size: 126430) | |
2023-07-16
| ||
20:47 | Add calls to cgi_check_for_malice() on many more web pages. Log all 418 responses to the error log. ... (file: [a0f22d87f6] check-in: [40266bf9b2] user: drh branch: verify-options-cgi, size: 126304) | |
10:35 | Rename verify_all_options_cgi() to cgi_check_for_malice(). Add more comments explaining what the function is intended for. Add calls to cgi_check_for_malice() to a few new webpages. ... (file: [690622e16a] check-in: [5a8063a8cb] user: drh branch: verify-options-cgi, size: 126044) | |
2023-07-15
| ||
13:57 | Add verify_all_options_cgi(), which works similarly to verify_all_options() but only fails if it finds CGI GET/POST arguments which (A) have not been fetched via P(), PD(), or similar, and (B) fail cgi_value_spider_check(). Currently only applied on the /ci page. ... (file: [3e1cd24a0b] check-in: [a065940a74] user: stephan branch: verify-options-cgi, size: 126020) | |
2023-06-17
| ||
14:10 | add "renamed" annotation to renamed and changed files in /info As per James Cook's report in [forum:2b857ded1b], the /info page provided no hint that a renamed and modified file had been renamed, only modified. This slightly changes the annotation to make it clear the file was also renamed. Discussed with larrybr and stephan in /chat. Slight tweak on stephan's suggested phrasing. ok stephan@ ... (file: [d5d301040b] check-in: [495a4d71b8] user: mark branch: trunk, size: 125992) | |
2023-05-23
| ||
02:44 | Slight alteration of branch renaming help text to clarify functionality based on discussion in [forum:45cdd8874ce1654a | forum post 45cdd8874ce1654a]. ... (file: [adbfea143b] check-in: [e053682a4e] user: andybradford branch: trunk, size: 125539) | |
2023-05-10
| ||
18:40 | Removed all of the XML-style " />" tag closing markers on empty tags such as "hr", "br", and "input" to placate modern HTML5 validators. That's the doctype we declare, not XHTML, so we should conform. (Besides which, the XHTML dream is dead.) ... (file: [1c46f3dc5d] check-in: [f5482a0a79] user: wyoung branch: trunk, size: 125550) | |
2023-02-07
| ||
16:50 | Rename AntiSpider to NoBot, for brevity's sake. ... (file: [55a0ed26b8] check-in: [fa27979805] user: stephan branch: trunk, size: 125628) | |
16:48 | Rename P_NoSQL and PD_NoSQL to P(D)_AntiSpider to make their intent clearer and the names more generic. ... (file: [3fbf577d17] check-in: [91d13592a7] user: stephan branch: trunk, size: 125653) | |
16:24 | Apply the spider SQL check to the diff URL argument of the /vdiff page. Improve some related docs. ... (file: [86e7c95d5e] check-in: [936c122ff9] user: stephan branch: spider-sql-detection, size: 125628) | |
16:18 | Inititial draft of an attempt to intercept certain SQL injection attacks recently seen made against fossil repos. Its effect can be seen by visiting: /vdiff?from=trunk&to=trunk&w=drop ... (file: [a29301b10b] check-in: [61a608a2df] user: stephan branch: spider-sql-detection, size: 125624) | |
2023-01-24
| ||
16:34 | Make all variable declarations C89 compliant. ... (file: [31ad7a4278] check-in: [462eb0cca0] user: drh branch: ui-local-diff, size: 154359) | |
03:59 | Wrapping a few calls to vfile_check_signature() from the new local diff code in unprotect/pop call pairs to squish a DB protection error. ... (file: [522f7cd386] check-in: [1b3ef05ef9] user: wyoung branch: ui-local-diff, size: 154359) | |
03:29 | Brought the ui-local-diff branch up to date relative to trunk. It isn't a simple merge, primarily due to all the changes to /vdiff and /fdiff made over the past 2 years. It seems to work as well as it originally did, but it isn't ready to merge down to trunk as-is. ... (file: [e53c1539d3] check-in: [76fa165763] user: wyoung branch: ui-local-diff, size: 154255) | |
03:18 | Replaced a standalone "diffFlags" variable in the /fdiff handler with use of the new DiffConfig.diffFlags member. No functional change, just a code cleanup found while working on another branch. Making it on trunk to keep that branch's diffs minimal. ... (file: [b7510e42f9] check-in: [65d97f23f6] user: wyoung branch: trunk, size: 125613) | |
2023-01-16
| ||
15:37 | Roll back the part of [71a2d68a7a113e7c] which automatically updates the user display prefs cookie, per /chat discussion. Updating the cookie once again requires an explicit udc URL arg or setting the skin, which implies udc. This fixes the problem that a timeline link from the /reports page persistently sets the default timeline entry count to the value used by that report. ... (file: [69db3166f1] check-in: [5feac63473] user: stephan branch: trunk, size: 125635) | |
2023-01-09
| ||
13:06 | Further consistency improvements in docs for various commands. ... (file: [980a1713a9] check-in: [2512d2d472] user: km branch: trunk, size: 125638) | |
2022-12-20
| ||
09:46 | Change spelling for check-in and similar ... (file: [80b341c9f3] check-in: [d9c4321e7a] user: danield branch: check-in-spelling, size: 125647) | |
2022-11-26
| ||
17:31 | Fix <code>artifact_page()</code> function so that the content of a text file is surrounded by CODE elements even if a file's extension is just a single letter. ... (file: [671f8ec84a] check-in: [e7a7b5c1b0] user: george branch: trunk, size: 125639) | |
2022-11-13
| ||
17:18 | Merge trunk into wcag-2.1 for cleaner diff comparison. ... (file: [30d0604fe6] check-in: [e1a9fdd768] user: stephan branch: wcag-2.1, size: 125752) | |
16:26 | Apply fixes to all web views to pass WCAG 2.1 tests performed by "axe DevTools" browser extension. Most fixes related to screen reader compatibility, like making sure that form elements have labels. Some color changes to improve contrast on Default skin. Made more HTML5 compliant. Minor improvement to select combo boxes for UX. Improved Search form UX. Two minor bug fixes for malformed HTML. Fixed help pages to resolve issues with non-compliant HTML being generated. Mostly documented at https://fossil-scm.org/forum/forumpost/aafb17a981df4166 ... (file: [a9c4d9e997] check-in: [1f231db380] user: ericwikman branch: wcag-2.1, size: 125742) | |
2022-11-05
| ||
22:10 | Respect `"timeline-utc"` setting when a ticket change artifact is displayed on the <tt>/info</tt> page. This makes it consistent with other places and fixes a hyperlink to the corresponding item of the <tt>/timeline</tt>. ... (file: [94124e0334] check-in: [0028a3ca6a] user: george branch: trunk, size: 125639) | |
2022-10-28
| ||
06:37 | Merge trunk into deltify-tkt-blobs branch. ... (file: [5e2be7cbc0] check-in: [86916df534] user: stephan branch: deltify-tkt-blobs, size: 125629) | |
2022-10-19
| ||
17:22 | Fix the handling of manifest files for the "tag" and "amend" commands. ... (file: [a7d294b444] check-in: [a233560424] user: drh branch: branch-1.37, size: 96275) | |
2022-10-03
| ||
11:06 | Cross reference the new CSS classes, as they appear fragmented in the JS part, and therefore can't be found by code search. ... (file: [2208a4deb8] check-in: [ec955233b8] user: florian branch: diff-keyboard-navigation, size: 126641) | |
2022-10-02
| ||
08:11 | Shortcuts U and SHIFT+U to reload the current page in Unified Diff or Side-By-Side Diff mode. ... (file: [de9dfe9976] check-in: [35cf6f3022] user: florian branch: diff-keyboard-navigation, size: 126488) | |
2022-09-30
| ||
11:17 | Add documentation, thanks @ams for help with wording. An alternative (but not less redundant) approach may be to create a new documentation-only web page to list available keyboard shortcuts for all pages (there's also the global ESC shortcut to close the Hamburger Menu) linked to from the individual command help screens. ... (file: [7b7fb1d6c4] check-in: [8773bb88a4] user: florian branch: diff-keyboard-navigation, size: 126274) | |
2022-09-21
| ||
16:52 | Fix a typo in comment (no code change) ... (file: [d1a3d1117c] check-in: [1356151980] user: mgagnon branch: trunk, size: 125617) | |
2022-09-20
| ||
14:13 | On the [/help?cmd=/tkthistory|/tkthistory page] supply each ticket change item with a corresponding id attribute and make the 'History' button within a submenu of a [/help?cmd=/tinfo|/tinfo page] to link back to that particular element on the <code>/tkthistory</code> page. ... (file: [db2be0093e] check-in: [4bb91f38a8] user: george branch: deltify-tkt-blobs, size: 125633) | |
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-07-05
| ||
07:38 | Replaced --dryrun with --dry-run in the commands which still used the former, except for two unrelated internal-use/debugging-only flags where the change might have had undesired side effects. Removed the undocumented --dryrun backwards-compatibility flag from a couple commands for consistency's sake (else we need to have that option in all dry-run-capable commands). Discussion is in [forum:d732b4026f44bdba | forum post d732b4026f44bdba]. ... (file: [5df6d913d2] check-in: [360d8652e7] user: stephan branch: dryrun-dry-run, size: 125404) | |
2022-06-17
| ||
09:43 | Merged in trunk. ... (file: [225f32cdd6] check-in: [6bdb2fbe99] user: danield branch: version-cmd-describe, size: 125468) | |
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-14
| ||
16:58 | Per /chat discussion, replace load_control() calls in selective pages with nice() and move load_control() into process_one_web_page(). There is still work to do here, e.g. allowing certain pages through (namely /chat, to facilitate coordination of site defense) and perhaps checking credentials if the load is too high and always allowing admin users. ... (file: [8d0ca75a71] check-in: [9b0ebcaf23] user: stephan branch: load-control-rework, 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) | |
15:08 | Add "--describe" flag to the "version" command to provide context to the most recent major commit tagged with "version*". Run "touch manifest.descr" in the repo root prior to the first build, then build it a second time to get it bootstrapped. ... (file: [30cba57ce5] check-in: [4329553d51] user: danield branch: version-cmd-describe, size: 125770) | |
14:36 | Fix segfault and add message for ambiguous checkins. ... (file: [de7d7f9992] check-in: [e501d74440] user: danield branch: describe-cmd, size: 125767) | |
14:01 | Add comments, format code and remove magic size numbers. ... (file: [d5495c1402] check-in: [40de2cd9c3] user: danield branch: describe-cmd, size: 125442) | |
11:46 | Add the "describe" command. This shows the commit hash along with (if applicable) its youngest ancestor with a non-propagating tag and the number of commits since that. ... (file: [05eee17516] check-in: [3f06ed14fe] user: danield branch: describe-cmd, size: 124728) | |
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) | |
2022-02-13
| ||
16:00 | Fix hyperlinks on the [/help?cmd=/winfo|/winfo] page. These were broken when a page was rendered through [/help?cmd=/info|/info/HASH] of <code>/winfo/HASH</code> aliases. ... (file: [3d057fab0d] check-in: [5ce372ce48] user: george branch: base-href-fix, size: 119508) | |
2022-02-12
| ||
21:51 | Add an overlooked call to <code>style_set_base_href_suffix()</code> in src/info.c and add a comment of why not to do so for [/help?cmd=/ext|/ext] ... (file: [c72a059fdf] check-in: [87fba73120] user: george branch: base-href-fix, size: 119496) | |
19:53 | An attepmt to fix the [https://developer.mozilla.org/en-US/docs/Web/HTML/Element/base|<code><base href="..."></code>] element of webpages so that the value of <var>href</var> attribute matches the URL being served. This should fix "#fragment" hyperlinks on all pages where these were broken (all except [/help?cmd=/doc|<code>/doc</code>]). The values for [/help?cmd=/wiki|<code>/wiki</code>] and [/help?cmd=/info|<code>/info</code>] were left unchanged (it's yet unclear if they should also be changed). ... (file: [5d6627b22c] check-in: [03b39f1d00] user: george branch: base-href-fix, size: 119441) | |
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-13
| ||
17:48 | Add link to "embedded doc" version the file being viewed via the /file page. ... (file: [49fc75f17b] check-in: [d7c40d4575] user: mgagnon 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-09
| ||
04:58 | /jchunk code lines are now injected into the diff view but the line numbers are still TODO. ... (file: [53d0e40b30] check-in: [49a60a580d] user: stephan branch: diff-js-refactoring, size: 118824) | |
03:23 | Fetching of /jchunk lines by clicking on the '...' separator of a diff is now working but the fetched lines still need to be integrated into the UI. ... (file: [ca65790cb8] check-in: [41ef416e77] user: stephan branch: diff-js-refactoring, size: 118826) | |
2021-09-08
| ||
18:42 | /jchunk now always uses a JSON response, even for permissions problems. Doc improvements for the jchunk interface. ... (file: [4445b4d764] check-in: [1fec5f4abc] user: stephan branch: diff-js-refactoring, size: 118726) | |
18:25 | Add a warning to /jchunk that it is an internal-use-only interface that is likely to change in the future. ... (file: [a46135b884] check-in: [1da4b6c752] user: drh branch: diff-js-refactoring, size: 118579) | |
18:17 | Renamed /jtext to /jchunk. Added window.fossil.fetchArtifactLines() to interact with that API. ... (file: [843bc086d6] check-in: [9684425b0c] user: stephan branch: diff-js-refactoring, size: 118312) | |
2021-09-07
| ||
22:28 | Ongoing refactoring and feature-adding related to the JS/ajax components of the new diff views. ... (file: [833d05fb73] check-in: [65aa2c9643] user: stephan branch: diff-js-refactoring, size: 117871) | |
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
| ||
20:51 | Begin adding value that used to be function arguments into the DiffConfig object. This check-in deals with the pRe parameter. ... (file: [627ca02882] check-in: [bdb4bfaa3a] user: drh branch: diff-config, size: 116666) | |
18:14 | Create the new DiffConfig object used to pass around information about a file difference computation. Begin integrating this new object into various interfaces. Lots more work to be done. ... (file: [472035d9ba] check-in: [8601fb13d6] user: drh branch: diff-config, size: 116681) | |
2021-09-02
| ||
14:25 | Various improvements and bug fixes to the new diff logic. ... (file: [952d83da4c] check-in: [10f736f04f] user: drh branch: diff-color-enhancements, 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-01
| ||
00:02 | Minor refactoring of [41f0838cbeac] in prep for expanding the tag command to handle non-checkin artifacts. ... (file: [e2613ed189] check-in: [b051ada90d] user: stephan branch: plink-for-non-checkins, 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-13
| ||
18:13 | Squished a warning about */ within a C block comment. ... (file: [172a3fee16] check-in: [e7be14afa7] user: wyoung branch: ui-local-diff, size: 144350) | |
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) | |
07:11 | Skin selection is now stored in the user display prefs cookie and can be modified from any page by passing the skin=xyz URL parameter. Gets trumped by /draftX URI or --skin CLI flag or skin: CGI config setting. Removed /skn_XYZ URI handling. /skins page now uses the new mechanism for skin selection. UDC is now rendered on every page if it was modified during that request, regardless of the 'udc' URL parameter. See discussion at [https://fossil-scm.org/forum/forumpost/4d3a10c72a|/forumpost/4d3a10c72a]. ... (file: [1f3d295d27] check-in: [71a2d68a7a] user: stephan branch: skin-preference-cookie, 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) | |
17:35 | Proof of concept/demo for toggle buttons on individual diff views on the /info diff views, as discussed in [forum:0f751ad9c8]. ... (file: [9ab4ab88ff] check-in: [cfdd666533] user: stephan branch: diff-view-toggle-poc, size: 115265) | |
07:37 | Merged trunk changes in. Only needed to track my own rename of branch_of_rid() to branch_of_ckin_rid() ... (file: [9aee1262eb] check-in: [ea28708f85] user: wyoung branch: artifact-view-links, size: 115554) | |
2021-02-15
| ||
22:45 | [WIP] Removed the conditional code around some options: up to five "extras" WILL be shown by default; single-line difference reports WILL be shown first (ahead of those with "diff blocks") and "diff blocks" WILL have dividers. Removed a number of my "place holder" comments. ... (file: [a5f1b6815b] check-in: [996a056f9d] user: graham branch: ui-local-diff, size: 144350) | |
15:35 | Restored a call to "mimetype_from_name()" in local-diff mode. ... (file: [cfd40c6b95] check-in: [e494b97954] user: graham branch: ui-local-diff, size: 150184) | |
2021-02-14
| ||
21:28 | Brought graham's ui-local-diff branch up to date with respect to trunk. This is not a simple merge, because it had to accommodate several conflicting changes, so it needs to be re-checked for sanity before being merged down to trunk. Also, some of the changes I made simply reduce the size of the resulting diff relative to trunk and need to be reverted; these are primarily 2-line splits of "else/if" so the branch-specific change doesn't repeat the following "if" condition, which is now the "else if" condition. I think this sort of thing aids understanding of the diff, even though it breaks the style guidelines. ... (file: [06111ca05f] check-in: [0516f4d3c8] user: wyoung branch: ui-local-diff, size: 150116) | |
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
| ||
12:13 | Removed the parameter from style_finish_page() since the resulting content div class is now redundant with respect to the body class. This potentially breaks CSS made against old class names that a prior commit on this branch changed, but such skins would be made against an unreleased version of Fossil, it's unlikely many are using that first version of the feature anyway, and most of the class names did *not* change unless you were targeting a "div" instead of "body" or just a generic class name. None of the shipping skins are affected. ... (file: [1d89c7d2ef] check-in: [0e83ca88ce] user: wyoung branch: body-feature-class, size: 113937) | |
11:58 | Calling the new style_set_current_feature() function to override the new TH1 variable $current_feature for Fossil UI pages where the page name isn't what we want used as the "body" CSS class. For the most part, this matches the value currently being passed to style_finish_page(), but a few have changed with the benefit of hindsight. Not all calls to style_finish_page() have a corresponding call to the new function since the default value for $current_page now suffices. ... (file: [710eac4507] check-in: [8ac0830bfc] user: wyoung branch: body-feature-class, size: 114064) | |
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:25 | Rename the "style_body_and_footer()" interface to "style_finish_page()" and add a more detailed header comment to the implementation. ... (file: [7eaa6f51d7] check-in: [942b2076c6] user: drh branch: default-css-cleanups, size: 113647) | |
2020-11-05
| ||
23:15 | Added a parameter to style_footer() and renamed it to match its actual function (style_body_and_footer()) so we can add a CSS class to each page that indicates which major Fossil feature served the page, so we can have module-specific CSS. ... (file: [922e0559f6] check-in: [ef5424b683] user: wyoung branch: default-css-cleanups, size: 113711) | |
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-04
| ||
14:35 | Exchanged most uses of %s(g.zTop) and such in the code with use of %R in Fossil's special printf() type functions. (The branch is named after just one of several of these, mprintf(), being one of the shortest names.) At the least, this is shorter, simpler code, but there is also some hope that it may fix some doubled slash problems someone is having on the forum. (https://www.fossil-scm.org/forum/forumpost/1ea72176e0) ... (file: [d27ae6df13] check-in: [2907721acd] user: wyoung branch: prefer-mprintf-r, size: 112335) | |
2020-09-28
| ||
02:15 | Merge trunk, also change "Svg" to "SVG" ... (file: [2c4dbd0a61] check-in: [c319f52cf7] user: andygoth branch: andygoth-html-caps, size: 112428) | |
02:14 | Add support for displaying SVG files ... (file: [2dc61dc12c] check-in: [4a53f34302] user: andygoth branch: trunk, size: 112428) | |
01:54 | Capitalize "HTML" ... (file: [f20fc508de] check-in: [59d27ab4ae] user: andygoth branch: andygoth-html-caps, size: 111958) | |
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-24
| ||
22:20 | Moved C routines which emit fossil.XYZ JS APIs from style.c to builtin.c, and renamed appropriately. Added flag to output_text_with_line_numbers() to disable emit of JS (needed for fileedit preview, at a minimum). The experimental emitting of all fossil.XYZ APIs at once is now limited to bundled mode, as that's the only place it's potentially of benefit. ... (file: [9852b68097] check-in: [c515e5fd9f] user: stephan branch: misc-js-experiments, size: 112009) | |
20:49 | Experimentally added '?' help buttons in wikiedit. Experimentally emit all fossil.XYZ APIs, rather than selected ones, to test whether that reduces overall transmission together with caching. DOM init-time timing workarounds to get confirmer buttons to pin their sizes properly. ... (file: [51d4cd969d] check-in: [9edbb7eab1] user: stephan branch: misc-js-experiments, size: 111488) | |
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) | |
04:08 | Gave the BLOCKQUOTE which surrounds file content the file-content CSS class and trimmed its margins a bit. Fixed the truncated-by-one file extension uses in the language-XYZ tag in non-line-numbered file content, caused by refactoring from this branch. ... (file: [691ca2345b] check-in: [62b682bded] user: stephan branch: line-number-selection, size: 110416) | |
2020-08-15
| ||
23:30 | Renamed TooltipWidget to PopupWidget because's it's not *quite* a tooltip and we're soon going to need something closer to a genuine tooltip. Minor adjacent cleanups and code consolidation. ... (file: [fb339777a3] check-in: [3998ccef44] user: stephan branch: line-number-selection, size: 110397) | |
07:41 | Implemented dynamic mouse selection of source lines and clipboard tooltip to copy the line range URL. ... (file: [acd0afc6d0] check-in: [3942eb600a] user: stephan branch: line-number-selection, size: 110393) | |
03:51 | Reimplemented ln=... highlighting to mark the line numbers instead of the code, so that there is no interference with syntax highlighters. Adjusted two skins to use the newer line-marking CSS. ... (file: [2ad43b2998] check-in: [14ac3e8469] user: stephan branch: line-number-selection, size: 110323) | |
2020-08-14
| ||
12:21 | Added optional filename parameter to output_text_with_line_numbers() so that it can add the language-X class to the CODE element. ... (file: [5a85cd0333] check-in: [0b3919f3e1] user: stephan branch: line-number-selection, size: 109846) | |
11:53 | Changes line-numbered output to make line numbers selectable, as discussed in [https://fossil-scm.org/forum/forumpost/dc3da10590]. A couple decisions are needed before deciding whether to merge. ... (file: [468ea14420] check-in: [ec73edd4d0] user: stephan branch: line-number-selection, size: 109401) | |
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
| ||
20:02 | Begin integrating the builtin_request_js() interface. ... (file: [6bf628dc6f] check-in: [13caa6e61e] user: drh branch: refactor-js-handling, 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) | |
16:20 | Added a "no changes" messages if no local files are different; report trying to view a non-existent local file. Tidy-up and added config-options and "what I did" block near top of info.c. ... (file: [223660e1d0] check-in: [a955c80b43] user: graham branch: ui-local-diff, size: 143365) | |
2020-06-01
| ||
22:12 | Added ability for "/local" to display files present in the checkout but not managed by Fossil (cf. "fossil extras"). ... (file: [197198bcd9] check-in: [07829f371b] user: graham branch: ui-local-diff, size: 142915) | |
2020-05-31
| ||
11:22 | Fixed diff of an individual checked-out file (/localdiff) so it compares against the correct artifact when on a branch. ... (file: [87b6baf20c] check-in: [5cbb78b486] user: graham branch: ui-local-diff, size: 128412) | |
2020-05-30
| ||
22:22 | Distinguish local-changes from changes from a merge. ... (file: [921bb9a86d] check-in: [db758a3454] user: graham branch: ui-local-diff, size: 128376) | |
19:32 | Merged in UUID-renaming changes from trunk. ... (file: [b7b5c92b50] check-in: [1fd9acb97c] user: graham branch: ui-local-diff, size: 127881) | |
16:15 | Make two passes through list of local changes so all "one-line" entries are listed first. ... (file: [b3ba169d4e] check-in: [bc56945ea4] user: graham branch: ui-local-diff, size: 127688) | |
2020-05-28
| ||
21:39 | Initial implementation to show "local (uncommitted) changes" in Fossil's UI. Not yet tested to destruction, but fails no more errors in the test-suite than trunk. Currently there are no links to the new page: manually navigate to "/local" (a variant of the "/ci" page). ... (file: [4b37c3f15e] check-in: [ccebe22576] user: graham branch: ui-local-diff, size: 125688) | |
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) | |
12:01 | Fix on Check-in pages to preserve the current "diffType" setting (side-by-side or unified) when toggling the show/ignore whitespace option. ... (file: [dd4c5e0790] check-in: [e6ab947e1e] user: graham branch: ui-local-diff, size: 108206) | |
11:42 | Cosmetic fix for "/file?name=xxxx" where ci defaults to "tip". Title used to be "xxxx at []"; now it is "xxxx at tip" which matches the behaviour of "/file?name=xxxx&ci=tip". ... (file: [2b781ab378] check-in: [551676bc28] user: graham branch: ui-local-diff, size: 108172) | |
2020-05-27
| ||
22:14 | Updated all user-facing documentation and "fossil help" output (plus select internal comments and function names) to use "hash" rather than "UUID". No functional changes. (Yet?) See forum thread https://www.fossil-scm.org/forum/forumpost/ddc14c6866 for discussion. ... (file: [7e3309884f] check-in: [df5201950e] user: wyoung branch: uuid-to-hash, size: 107983) | |
16:02 | Merged trunk changes in ... (file: [441474e7a0] check-in: [32f391f655] user: wyoung branch: artifact-view-links, size: 108128) | |
2020-05-26
| ||
06:43 | Merged in trunk. ... (file: [a677dd19e5] check-in: [559807ba86] user: stephan branch: fileedit-ajaxify, 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) | |
17:12 | This does not work. Was: Alternative way of fixing Download links that provides web-browsers with a suggested filename for saving the file. ... (file: [ab3d7ef7da] check-in: [232033c98b] user: drh branch: mistake, size: 107538) | |
13:00 | Fix the URL on some Download submenu links. ... (file: [d6f55277fa] check-in: [9d18585d54] user: drh branch: trunk, size: 107337) | |
2020-05-17
| ||
17:07 | Merged in trunk. ... (file: [c88f8ab054] check-in: [b9b746e50f] user: stephan branch: fileedit-ajaxify, size: 107828) | |
2020-05-16
| ||
01:08 | Integrate ARIA suggestions from Peter Laursen. ... (file: [73092fd81e] check-in: [7dd07b2e01] user: drh branch: trunk, size: 107510) | |
2020-05-15
| ||
02:27 | Added submenu Edit entry, when appropriate, to /file, per forum feedback. ... (file: [ee79abca6b] check-in: [4818e7fdac] user: stephan branch: fileedit-ajaxify, size: 107787) | |
2020-05-12
| ||
15:10 | Merged in trunk for various menu item fixes before deployment to my server. ... (file: [bb2afb6388] check-in: [8cc7953b9a] user: stephan branch: fileedit-ajaxify, size: 107598) | |
11:20 | Proof of concept for making the "File" menu on the standard menu bar show the files for the currently displayed checkin or branch, rather than always showing the files for "tip". ... (file: [4741fd7fed] check-in: [96e74ad13c] user: drh branch: context-dependent-files-menu, size: 107509) | |
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) | |
14:50 | Merge in trunk for fossil_exe_id() and use it, instead of md5, as the builtin/*.js cache-buster value. ... (file: [c521785fb9] check-in: [7e43119a91] user: stephan branch: fileedit-ajaxify, size: 107152) | |
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:16 | Comment improvements and minor simplifications. ... (file: [2d4371586e] check-in: [aa9815ffc0] user: drh branch: browse-to-file, size: 106310) | |
2020-05-08
| ||
23:01 | In File Browser show the selected path and check-in/branch in page's title ... (file: [44549d0f31] check-in: [bbd53c778a] user: ashepilko branch: browse-to-file, size: 106598) | |
2020-05-06
| ||
22:04 | In File Browser the file entries link to /file URLs corresp. to the given check-in; on File page provide back-links to the file's path directories. ... (file: [d7d70ed7cb] check-in: [5c60071800] user: ashepilko branch: browse-to-file, size: 105991) | |
17:52 | Renamed the file=filename, r=checkin query params to filename=..., checkin=..., for consistency with the annotate/blame URLs and possibly others. ... (file: [e7a6186597] check-in: [6b7805e056] user: stephan branch: fileedit-ajaxify, size: 105309) | |
08:47 | Renamed branch_of_rid() to branch_of_ckin_rid() to disambiguate it from the new branch_of_file_rid() function and to make it clear to callers what parameter type it expects. ... (file: [cc4190faec] check-in: [da1adac6d1] user: wyoung branch: artifact-view-links, size: 105518) | |
08:44 | Fixed a typo. ... (file: [ef40ccd461] check-in: [d43afe59f3] user: wyoung branch: artifact-view-links, size: 105508) | |
08:20 | The new /artifact View and Tip buttons were always referring to "trunk" because we were passing a file RID to a function that expected a commit RID. Added a new branch_of_file_rid() function to parallel the branch_of_rid() function we were incorrectly calling to fix it. Also squished a memory leak. ... (file: [b53e70035a] check-in: [c27f646f25] user: wyoung branch: artifact-view-links, size: 105508) | |
07:38 | Added "Tip" and "View" links to submenu of /artifact pages to get corresponding /file and /doc links to the same file on the same branch, giving different views of this same file data. ... (file: [aba0da8125] check-in: [a9dda382bf] user: wyoung branch: artifact-view-links, size: 105473) | |
2020-05-04
| ||
20:16 | Added /fileedit links to /finfo and /artifact. ... (file: [1c6a45c780] check-in: [fe925e7d6d] user: stephan branch: checkin-without-checkout, size: 105299) | |
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
| ||
13:06 | Begin breaking out the code for BACKLINK processing into a separate source file: backlink.c ... (file: [f591bcb2b1] check-in: [10c75204ef] user: drh branch: backlink-updates, size: 104605) | |
2020-04-05
| ||
23:45 | Match the COMMAND and WEBPAGE names with _cmd and _page functions; [https://fossil-scm.org/forum/forumpost/045bffda68|forumpost/045bffda68] ... (file: [922abf543c] check-in: [06afb7022f] user: ashepilko branch: api-cleanup, size: 106723) | |
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-26
| ||
23:41 | Adds syntax-hl boolean option, fixes file extension retrieval. The addition of the syntax-hl boolean allows fossil to detect at the behest of the user that a syntax highlighting system that will handle line numbering is being used in cooperation with fossil such that fossil need not try to do line numbering, selection, highlighting, etc, itself. The file extension retrieval is now done with no use of extra or one off queries. ... (file: [16474e0665] check-in: [6ead94abf8] user: lmartin92 branch: syntax-hl-with-linenumbers, size: 106432) | |
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-05
| ||
01:33 | An extension of the now-merged code-in-pre branch to allow it to work on /artifact pages and such when the ln parameter is given. This branch is a proof of concept only, for demonstrating a point and experimentation, not to be merged. See [https://fossil-scm.org/forum/forumpost/0c4b91b48a | the forum discussion] for details. ... (file: [518f265c0c] check-in: [a65834a727] user: wyoung branch: code-in-pre-with-ln, size: 106895) | |
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:08 | Fix a possible UNIQUE constraint violation in the new /vdiff logic. ... (file: [e80f694fc2] check-in: [8e175a6708] user: drh branch: vdiff-improvements, size: 106136) | |
2019-09-02
| ||
19:54 | In /artifact and similar pages, put HTML code tag inside pre with class="language-zExt" where zExt is the extension from the artifact's file name, if any. This allows JS code highlighting plugins to style such pre blocks automatically based on file name extension. ... (file: [7e5307c69b] check-in: [f3b9171498] user: wyoung branch: code-in-pre, size: 105004) | |
2019-08-31
| ||
16:42 | Merge in latest from trunk. ... (file: [673b206331] check-in: [aa37639112] user: andybradford branch: db-begin-txn-updates, size: 104625) | |
2019-08-27
| ||
12:36 | Add hyperlinks to the branch diff page from branch timeline and from /info. ... (file: [4804ce30da] check-in: [833b220adc] user: drh branch: vdiff-improvements, size: 106126) | |
02:08 | Minor wording change in the header of /vdiff. ... (file: [4c80348790] check-in: [69adb45da0] user: drh branch: vdiff-improvements, size: 106055) | |
02:07 | Updates to the /vdiff page with the branch=BRANCH query parameter so that it uses merge-in: instead of root: and thus excludes merge-in check-ins from the diff. ... (file: [e7d9cbad77] check-in: [b36dc6f121] user: drh branch: vdiff-improvements, size: 106061) | |
01:47 | Add the "merge-in:NAME" name type, similar to "root:NAME" except that it finds the youngest anscestor of NAME that is in the branch from which the branch of NAME derived. ... (file: [9a635702ec] check-in: [dcd8f1d8f4] user: drh branch: vdiff-improvements, size: 105197) | |
00:29 | Remove an unused subroutine. Fix a minor CSS problem. ... (file: [10f9f5b797] check-in: [2078c746a5] user: drh branch: vdiff-improvements, size: 105012) | |
00:11 | On the /vdiff page, show a timeline with both check-ins using different highlights on each check-in. ... (file: [0d1f846f3b] check-in: [6e40f866ab] user: drh branch: vdiff-improvements, size: 104969) | |
2019-06-07
| ||
13:10 | Minor name changes to new routines. ... (file: [55fb4276b5] check-in: [ef848025da] user: drh branch: copybtn.js-tweaks, size: 104631) | |
11:47 | Output the copy button patterns for HTML pages and TH1 scripts from a centralized function, to make it easier to apply global modifications. ... (file: [4ff5a13d45] check-in: [eb960935fc] user: florian branch: copybtn.js-tweaks, size: 104591) | |
2019-06-05
| ||
07:58 | Also add a copy button for the artifact hash on the /artifact page in hex-dump mode. ... (file: [9ab0b09c7c] check-in: [1d23109d8c] user: florian branch: copybtn.js-tweaks, size: 105172) | |
07:47 | Define the spacing between copy buttons and adjacent elements by CSS rules, so that (0) no additional white space (nbsp) needs to be inserted into the HTML document, (1) the spacing can be modified by CSS rules, and (2) the copy buttons can be hidden by CSS rules. ... (file: [203abf8c96] check-in: [63ebcafb19] user: florian branch: copybtn.js-tweaks, size: 104974) | |
07:17 | More consistent naming scheme for IDs of copy buttons and their target elements. ... (file: [a4bb2ad9d4] check-in: [b19a982608] user: florian branch: copybtn.js-tweaks, size: 104998) | |
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) | |
09:08 | Remove unnecessary white space between the copy button and the branch name. ... (file: [32292845d4] check-in: [b5bbad23b4] user: florian branch: copybtn.js-demonstration, size: 104983) | |
2019-06-02
| ||
12:03 | Add a copy button for the artifact hash on the /artifact page. ... (file: [8c7cd312df] check-in: [3aab0bfdc0] user: florian branch: copybtn.js-demonstration, size: 104983) | |
11:49 | Add a copy button near the branch name on the /info page, to have a way to copy the branch name without opening a tooltip. ... (file: [2c45e090e7] check-in: [b538d5eb79] user: florian branch: copybtn.js-demonstration, size: 104728) | |
2019-06-01
| ||
07:12 | Avoid line breaks between the copy button and the hash on the /info page. ... (file: [69d94efe5e] check-in: [8c7e26208b] user: florian branch: copybtn.js-demonstration, size: 104561) | |
07:07 | Also use the now global hash_digits() function in src/info.c, and set the copy length limit to FOSSIL_HASH_DIGITS_URL for consistency with the copy buttons on the tooltips. ... (file: [4a1dffa008] check-in: [710229e713] user: florian branch: copybtn.js-demonstration, size: 104553) | |
2019-05-31
| ||
16:36 | Demonstration of the copybtn.js module beyond tooltips: add a copy button near the full-length hash of check-ins on the /info page, to copy only the hash prefix when clicked. ... (file: [40b53eb255] check-in: [46f91da1a8] user: florian branch: copybtn.js-demonstration, size: 104740) | |
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-20
| ||
22:47 | For timelines of a particular branch, try to put the target branch on the left side of the graph, before "trunk". Trunk comes second. ... (file: [bc3578c0c7] check-in: [b39d8d69dd] user: drh branch: selected-branch-on-left, size: 104390) | |
2019-05-16
| ||
16:19 | Attempts at improving timeline graphs to be more intuitive and informational. For this check-in, add the TIMELINE_XMERGE property to disable merge lines to non-graph nodes. Then disable TIMELINE_DISJOINT for branch graphs. ... (file: [2d8037a6e3] check-in: [f6d74f1677] user: drh branch: graph-improvements, 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-19
| ||
14:09 | Replace most calls to db_begin_transaction() with db_begin_write() to avoid having a reader locking during a COMMIT. ... (file: [79ef005bd6] check-in: [6cc5354821] user: andybradford branch: db-begin-txn-updates, size: 104337) | |
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-07
| ||
17:37 | For the 'amend' command, enable updating the "manifest" files with an open check-out. ... (file: [4046b7edab] check-in: [05c1e3b958] user: florian branch: tag-cmd-manifest-updates, size: 103088) | |
2019-01-27
| ||
15:35 | Add the "comment-format" setting to set the default options for printing timeline comments to the console, as discussed here: [https://fossil-scm.org/forum/forumpost/d9954370c7]. ... (file: [5d3cbe24a0] check-in: [bc62fa1710] user: florian branch: comment-format-setting, 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-22
| ||
23:19 | Experimental changes to unified diff output to 'ignore' sections that are purely additions. Still needs SBS support and tests. ... (file: [940a1acb13] check-in: [6e3f354de1] user: mistachkin branch: ignorePureAdds, size: 103132) | |
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
| ||
14:33 | Do not allow edits to wiki pages associated with branches, checkins, or tags for users who do not also have checkin privileges. ... (file: [9d0a7e5cf8] check-in: [60e8a08f22] user: drh branch: describe-objects-using-wiki, size: 102032) | |
02:13 | Change the /info page Overview section to have "Wiki:" links for wiki display, instead of "Edit Wiki:" links. Users who want to edit, can do the additional "Edit" click from the wiki page. Also have /info honor the nowiki query parameter. ... (file: [7c20fe9bcf] check-in: [f17a5198f5] user: drh branch: describe-objects-using-wiki, size: 101431) | |
2018-12-30
| ||
23:27 | Improved page titles when editing wiki about branches, checkins, and tags. Honor the wiki-about flag. ... (file: [b4c6568822] check-in: [32d9be6d71] user: drh branch: describe-objects-using-wiki, size: 101449) | |
21:37 | Add more linkage between the speicially named wiki pages and various objects. ... (file: [49334daaeb] check-in: [42327c67cc] user: drh branch: describe-objects-using-wiki, size: 101415) | |
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) | |
07:43 | For consistency with the 'tag' and 'reparent' commands, have --dry-run always print the generated control artifact and omit the unchanged summary, and drop --verbose ... (file: [ce937ef25a] check-in: [54928ff4b6] user: florian branch: cmd-options-amend, size: 100223) | |
2018-12-25
| ||
09:49 | Enhance the options for the 'amend' command: document --date-override, and add --user-override, --verbose, and --dry-run ... (file: [07036808ca] check-in: [36369faab4] user: florian branch: cmd-options-amend, size: 100689) | |
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-07-31
| ||
17:05 | Try to make moderation a little easier, as recent experience suggests that will be a big deal with the forum. ... (file: [7f1829c005] check-in: [a9e5a1eefd] user: drh branch: forum-v2, size: 98517) | |
2018-07-25
| ||
13:48 | Make forum posts visible to object_description(). Add new diagnostics visible to users with the new "D" capability. ... (file: [c5ee57892d] check-in: [2883fb80cf] user: drh branch: forum-v2, size: 98705) | |
11:25 | Enhance the webpage_error() routine to show the complete calling environment to authorized users. Also, continuing work on forum. ... (file: [423479fc25] check-in: [5fcf49f104] user: drh branch: forum-v2, size: 98583) | |
2018-07-24
| ||
23:37 | Forum posts appear in the timeline. The /info command displays posts. ... (file: [dc81c33eb3] check-in: [449f06c296] user: drh branch: forum-v2, size: 98852) | |
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-24
| ||
18:39 | Further changes trying to get ETags to work well. But as I type this, I feel like this design is not working out well and I am about ready to start over from scratch. This check-in is just to preserve work in case I want to come back to it later. ... (file: [fd204a96d5] check-in: [02740c2c47] user: drh branch: etags, size: 98769) | |
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 </body> element, and use it to reduce the need for inline JS and CSS. ... (file: [3d4e349e51] check-in: [8394d2fee2] user: drh branch: trunk, size: 100868) | |
01:05 | Anti-robot defenses are now CSP-safe. ... (file: [000c9cd099] check-in: [4f2c984132] user: drh branch: main.js, size: 100802) | |
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-11-30
| ||
17:58 | 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. This should fix a few bugs related to symlink processing. Lots of testing required before merging to trunk. ... (file: [0eab0d9a91] check-in: [e7767de263] user: drh branch: symlink-refactor, 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) | |
2017-09-23
| ||
21:52 | Convert /fdiff and (partially) /vdiff to use checkboxes ... (file: [889f8d415d] check-in: [19e896543a] user: andygoth branch: andygoth-annotation-enhancements, 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-05-26
| ||
03:46 | Restore the ability to use amend outside an open check-out disabled by [8c22e1bbcd8ec048]. Only allow interactive edits within an open check-out. Perhaps unixTempFileDir() could be used to locate a suitable TMP location for the edit in the event that there is not an open-checkout. ... (file: [8bf1972f7c] check-in: [afef5fb5fc] user: andybradford branch: amend-regress, 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:44 | Show the correct hash algorithm name in the Overview section of the /info webpage. ... (file: [ba331a94c2] check-in: [92fb97609a] user: drh branch: fossil-2.1, size: 96304) | |
2017-02-27
| ||
18:26 | Manifest parser supports various hash sizes. ... (file: [d70e4b1911] check-in: [80f9b68e6f] user: drh branch: fossil-2.0, 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-04
| ||
22:37 | Consistently use the count(X) macro in place of sizeof(X)/sizeof(*X) throughout the Fossil core, excluding things that don't use makeheaders. Also use count(X) instead of ArraySize(X) which has the same definition. ... (file: [445ac6eca1] check-in: [e5b62edb28] user: andygoth branch: trunk, size: 95013) | |
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-09-28
| ||
21:11 | Add "circa" timeline link to show changes made around the time of a given check-in even if they are neither ancestors nor descendants. ... (file: [903a1acde4] check-in: [b6862a3700] user: andygoth branch: andygoth-circa, size: 95903) | |
2016-08-16
| ||
15:32 | Add the ability to create a child-project repository that can pull from its parent repository but never push back. ... (file: [a120fe3944] check-in: [0ab5ad5f36] user: drh branch: child-projects, 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 <br /> and <hr /> HTML tags ... (file: [456190208e] check-in: [bd559ff0d0] user: jan.nijtmans branch: trunk, size: 95222) | |
2016-05-23
| ||
15:45 | Merge trunk ... (file: [177bb7de43] check-in: [83bd4f37b1] user: andygoth branch: andygoth-brackets-outside-link, size: 95210) | |
2016-05-03
| ||
08:17 | Merged trunk and resolved conflicts. Passes all current tests, except for tests wiki-15 and wiki-15.1 in wiki.test. ... (file: [df2e9776a0] check-in: [8c8ccac9be] user: rberteig branch: trunk, size: 95219) | |
2016-04-10
| ||
02:10 | Merge trunk. ... (file: [a14ebda9ce] check-in: [cfca8ec34d] user: andygoth branch: mistake, size: 94452) | |
2016-04-08
| ||
13:03 | Updating from trunk. ... (file: [bd416fb560] check-in: [a1b0955973] user: viriketo branch: viric_flavour, size: 94857) | |
2016-04-01
| ||
20:21 | Work in progress on spell-check and proof-reading sweep over the help text. ... (file: [93a0bd32c9] check-in: [2a4e31bd8d] user: rberteig branch: ross-spellcheck, size: 94461) | |
2016-03-13
| ||
23:55 | Merged trunk for changes since January and test suite improvements. ... (file: [acbe0ed17a] check-in: [8fa24960ac] user: rberteig branch: trunk, size: 95181) | |
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
| ||
02:54 | Add -e as a short option for --edit-comment in the amend command. ... (file: [e6bb4582e0] check-in: [769bc7b436] user: rberteig branch: pending-review, size: 94345) | |
2016-02-20
| ||
13:21 | Initial go at replacing URLs in the form ?name=xyz with /xyz except in places where doing so is either known to break (style_set_current_page() calls) or would require notable refactoring (/dir hyperlink generation). ... (file: [ddcd70478f] check-in: [e8735d6a47] user: stephan branch: slash-name-links, size: 94208) | |
2016-01-05
| ||
08:34 | [c541b6e734] Move attachment from wiki subcommand to top level command ... (file: [f3f39c33df] check-in: [16f864af8f] user: dave.vines branch: trunk, size: 95101) | |
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
| ||
00:59 | 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: [4093347447] user: mistachkin branch: artifactDownload, 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-08
| ||
01:37 | revert accidental line addition in comment header. ... (file: [c3b074528b] check-in: [f8dbed8e7c] user: mgagnon branch: timeline_showfiles_fix, size: 93039) | |
01:34 | Fix /timeline?v=1 and /info page that were not showing all affected files for check-ins with 2 ancestors or more. pending-review ... (file: [052cc7173e] check-in: [9f7a681d6d] user: mgagnon branch: timeline_showfiles_fix, size: 93042) | |
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-06
| ||
05:14 | If caller doesn't provide a UUID, leave it out of the message. ... (file: [47778a4abb] check-in: [fbf3a5dd87] user: andybradford branch: check-in-edit, size: 93078) | |
2015-08-02
| ||
04:16 | If the UUID is not legitimate or cannot be found, return an error. ... (file: [c56f142d0d] check-in: [e4b5c2c227] user: andybradford branch: check-in-edit, size: 93045) | |
2015-08-01
| ||
06:40 | Make -close and -hide no-ops if the checkin already has those tags. ... (file: [9197999db9] check-in: [1c8fdd253e] user: andybradford branch: check-in-edit, size: 92920) | |
2015-07-31
| ||
07:22 | Check that the date provided will actually come back out of the database before allowing it in. Also, allow altering a date or user that may be wrong. ... (file: [ee09653023] check-in: [44fda3228b] user: andybradford branch: check-in-edit, size: 92356) | |
2015-07-26
| ||
22:58 | Fix typo in comment. ... (file: [a0b1299fe1] check-in: [57f19bf5b1] user: mistachkin branch: check-in-edit, size: 92167) | |
2015-07-25
| ||
17:01 | Add support for comment file via -M so the prompt message is not confusing when it mentions the use of -M. ... (file: [aec11bca6d] check-in: [37aeb1c43e] user: andybradford branch: check-in-edit, size: 92167) | |
2015-07-24
| ||
05:22 | Allow for an arbitrary number of tags to be added or removed when amending a checkin. ... (file: [31d8235118] check-in: [cd31ab5a99] user: andybradford branch: check-in-edit, size: 91810) | |
2015-07-22
| ||
05:30 | Allow editing a comment that may be empty. ... (file: [84d05ff58b] check-in: [5c5d33a9d6] user: andybradford branch: check-in-edit, size: 91494) | |
2015-07-21
| ||
06:17 | Prepend # to color specified if it looks like a hexadecimal color and does not already have #. ... (file: [5af0288c52] check-in: [7d2ee2c7bb] user: andybradford branch: check-in-edit, size: 91753) | |
05:43 | Fix typo that caused wrong tag to be canceled for bgcolor. ... (file: [8284031441] check-in: [9a677b7bf6] user: andybradford branch: check-in-edit, size: 91552) | |
2015-07-20
| ||
04:24 | Rename option to --author to amend user information per suggestions on ML. ... (file: [958f5d7da8] check-in: [01cea049ac] user: andybradford branch: check-in-edit, size: 91550) | |
2015-07-18
| ||
14:57 | Now enable the -m short option. ... (file: [50c7b76f21] check-in: [3b842cbd1b] user: andybradford branch: check-in-edit, size: 91543) | |
14:54 | Add -m short option to the documentation for the new comment as it matches the commit short option. ... (file: [bb5da89ad5] check-in: [e04bea6a02] user: andybradford branch: check-in-edit, size: 91541) | |
02:29 | Add --edit-commit to edit commit message in EDITOR. This option has precedence over --commit. ... (file: [f645eb9349] check-in: [fbf7b54e72] user: andybradford branch: check-in-edit, size: 91541) | |
2015-07-17
| ||
02:44 | Provide additional usage feedback when wrong arguments are supplied per suggestion on ML. Also provide minimal output showing amended checkin. ... (file: [f9e7ac168a] check-in: [0cbdf0586d] user: andybradford branch: check-in-edit, size: 89991) | |
2015-07-16
| ||
05:03 | Merge in updates from trunk. ... (file: [250d3158fd] check-in: [870c20885b] user: andybradford branch: check-in-edit, size: 89833) | |
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-07-07
| ||
03:26 | Rename subcommand to amend and clarify the usage in help output. ... (file: [97c4e39c4a] check-in: [7df56d1c14] user: andybradford branch: check-in-edit, size: 89829) | |
2015-07-04
| ||
07:17 | Add new command to edit a check-in from the command line similar to editing a check-in from the web UI. ... (file: [3a9c3f3e9d] check-in: [b9e0d72e7e] user: andybradford branch: check-in-edit, size: 89729) | |
2015-05-20
| ||
11:45 | Merge trunk ... (file: [f7dfb17746] check-in: [9f507ffe49] user: jan.nijtmans branch: sync-forkwarn, size: 84202) | |
2015-05-17
| ||
21:30 | Move all square brackets outside the hyperlink text to make it easier to copy-and-paste links sans brackets from typical browsers. ... (file: [b407b1ba58] check-in: [a2020a7ac8] user: andygoth branch: andygoth-brackets-outside-link, size: 84177) | |
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) | |
2015-05-15
| ||
18:29 | Link to contents or target when reporting file type changes. ... (file: [5264dd3759] check-in: [cb420eabd0] user: andygoth branch: andygoth-metadata-info, size: 84227) | |
18:18 | Add periods for consistency between hyperlink and non- versions. May wish to add (or remove) periods everywhere in the report for additional consistency. Update: improvement was later done in [b824b3e7]. ... (file: [a75e373e6b] check-in: [eb9677a9e3] user: andygoth branch: andygoth-metadata-info, size: 84140) | |
18:16 | Show when files become symlinks in /info report. ... (file: [3710151a66] check-in: [5f26745652] user: andygoth branch: andygoth-metadata-info, size: 84137) | |
2015-04-27
| ||
20:46 | Use "multiple leaves on the same branch" in stead of "ambiguous branch". Let's see if people like this better. ... (file: [f9cb2a105e] check-in: [cd0d6b4dda] user: jan.nijtmans branch: sync-forkwarn, size: 83970) | |
19:14 | merge trunk ... (file: [589204bb1d] check-in: [2dc4d98e3b] user: jan.nijtmans branch: sync-forkwarn, size: 83954) | |
14:39 | Minor spelling correction. ... (file: [9019bf9bfc] check-in: [76cd08baf6] user: andybradford branch: sync-forkwarn, size: 84132) | |
13:19 | Provide help text for all commands and webpages. ... (file: [4a42867538] check-in: [7ab03289ee] user: drh branch: trunk, size: 83897) | |
2015-04-26
| ||
21:28 | An alternative implementation of fork warnings that provides more detail. ... (file: [80424ab4e5] check-in: [4a0deae59d] user: drh branch: alternative-fork-warning, size: 83446) | |
17:12 | Combine "fossil forks" with "fossil info" command ... (file: [e9fc9c8bab] check-in: [4359bd8df2] user: jan.nijtmans branch: sync-forkwarn, size: 84132) | |
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
| ||
03:38 | Use better fork detection mechanism and disable checking during push since it may not have a complete sync and issue warning prematurely. ... (file: [ac106174e0] check-in: [d0e2f1bd3e] user: andybradford branch: sync-forkwarn, size: 84060) | |
2015-04-10
| ||
17:33 | Only check for forks on "open" leaves, otherwise we cannot do anything about it from here anyway. Thanks to Andy Bradford for noticing this. ... (file: [234eee0f5d] check-in: [72794ec975] user: jan.nijtmans branch: update-fork-warn, size: 84057) | |
16:35 | Display "fork" status on "fossil info", "fossil status" and related commands as well. ... (file: [41d7bf5aed] check-in: [11b7fa6914] user: jan.nijtmans branch: update-fork-warn, size: 84040) | |
2015-03-20
| ||
04:35 | Add a menu entry on /fdiff, /ci and /vdiff page to control the diff context (dc=<n>) query parameter. (pending review) ... (file: [a2365c32f7] check-in: [eae6f32f1c] user: mgagnon branch: diff-context-menu-entry, size: 84949) | |
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-06
| ||
08:28 | Need to account for adjacent ranges to avoid bad data from db_column_text. ... (file: [3de7fe7f57] check-in: [17b67a9b82] user: andybradford branch: multi-block-highlight, size: 83852) | |
07:53 | Restore the topln functionality. ... (file: [3ec6b6f998] check-in: [5758e5bace] user: andybradford branch: multi-block-highlight, size: 83847) | |
07:39 | Add ability to highlight more than one block of lines when using the ln= query parameter. ... (file: [fb955bb21e] check-in: [20c63861d8] user: andybradford branch: multi-block-highlight, size: 83807) | |
04:10 | Fix misplaced </span> 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-01
| ||
21:01 | Command line output-only changes of 'checkins' to 'check-ins' for the dbstat, info, and purge sub-commands. This may break some pre-existing automation, please review. ... (file: [7e916f5440] check-in: [739b3aab92] user: mistachkin branch: pending-review, size: 82790) | |
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
| ||
10:11 | replaced 'checkin' with 'check-in' in code-comment, inline command help-text, SQL-statement comment, fatal error messages and some non-functional webpage-content ... (file: [dd79d25f2a] check-in: [7c30266a45] user: michai branch: ml-jb-doc-typos, 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-24
| ||
00:51 | Merge updates from trunk. ... (file: [07e55f031a] check-in: [ae8f6f2b7a] user: mistachkin branch: unifiedStart, size: 82883) | |
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
| ||
14:05 | Change default headers to show menu-bar items that would be available to user "anonymous" even if the current user is not logged in. ... (file: [0a06d899a6] check-in: [72cddddbcc] user: drh branch: login-enhancements, size: 82777) | |
12:24 | When the user is "nobody", make the g.anon permission vector for "anonymous" available in addition to g.perm. Hyperlinks to pages that would be available to anonymous are shown rather than suppressed. When permission is denied and control jumps to login_needed() a new flag shows whether or not logging in as "anonymous" would help. Work in progress. ... (file: [07af825023] check-in: [2f50d427a9] user: drh branch: login-enhancements, size: 82844) | |
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-10
| ||
03:05 | Fix compiler warning. Coding style adjustments. Rename new link to 'branch diff' for now. Still needs tests. ... (file: [14abfc87b3] check-in: [1982a8ce07] user: mistachkin branch: viric_pbranch, size: 82757) | |
02:40 | Make the new link consistent with the existing coding style. ... (file: [e56c041912] check-in: [48027b23b9] user: mistachkin branch: viric_pbranch, size: 82760) | |
2015-02-09
| ||
20:53 | Add a "Show/Hide Files" button under the "Context" section of the check-in page. ... (file: [73366f889a] check-in: [4932465ecc] user: drh branch: context-show-files, size: 83521) | |
11:00 | viric's flavour of fossil, which includes the cherry-picked changes out of trunk: [d0b1b1114] [39e165afb] [dad37196f] [f309130a8]. This outdates the branch annotate_links ([f14798e0e3]), which has some extra changes, some hard to port. This lets the browser pick the right program to open them straight. ... (file: [8cf11cd47b] check-in: [b31afcc2ca] user: viriketo branch: viric_flavour, size: 83057) | |
10:56 | Add a link in the checkin page to show the changes in the branch in respect to the parent branch. It finds the last merge from parent to the current branch for the comparison. ... (file: [6f17c3cda9] check-in: [f309130a8b] user: viriketo branch: viric_pbranch, size: 82781) | |
10:37 | Show the branch in the checkin description (artifact and file diff pages). ... (file: [7c2c6ae330] check-in: [dad37196fb] user: viriketo branch: viric_showbranch, size: 82932) | |
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-02-06
| ||
03:00 | Add the cgi_query_parameters_to_url() routine and use it to cause all query parameters on timeline to be exported. (Need to make this same changes for all other uses of url_render()). Make "context" timelines 11 entries by default. Other cleanups. ... (file: [9523ca25f8] check-in: [b6e1f61aaa] user: drh branch: form-submenu, size: 81932) | |
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-08
| ||
15:36 | An experiment in trying to improve the file history timelines. A schema change is necessary for this improvement, which the present check-in captures. However, the file history timelines have not yet been improved, and in fact are slightly broken at this point. ... (file: [36ab7e2f2c] check-in: [e1e9c3a300] user: drh branch: file-history-enhancement, size: 81922) | |
2014-11-26
| ||
17:36 | Identify unpublished (private) artifacts on timelines and in artifact descriptions. ... (file: [db8e43fee4] check-in: [1d7620999a] user: drh branch: DBP-workflow, 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) | |
2014-10-20
| ||
15:01 | Add a custom static analysis program that verifies the arguments to printf-style varargs routines used in Fossil. Adjust the source code to be more robust for printf format errors and to fix a few minor problems found by the static checker. ... (file: [c3f950f0fb] check-in: [0a7e326fa4] user: drh branch: compile-time-print-checking, size: 81788) | |
2014-09-18
| ||
23:15 | After deleting a newly proposed ticket or wiki page via moderation, redirect to the list of pending moderation requests. ... (file: [73d80b3dcd] check-in: [9323045f05] user: mistachkin branch: please-review, size: 81844) | |
2014-09-17
| ||
17:14 | Further improvements: if the ticket (or wiki page) was deleted via moderation, do not try to redirect to it. ... (file: [ad657acf65] check-in: [13448d3cc3] user: mistachkin branch: please-review, size: 81844) | |
2014-09-15
| ||
02:32 | For the 3-argument version of the 'info' command, open the repository prior to recording it. ... (file: [30a0c7a7d2] check-in: [b98681739d] user: mistachkin branch: dbRecordRepoFix, 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
| ||
15:40 | Call verify_all_options() on most of fossil CLI commands. - Skip all the test-* commands for now (may be unnecessary) - Skip sha1sum, md5sum and artifact because they can take "-" as argument and verify_all_options() would call fatal. Need to handle those differently... - Command with subcommands that have their options are remaining: branch, bisect, cache, configuration, json, sql, stash, tag, ticket, user, wiki. (not sure how to handle those yet..) ... (file: [81fdc92ce5] check-in: [a426154b3e] user: mgagnon branch: verify-all-options, 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-20
| ||
02:35 | Add -comfmtflags command line option to set the comment printing flags, defaulting to the legacy comment printing algorithm. ... (file: [6804e00eb4] check-in: [18a97b3a8f] user: mistachkin branch: experimental, size: 79254) | |
02:10 | Merge updates from trunk. ... (file: [a05562e3ff] check-in: [5ea6a95a7b] user: mistachkin branch: experimental, size: 79262) | |
2014-07-02
| ||
10:50 | Use "%S" format in stead of "%.10s" in more places where UUID's are handled. ... (file: [4b4ec377a4] check-in: [b246fa0cee] user: jan.nijtmans branch: 16-digit-event-ids, size: 79239) | |
2014-06-20
| ||
03:56 | Initial draft of the ability to break a multi-line comment on word boundaries using the new algorithm. ... (file: [3841ea21fd] check-in: [10b47cc350] user: mistachkin branch: experimental, size: 79265) | |
2014-06-16
| ||
20:01 | Merge updates from trunk. ... (file: [017739f4f5] check-in: [3c9cca2bd8] user: mistachkin branch: autoadjust, size: 79242) | |
18:49 | Enhance the new TH1 artifact command with more flexible lookup semantics. ... (file: [bb2f6edfcd] check-in: [00e4fedd85] user: mistachkin branch: trunk, size: 79242) | |
09:05 | Merge trunk. Make it work on Windows too. Variable width output on more commands. ... (file: [2bb1b0915b] check-in: [40710b7a05] user: jan.nijtmans branch: autoadjust, size: 78545) | |
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) | |
13:57 | Experimental change to add a "nodesc" query parameter to pages like /artifact that suppresses the sometimes length description of what the artifact is used for. ... (file: [1b5f738fc9] check-in: [b794218f01] user: drh branch: nodesc-option, size: 78600) | |
2014-04-11
| ||
18:12 | Merge in latest fixes. ... (file: [40ce5cbb48] check-in: [5460b0cfa2] user: andybradford branch: short-uuid, size: 78502) | |
2014-04-08
| ||
05:52 | Make error message more obvious when short UUID length is less than 4. ... (file: [4f52eb9604] check-in: [4b1b56c99c] user: andybradford branch: short-uuid, size: 78502) | |
05:46 | Restore original order in case this was intentional for the reason that tickets are more likely to be found than events. ... (file: [1a36ee6ff7] check-in: [53072ae878] user: andybradford branch: short-uuid, size: 78427) | |
04:32 | Use function more specific to detecting collisions to catch events, tickets and other types in blob. ... (file: [b60989ca1b] check-in: [ae6f27004b] user: andybradford branch: short-uuid, size: 78427) | |
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-04-06
| ||
04:51 | Show short UUID collisions also for tickets and not just ticket changes. Reported on ML. ... (file: [4acc7ad2d8] check-in: [0066d6c6a9] user: andybradford branch: short-uuid, size: 78327) | |
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) | |
09:01 | Rename --ignore-space-at-eol (from Git) to -Z|--ignore-trailing-space (gnu diff). Add --ignore-all-space as well (doesn't behave exactly like GNU's option yet) ... (file: [67b743f34c] check-in: [d9e79f685b] user: jan.nijtmans branch: strip-trailing-cr, size: 78344) | |
2014-03-05
| ||
02:39 | Add "w" URL parameter and buttons to /fdiff pages. ... (file: [586627cc03] check-in: [0ec153a2a7] user: joel branch: diff-eolws, size: 78444) | |
00:42 | Capitalize button labels for consistency with other pages. Change "Show Whitespace Differences" to "Show Whitespace Changes". ... (file: [6dabdd57d6] check-in: [756c187590] user: joel branch: diff-eolws, size: 77825) | |
00:20 | Fix up and simplify /ci page button generation code. ... (file: [b72e8d8362] check-in: [0c670599bf] user: joel branch: diff-eolws, size: 77829) | |
2014-03-04
| ||
14:14 | Add "ignore whitespace" button to ci page. ... (file: [dfcfd8c167] check-in: [eb6935df7f] user: jan.nijtmans branch: diff-eolws, size: 78391) | |
13:26 | Add "Ignore Whitespace" button to vdiff page. ... (file: [1286e19440] check-in: [56c7561e2b] user: jan.nijtmans branch: diff-eolws, size: 77829) | |
08:21 | Don't ignore whitespace by default, except in annotations/blames. Add new "w" option to some Web UI pages, allowing to ignore whitespace (no buttons yet). ... (file: [b33c5cd2e3] check-in: [28b39cc516] user: jan.nijtmans branch: diff-eolws, size: 77044) | |
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-21
| ||
20:40 | Doc fix for new vdiff glob param. ... (file: [f6947d028a] check-in: [39e39f216b] user: stephan branch: vdiff-subdir, size: 76228) | |
19:26 | Propagate glob=... via the various vdiff toggle buttons and add a button to clear the current glob if glob is provided. ... (file: [a77f3b757a] check-in: [bf7524b13f] user: stephan branch: vdiff-subdir, size: 76230) | |
18:55 | minor style fix (column width) and added notification of the glob which is in effect, analog to the regex notification. ... (file: [26bd1fd029] check-in: [46adaba1bd] user: stephan branch: vdiff-subdir, size: 75719) | |
18:49 | Replaced dir=... with glob=... and fixed (i think) the traversal of pFileTo/From. ... (file: [88b2e08691] check-in: [fa16c3a72b] user: stephan branch: vdiff-subdir, size: 75612) | |
18:13 | Initial prototype of dir=... constraint for vdiff. ... (file: [a0ffff82f0] check-in: [641c74187b] user: stephan branch: vdiff-subdir, size: 75892) | |
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
| ||
15:17 | merge trunk ... (file: [0ae943c8dd] check-in: [d5fd6cc1a5] user: jan.nijtmans branch: timeline-utc, 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-28
| ||
22:41 | Eliminate the need to compile SQLite with -Dlocaltime=fossil_locatime. This makes the timeline-utc setting work when fossil is configured with --disable-internal-sqlite. ... (file: [56f15f74ae] check-in: [d7fd72dc30] user: jan.nijtmans branch: timeline-utc, size: 75025) | |
2013-12-23
| ||
13:01 | Revert two incorrect "unhide" additions: zUuid is not a check-in uuid here. ... (file: [5236c76a48] check-in: [0a5b052192] user: jan.nijtmans branch: hidden-tag, size: 75009) | |
10:19 | Add "Unhide" button in more timeline variants. ... (file: [d567426ccc] check-in: [ef2b77207a] user: jan.nijtmans branch: hidden-tag, size: 75016) | |
09:00 | Some more link fixes, all of the form "/timeline" having an uuid in it's arguments which is possibly hidden. ... (file: [0d87d09a74] check-in: [7af8e2ebc3] user: jan.nijtmans branch: hidden-tag, size: 75009) | |
06:53 | Fix genealogy links from the /info page (Thanks to Andy Bradford noticing this) ... (file: [5851b0d23c] check-in: [fd0507e949] user: jan.nijtmans branch: hidden-tag, size: 74988) | |
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
| ||
15:38 | Merge trunk. Add information on the ""th1-uri-regexp" setting. ... (file: [c3a640ccd0] check-in: [f671c50f92] user: jan.nijtmans branch: tkt-change-hook, size: 74945) | |
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) | |
03:26 | If the checkbox is selected, select the input text as well similar to how the custom color works. ... (file: [2fc3f05754] check-in: [3cb6651424] user: andybradford branch: hidden-tag, size: 75000) | |
03:01 | Using javascript to disappear current text in input field might need additional feedback before implementing. ... (file: [0870782896] check-in: [2bf8f863c6] user: andybradford branch: hidden-tag, size: 74955) | |
2013-12-17
| ||
11:39 | eliminate isempty() javascript function. Use trim() in stead. ... (file: [ca72c43092] check-in: [029c7c01e1] user: jan.nijtmans branch: hidden-tag, size: 75261) | |
10:56 | merge trunk ... (file: [9f2bae9cc0] check-in: [6a8ddc43fc] user: jan.nijtmans branch: hidden-tag, size: 75404) | |
10:51 | If 'newbranch' field only contains spaces, consider it empty. ... (file: [b97abdd3fc] check-in: [5ceef9bcdd] user: jan.nijtmans branch: win32-longpath, size: 74151) | |
04:48 | Merge from trunk for latest fixes. ... (file: [798b75695a] check-in: [2e76393021] user: andybradford branch: hidden-tag, size: 75398) | |
03:46 | When editing a branch name, make the default value disappear when the input is entered. Also, strip whitespace from right-end of value and only update branch names if not all white space. ... (file: [712371d72b] check-in: [bb6ba17b37] user: andybradford branch: hidden-tag, size: 75285) | |
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-14
| ||
17:32 | Revert to original ordering to retain sorting of special tags. Get the branch name prior to the loop that displays the special and sym- tags. ... (file: [962f09d45f] check-in: [818c0acd07] user: andybradford branch: cancel-tag-fix, size: 74158) | |
09:24 | merge trunk. Fix behavior of "Branching" checkbox, and simplify javascript functions. ... (file: [9fd075f664] check-in: [885d72b2bd] user: jan.nijtmans branch: hidden-tag, size: 74827) | |
2013-12-13
| ||
21:29 | Given that recovering from incorrect hiding is relatively straightforward, don't prevent access to hidden option on trunk and main-branch. ... (file: [94ee0f15f8] check-in: [d35b1ca05e] user: andybradford branch: hidden-tag, size: 74887) | |
17:50 | Prevent sym- tag that matches branch name that sorts prior to branch name from displaying an option to cancel the tag. Also clean up a couple strcmp. ... (file: [fbae189e04] check-in: [c36ad48a87] user: andybradford branch: cancel-tag-fix, size: 74039) | |
14:19 | Merge trunk and fix typo (missing backslash) ... (file: [dab3bec691] check-in: [847107015b] user: jan.nijtmans branch: tkt-change-hook, size: 74040) | |
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) | |
11:31 | Merge trunk. Fix uninitialized variable. Less copying of complete structure content. ... (file: [9d7327e6d7] check-in: [85528ef507] user: jan.nijtmans branch: tkt-change-hook, size: 73572) | |
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) | |
05:40 | Minor comment cleanup. No code change. ... (file: [4b1c3c71c7] check-in: [40c5b3b390] user: andybradford branch: hidden-tag, size: 75703) | |
02:46 | Attempt to prevent hiding of either main-branch or trunk. ... (file: [16c7dd9048] check-in: [7a41dd2b06] user: andybradford branch: hidden-tag, size: 75701) | |
2013-12-10
| ||
08:31 | Rename variable 'trunk' to 'zTrunk'. Improve comment. ... (file: [dcae186ffe] check-in: [b75cc0e345] user: jan.nijtmans branch: hidden-tag, size: 75632) | |
2013-12-05
| ||
21:27 | slightly simpler/more readable ... (file: [e766f6a570] check-in: [9a8380d2cd] user: jan.nijtmans branch: hidden-tag, size: 75627) | |
15:20 | Avoid Javascript errors when editing a leaf and typing in the branch name. ... (file: [0216ae3fd6] check-in: [328df74bfc] user: andybradford branch: hidden-tag, size: 75657) | |
12:20 | merge trunk ... (file: [62912359b5] check-in: [46a88543ca] user: jan.nijtmans branch: hidden-tag, size: 75613) | |
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:42 | Change branch name in "Branch Closure" section in the same way as in "Branch Hiding" ... (file: [9c883a6f39] check-in: [9395e8d434] user: jan.nijtmans branch: hidden-tag, size: 75547) | |
09:27 | Fix format specifier in previous commit (again) ... (file: [5ea6bf2057] check-in: [4a43e31549] user: jan.nijtmans branch: trunk, size: 73250) | |
09:19 | Merge trunk. Disable new checkbox in stead of hiding it when not in use. ... (file: [0a80193dbe] check-in: [56836278da] user: jan.nijtmans branch: hidden-tag, size: 75377) | |
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) | |
08:36 | Use different format specifier for and textContent to avoid unwanted display issues. ... (file: [15651c6f3b] check-in: [439f18e866] user: andybradford branch: hidden-tag, size: 75436) | |
08:15 | Use Javascript to hide the branch hiding checkbox when necessary. Also update the branch name in the branch hiding text when a branch is specified. ... (file: [67e0540f07] check-in: [11e8a48e4d] user: andybradford branch: hidden-tag, size: 75431) | |
2013-12-04
| ||
09:58 | "this branch" -> <branchname> ... (file: [a311e9c9ab] check-in: [b0bf658240] user: jan.nijtmans branch: hidden-tag, size: 73871) | |
09:38 | merge trunk ... (file: [2044310925] check-in: [8b003a104a] user: jan.nijtmans branch: hidden-tag, size: 73845) | |
09:24 | Merge trunk. Make it possible to make a move to branch "mistake", close the branch, and hide it in one single step. 3 separate check-buttions control the 3 parts of this action separately. ... (file: [c0a8eec3a5] check-in: [884b0dc165] user: jan.nijtmans branch: hidden-tag, size: 73842) | |
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
| ||
15:42 | Merge trunk. Rename "hidden" option (not the tag name) to "hide", just as the "close" option compared to the "closed" tag. Just to prevent confusion. ... (file: [7905fc1198] check-in: [1a453093bb] user: jan.nijtmans branch: hidden-tag, size: 73428) | |
14:59 | Merge trunk. Give "Branch Hiding" it's own section in the ci_edit page. ... (file: [2c6c4b077b] check-in: [ec4fe5cb15] user: jan.nijtmans branch: hidden-tag, size: 73448) | |
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) | |
14:47 | "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: [3adc697434] check-in: [20015206bc] user: jan.nijtmans branch: hidden-tag, size: 73351) | |
2013-11-28
| ||
22:36 | When hiding a branch, close it as well: Commits on a hidden branch make no sense. ... (file: [bae0ff32a2] check-in: [50b986495d] user: jan.nijtmans branch: hidden-tag, size: 73312) | |
10:34 | Implement "unhide" option for json timeline. Protect "trunk" from being hidden, and indicate more clear which branch is being hidden: The "mistake" branch is the only branch that should have hidden nodes. ... (file: [eb08d9debf] check-in: [6b61145f4f] user: jan.nijtmans branch: hidden-tag, size: 73200) | |
2013-11-27
| ||
22:05 | correct label ... (file: [9ece873628] check-in: [fd2659fbe3] user: jan.nijtmans branch: hidden-tag, size: 72824) | |
15:12 | Implement "Unhide" button in timeline (not on other places yet) and make "hidden" tag propagating. ... (file: [654d1427f7] check-in: [50aee5561a] user: jan.nijtmans branch: hidden-tag, size: 72806) | |
2013-11-25
| ||
15:57 | Implement (already existing but currently non-functional) "hidden" tag, which hides items from timeline. ... (file: [4046530a4d] check-in: [d9fd922962] user: jan.nijtmans branch: hidden-tag, size: 72806) | |
2013-11-21
| ||
01:47 | Merge in latest from trunk. ... (file: [afbe115ca1] check-in: [e2929a4ba1] user: andybradford branch: hide-diff-on-vdiff_page, size: 72354) | |
01:46 | Minor style cleanup. ... (file: [77ffa3aabd] check-in: [78a3c01e30] user: andybradford branch: hide-diff-on-vdiff_page, size: 72270) | |
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-19
| ||
06:47 | Change /vdiff page (used when clicking on 2 nodes on /timeline), so it honor the show-version-diffs settings. Just like the /ci page. Also add the "Hide diff" button to hide the diffs manually. The /vdiff page can have a lot of files to diff depending on which version are selected, so the capability to show only list of files that change is very convenient to spot interesting files. ... (file: [accb876607] check-in: [d7dc41586f] user: mgagnon branch: hide-diff-on-vdiff_page, size: 72269) | |
2013-10-15
| ||
01:21 | Centralize and simplify the commit/ticket hook integration. ... (file: [7c0999e8bb] check-in: [6cf28968db] user: mistachkin branch: tkt-change-hook, size: 72100) | |
2013-10-14
| ||
08:19 | Phase 4, simplify usage of TH1 hooks and make more consistent. Assume that the common transfer TH1 script is idempotent. ... (file: [45af80ea60] check-in: [0fe1771a76] user: mistachkin branch: tkt-change-hook, size: 72115) | |
2013-10-13
| ||
09:53 | merge trunk ... (file: [f5f69362f1] check-in: [a4327ba0b6] user: jan.nijtmans branch: tkt-change-hook, size: 72110) | |
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-04
| ||
09:30 | Better error-message in case of "manifest file is malformed" ... (file: [1eb613abd1] check-in: [1eb438d61a] user: jan.nijtmans branch: pending-review, size: 71706) | |
2013-09-19
| ||
14:42 | merge trunk ... (file: [1ccc8078c9] check-in: [06f08ed02b] user: jan.nijtmans branch: tkt-change-hook, size: 71721) | |
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-23
| ||
10:25 | rebase ... (file: [13374146b8] check-in: [bdad403f94] user: jan.nijtmans branch: tkt-change-hook, size: 71713) | |
2013-07-16
| ||
16:02 | Web SBS diff: Was incorrectly using the scrollWidths of the div containers rather than that of the pre elements themselves. ... (file: [0e1203cf0a] check-in: [325ed34e45] user: joel branch: sbsreloaded, size: 71686) | |
2013-07-11
| ||
10:46 | Don't allow "tktnew" and "tktedit" pages or the "Common" hook to use the "http" command any more. Don't let "fossil rebuild" run any hooks. ... (file: [1c4c71de16] check-in: [57d1d2811b] user: jan.nijtmans branch: tkt-change-hook, size: 71051) | |
2013-07-06
| ||
02:35 | Support arbitrary line lengths with synced horizontal scrolling in side-by-side diffs. ... (file: [13ef28ed5e] check-in: [4081a91c84] user: joel branch: sbsreloaded, size: 71636) | |
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) | |
07:58 | See alternative implementation on trunk. Was: Improve cgi parameter parsing in add_param_list(). Boolean options, like "v" and "sbs" can now take forms like "v=true" or simply "v" (in stead of "v=1") or "v=off" (in stead of "v=0"). /timeline already accepted the shortened form, now /event, /vdiff and other web pages do as well. ... (file: [cb32675825] check-in: [71d48d346c] user: jan.nijtmans branch: short-cgi-params, size: 71134) | |
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-26
| ||
08:28 | Rename --detail, --showfiles, --files to -v|--verbose (but keep original as deprecated) ... (file: [6b2a33f94c] check-in: [34ed0afc8a] user: jan.nijtmans branch: verbose, size: 70591) | |
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:48 | Merging from trunk to get the annotate fixes. Trivial conflict solved. <strong>Update:</strong> the new branch viric_flavour ([b31afcc2ca]) includes most of these changes in a more recent fossil. ... (file: [1f80b35da6] check-in: [f14798e0e3] user: viriketo branch: annotate_links, size: 70981) | |
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
| ||
21:45 | /info/TICKET_UUID now only shows the ticket title if the ticket db has a title field. ... (file: [8a9f773c50] check-in: [1c46835e4c] user: stephan branch: timeline-rss-ticket, size: 72079) | |
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-02-12
| ||
10:08 | timeline.rss with single-ticket support, based on David Given's patch. ... (file: [5ba51f35a3] check-in: [1bc09124bd] user: stephan branch: timeline-rss-ticket, size: 71978) | |
2013-02-11
| ||
19:30 | Merging from trunk. I still have merge conflicts since my previous merge. ... (file: [6a2e97cec5] check-in: [bdeb633a6c] user: viriketo branch: annotate_links, size: 72594) | |
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-03
| ||
10:31 | Updating from trunk. I've left some merge conflicts to solve (annotate, diff) ... (file: [1187292834] check-in: [b5b8448ece] user: viriketo branch: annotate_links, size: 72510) | |
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:18 | Fix a typo - repeated word "from" ... (file: [828119f197] check-in: [6dba4c6a58] user: drh branch: improved-name-change-display, size: 70721) | |
01:54 | Here is a better fix for the name-change-display issue. This one does not require running "fossil rebuild" assuming you start from trunk. (If you are updating from the previous check-in on this branch a rebuild is necessary to undo the changes that the previous check-in added.) ... (file: [f2772d5359] check-in: [aa9a2485de] user: drh branch: improved-name-change-display, size: 70726) | |
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) | |
15:32 | Fix some HTML markup irregularities. Improvements to the default ticket viewer. ... (file: [84c45ab2f7] check-in: [7575b52e15] user: drh branch: ticket-enhancements, size: 70531) | |
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-24
| ||
01:01 | Provide extra buttons to get to "Plaintext" views of tickets and ticket artifacts. Invert the order of ticket history so that the oldest changes are on top and more recent changes are appended. Reject [...] style hyperlinks if they do not begin with ./ or ../. ... (file: [4abaaa4233] check-in: [aaa8e45b36] user: drh branch: ticket-enhancements, size: 70536) | |
00:04 | Improvements to hyperlinks showing details of tickets and attachments. ... (file: [64ef16024d] check-in: [ceda22ac80] user: drh branch: ticket-enhancements, size: 70533) | |
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 <form> 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-19
| ||
04:39 | Modularize byte-order-mark and blob UTF-8 conversion handling. ... (file: [70b25d2696] check-in: [d29dd5449c] user: mistachkin branch: convert_before_commit_v2, size: 70253) | |
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) | |
2012-11-01
| ||
22:54 | All aspects of Wiki and Ticket moderation and attachments are working better. But there are still room for improvement before merging this enhancement sprint into trunk. ... (file: [31e3438125] check-in: [628c402414] user: drh branch: moderation, size: 70104) | |
17:56 | Add moderator approval for attachments. ... (file: [d36e44b755] check-in: [9ac467310f] user: drh branch: moderation, size: 75448) | |
15:08 | Tickets are now held for moderator approval. ... (file: [be54e9901d] check-in: [aa4dd79835] user: drh branch: moderation, size: 69841) | |
14:34 | Wiki moderation now appears to be working. ... (file: [0b0f4a12bb] check-in: [b7ccf110f3] user: drh branch: moderation, size: 68754) | |
13:11 | More infrastructure for wiki and ticket moderation. ... (file: [d1c29a6d1c] check-in: [f7938ebd00] user: drh branch: moderation, size: 67776) | |
2012-10-31
| ||
23:07 | Improvements to the display of Wiki and Ticket changes. ... (file: [d8900669cb] check-in: [ba0ae3b24a] user: drh branch: moderation, size: 67629) | |
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-16
| ||
12:19 | Updating from trunk. ... (file: [af1a9048f1] check-in: [3cdf9480dd] user: viriketo branch: annotate_links, size: 67731) | |
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
| ||
14:32 | An alternative way to get mime-types from attachments for the "raw" page. ... (file: [43a37af944] check-in: [b21df7ecaf] user: drh branch: experimental, size: 66756) | |
14:01 | Fixing the vdiff submenus, so they behave as usual (for this branch) ... (file: [b41781a64e] check-in: [4cf8c3d348] user: viriketo branch: annotate_links, size: 67653) | |
13:53 | Adding back the branch telling at checkin info for vdiff. ... (file: [3ea5875064] check-in: [e29d3822e9] user: viriketo branch: annotate_links, size: 67687) | |
13:48 | Updating from trunk. I solved some merge conflicts: 1) the checkin info in the vdiff page, taking that from trunk, and 2) the vdiff menu options, which I tried to get similar to what I had in the branch. ... (file: [975b3f568a] check-in: [f4b082d464] user: viriketo branch: annotate_links, size: 67411) | |
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-09-04
| ||
06:52 | merge trunk ... (file: [aa73cc7a82] check-in: [26aa3eeab8] user: jan.nijtmans branch: eclipse-project, size: 63926) | |
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) | |
07:03 | merge trunk ... (file: [d5f71846da] check-in: [0387251bd3] user: jan.nijtmans branch: eclipse-project, size: 63926) | |
2012-08-29
| ||
13:57 | Allow UTF-8 characters in sources. translate.exe will translate it to ASCII ... (file: [3c75d4c3ad] check-in: [9f6abc5968] user: jan.nijtmans branch: msvc-broken, 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-08-08
| ||
13:46 | Updating from trunk. I solved three merge conflicts about hyperlinks. ... (file: [d52e1e8e2a] check-in: [08db320464] user: viriketo branch: annotate_links, size: 64395) | |
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 <label> 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
| ||
11:40 | Changes to the root-tag processing to provide better error messages. ... (file: [56ebb64906] check-in: [36134ce275] user: drh branch: root-tag, size: 62425) | |
05:03 | Add the branch= query parameter to the vdiff page. ... (file: [9658555e41] check-in: [1879758718] user: drh branch: root-tag, size: 62315) | |
2012-06-29
| ||
15:59 | Update to the latest SQLite4 that requires converting preprocessor macro prefixes from "SQLITE_" to "SQLITE4_". ... (file: [e8646e5d23] check-in: [0328d68181] user: drh branch: sqlite4, size: 62126) | |
2012-06-27
| ||
12:30 | Begin a branch that is modified to use sqlite4 instead of sqlite3 as the storage engine. This check-in compiles (on unix) but does not work. ... (file: [b5113238ad] check-in: [6823912746] user: drh branch: sqlite4, size: 62107) | |
2012-06-11
| ||
17:33 | merge trunk again... (previous merge was not from latest trunk from fossil-scm.org) ... (file: [4a026cb3a2] check-in: [7a57ab6465] user: mgagnon branch: mgagnon_fix, size: 62149) | |
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:03 | Refinements to the new hyperlink logic and spider defense. ... (file: [dfafc7ac99] check-in: [d9c8a7dd73] user: drh branch: spider-defense, size: 61997) | |
07:15 | Changes anchor tags (<a>) so that the href= attribute can be set by javascript rather than by HTML. This is to make it harder for spiders to follow the hyperlinks to every diff and annotation in the project history. It all seems to work, but it needs further testing and review before going live. ... (file: [f879e00ab6] check-in: [8ae52fc418] user: drh branch: spider-defense, size: 62029) | |
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-29
| ||
14:54 | Add vim modline everywhere ... (file: [bcaac717f8] check-in: [a496d8e88d] user: mgagnon branch: mgagnon_fix, size: 61562) | |
2012-03-24
| ||
21:05 | Avoid adding HTML into the "patch" output. ... (file: [66e13ccc0c] check-in: [dce6af96eb] user: drh branch: trunk, size: 61520) | |
2012-03-18
| ||
14:53 | Making the side-by-side diffs autocalculate the width, by default. ... (file: [127c5ce6ac] check-in: [16397d8625] user: viriketo branch: annotate_links, size: 62308) | |
14:03 | Adding a link to vpatch in vdiff. ... (file: [5e7b8bd8ae] check-in: [e926e0b467] user: viriketo branch: annotate_links, size: 62277) | |
13:54 | Add a link for a non-detail view in vdiff. ... (file: [a5e87e7822] check-in: [dc313b1547] user: viriketo branch: annotate_links, size: 62486) | |
2012-03-01
| ||
22:28 | Fixing 'patch' on the fdiff page. ... (file: [38c7b8dc82] check-in: [675b49efa3] user: viriketo branch: annotate_links, size: 61933) | |
2012-02-18
| ||
10:37 | Show the branch of the checkin in the vdiff page. ... (file: [977ae46399] check-in: [a50a28bb3f] user: viriketo branch: annotate_links, size: 61934) | |
2012-02-17
| ||
22:57 | Adding a vdiff link to the info page, "vdiff to the parent branch". ... (file: [be0986352a] check-in: [9f208c6830] user: viriketo branch: annotate_links, size: 61642) | |
2012-02-10
| ||
18:02 | climb up the trunk. From up here, clarify wording of the "building and installing" wiki page: you don't need to log in to get the source code for released versions of fossil, the download page will have a shiny source package for you to fetch. ... (file: [95ee150973] check-in: [587dd57fe1] user: martin.weber branch: msw-docco, 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) | |
20:36 | Make the default font size is smaller for side-by-side diff. Fix the context-diff so that it understands the dc=N query parameter. ... (file: [9419ed3ec6] check-in: [eae55eeafc] user: drh branch: retro-sbsdiff, size: 61061) | |
19:55 | Colorize the context diff. Add color to the line numbers so that they can be deemphasized. ... (file: [650110421b] check-in: [b57b035654] user: drh branch: retro-sbsdiff, size: 61078) | |
19:34 | Revised default color scheme. Add line-numbers to context diff. ... (file: [2afea808d7] check-in: [6a6697694c] user: drh branch: retro-sbsdiff, size: 61027) | |
18:54 | Add color to the retro sbs diff. ... (file: [88f0531ea4] check-in: [7372c0a5c4] user: drh branch: retro-sbsdiff, size: 61013) | |
2012-02-03
| ||
16:42 | Avoid overflow problems if users enter negative numbers for the "dw" and "dc" URI query parameters. ... (file: [afc08e6eef] check-in: [30478e4e7e] user: drh branch: retro-sbsdiff, size: 60837) | |
16:15 | Add URI query parameters "dw=" and "dc=" to control the width of columns and the lines of context on side-by-side diffs in the web interface. ... (file: [27bbf8181e] check-in: [6474a92a87] user: drh branch: retro-sbsdiff, size: 60823) | |
2012-01-28
| ||
22:04 | Merge the latest trunk changes into the retro-sbsdiff branch. ... (file: [6c9f6c5c7c] check-in: [c7edbc9fb7] user: drh branch: retro-sbsdiff, size: 59836) | |
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) | |
2012-01-01
| ||
15:57 | Simplified display of side-by-side diff in the web browser. ... (file: [bb03856472] check-in: [a1e667e6b5] user: drh branch: retro-sbsdiff, size: 59837) | |
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
| ||
20:24 | Begin improvement efforts on the "diff" functions by adding the --context option to the "diff" command. ... (file: [ed41ae4216] check-in: [3bbbbdfd7d] user: drh branch: diff-enhancements, 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) | |
2011-10-16
| ||
21:04 | Renamed 1/2-pane diffs to unified and side-by-side in the ui. ... (file: [65decd5164] check-in: [ff9de303e3] user: jan branch: jan-sbsdiff, size: 59652) | |
16:19 | Add sbsdiff options when using show-version-diffs. ... (file: [541ac90654] check-in: [adace7586e] user: jan branch: jan-sbsdiff, size: 59582) | |
2011-10-15
| ||
21:25 | Add sbsdiff link to the /info page. ... (file: [a84dc4c3ff] check-in: [286f09508c] user: jan branch: jan-sbsdiff, size: 59156) | |
18:45 | Add button to toggle sbsdiff for /vdiff views. Renamed the button in /fdiff. ... (file: [32240cad7f] check-in: [d1f63cd823] user: jan branch: jan-sbsdiff, size: 58730) | |
18:05 | Add button to toggle sbsdiff for /fdiff views. ... (file: [f501a2d65e] check-in: [d0988fb5bb] user: jan branch: jan-sbsdiff, size: 58386) | |
15:42 | Merge the latest trunk changes into the side-by-side diff branch. ... (file: [7855cefb13] check-in: [15de70c21f] user: drh branch: jan-sbsdiff, size: 58019) | |
14:33 | Updated comments. Slightly more centralization of sbsdiff table generation. ... (file: [803256a512] check-in: [c5ac4f800e] user: jan branch: jan-sbsdiff, size: 58010) | |
12:49 | Fix bug which disabled patch file generation. ... (file: [3c43f6251f] check-in: [dc27e13460] user: jan branch: jan-sbsdiff, size: 58167) | |
12:22 | Make sure sbsdiff lines are escaped properly. Started adding side-by-side diff support to fdiff. ... (file: [b5db1f250a] check-in: [ff41d4be8a] user: jan branch: jan-sbsdiff, size: 58156) | |
2011-10-14
| ||
22:21 | Added two (local) options to sbsdiff (allow expansion and max columns limit), though they can't be changed in runtime yet. Added some missing error handling. ... (file: [077986fa95] check-in: [47cdbbf2fb] user: jan branch: jan-sbsdiff, size: 57807) | |
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-10-13
| ||
23:48 | Started adding support for showing side-by-side diffs in the web ui. ... (file: [387ee11bd6] check-in: [a6a8e89413] user: jan branch: jan-sbsdiff, size: 57808) | |
2011-09-15
| ||
00:54 | Further progress towards jerusalem on yet another holy docco crusade! Checkin #3/n ... (file: [a598507dd8] check-in: [17f21f2482] user: martin.weber branch: msw-docco, size: 56888) | |
2011-09-14
| ||
17:45 | Refactored g.okXXX perms flags to g.perm.XXX. ... (file: [c20f0b7dd4] check-in: [34b4dec0bc] user: stephan branch: stephan-hack, 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
| ||
12:42 | online docco for [4fe2214116] (support for fossil info / descendants ?-R repo?) ... (file: [30ab21ad96] check-in: [a336ff53d2] user: martin.weber branch: msw-docco, 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-06
| ||
07:33 | Two fixes about localtime: * The ci_edit page tells the user that it asks UTC time * The object_description gives links to localtime (if it's set in the config). Otherwise the links were not pointing at the concerning checkin. ... (file: [9707e93c41] check-in: [1765c18d94] user: viriketo branch: localtime_fixes, size: 56469) | |
2011-08-31
| ||
16:28 | Merge improvements to artifact descriptions into symlinks branch. Also modify displaying of permissions: now web UI shows "File", "Executable file", or "Symbolic link" in file artifact description. ... (file: [8c25858253] check-in: [3115774ffe] user: dmitry branch: symlinks, size: 56427) | |
14:28 | Show the branch name in artifact descriptions. ... (file: [8e82e9e0b1] check-in: [2e38bed49e] user: drh branch: artifact_description, size: 56168) | |
09:00 | I fix the html related to the artifact description, about pairs of ul. I also disable the [view] link in the 'fdiff' ui page, because we already provide a link to the artifact in the h2 titles stating the artifacts compared. ... (file: [1aea95e5d3] check-in: [e55105e58f] user: viriketo branch: artifact_description, size: 55803) | |
08:34 | Fixing the display of the artifact description when the artifact appears as different filenames. ... (file: [8e69948696] check-in: [f8eff242fe] user: viriketo branch: artifact_description, size: 55881) | |
08:24 | Trying to improve the ui artifact description to something easier to parse by the human eye. I'd still like to have the branch name of every checkin, but I still don't know how to get it. ... (file: [2c55c7b476] check-in: [d34a1b9f3d] user: viriketo branch: artifact_description, size: 55829) | |
2011-08-27
| ||
20:37 | Indicate whether a file artifact is a symlink or an executable in the web interface. ... (file: [d3eec8d3c2] check-in: [a7bf0e9ba4] user: dmitry branch: symlinks, size: 55944) | |
2011-08-25
| ||
13:48 | Fix one more use of number instead of constant for permissions. ... (file: [b9714d3051] check-in: [35de2bdd07] user: dmitry branch: symlinks, size: 55782) | |
2011-08-23
| ||
17:44 | Fill islink field in vfile table when adding files. Support symlinks in export. Make manifest_file_perm() return 2 for symlinks. Add file_perm() function, and use it instead of file_isexe() when we need both isexe and islink properties. ... (file: [2d70ea2b86] check-in: [4619361d58] user: dmitry branch: symlinks, size: 55759) | |
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-23
| ||
11:24 | added version diff from info page ... (file: [b48cca64e5] check-in: [6a84934b44] user: ron branch: rons diff mods, size: 56050) | |
08:56 | added "diff from other version" to fdiff page ... (file: [3472ff1cff] check-in: [b785f08608] user: ron branch: rons diff mods, size: 55815) | |
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-06
| ||
16:55 | Merge the latest trunk changes into windows-i18n branch. ... (file: [698126d41a] check-in: [59ddd3c8ae] user: drh branch: windows-i18n, size: 54890) | |
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-27
| ||
18:21 | Attempt to get Fossil working on windows systems that do not use UTF8 in the shell. ... (file: [91f7de4a3c] check-in: [e805fa8db9] user: drh branch: windows-i18n, size: 54612) | |
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 </p> 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-12-09
| ||
15:52 | New cloning algorithm appears to be much faster at the cost of slightly more network bandwidth. Fully backwards compatible. Need to look at the network bandwidth issue prior to merging with trunk. Perhaps a command-line option for the clone command to select between slow-and-small or fast-and-larger. ... (file: [c5f9bcd572] check-in: [8bb8be26ca] user: drh branch: experimental, size: 49143) | |
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
| ||
19:01 | merge from trunk ... (file: [39e8eda96f] check-in: [4260bc6a22] user: wolfgang branch: StvPrivateHook2 , size: 49679) | |
2010-10-15
| ||
20:37 | Refactor the control-artifact parser. ... (file: [28ef7eae65] check-in: [da9fcdc95a] user: drh branch: experimental, size: 48498) | |
16:11 | merge from trunk ... (file: [ae6b418cc3] check-in: [c127179362] user: wolfgang branch: wolfgangHelpCmd, size: 49488) | |
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-10
| ||
13:38 | added cross references for help ... (file: [c87dd6db39] check-in: [c3bf3c0c63] user: wolfgang branch: wolfgangHelpCmd, size: 49411) | |
08:59 | added more cross reference ... (file: [5a342f4d66] check-in: [c2ef371590] user: Ratte branch: wolfgangHelpCmd, size: 49396) | |
2010-10-09
| ||
20:13 | show references to commandline on webpages; add httptrace to windows http server ... (file: [b8e07c926b] check-in: [d1d1cd122b] user: wolfgang branch: wolfgangHelpCmd, size: 49384) | |
13:33 | added a gui diff form to enter the UUIDs, branches, .. and add a link to info page ... (file: [3a5c9e7be2] check-in: [cee3e0812c] user: wolfgang branch: wolfgangHelpCmd, size: 49300) | |
2010-10-02
| ||
12:37 | Event background colors are now working. ... (file: [daadb5dec6] check-in: [6f93ca9418] user: drh branch: experimental, size: 48253) | |
03:28 | Add the ability to assign background colors to the timeline entries for events. ... (file: [030943cd95] check-in: [a5110365a3] user: drh branch: experimental, size: 48092) | |
2010-09-29
| ||
13:29 | Code formatting tweaks. ... (file: [8666b1c670] check-in: [8fce80ea99] user: drh branch: wolfgangFormat2CSS_2, size: 47441) | |
2010-09-26
| ||
11:32 | code layout optimoied for user color input and standard style comment for use of jscolor.com.. ... (file: [15179fcc84] check-in: [87e27419fd] user: wolfgang branch: wolfgangFormat2CSS_2, size: 47435) | |
10:35 | edit checkin page html validated and added custom color edit ... (file: [8097f2875e] check-in: [41385f75da] user: wolfgang branch: wolfgangFormat2CSS_2, size: 47233) | |
2010-09-13
| ||
22:14 | Avoid the use of tabs. Make sure lines do not exceed 80 characters. ... (file: [be46c87a3d] check-in: [4cc0ebef9a] user: drh branch: wolfgangFormat2CSS, size: 46711) | |
2010-09-12
| ||
12:49 | corrected some & chars in hyperlinks and added missing quotes in attribute values ... (file: [ef2c37b7ea] check-in: [214d2faf6d] user: wolfgang branch: wolfgangFormat2CSS, size: 46718) | |
10:42 | file timeline/attach pages HTML-validated ... (file: [d656998ab7] check-in: [cd2f91d31a] user: wolfgang branch: wolfgangFormat2CSS, size: 46652) | |
08:47 | correct all unclosed br and hr tags, skipped sqlite.c ... (file: [9eab7e9654] check-in: [692b67bdcc] user: wolfgang branch: wolfgangFormat2CSS, size: 46600) | |
2010-09-10
| ||
20:19 | fixed many HTML-validator errors and moved more formats to CSS - tested on firefox and IE ... (file: [547606815b] check-in: [d1305d0a7a] user: wolfgang branch: wolfgangFormat2CSS, size: 46586) | |
2010-08-28
| ||
06:59 | This is the first check-in on the windowscompilers branch and it adds the <a href="http://www.digitalmars.com/">Digital Mars C compiler</a> The user should have dmc installed in c:\DM with zlib in c:\DM\extra\lib and c:\DM\extra\include. typing c:\DM\bin\make -f win\Makefile.dmc builds fossil.exe in dmcobj The following files were edited or added: <p>Checks if one of the windows compilers is used. If so we define _WIN32. Defining _WIN32 is normally done by<br>#include <windows.h><br> However most of the time we don't use windows.h. </p> <p>Adding an other windows compiler is done by adding<br> "|| defined(__COMPILER_IDENTIFIER__)"<br> and maybe some special things in the files below. Like <pre> </pre> </p> <p>These have all __MINGW32__ replaced by _WIN32. And in some places special processing for either MINGW32 or DMC <p>In popen2 the _open_osfHandle call first parameter is cast to a long. DMC refused to compile without the cast.</p> <p>DMC complained that it didn't knew of time_t in rss.h. time.h came after rss.h. Switching the two solved it! </p> <p>added tcl code to generate Makefile.dmc. tclsh src/makemake.tcl dmc prints to stdout the makefile. As a convienience to the end-user I added the win/Makefile.dmc to the repository. There are few changeable variables in there for adjusting path, CFLAGS LIBS etc. </p> <p>These are needed because DMC and MSVC doesn't provided them. dirent.h is copied verbatim from the net. unistd.h I found on the net too, but added some defines. <p>The problem with windows it doesn't have AWK standard installed. version.c creates VERSION.h. It is a very simple C-program and doesn't do a lot of checking. </p> ... (file: [f3e7f96a0f] check-in: [f66f414fd3] user: renez branch: windowscompilers, 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) | |
2010-05-02
| ||
19:21 | Add support for URLs of the form: artifact?ci=CHECKIN&filename=FILENAME. ... (file: [d297297e03] check-in: [6f9901dd42] user: drh branch: trunk, size: 44429) | |
2010-04-27
| ||
17:02 | Allow the branch name to be changes in the check-in edit screen for a check-in that is the first check-in of a new branch. ... (file: [d108aa4f65] check-in: [af8a8979c6] user: drh branch: trunk, size: 43544) | |
2010-04-22
| ||
01:02 | When the "name" parameter for the /artifact webpage (and similar pages) is ambiguous, bring up a page that allows the user to choose between the various options. Ticket [901936cf06df1b9b9a]. ... (file: [212b969a92] check-in: [d02115bbf0] user: drh branch: trunk, size: 43678) | |
00:12 | Remove dead code and fix a comment - issues found while looking for an unrelated problem. ... (file: [2bf8357797] check-in: [d4125d551e] user: drh branch: trunk, size: 43652) | |
00:00 | Fix incorrect redirects to "/home" when there is an ambiguous name on the artifact webpage. Ticket [901936cf06df1b9b]. Still need to add code that will list all possible answers and let the user choose. ... (file: [4928889288] check-in: [f44a3f70be] user: drh branch: trunk, size: 43654) | |
2010-04-07
| ||
20:35 | SQLite bug fix. Change a LIKE to a GLOB so that it can use an index. ... (file: [69c3c20964] check-in: [5721bce885] user: drh branch: trunk, size: 43660) | |
2010-03-30
| ||
14:29 | Use artifact IDs, not record IDs, on the "diff" link of check-in change listings. ... (file: [ef35d0ad3f] check-in: [61c52dd6aa] user: drh branch: trunk, size: 43661) | |
2010-03-21
| ||
21:51 | Avoid the use of rowids in URLs, since they can change on a rebuild. Use SHA1-derived artifact IDs instead. ... (file: [e17fd42756] check-in: [a4b10f43e2] user: drh branch: trunk, size: 43707) | |
2010-03-17
| ||
23:15 | Basic functionality of attachments is now in place. ... (file: [6ccf198d8c] check-in: [dd2d3177b1] user: drh branch: experimental, size: 43819) | |
2010-03-03
| ||
03:34 | Add a hyperlink on branch tags of the info display that carries the user to a timeline of the branch. ... (file: [472b905460] check-in: [732e3db329] user: drh branch: trunk, size: 42513) | |
2010-02-16
| ||
17:49 | Remove surplus ":" from the user-home: line in windows builds. Ticket [eff2cbe5ae11c] ... (file: [cca5d86843] check-in: [0ee44737e8] user: drh branch: trunk, size: 42353) | |
2010-01-20
| ||
15:48 | Fix the object ID decoding on the /info page. Ticket [a5403e6eee]. ... (file: [f1ce85a364] check-in: [5eea3db6c1] user: drh branch: trunk, 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-17
| ||
19:17 | Improvements to object description on an artifact display. ... (file: [594a3689d1] check-in: [5452b32a9f] user: drh branch: trunk, size: 33194) | |
19:11 | Modify the artifact viewer to base the mimetype off of artifact content, not the artifact name. ... (file: [48386916c4] check-in: [7303bfeb12] user: drh branch: trunk, size: 33041) | |
17:14 | The "artifact" webpage shows images as images, rather than trying to render their binary content as text. ... (file: [17472b8889] check-in: [389bf5c4da] user: drh branch: trunk, size: 30819) | |
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-08-21
| ||
20:59 | Include non-sym- tags in tagview web page. Also merge mainline into tagview branch. ... (file: [33a76dcbd4] check-in: [5fb14b9a0f] 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-08-04
| ||
20:46 | Make the info web page handle symbolic tags as well as UUIDs. Start trying to make the currently-disabled tagview page more useful. ... (file: [3ed7c9edba] check-in: [3984b1b2c1] user: eric branch: trunk, size: 29105) | |
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
| ||
22:03 | corrected link to index.wiki ... (file: [50a6980b61] check-in: [24df39d736] user: stephan branch: trunk, size: 28195) | |
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-26
| ||
17:57 | Cut over to the new timeline code. Remove the older timeline. ... (file: [54715d1400] check-in: [82fc5abb60] user: drh 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) | |
2008-02-21
| ||
14:27 | Record whether or not files have their execute permission bit set. Set or clear the execute permission bit upon checkout. ... (file: [97d9ed98da] check-in: [33c31f73cd] user: drh branch: trunk, size: 21899) | |
2008-02-14
| ||
02:49 | Continuing work on tickets (still not working right.) Improvements to the web pages. ... (file: [0cbd863b6d] check-in: [3122fc4c7e] user: drh branch: trunk, size: 21895) | |
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-01
| ||
12:39 | Fix a typo on the user setup page. Reported via email by Brad Harder. ... (file: [abc907adcd] check-in: [5d3783bd61] user: drh branch: trunk, size: 22240) | |
2007-11-25
| ||
16:13 | Update SQLite to the latest build from CVS. Add in the FTS3 extension, though it is not yet being used. Additional work toward tickets. ... (file: [21bbd4bc04] check-in: [f394d84560] user: drh branch: trunk, size: 22236) | |
2007-11-23
| ||
22:09 | New default header and footer and CSS. Add the ability to edit the footer. ... (file: [999409e67f] check-in: [34af72801d] user: drh branch: trunk, size: 19985) | |
2007-11-22
| ||
22:55 | Add the %w and %W formatting options for internal printf usage. Use these formatting characters to render wiki. Fix additional problems of unterminated wiki on webpage rendering by using %w. (There are probably more problems yet to be discovered and fixed.) ... (file: [5b0da28053] check-in: [2859293737] user: drh branch: trunk, size: 20027) | |
22:14 | Make sure HTML tags in wiki are terminated in the diff screen too. ... (file: [17c99730c3] check-in: [d6ad7aa034] user: drh branch: trunk, size: 20315) | |
22:02 | Fix the rendering of comments with unclosed block HTML markup in the vinfo page. ... (file: [0cdd4e2392] check-in: [3afcc4388c] user: drh branch: trunk, size: 20087) | |
2007-11-15
| ||
21:49 | Enhanced text diff subroutine uses Myers enhancements to Wagners minimum edit distance algorithm. White space at the end of lines is ignored. ... (file: [d4602a7e16] check-in: [57b2735ebd] user: drh branch: trunk, size: 20013) | |
2007-10-12
| ||
22:56 | The g.zExtra parameter is now always available as P("name"). This means the /wiki/xyz and /wiki?name=xyz are equivalent URLs. ... (file: [2ca8ead9e1] check-in: [677aa71bca] user: drh branch: trunk, size: 20019) | |
2007-10-10
| ||
21:15 | Many changes and bug fixes in the wiki processing. Moving toward a workable wiki system. The "Home" menu option now takes you to the wiki page whose name is the same as the Project Name. There is a "wcontent" page, but no link to it yet. Many other changes. ... (file: [9f9776b1a2] check-in: [50a58adb76] user: drh branch: trunk, size: 19930) | |
2007-10-09
| ||
02:35 | Refinements to the timeline for giving better information about wiki pages. ... (file: [ee44c7829b] check-in: [dfea940da8] user: drh branch: trunk, size: 19927) | |
2007-09-25
| ||
20:21 | Styled the vinfo page ... (file: [15b63940c8] check-in: [cfc7984ede] user: jnc branch: trunk, size: 17179) | |
2007-09-22
| ||
23:41 | Rework the tag system so that propagation to children is a property of each tag and does not depend on the tag name beginning with "br". Older tag artifacts might not work. The database will need to be rebuilt after upgrading to this version. ... (file: [ce5dc953e1] check-in: [09c4adeb6f] user: drh branch: trunk, size: 16673) | |
18:13 | Incremental web interface enhancments. ... (file: [51260a23a7] check-in: [72b3b1ad47] user: drh branch: trunk, size: 16671) | |
15:50 | The "tag" command allows tag artifacts to be inserted for creating and cancelling tags and properties. Timeline responds to bgcolor, br-bgcolor, comment, and user properties. ... (file: [ae734c2dfe] check-in: [3b5514ed82] user: drh branch: trunk, size: 16502) | |
2007-09-01
| ||
21:11 | Add the /wiki and /bwiki web pages. Currently renders content from the check-out as readonly. ... (file: [1d02bccab4] check-in: [b2e55c0d4d] user: drh branch: trunk, size: 14877) | |
01:55 | Updates to the timeline routines. Added the pqueue module. ... (file: [a7363a7c53] check-in: [abce5105e2] user: drh branch: trunk, size: 14835) | |
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-28
| ||
07:09 | When accessing a remote repository, if there is a username/password specified as part of the URI, use these to login. ... (file: [199807a9fd] check-in: [3dcaed8d86] user: dan 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) | |