Fossil

Timeline
Login

Timeline

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

29 check-ins by user mjanssen

2018-06-06
10:39
Merged trunk ... (Closed-Leaf check-in: a253fba0 user: mjanssen tags: commonmark-markdown)
2018-02-12
08:50
Merged trunk ... (check-in: 270d2fb9 user: mjanssen tags: commonmark-markdown)
2017-10-04
11:37
Simplify title determining code ... (check-in: b3664365 user: mjanssen tags: commonmark-markdown)
10:59
Add support for markdown page titles ... (check-in: 4a298e69 user: mjanssen tags: commonmark-markdown)
2017-03-11
13:59
Add test commonmark test suite ... (check-in: 98936190 user: mjanssen tags: commonmark-markdown)
13:56
Switch to commonmark renderer ... (check-in: de94fdd1 user: mjanssen tags: commonmark-markdown)
13:52
Add commonmark amalgamations ... (check-in: 116e744b user: mjanssen tags: commonmark-markdown)
13:48
Create new branch named "commonmark-markdown" ... (check-in: 525e3b75 user: mjanssen tags: commonmark-markdown)
2008-03-12
00:30
Initial NSIS script for creating installer on Win32 ... (check-in: 76bd88c2 user: mjanssen tags: trunk)
2008-03-11
20:00
make test should find test script relative to the SRCDIR so it will work when run from a separate build directory. This also allows 'make test' to run with Makefile.w32 ... (check-in: 7c0bd3ee user: mjanssen tags: trunk)
19:21
Fixed Win32 build breakage ... (check-in: dbb2cee1 user: mjanssen tags: trunk)
2008-02-19
21:58
tclfossil: added schema command ... (Closed-Leaf check-in: 8c4b5300 user: mjanssen tags: tclfossil-1)
18:05
tclfossil: initial directory structure and package split up ... (check-in: 2b9c6df4 user: mjanssen tags: tclfossil-1)
2008-02-17
00:31
tclfossil: initial version of clone that can get first igots ... (check-in: 60b40f29 user: mjanssen tags: tclfossil-1)
2008-02-03
18:18
tclfossil: added revlist command ... (check-in: 1c92462c user: mjanssen tags: tclfossil-1)
16:23
tclfossil, starting with db_ commands ... (check-in: 7f9c5ee7 user: mjanssen tags: tclfossil-1)
2008-01-30
21:58
Created fossil in Tcl branch ... (check-in: 2f165897 user: mjanssen tags: tclfossil-1)
21:53
Branch created tclfossil ... (check-in: abbdb0e8 user: mjanssen tags: tclfossil-1)
2008-01-29
00:12
cvs2fossil: add -nocomplain flag to glob to prevent an error if no files/dirs match ... (check-in: 6625739e user: mjanssen tags: trunk)
2008-01-28
23:57
Changes to cvs2fossil to import tcllib CVS into fossil on Win32

* using [::file] instead of [file] in snit methods to get the core file command * taking care of files that only differ in case in the Attic and the repo on case insensitive FS * passing platform specific ... (check-in: 7208c7ac user: mjanssen tags: trunk)

2007-10-04
17:37
Changes to cgi.c in check-in [e63a9fd9d0] broke the windows build because of undefined socklen_t. Added the appropriate include file ... (check-in: e7cf1892 user: mjanssen tags: trunk)
2007-10-02
10:34
Added rudimentary proxy support to fossil chat client ... (check-in: 307233d8 user: mjanssen tags: trunk)
2007-09-24
23:19
Accidently changed time format in timeline_query_for_tty output in checkin [aad573b31c] reverted so that timeline shows local timestamps again. ... (check-in: d54731da user: mjanssen tags: trunk)
22:13
Fossil chat client entry widget will not lose focus on Win32 when receiving a message. ... (check-in: 45f9af32 user: mjanssen tags: trunk)
21:05
Use tcl_platform to determine username, this is platform independent ... (check-in: e0232ce1 user: mjanssen tags: trunk)
21:03
Fossil chat client (Initial commit) ... (check-in: e202319e user: mjanssen tags: trunk)
20:50
Timeline calculated localtime incorrectly so it didn't display latest changes if user is in TZ UTC+X ... (check-in: aad573b3 user: mjanssen tags: trunk)
20:21
Corrected "fossil user password" error message. It had an extra user ... (check-in: df3d6cbf user: mjanssen tags: trunk)
19:42
Fixed error with absolute pathnames when opening a repo on Win32 ... (check-in: c841af0d user: mjanssen tags: trunk)