Fossil with Commonmark

Timeline
Login

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

44 events for the month beginning 2008-08-01

Following month ↑
2008-08-30
13:20
Add a much larger and more complete file-suffix to mimetype translation table to the "doc" method. check-in: 8e66784522 user: drh tags: trunk
2008-08-29
19:22 New ticket [5162d999af] error trying to retrieve settings. artifact: a2435123a4 user: anonymous
19:09 New ticket [d22a499c90] error trying to retrieve settings. artifact: 0ceb535ea9 user: anonymous
19:09 New ticket [f2a2a6d048] error trying to retrieve settings. artifact: 602be3f181 user: anonymous
2008-08-24
20:16
Tidy up tagview code. check-in: 0e924820bf user: eric tags: eric-tagview-rework, trunk
06:40
Spelling error. check-in: f3ce1c9fed user: bharder tags: trunk
2008-08-21
20:59
Include non-sym- tags in tagview web page. Also merge mainline into tagview branch. check-in: 5fb14b9a0f user: eric tags: eric-tagview-rework, trunk
19:57
Include 'z' in login_has_capability() check-in: 018b6050af user: eric tags: trunk
2008-08-18
23:29 Ticket [86eb5f92f5] Make bug reports "just work" without configuration. status still Open with 5 other changes artifact: 4531809e41 user: drh ... 1 similar event omitted.
2008-08-17
20:53
Merge old tagview branch into this branch check-in: 070e63db33 user: eric tags: eric-tagview-rework, trunk
11:37
Change CGI parameter name <tt>rid</tt> to <tt>uuid</tt> for the <tt>/zip</tt> URL. check-in: 81a96aadf3 user: cle tags: trunk
2008-08-15
18:48
Thanks for the fix, eric. Due to that, I detected another HTML quirk I made ands corrected it now. check-in: f85bc24e4d user: cle tags: trunk
18:28
Fix an HTML nesting error. check-in: 35b2d16450 user: eric tags: trunk
10:19
Beautify the permission explanation table on the /setup page. check-in: 091fa4d4b2 user: hintze tags: trunk
03:10 Changes to a wiki page → Obsolete EVENT table information. Run "fossil rebuild" on the repository. artifact: 11a94cf6f9 user: chi
2008-08-14
17:19 New ticket [1f1e1f7a4c] Client menu option hangs. artifact: c1effe3327 user: anonymous
16:19 Fixed ticket [c858c4178b]: Potential wrong commit comment shown at anchestors at /vinfo page. plus 5 other changes artifact: 9adefb3222 user: chi
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. check-in: 589687d783 user: cle tags: trunk
10:51 New ticket [c858c4178b] Potential wrong commit comment shown at anchestors at /vinfo page.. artifact: 206a24f1a4 user: chi
05:27
Third time lucky? Commit changes, with merge applied only once. (so not filled with MERGE CONFLICT messages) check-in: 16e308106f user: bharder tags: trunk
05:05
Oops... merge typos fix w/ [bdac9f7238], commited at nearly same time. check-in: 48c00d0bd3 user: bharder tags: trunk
04:53
fixed typos check-in: 4c78a18ad2 user: bch tags: trunk
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>. check-in: bdac9f7238 user: hintze tags: trunk
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. check-in: 3c9e5699ce user: cle tags: trunk
11:57
Allow an alternative URL syntax for downloading artifacts via the <tt>/zip</tt> page. The original way is: <verbatim> http://localhost:8080/zip/fa6e9930177e84ce089b30ad768c454a012364f7.zip </verbatim> which will store the artifact in the file <tt>a6e9930177e84ce089b30ad768c454a012364f7.zip</tt>. Alternatively it is now possible to download the artifact in e.g. the file <tt>fossil.zip</tt> via the URL: <verbatim> http://localhost:8080/zip/fossil.zip?rid=fa6e9930177e84ce089b30ad768c454a012364f7 </verbatim> check-in: 417dd898ab user: hintze tags: trunk
2008-08-12
03:27
New <b>Zip</b> permission. This permission allow someone to download a zipped artifact via the wiki's <tt>/zip</tt> URL. It can given the user <tt>nobody</tt> to allow automatic package builder to download the sources they know from <tt>fossil-scm.org</tt> or other servers without any intervening login necessary. As the <tt>/zip</tt> page do not expose anything, a spider should have a hard time to crawl thru the project using this URL. So IMO it does not open a break-in hole for spiders. check-in: fa6e993017 user: cle tags: trunk
2008-08-11
17:52
Make "notepad" the default text editor for windows. check-in: baf68cc18f user: drh tags: trunk
09:15 Edit [ac392fbba614c6ce|ac392fbba6]: Edit check-in comment. artifact: 0cd3ed9dbd user: hintze
09:13 Edit [ac392fbba614c6ce|ac392fbba6]: Edit check-in comment. artifact: 50937d2ead user: hintze
05:30
Fix a spelling: replace 'delete' -> 'cancel' in usage for 'tag'. check-in: 91ec6982e9 user: hintze tags: trunk
04:03
* Rename subcommand <tt>tag delete</tt> to <tt>tag cancel</tt>. * New branching behavior. Now if subcommand <tt>tag branch</tt> is used, a new copy of manifest <tt>UUID</tt> with the same parent will be created, thereby creating a fork. A propagating symbolic tag with <tt>TAGNAME</tt> is assigned to the UUID of the new copy. Furthermore all other propagating symbolic tags that the fork did inherited by the original manifest, are cancelled.<br><br>However, if the option <tt>--raw</tt> was given, the old <tt>tag branch</tt> behavior is used. That means, no creation of a fork by copying the manifest <tt>UUID</tt>, no cancelling of inherited propagating symbolic tags. The tag will be applied to the given UUID directly.<br><br>For instance <verbatim> fossil tag branch fix-12345 cfcfcfee fossil tag branch --raw bgcolor fix-12345 yellow </verbatim> will create a fork by copiying manifest <tt>cfcfcfee</tt>, apply a tag <tt>fix-12345</tt> that will propagate to its children and set the propagating property <tt>bgcolor</tt> to <tt>yellow</tt>. check-in: ac392fbba6 user: cle tags: trunk
2008-08-05
22:26 Closed ticket [ba7e79b248]: problem showing diff view with several files, each in different encoding. plus 5 other changes artifact: 9caad03bfa user: drh
22:21 Closed ticket [f6bfac2648]: Incorrent handling of unicode encoded files (fossil on win XP). plus 5 other changes artifact: 47e8fef9e7 user: drh
21:30 New ticket [ba7e79b248] problem showing diff view with several files, each in different encoding.. artifact: 839cf9accf user: anonymous
21:28 New ticket [f6bfac2648] Incorrent handling of unicode encoded files (fossil on win XP).. artifact: 67f9c0fbdc user: anonymous
2008-08-04
20:53 Edit [3984b1b2c117b7b3|3984b1b2c1]: Cancel "eric-tagview-rework". artifact: 3b88e8423d user: eric
20:52 Edit [3984b1b2c117b7b3|3984b1b2c1]: Add propagating tag "eric-tagview-rework". artifact: 8b39fa528d user: eric
20:51 Edit [3984b1b2c117b7b3|3984b1b2c1]: Add propagating "eric-tagview-rework". artifact: ae295b064c user: eric
20:49 Edit [3984b1b2c117b7b3|3984b1b2c1]: Add propagating "eric-tagview-rework". artifact: a02272c048 user: eric
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. check-in: 3984b1b2c1 user: eric tags: eric-tagview-rework, trunk
2008-08-03
16:47
Users unconditionally inherit capabilities of "anonymous". New capability "v" means to inherit capabilities of user "developer". Login is prohibited if the password is empty. check-in: 1f1d96529c user: drh tags: trunk
12:42 Ticket [7772cc876e] Provide database access from TH scripts. status still Open with 5 other changes artifact: d6dc76f6f4 user: drh
2008-08-02
18:32
Fix bug from eb24a021d6 which left nobody with too many permissions check-in: b46d6092dc user: eric tags: trunk
Previous month ↓