Timeline
Not logged in

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

41 events for the month beginning 2015-02-01 by user jan.nijtmans

Following month ↑
2015-02-26
22:38
Merge trunk check-in: 38e1ce66c7 user: jan.nijtmans tags: sqlite3-compat
12:25
Make gebi() work on browsers with javascipt < 5.1 check-in: e7ec49815b user: jan.nijtmans tags: trunk
2015-02-25
22:39
Merge trunk. Remove --no-svn-rev switch for "fossil import --svn", just use --incremental for that (svn-rev-?? tags are off by default, but switched on by --incremental) check-in: 89a56fe0c7 user: jan.nijtmans tags: svn-import
21:39
Update SQLite to the 3.8.8.3 release check-in: 4bd1014ef0 user: jan.nijtmans tags: trunk
16:09
Make --git the default for "fossil import" if neither --git nor --svn is specified. Make --force work (again) with "fossil import --git". check-in: 3a6c848f68 user: jan.nijtmans tags: svn-import
2015-02-24
06:40
Let -x imply --emptydirs and --dotfiles check-in: 8c3e6404b0 user: jan.nijtmans tags: cleanX-no-clean-glob
05:50
Build fix check-in: 4f4bb9fd02 user: jan.nijtmans tags: cleanX-no-clean-glob
04:40
Merge cleanX check-in: c4750a1e85 user: jan.nijtmans tags: cleanX-no-clean-glob
03:40
Merge trunk check-in: 1cbe4fd9e1 user: jan.nijtmans tags: cleanX
2015-02-22
15:35
Compiler warning (cherry-picked from "svn-import_no-svn-rev" branch) check-in: 998ba3ada4 user: jan.nijtmans tags: svn-import
15:30
Fix compilation on MSVC check-in: 916d1d463e user: jan.nijtmans tags: svn-import
12:01
Stay in sync with svn-import check-in: f273714ebf user: jan.nijtmans tags: svn-import_no-svn-rev
12:00
merge trunk check-in: c3bcab0f05 user: jan.nijtmans tags: svn-import
2015-02-18
20:56 Edit [d57bddaa37adfead|d57bddaa37]: Mark "Closed". artifact: 4f3b80bdb5 user: jan.nijtmans
20:07
Adapt man-page to wording in index.wiki, + fix typo check-in: 054f359acb user: jan.nijtmans tags: trunk
10:02
Added fossil man-page. Started with the one from debian, but adapted to contain current command list. check-in: 17049409eb user: jan.nijtmans tags: trunk
2015-02-16
10:18
Merge trunk. Fix compiler warning on VS. check-in: ca336d2a9b user: jan.nijtmans tags: svn-import
2015-02-13
09:03
A few more places where displayed UUID length should be configurable. check-in: c62e94f8a3 user: jan.nijtmans tags: trunk
09:00
Take over latest shell.c, but without SQLITE_TESTCTRL_IMPOSTER support (included SQLite doesn't have that yet). Reason: add '.dbinfo' command to "fossil sqlite" 0f65a7e2e0 and fix bug in '.import' 9c5bcad1 check-in: d96488860f user: jan.nijtmans tags: trunk
2015-02-11
15:57
More places where the %S and/or %!S formatter are useful. check-in: d93f5ee3e6 user: jan.nijtmans tags: trunk
2015-02-10
08:24
Speedup handling of checked-out files: When multiple information about a file is requested (size, mtime, permission flags) only call stat() once. check-in: dd94e596f4 user: jan.nijtmans tags: trunk
2015-02-09
12:18
Add mime-types for openoffice documents. Cherry-picked from viric_flavour branch. Thanks! check-in: 04e6a82ed7 user: jan.nijtmans tags: trunk
2015-02-08
10:20
Fix Fossil's handling of file permission bits on systems which have ACL's. In that case, group permissions can give unexpected values, which results in unnecessary slowdown repeatedly trying to unset the flags which doesn't work. More explanation: https://cygwin.com/faq/faq.html#faq.using.ssh-pubkey-stops-working. Noted on latest Cygwin (1.7.34) ... check-in: 3d0e8c01fe user: jan.nijtmans tags: trunk
2015-02-07
15:23
Don't check for more settings names if there's an exact match. (Couldn't set autosync because it also matched autosync-tries). check-in: c94efdf287 user: jan.nijtmans tags: trunk
2015-02-06
19:56
Better comment why the group executable bit cannot be used on Cygwin, and possibly other IEEE 1003.1 ("POSIX.1") compliant systems, which support ACL's check-in: 9c3b544ec2 user: jan.nijtmans tags: trunk
15:38
Merge trunk check-in: 1be2eb0535 user: jan.nijtmans tags: svn-import
15:34
Workaround for recently introduced Cygwin bug: group permission is always set! This was the cause of the "execute permission" trouble in my recent commits. :-( check-in: d9dfe11d0c user: jan.nijtmans tags: trunk
15:07
Merge trunk check-in: 7d41f6a6d8 user: jan.nijtmans tags: svn-import
15:06
Now really fix execute permissions to what they were before check-in: 596e7a9cef user: jan.nijtmans tags: trunk
14:19
Merge trunk check-in: b69bf8ca53 user: jan.nijtmans tags: svn-import
14:18
One more execute permission check-in: 15f53721b9 user: jan.nijtmans tags: trunk
14:16
Fix execute permissions check-in: 216798706a user: jan.nijtmans tags: trunk
10:49
merge trunk check-in: 9bc76f6a11 user: jan.nijtmans tags: svn-import
10:47 Edit [bddc40ced26df1b8|bddc40ced2]: Move to branch mistake. Add propagating "hidden". Mark "Closed". Edit check-in comment. artifact: d0c79317fe user: jan.nijtmans
10:47
Restructure import.c, making it easier to compare with the new svn-import code. No change in functionality. check-in: 3209f07284 user: jan.nijtmans tags: trunk
10:47 Edit [62a99875598b8c3f|62a9987559]: Move to branch mistake. Add propagating "hidden". Mark "Closed". Edit check-in comment. artifact: 75706d5764 user: jan.nijtmans
09:55
eol-spacing fixes. check-in: b8e3dc16f4 user: jan.nijtmans tags: trunk
2015-02-05
09:10
merge trunk check-in: 9e7ea6a20f user: jan.nijtmans tags: svn-import
09:01
Unfinished comment in search.c, and some more end-of-line spacing removals. No change in functionality. check-in: 5260fbf632 user: jan.nijtmans tags: trunk
2015-02-04
15:47
Update json configuration options and wiki with reality check-in: 5098f747a9 user: jan.nijtmans tags: trunk
2015-02-03
13:26
Adapt "makefile.wiki" to new requirement: availability of FTS4 check-in: 0b3464cf72 user: jan.nijtmans tags: trunk
Previous month ↓