Timeline
Not logged in

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

196 events for the month beginning 2016-11-01

Following month ↑
2016-11-30
04:08
Minor correction to documentation of new /file webpage regarding multiple highlighted line blocks. check-in: 4896c0b731 user: andybradford tags: trunk
2016-11-29
16:57
Make the "Line Numbers" submenu element on the /artifact and /file pages a check-box. check-in: 4946efef65 user: drh tags: trunk
14:32
Further enhancements to the new /file webpage. check-in: 3cca4c254f user: drh tags: trunk
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. check-in: d95f712f2c user: drh tags: trunk
2016-11-26
01:26
Fix the "fossil all add" command so that it works even if repos that are already known are added. check-in: b9da89a44e user: drh tags: trunk
2016-11-22
22:27 Edit [9807a05d8a815a3d|9807a05d8a]: Mark "Closed". artifact: 162a43761f user: drh
22:26
Update the built-in SQLite to 3.16.0 alpha for testing. check-in: 31ae6022aa user: drh tags: trunk
22:23
Restore the -R option to the "fossil setting" command. check-in: 5347e26326 user: drh tags: trunk
21:57 Edit [3cf8891e9d000e02|3cf8891e9d]: Add propagating "hidden". Mark "Closed". Edit check-in comment. artifact: ff7921e8e3 user: andybradford
21:50
Draft fix for 'settings' command issue when using the '-R' option. Closed-Leaf check-in: 9807a05d8a user: mistachkin tags: settingRFix
2016-11-19
20:11
minor simplification, and don't free zUuid if it was NULL check-in: d6cb724e65 user: jan.nijtmans tags: trunk
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.) check-in: 4e126233ca user: drh tags: trunk
05:59
Correct issue with open/closed tags by changing the closed column to a quasi-aggregate query, i.e. one which is a function of the argument to GROUP BY and not anything which varies within the group. This gives consistent results with the baseline branch ls command, but it introduces a MAJOR performance regression. Listing closed tags goes from 0.... Closed-Leaf check-in: b302f89352 user: andygoth tags: andygoth-branch-list
2016-11-18
21:45
Remove min() from closed expression. It doesn't solve the problem, and it confuses analysis of the issue. check-in: 4e7d2ce121 user: andygoth tags: andygoth-branch-list
08:22
Remove some unnecessary spaces. check-in: 467c4269b0 user: jan.nijtmans tags: trunk
2016-11-16
23:20 Edit [a6a4482056851df4|a6a4482056]: Edit check-in comment. artifact: f584e29d70 user: andygoth
21:59
Begin work merging new_brlist_page() into brlist_page().

Annoyance: The new open/closed checkboxes don't quite work the way I want them to work. Deselecting both has the effect of selecting both. This makes sense in that if neither the open nor closed query parameters are given, everything should be displayed, rather than nothing. Yet, the... check-in: a6a4482056 user: andygoth tags: andygoth-branch-list

19:29
Enable linenoise multiline editing so long commands and queries may be seen all at once therefore highlighted and copied from xterms check-in: 03b6869856 user: andygoth tags: trunk
19:25
Only #include "linenoise.h" in fshell.c on non-Windows platforms check-in: 9c90682b02 user: andygoth tags: trunk
14:47
Change the /test-version webpage into /version. Link it to /stat. check-in: 286effd5e9 user: drh tags: trunk
14:37
Fix a typo in the date of the 1.34 release on the download page. check-in: 01d1f519cd user: drh tags: trunk
2016-11-15
23:41 Edit [b59fa7d0e731502f|b59fa7d0e7]: Edit check-in comment. artifact: 58a5b1e554 user: andygoth
23:41
Allow uv delete (or del) as an alias for uv remove or uv rm. See http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg24322.html. check-in: b59fa7d0e7 user: andygoth tags: trunk
23:29
Fix revert -r option to mark a reverted file as edited if the reverted-to version does not exactly match the checkout version, even if the file size is equal check-in: f9080683f0 user: andygoth tags: trunk
23:23
Make changing to a symlink take priority over all other change types. This might also be a solution to the problem fixed by the previous commit, but it also avoids having a file that becomes a symlink (with target string length not equal to former file size) being marked as an ordinary edit. check-in: f10a284abb user: andygoth tags: trunk
23:11
Don't rely on vfile.islink to tell whether or not a file is currently a symlink for the purpose of avoiding calling file_contains_merge_marker(). It is possible for a file to have become a symlink since the last commit. If the link target's string length is not equal to the former file size, vfile_check_signature() will treat it as a normal chang... check-in: 43140feb1d user: andygoth tags: trunk
22:49
Avoid listing added files when running "fossil changes -edited" check-in: 0dea016de1 user: andygoth tags: trunk
21:47
Change the /test-version webpage into a supported /version webpage. Add a link from /stat. Closed-Leaf check-in: 57fea3151e user: drh tags: stat-update
02:50
Add script to automate updating common command list in man page, and use it to update the man page check-in: 42d6c86fa1 user: andygoth tags: trunk
00:30
Fix timeline -n 0 to display an unlimited number of lines (rather than zero) to match documentation. Correct timeline -n for negative N documentation to match actual behavior. Limit compute_ancestors() and compute_descendants() on the assumption that there is no more than one entry per line. check-in: def9af43a3 user: andygoth tags: trunk
2016-11-12
22:58
Move the revert in test case to the correct sequence to avoid a merge conflict. check-in: 3eeab4a589 user: andybradford tags: trunk
22:19
Add test case to handle file add and rename before merging to trunk. Make test_setup return the repository path so it can be used in the test. check-in: 6a5f0c5b55 user: andybradford tags: trunk
04:24 Edit [e7192bb975d00e3b|e7192bb975]: Edit check-in comment. artifact: df01123847 user: andygoth
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. check-in: e7192bb975 user: andygoth tags: trunk
00:01
Fix uninitialized variable that was causing artifact download issues. check-in: 3af5165a90 user: mistachkin tags: trunk
2016-11-11
16:47
Add the ci=BRANCH and filename=NAME query parameters to the /raw page. check-in: fc29b08125 user: drh tags: trunk
2016-11-10
19:44
Fix typo in help text for fossil tag check-in: 405a93e4dc user: andygoth tags: trunk
2016-11-09
09:38 Edit [dc9ac1d7cb57cd18|dc9ac1d7cb]: Edit check-in comment. artifact: 43491a5433 user: jan.nijtmans
03:02
Minor tweak to changes help text: move some trivia to the end so the more important material is read first check-in: 5c8bdd00c2 user: andygoth tags: trunk
01:44
Minor tweak to branch help text check-in: 596f29fa1b user: andygoth tags: trunk
2016-11-08
18:41
The 'ignore-glob' setting should not be used for build output files; otherwise, 'extras' command is unable to see them and 'clean' command is unable to remove then. Also, the 'add' command should already ignore files matching the 'clean-glob', there is no need to duplicate its contents in 'ignore-glob'.

Remark (JN): "fossil clean -x" could be y... check-in: dc9ac1d7cb user: mistachkin tags: trunk

18:18
Since the 'manifest' setting is no longer a strictly binary option, prevent it from being displayed as such on the settings page. check-in: b73dee981a user: mistachkin tags: trunk
18:13
Regenerate the MinGW makefile, since it apparently does use XBCC. Also, sync up the custom MinGW makefile with it. check-in: ce6980481e user: mistachkin tags: trunk
18:12
Prevent the DMC and MSVC makefile from using XBCC, which was not defined there. check-in: f366e52f63 user: mistachkin tags: trunk
14:22
Add "crnl-glob" (as demonstration for this feature). Also remove some unnecessary spacing. check-in: 7cd98039c4 user: jan.nijtmans tags: trunk
14:21
Make "fossil extra" work as expected in fossil repository: not mentioning build-artifacts any more. This makes sure that files resulting from a build cannot be accidently "fossil add"-ed any more. check-in: 6ef3a2a42c user: jan.nijtmans tags: trunk
00:38
Tweak changes's help text check-in: 9686570ab5 user: andygoth tags: trunk
2016-11-07
17:21 Edit [01c83bfbbfc5700a|01c83bfbbf]: Move to branch mistake. Add propagating "hidden". artifact: 4c6a048ba1 user: andygoth
17:20 Edit [65207d617dfb2da1|65207d617d]: Add propagating "hidden". artifact: d2d87839d4 user: andygoth
11:26
Fix the sync.wiki documentation to account for recent changes to the sync protocol. check-in: df1205bb3a user: drh tags: trunk
08:24
Add option to test-find-pivot to assist in discovering "name pivots" when diagnosing merge failures. check-in: 3dc006c9de user: andybradford tags: trunk
05:43
Minor correction to example comment in Fossil coding introduction. check-in: 22a9fba428 user: andybradford tags: trunk
04:51 Edit [e9a43ae0ef5ac20b|e9a43ae0ef]: Edit check-in comment. artifact: c8d46c43c0 user: andygoth
04:45
Correct recent makeheaders.html documentation update to respect the prohibition of multiple global variables per declaration check-in: ba5ab70e96 user: andygoth tags: trunk
04:06
Use disjoint timelines when filtering by the chng timeline query parameter check-in: e7bdbbe435 user: andygoth tags: trunk
02:12
Use rgba(0,0,0,0.5) instead of #888 to implement 50% shadow so that the shadow works even against a colored or dark background check-in: f23ccc89ce user: andygoth tags: trunk
02:00
CSS corrections for checkboxes check-in: 446d438ee0 user: andygoth tags: trunk
01:48
Add crlf-glob to tester.tcl check-in: e754cad9bc user: andygoth tags: trunk
01:32
Partially backout [bf9669f5]. Leave whitespace alone in test files check-in: 6a3e2ed87e user: andygoth tags: trunk
01:29
Remove some tabs and end-of-line whitespace check-in: bf9669f55e user: andygoth tags: trunk
01:18
Further updates to the changelog check-in: 63ed4b00f3 user: andygoth tags: trunk
01:13
Move changes to bottom (were placed at top by prior merge) and change verb tense to match other changes check-in: 1d1b5c732f user: andygoth tags: trunk
01:12
Add item to changes.wiki describing updated changes|status command check-in: c3c348b789 user: andygoth tags: trunk
01:10
Integrate andygoth-crlf. This renames CRNL to CRLF throughout Fossil. crnl-glob is renamed to crlf-glob, but crnl-glob is retained as a compatibility alias. check-in: 87320cf482 user: andygoth tags: trunk
00:53
Update for a new instance of crnl-glob that was added since this branch's baseline Closed-Leaf check-in: 46fd89ea9b user: andygoth tags: andygoth-crlf
00:50
Merge trunk check-in: 7ea74acf55 user: andygoth tags: andygoth-crlf
00:48
Ensure deleted/missing files are not processed as other types of files when C_DELETED and C_MISSING are not specified check-in: e9a43ae0ef user: andygoth tags: trunk
00:38 Edit [45e2e3e968c72f1e|45e2e3e968]: Mark "Closed". artifact: 8804ce031a user: andygoth
00:35
Integrate andygoth-timeline-ms for broader testing and comment check-in: 5e17369711 user: andygoth tags: trunk
00:34
Merge trunk check-in: 4bf71abde8 user: jan.nijtmans tags: cleanX
00:33
Integrate andygoth-changes, try two check-in: e7764947d7 user: andygoth tags: trunk
00:20
Correct SELECT to not exclude added files, i.e. files not present in the blob table Closed-Leaf check-in: 45e2e3e968 user: andygoth tags: andygoth-changes
2016-11-06
23:48
Like I said, it has a problem with showing added files. check-in: d57d357d1c user: andygoth tags: trunk
23:47 Edit [61da77525f0a1e3c|61da77525f]: Remove the "Closed" mark. artifact: ff400f36ef user: andygoth
23:47
Immediately backout [7c8cc2adab]. Turns out it has a problem with showing added files. check-in: d87c85c1c7 user: andygoth tags: trunk
23:45
Integrate andygoth-changes for broader testing and comment. This change should be fully backward-compatible, unless of course a script depends on the help text never changing or new options never being added. All existing options and defaults should work identically to before. I had planned to update the ls command to use the same backend as cha... check-in: 7c8cc2adab user: andygoth tags: trunk
23:40
Correct SQL syntax error on "fossil changes -merge" which is not supposed to display any files yet still tries to run the file query even though it says only "ORDER BY pathname" with no SELECT check-in: 61da77525f user: andygoth tags: andygoth-changes
23:35
Merge trunk check-in: 74a5873cca user: andygoth tags: andygoth-changes
23:31
Correct internal contradiction in updated ls documentation to match actual behavior. This is too complicated. check-in: bc5a67d1ab user: andygoth tags: trunk
23:25
Document actual behavior of ls command. I'm questioning whether it's worth maintaining backward compatibility with this highly non-orthogonal collection of options whose behaviors all affect each other with varying degrees of nuance. check-in: 0a4310b34b user: andygoth tags: trunk
22:55
Split SCAN_META to SCAN_MTIME and SCAN_SIZE. None of these are in use at the moment. check-in: 2862f1c293 user: andygoth tags: andygoth-changes
22:53
Remove hard-coded demo of mtime and size from changes and status commands check-in: 8cd81143e7 user: andygoth tags: andygoth-changes
21:28
Remove some excess comments, minor rearrangement check-in: 8b8e765423 user: andygoth tags: andygoth-changes
20:19
More reliably work around the problem experienced by the previous commit. Not sure if this is the right long-term solution since we seem to have an architectural problem: at least one of Fossil's custom SQL functions can change the schema (in this case, by creating a temporary table), thereby invalidating a prepared statement while it is running. ... check-in: 5258a43d78 user: andygoth tags: andygoth-changes
16:40
Correct commit that had mistake in macro definition in [36e7558a11598]. check-in: 427c34feea user: andybradford tags: trunk
16:39 Edit [ae424dc16a2958f1|ae424dc16a]: Move to branch mistake. Add propagating "hidden". Mark "Closed". Edit check-in comment. artifact: 50a1eff3ee user: andybradford
16:10
Move macro definition to config.h which is included everywhere to fix build failure reported on mailing list with "configure --json --with-tcl --with-th1-docs". check-in: 36e7558a11 user: andybradford tags: trunk
08:01 Edit [9d5de8d702e8b00c|9d5de8d702]: Edit check-in comment. artifact: 95d0974a28 user: andygoth
07:57
Begin expanding status_report() to support being the backend for the ls command. The work is not yet complete. First we must debug a mysterious abort in SQLite. Test case: run "./fossil changes -differ" with at least one changed file. check-in: 9d5de8d702 user: andygoth tags: andygoth-changes
06:39
Rename sfile x column to pathname to match vfile and to make room for new columns I plan to add check-in: ec9480fcba user: andygoth tags: andygoth-changes
05:15
Use clearer method of differentiating between the status and changes commands check-in: 4d33d95899 user: andygoth tags: andygoth-changes
05:09
Add more comments. Replace the changesOnly field with the knowledge that --classify and --no-classify are the only table-driven options specific to the changes command. Correctly ignore --header and -v|verbose when running the status command so their use triggers an error. Add the --differ option which combines the default list of changes (sans ... check-in: d1214f3797 user: andygoth tags: andygoth-changes
04:23
Remove stale TODO comment. May still want to implement ls in terms of status_report() though. check-in: bfb7dd2aed user: andygoth tags: andygoth-changes
04:17
Change -unmodified/UNMODIFIED to -unchanged/UNCHANGED in status_report() for consistency with the ls -v command check-in: 5775d3761f user: andygoth tags: andygoth-changes
04:13
Minor optimization to status_report() to avoid building list of managed files if only unmanaged files are requested. Move unmanaged file reserved name filtering to status_report(). Ensure db_get*() calls happen after db_must_be_within_tree(). Implement extras_cmd() in terms of status_report(). check-in: d52fd18529 user: andygoth tags: andygoth-changes
03:16
Remove unused final argument to locate_unmanaged_files() check-in: c2b3f6b1c0 user: andygoth tags: andygoth-changes
03:02
Fix wiki syntax error check-in: 000f2193b0 user: andygoth tags: trunk
03:01
Clarify linenoise check-in: 8a310633a7 user: andygoth tags: trunk
02:50
Mention linenoise and miniz in makefile.wiki check-in: f6ab9e2867 user: andygoth tags: trunk
02:39
Remove flag debug prints from status_cmd() now that it seems to be stable check-in: 31c6140e75 user: andygoth tags: andygoth-changes
02:35
Fold print_changes() into status_cmd() (formerly changes_cmd()). Remove C_SHA1SUM, C_HEADER, and C_VERBOSE flags which are no longer needed for communicating options to print_changes(). Move locate_unmanaged_files() closer to the top of the file so status_cmd() can call it. Implement C_UNMODIFIED and C_EXTRA in status_report(). Document the fac... check-in: f15d20e39b user: andygoth tags: andygoth-changes
2016-11-05
23:11
Merge the status command into the changes command. check-in: 2c3a108c72 user: andygoth tags: andygoth-changes
22:41
Add TODO: reimplement ls and extras in terms of status_report() check-in: 442a3cd5e5 user: andygoth tags: andygoth-changes
22:40
Adjust the way --changed is implemented. Improve documentation. Avoid saying EDITED for files with other types of changes if those change types were not selected for display. check-in: 2408fd1c2c user: andygoth tags: andygoth-changes
22:22
Implement most of the new changes command, still need to do --all, --unmodified, and --extra check-in: 7595bdfbf0 user: andygoth tags: andygoth-changes
21:35
Correct copy-and-paste error in comment check-in: 426a5e7e93 user: andygoth tags: trunk
21:26
Comment tweak check-in: c3f7259326 user: andygoth tags: andygoth-changes
21:25
Implement changes option parser and default logic, still need to implement filtering check-in: cc3baab8ad user: andygoth tags: andygoth-changes
20:01 Note: Style update due to [8d880f0bb4] technote: [8d18bf27e9] user: andygoth
19:58
Update makeheaders.html Summary And Conclusion chapter number check-in: 994ac6fb03 user: andygoth tags: trunk
19:51
Add the "History" section to the makeheaders documentation. check-in: 280981368f user: drh tags: trunk
19:25
Merge trunk check-in: e6787d1ed8 user: andygoth tags: andygoth-changes
19:24
Have makeheaders ignore completely anonymous enums so they can be used within a single source file, useful for value autoincrementing. Update documentation accordingly. Write more about makeheaders's limitations discovered while researching this issue. Remove unnecessary explicit links to makeheaders.html in said file so it can be renamed withou... check-in: 4dcfbc1c8a user: andygoth tags: trunk
16:54 Edit [26abbe3b04707bf7|26abbe3b04]: Edit check-in comment. artifact: a0fd28fbf0 user: andygoth
16:20 Edit [187424e891b6ccb8|187424e891]: Edit check-in comment. artifact: d0e3328c89 user: andygoth
16:08
Add missing title tags to documents check-in: 26abbe3b04 user: andygoth tags: trunk
16:07
Correct title of Principles Of Operation page. Perhaps mkindex.tcl should be taught to extract titles from the documents themselves check-in: 57896771f6 user: andygoth tags: trunk
15:58
Remove cmd_.wiki-template which is a relic (avoiding the pun...) from when the commands were documented as individual /doc/cmd_*.wiki files check-in: dac02c3dcc user: andygoth tags: trunk
15:53
Merge trunk check-in: a47d79e910 user: andygoth tags: andygoth-changes
15:49
Expand list of stopwords in permuted index check-in: 95bb5a24e2 user: andygoth tags: trunk
15:42
Cherrypick [419a3c3e48] and [805b69772e] which were checked in on the wrong branch check-in: 6311ff7604 user: andygoth tags: trunk
15:40
Update permuted index to show non-permuted items in bold Closed-Leaf check-in: 805b69772e user: andygoth tags: andygoth-timeline-ms
15:39
Make mkindex.tcl directly executable check-in: 419a3c3e48 user: andygoth tags: andygoth-timeline-ms
15:28
Merge trunk check-in: 839eca1842 user: andygoth tags: andygoth-timeline-ms
15:26
Cherrypick one more timeline help text update from [5703ccb2e0] check-in: 40de787d36 user: andygoth tags: trunk
15:23
Add BCCFLAGS and XBCC to build system so that programs which run on the build platform (e.g. translate) can have the benefit of CFLAGS, e.g. -ggdb3 for easier debugging in gdb or -std=c89 to flush out C99. Do not update win/* because I don't have the ability to test those changes. check-in: ad11034603 user: andygoth tags: trunk
14:59
Demote the rss command to second-tier because it is infrequently used and falls in the saame general category as the server and cgi commands which are already second-tier check-in: d623a0adbe user: andygoth tags: trunk
14:55
Fix minor typo in comment check-in: 6a6dae151d user: andygoth tags: trunk
14:31
Change help index command list from seven columns to six to better match the widths of the other lists presented on the page check-in: 2f61357426 user: andygoth tags: trunk
14:30
In help index, display first-tier command names in bold check-in: 37e8c173a6 user: andygoth tags: trunk
14:22
Use symbolic name CMDFLAG_WEBPAGE instead of directly saying 0x08 check-in: dfa23f5bba user: andygoth tags: trunk
14:17
Ignore empty command name in help page so that /help/ is treated the same as /help check-in: e237cea4c2 user: andygoth tags: trunk
14:15
Include name of command or page in help title check-in: 9b15ec0d6c user: andygoth tags: trunk
14:12
Remove "Command-line" from name of help page which documents web pages as well as commands check-in: ccd4ca87b0 user: andygoth tags: trunk
14:10
Cherrypick timeline help text updates from [5703ccb2e0] check-in: 9807c1da47 user: andygoth tags: trunk
14:07
Remove "Testpage:" from title of all-in-one help text page check-in: d8506df183 user: andygoth tags: trunk
14:04
Replace Show/Hide Cookies in test_env page with a checkbox check-in: 7814e9b59b user: andygoth tags: trunk
13:57
Change Files/Folders selection to a Folders Only checkbox check-in: b6a824eccb user: andygoth tags: trunk
06:42
Merge trunk check-in: 4630d9ba8b user: andygoth tags: andygoth-timeline-ms
06:38
Rework style.c to use new line continuation feature of translate.c check-in: 9c21101119 user: andygoth tags: trunk
06:37
Enhance translate.c to interpret backslash at the end of a cgi_printf() "@" line as a directive to omit the newline check-in: e193e21be3 user: andygoth tags: trunk
06:14 Edit [476fe9e932f01133|476fe9e932]: Edit check-in comment. artifact: 4b98d08044 user: ashepilko
05:51
Check regular expressions for errors. Add error reporting mechanism. Leave bad patterns out of filter. Add showid and showsql to timeline help text. check-in: 5703ccb2e0 user: andygoth tags: andygoth-timeline-ms
05:46
Merge fork check-in: 3cb9ba4de6 user: andygoth tags: trunk
05:45
Add fossil_strndup() function to duplicate a string that is not necessarily NUL-terminated check-in: b98776679e user: andygoth tags: andygoth-timeline-ms
05:18
Add timeline rel query string and change r=TAG to be an alias for t=TAG&rel so that related can be a checkbox and the tag filter text entry can work whether or not related is checked. This addresses issues (2) and (3). check-in: 90057326f4 user: andygoth tags: andygoth-timeline-ms
05:15
Add functions to modify and delete query parameters check-in: 1c511cd9e6 user: andygoth tags: andygoth-timeline-ms
04:30
Fix extra empty lines in diff output from non-interactive process on Windows; similar to [f2fc37c0]. check-in: 476fe9e932 user: ashepilko tags: trunk
04:02
Draw dotted box around entire row of checkout version, not just the check-in comment and descriptive text. In my experience, it's too hard to see the dotted box against a colored background when the checkout version is on a branch. This whole-row behavior matches the version marking option provided by the timeline "m" query string. I considered ... check-in: e5b53f15cb user: andygoth tags: trunk
03:42 Edit [d4a6d3c1ec0ed832|d4a6d3c1ec]: Edit check-in comment. artifact: e21659a228 user: andygoth
03:42
Rework [98cc8782e1] to more thoroughly ignore empty match tags and patterns so that the "Related" submenu item does not appear due to an empty tag filter text entry adding "t=" to the query string check-in: 3bcdc07793 user: andygoth tags: andygoth-timeline-ms
03:34
Merge trunk. Some issues identified by [d4a6d3c1ec] are now improved. (1) is fixed, though clicking/tabbing outside the entry field also triggers a submit which may prove annoying. (2) and (3) are still broken. (4) is better because "With/Without Files" is now a checkbox simply labeled "Files". (5) is closer to being feasible, perhaps if "Tag ... check-in: 74fe9587f8 user: andygoth tags: andygoth-timeline-ms
03:24
Use <label> to connect setup checkboxes with their label text so either the checkbox or the label can be clicked on, also makes the checkbox highlight when the mouse hovers on the label check-in: 9036122dcb user: andygoth tags: trunk
03:19
Add explicit call to form submit() when changing a text entry so style_submenu_entry() can be used multiple times per page check-in: 2929d5fced user: andygoth tags: trunk
03:17
Add missing close angle bracket omitted by previous commit check-in: 2dd295344e user: andygoth tags: trunk
03:14
Cherrypick [2e9ac33a9a] check-in: e32803bbf6 user: andygoth tags: trunk
03:06
Remove extra class='submenuctrl' from checkbox input because already present in the enclosing <label> check-in: bccaea605c user: andygoth tags: trunk
03:04
Change branch color option from a binary submenu to a checkbox check-in: 3a98c9b541 user: andygoth tags: trunk
03:00
Change "v" (files) option from a binary submenu to a checkbox, move to the right of the unhide checkbox so the checkboxes are grouped together check-in: a482549c45 user: andygoth tags: trunk
02:48
Correct builtin text capability, broken by typo in [e5b62edb28] check-in: 584546fe77 user: andygoth tags: trunk
02:29
Implement style_submenu_checkbox(). Change "unhide" to a checkbox so it can be cancelled without editing the URL by hand. Update skins to support use of <label> tag. Remove redundant "if" check in style.c. Checkbox styling can certainly be improved, but this is a start. check-in: 8d880f0bb4 user: andygoth tags: trunk
2016-11-04
23:57
Use linenoise for fossil shell. Do not bother with persistent history. check-in: 6327b026a8 user: andygoth tags: trunk
23:21 Edit [9b960af1294ee942|9b960af129]: Edit check-in comment. artifact: 0d2d98a594 user: andygoth
23:20 Edit [9b960af1294ee942|9b960af129]: Edit check-in comment. artifact: 1200cfbbff user: andygoth
23:18
Cherrypick [9b960af129], was supposed to have been checked into trunk in the first place check-in: bbafc013aa user: andygoth tags: trunk
23:16
Update to SQLite 3.15.1 check-in: a8a67989fc user: jan.nijtmans tags: branch-1.36
23:13
Fix various typos in makeheaders.html. Use curly quotes instead of classic `` and '' quotes (ref: http://www.dwheeler.com/essays/quotes-in-html.html). Format most such quoted text in monospace print. check-in: 9b960af129 user: andygoth tags: andygoth-timeline-ms
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. check-in: e5b62edb28 user: andygoth tags: trunk
22:12
Fix crash introduced by merge of andygoth-quote-apostrophe check-in: 10b98c1e61 user: andygoth tags: andygoth-timeline-ms
21:55
Merge trunk check-in: 250c12c2f7 user: andygoth tags: andygoth-timeline-ms
21:53
Use count(x) instead of sizeof(x)/sizeof(*x) check-in: cda8c14c16 user: andygoth tags: andygoth-timeline-ms
21:39
Use timeline_submenu() instead of style_submenu_element() check-in: c1a77615ca user: andygoth tags: trunk
21:32
Remove unused, undocumented zTitle argument to style_submenu_element(). This argument appears to have been unused all the way back to [dbda8d6ce9]. check-in: 187424e891 user: andygoth tags: trunk
21:12
Improve quoting of match tags and patterns. Ignore empty match tags and patterns. check-in: 98cc8782e1 user: andygoth tags: andygoth-timeline-ms
20:49
Integrate andygoth-quote-apostrophe. Needed because single quotes can be used in the tag filter entry, and these single quotes would otherwise be passed through unprotected to the output HTML. check-in: 68bd2e7bed user: andygoth tags: andygoth-timeline-ms
17:35
int/size_t pedantry check-in: 30d96141cd user: andygoth tags: trunk
17:28
Further magic _WIN32_WINNT changes to fix the build for mingw. check-in: 45b7634436 user: drh tags: trunk
17:25
Modify linenoise.c so that it can build with -std=c89. Baseline linenoise.c relied on snprintf(), strdup(), and strcasecmp() which are technically not in C89. Since linenoise.c's only purpose (at present) is to implement the SQLite shell, make use of the SQLite compatibility functions. Following this change, "fossil clean -f && CFLAGS='-std=c89 ... check-in: 8133501ecb user: andygoth tags: trunk
16:21
Add timeline web UI to set tag filter and match style. Still not 100%. (1) Now that more than one text entry is on the page, pressing enter does not trigger a submit [Firefox ESR 10.0.12], (2) electing "Related" causes Tag Filter to blank, (3) entering a tag filter while "Related" is selected causes "Related" to be deselected, (4) possibly too mu... check-in: d4a6d3c1ec user: andygoth tags: andygoth-timeline-ms
15:52
Change style_submenu_entry() to allow zero and negative iSize. Zero iSize means display size and length limit are not specified, and negative iSize means no length limit is specified but the display size is set to the absolute value of iSize. check-in: 2e9ac33a9a user: andygoth tags: andygoth-timeline-ms
15:48
Move GLOB before LIKE in list of possible match styles check-in: fc25a1270e user: andygoth tags: andygoth-timeline-ms
15:12
Revert unintended change that snuck in alongside prior merge check-in: f0b91665ab user: andygoth tags: andygoth-timeline-ms
15:09
Merge trunk check-in: 490daed204 user: andygoth tags: andygoth-timeline-ms
12:03
typo check-in: e826eadd9c user: jan.nijtmans tags: trunk
2016-11-03
18:31
Compilation fix for MinGW: consistently use _WIN32_WINNT when including winsock2.h, etc. check-in: 26a88f1bbf user: mistachkin tags: trunk
09:52
Cherrypick 3 bug-fixes from SQLite trunk, discovered just after the SQLite 3.15 release, among them a fix to VACUUM to prevent it from running out of memory on very large databases See 34a579141b2c5ac and fef4bb4bd9185ec8f (most likely, those 3 will ... check-in: 360694a797 user: jan.nijtmans tags: branch-1.36
09:33
(cherry-pick): Fix the build on MSVC. check-in: 83a359ff39 user: jan.nijtmans tags: branch-1.36
09:30 Edit [0417467b72063283|0417467b72]: Mark "Closed". artifact: bca7180c0a user: jan.nijtmans
2016-11-02
19:26
Minor tweaks to proposed help text for possible enhanced changes command check-in: b18735fc4a user: andygoth tags: andygoth-changes
19:12
Merge updates from trunk. check-in: 25285f06f2 user: mistachkin tags: openssl-1.1
17:47
Fix the build on Windows. check-in: 11e105b3c9 user: drh tags: trunk
15:16
Update the built-in SQLite to the latest trunk version that includes a fix to VACUUM to prevent it from running out of memory on very large databases. check-in: 7fa9701b3d user: drh tags: trunk
10:22
Collapse two memset's into one. Typo in mkdownload.tcl check-in: 5f88968404 user: jan.nijtmans tags: trunk
10:16
Eliminate unnecessary end-of-line spacing in wiki. No textual changes. check-in: f47b7052c6 user: jan.nijtmans tags: trunk
06:41
Fix compilation issue on Unix due to 'mkindex' wrongly attempting to include 'cmd_win32_service' due to its #if processing. check-in: 69f64a8d64 user: mistachkin tags: trunk
2016-11-01
23:34
Enhancements to SEE integration on Windows. check-in: 7aeeb30286 user: mistachkin tags: trunk
Previous month ↓