Fossil

Timeline
Login

Timeline

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

50 events occurring around e243a8dfa46e1da3.

2008-08-14
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)
2008-07-31
20:48 New ticket [7772cc876e] Provide TH scripting support in ticket common definitions.. ... (artifact: e2901bcb1e user: anonymous)
2008-07-30
13:00
Allow for generating a Makefile that will also work for BSD Make (tested under NetBSD 3.1). ... (check-in: e243a8dfa4 user: cle tags: trunk)
2008-07-29
13:14 New ticket [5f681dfeee] Need a mechanism to sync the REPORTFMT and CONCEALED tables. ... (artifact: 5706cb66aa user: drh)
13:07
Documentation updates. ... (check-in: 9d10726d48 user: drh tags: trunk)
2008-07-28
15:57 New ticket [4b6e83e8bb] . ... (artifact: de17a077ba user: anonymous)
15:56 New ticket [c58a41c8cb] nbn. ... (artifact: 5a5533db73 user: anonymous)
06:36 Edit [d1c993802524c5a4|d1c9938025]: Edit check-in comment. ... (artifact: 2437a34e4b user: cle)
2008-07-27
21:57 New ticket [33949929b9] Fossil on windows fails on path/files with non US-ASCII characters in them.. ... (artifact: 5de88b3c4e user: anonymous)
21:02
Reverse the check on inline formatting for indented paragraphs in wikiformat.c ... (check-in: 3bc6d0b0c9 user: eric tags: trunk)
18:35
Change behavior of Fossil's tag handling. 1. All subcommands of command <tt>tag</tt> prepends a prefix <tt>sym-</tt> infront of every tag name passed to them. Tags beginning with <tt>sym-</tt> are special in Fossil as they might serve as replacement of a UUID they are attached to.<br><br> Further, <tt>tag list</tt> will only list all tags beginning with <tt>sym-</tt> but with that prefix removed during display as default.<br><br> All subcommands can get passed an option <tt>--raw</tt>, that prevent the prepending of the prefix <tt>sym-</tt> in front of the tag name. <tt>tag list</tt> will report all tags without removing any prefix if called with option <tt>--raw</tt>. 2. If a command takes a tag name that may be confused with a UUID, the command did interpret that parameter as a UUID instead as a tag name. Such tags might now be prefixed with a <tt>tag:</tt> to enforce the command to take them as tag name instead of a UUID. For example: <verbatim> fossil tag add abcde $uuid : fossil update tag:abcde </verbatim> without the prefix <tt>tag:</tt> fossil would try to update to a UUID beginning with <tt>abcde</tt>. If no such UUID was found, fossil will complain and exit. ... (check-in: d1c9938025 user: cle tags: trunk)
2008-07-26
17:08
Make all users inherit the capabilities of "nobody" as well as (optionally) of "anonymous". ... (check-in: eb24a021d6 user: eric tags: trunk)
16:51
Add a "User-Agent" header to the HTTP traffic generated by fossil. The user-agent string is "Fossil/$UUID". ... (check-in: 31824fbf91 user: dan tags: trunk)
14:02
Code to randomize messages from client to the server. ... (check-in: 3cb547be2c user: drh tags: trunk)
2008-07-25
12:30
Disable the "branch" command pending further discussion and clarification of its purpose and intent. ... (check-in: f6d3d89e76 user: drh tags: trunk)
11:59 Closed ticket [9acc77815a]: What is the meaning of ?VALUE? in tag add and tag branch? plus 5 other changes ... (artifact: 40106c66e4 user: drh)
11:54 Closed ticket [3cce33ff2f]: Help of branch new does not mention option --nosign plus 5 other changes ... (artifact: 3e3054184b user: drh)
11:52 Closed ticket [bd33a464ae]: Cannot apply -R to 'branch new' plus 5 other changes ... (artifact: 42159b2b47 user: drh)
04:24 New ticket [9acc77815a] What is the meaning of ?VALUE? in tag add and tag branch?. ... (artifact: f75838efff user: anonymous)
04:17 New ticket [3cce33ff2f] Help of branch new does not mention option --nosign. ... (artifact: 22d86624b6 user: anonymous)
03:56 New ticket [bd33a464ae] Cannot apply -R to 'branch new'. ... (artifact: a2a9015cb0 user: anonymous)
2008-07-24
16:16 Ticket [162e66c9ea] Inline variant of <verbatim> status still Open with 5 other changes ... (artifact: 80697bd951 user: drh) ... 1 similar event omitted.
15:44 New ticket [b3482d580e] Cannot clone a repository db file. ... (artifact: 6112b47d02 user: anonymous)
15:08
Remove redundant "Description &amp; Comments:" label from the ticket viewer. ... (check-in: 4b56350ecb user: drh tags: trunk)
15:04 Fixed ticket [4b40f57449]: Edit checkin comment via Web do garble references into the repos. plus 5 other changes ... (artifact: 915a666239 user: drh)
15:02
Fix a bug in the check-in comment editor. Ticket [4b40f57449]. ... (check-in: 89de100a2d user: drh tags: trunk)
14:48
Clean up handling of concealed email addresses. This might be related to ticket [4b40f574494]. ... (check-in: 3c851ca760 user: drh tags: trunk)