Fossil

Timeline
Login

Timeline

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

50 events occurring around a55a0a49a336d0ea.

2008-10-03
18:43 New ticket [2e3dc63382] Default Severity Annoying. ... (artifact: 868c182bf2 user: anonymous)
18:41 New ticket [74814a6682] Typo on Wiki Formatting Rules Page. ... (artifact: 322a113aab user: anonymous)
18:08 New ticket [8a8058c52d] This is a test bug. ... (artifact: fd4222ec1e user: anonymous)
17:43 New ticket [3bec93e348] bug in my soup. ... (artifact: b5ce97b969 user: anonymous)
2008-09-27
18:52
corrected 'Duration of Project' to round up, so a 2-day-old project doesn't show up as 1 day old ... (check-in: dab84c22ee user: stephan tags: trunk)
2008-09-23
20:53
Fix a bug in the mime-type decoder for the /doc method. ... (check-in: fa1c7d598f user: drh tags: trunk)
2008-09-21
19:01 Fixed ticket [c7660d24bc]: c699 builds incorrectly - runs mkindex before any translate plus 3 other changes ... (artifact: e9d8e9dfd6 user: stephan)
19:00
fixed deps problem created by my last checkin. Now builds properly in non-parallel mode ... (check-in: d2ae873e9e user: stephan tags: trunk)
18:48 Ticket [c7660d24bc] c699 builds incorrectly - runs mkindex before any translate status still Open with 5 other changes ... (artifact: 233fcf617e user: stephan) ... 1 similar event omitted.
2008-09-19
15:36
fixed Makefile dependency orderings so parallel compilation (e.g. make -j2) can work (cuts my build times in half) ... (check-in: c699c491df user: stephan tags: trunk)
11:11
fixed an 'integer overflow' warning from the Sun compiler. Thank to Kevin for the tip. ... (check-in: 7ae01ee47b user: stephan tags: trunk)
07:30 Ticket [16f8dabf66] Prune empty dirs when switching checkout UUIDs status still Open with 5 other changes ... (artifact: b17e708712 user: stephan) ... 1 similar event omitted.
2008-09-18
11:51 Closed ticket [4bf3cca894]: TODO: Build flags for Solaris plus 3 other changes ... (artifact: 501b04ae14 user: stephan) ... 1 similar event omitted.
11:21
added comments about necessary link flags for Solaris 10 + OpenSolaris ... (check-in: 7dddab2fbe user: stephan tags: trunk)
07:23 New ticket [4bf3cca894] TODO: Build flags for Solaris. ... (artifact: 4d9631e433 user: stephan)
03:03 New ticket [5cf318a1d0] Use latest UUID associated with a tag by default. ... (artifact: 0921b9c631 user: anonymous)
2008-09-17
14:50 New ticket [368a5d6c5b] specifying a tag in command should default to the latest UUID with that tag. ... (artifact: c1379f2952 user: anonymous)
2008-09-12
02:56 New ticket [65363298fd] Include bug report formats in update. ... (artifact: b222004c6c user: anonymous)
2008-09-11
17:12
Fix a memory double-free'd problem. In function <tt>cgi_set_cookie</tt> the <tt>zDate</tt> was allocated via usage of <tt>cgi_rfc822_datestamp</tt>. But as it was appended to the blob <tt>extraHeader</tt> via the format specifier <tt>%z</tt> the memory was free'd by <tt>blob_appendf</tt>. As <tt>cgi_rfc822_datestamp</tt> might return both a dynamic allocated empty string as well as a dynamic allocated string containing the time stamp, <tt>blob_appendf</tt> should not try to free the <tt>zDate</tt>. So now the format specifier is changed to <tt>%s</tt> to let us decide, if we want to free the memory or not. ... (check-in: aeeba751c4 user: cle tags: trunk)
2008-09-07
08:32
Remove small glitch that prevent fossil to be built with BSD make. ... (check-in: f3fb059eb6 user: cle tags: trunk)
2008-09-06
13:29
Merge tagview branch into mainline ... (check-in: 8745d0d579 user: eric tags: trunk)
13:16
Merge mainline into tagview branch ... (check-in: a55a0a49a3 user: eric tags: eric-tagview-rework, trunk)
13:09
Disable tag URLs without sufficient permission, display a message when there are no tags, provide dummy Javascript functions for the tag timeline. ... (check-in: 5b87749575 user: eric tags: eric-tagview-rework, trunk)
2008-09-03
18:52
Clarify some comments in name.c ... (check-in: 5113ab5981 user: eric tags: eric-tagview-rework, trunk)
2008-09-02
14:02 New ticket [c62fac40af] Edit CSS/HTML in Setup adds extra CR/LF, wrong http Content-length. ... (artifact: 727fdd03f3 user: anonymous)
05:02 New ticket [cc8271389a] unable to check fossil-users Archives. ... (artifact: b3b2b8f481 user: anonymous)
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 wiki page "UserPermissions" ... (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)