Fossil

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: 8e667845 user: drh tags: trunk)
2008-08-29
19:22 New ticket [5162d999] error trying to retrieve settings. ... (artifact: a2435123 user: anonymous)
19:09 New ticket [d22a499c] error trying to retrieve settings. ... (artifact: 0ceb535e user: anonymous)
19:09 New ticket [f2a2a6d0] error trying to retrieve settings. ... (artifact: 602be3f1 user: anonymous)
2008-08-24
20:16
Tidy up tagview code. ... (check-in: 0e924820 user: eric tags: eric-tagview-rework, trunk)
06:40
Spelling error. ... (check-in: f3ce1c9f 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: 5fb14b9a user: eric tags: eric-tagview-rework, trunk)
19:57
Include 'z' in login_has_capability() ... (check-in: 018b6050 user: eric tags: trunk)
2008-08-18
23:29 Ticket [86eb5f92] Make bug reports "just work" without configuration. status still Open with 5 other changes ... (artifact: 4531809e user: drh) ... 1 similar event omitted.
2008-08-17
20:53
Merge old tagview branch into this branch ... (check-in: 070e63db user: eric tags: eric-tagview-rework, trunk)
11:37
Change CGI parameter name rid to uuid for the /zip URL. ... (check-in: 81a96aad 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: f85bc24e user: cle tags: trunk)
18:28
Fix an HTML nesting error. ... (check-in: 35b2d164 user: eric tags: trunk)
10:19
Beautify the permission explanation table on the /setup page. ... (check-in: 091fa4d4 user: hintze tags: trunk)
03:10 Changes to wiki page "UserPermissions" ... (artifact: 11a94cf6 user: chi)
2008-08-14
17:19 New ticket [1f1e1f7a] Client menu option hangs. ... (artifact: c1effe33 user: anonymous)
16:19 Fixed ticket [c858c417]: Potential wrong commit comment shown at anchestors at /vinfo page. plus 5 other changes ... (artifact: 9adefb32 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 (ecomment) was fetched.

That logic seem wrong. As at all other cases, first the ecommend was fetched and only when that failed, the original comment was taken, I corrected the three places in code accordingly. ... (check-in: 589687d7 user: cle tags: trunk)

10:51 New ticket [c858c417] Potential wrong commit comment shown at anchestors at /vinfo page.. ... (artifact: 206a24f1 user: chi)
05:27
Third time lucky? Commit changes, with merge applied only once. (so not filled with MERGE CONFLICT messages) ... (check-in: 16e30810 user: bharder tags: trunk)
05:05
Oops... merge typos fix w/ [bdac9f7238], commited at nearly same time. ... (check-in: 48c00d0b user: bharder tags: trunk)
04:53
fixed typos ... (check-in: 4c78a18a 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 fossil. ... (check-in: bdac9f72 user: hintze tags: trunk)
2008-08-13
19:22
Use new alternative /zip URL syntax for the Zip archive link at the /vinfo page. Where the old filename of the ZIP archive was
  417dd898ab0640f2472ebd248ac80e80f0ec6972.zip
the new name would be:
  fossil-417dd898ab.zip
The archive's content is placed into a directory named after the Zip archive file's basename.
... (check-in: 3c9e5699 user: cle tags: trunk)
11:57
Allow an alternative URL syntax for downloading artifacts via the /zip page. The original way is:
  http://localhost:8080/zip/fa6e9930177e84ce089b30ad768c454a012364f7.zip
which will store the artifact in the file a6e9930177e84ce089b30ad768c454a012364f7.zip. Alternatively it is now possible to download the artifact in e.g. the file fossil.zip via the URL:
  http://localhost:8080/zip/fossil.zip?rid=fa6e9930177e84ce089b30ad768c454a012364f7
... (check-in: 417dd898 user: hintze tags: trunk)
2008-08-12
03:27
New Zip permission. This permission allow someone to download a zipped artifact via the wiki's /zip URL. It can given the user nobody to allow automatic package builder to download the sources they know from fossil-scm.org or other servers without any intervening login necessary.

As the /zip 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: fa6e9930 user: cle tags: trunk)

2008-08-11
17:52
Make "notepad" the default text editor for windows. ... (check-in: baf68cc1 user: drh tags: trunk)
09:15 Edit [ac392fbba614c6ce|ac392fbb]: Edit check-in comment. ... (artifact: 0cd3ed9d user: hintze)
09:13 Edit [ac392fbba614c6ce|ac392fbb]: Edit check-in comment. ... (artifact: 50937d2e user: hintze)
05:30
Fix a spelling: replace 'delete' -> 'cancel' in usage for 'tag'. ... (check-in: 91ec6982 user: hintze tags: trunk)
04:03
  • Rename subcommand tag delete to tag cancel.
  • New branching behavior. Now if subcommand tag branch is used, a new copy of manifest UUID with the same parent will be created, thereby creating a fork. A propagating symbolic tag with TAGNAME 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.

    However, if the option --raw was given, the old tag branch behavior is used. That means, no creation of a fork by copying the manifest UUID, no cancelling of inherited propagating symbolic tags. The tag will be applied to the given UUID directly.

    For instance
            fossil tag branch fix-12345 cfcfcfee
            fossil tag branch --raw bgcolor fix-12345 yellow
          
    will create a fork by copiying manifest cfcfcfee, apply a tag fix-12345 that will propagate to its children and set the propagating property bgcolor to yellow.
... (check-in: ac392fbb user: cle tags: trunk)
2008-08-05
22:26 Closed ticket [ba7e79b2]: problem showing diff view with several files, each in different encoding. plus 5 other changes ... (artifact: 9caad03b user: drh)
22:21 Closed ticket [f6bfac26]: Incorrent handling of unicode encoded files (fossil on win XP). plus 5 other changes ... (artifact: 47e8fef9 user: drh)
21:30 New ticket [ba7e79b2] problem showing diff view with several files, each in different encoding.. ... (artifact: 839cf9ac user: anonymous)
21:28 New ticket [f6bfac26] Incorrent handling of unicode encoded files (fossil on win XP).. ... (artifact: 67f9c0fb user: anonymous)
2008-08-04
20:53 Edit [3984b1b2c117b7b3|3984b1b2]: Cancel "eric-tagview-rework". ... (artifact: 3b88e842 user: eric)
20:52 Edit [3984b1b2c117b7b3|3984b1b2]: Add propagating tag "eric-tagview-rework". ... (artifact: 8b39fa52 user: eric)
20:51 Edit [3984b1b2c117b7b3|3984b1b2]: Add propagating "eric-tagview-rework". ... (artifact: ae295b06 user: eric)
20:49 Edit [3984b1b2c117b7b3|3984b1b2]: Add propagating "eric-tagview-rework". ... (artifact: a02272c0 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: 3984b1b2 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: 1f1d9652 user: drh tags: trunk)
12:42 Ticket [7772cc87] Provide database access from TH scripts. status still Open with 5 other changes ... (artifact: d6dc76f6 user: drh)
2008-08-02
18:32
Fix bug from eb24a021d6 which left nobody with too many permissions ... (check-in: b46d6092 user: eric tags: trunk)
Previous month ↓