Fossil

Timeline
Login

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

61 check-ins for the month beginning 2009-01-01 by user drh

Following month ↑
2009-01-30
02:26
Fix errors in the mimetype-generator table for documentation files. check-in: 23e96cf795 user: drh tags: trunk
2009-01-29
23:04
Merge in kkinnell's documentation updates. check-in: 24c045f373 user: drh tags: trunk
03:36
Print the current status (including the current branch) after moving to the end branch in the "open" command. check-in: 29900f98f6 user: drh tags: trunk
03:28
Mention that fossil is GPL on the homepage. check-in: 0c72d85fbe user: drh tags: trunk
03:04
Add the "hyperlinks are disabled" warning to the taglist page. Disable hyperlinks on the leaves page when hyperlinks are suppose to be disabled. check-in: 472f9411ee user: drh tags: trunk
02:48
On the taglist and tagtimeline pages, only show non-propagating tags. Omit the branch tags. check-in: 8636eef6e2 user: drh tags: trunk
02:42
The "artifact" webpage renders wiki as wiki and html as html but gives submenu items to convert the rendering back to plain text (and hexdump). check-in: c7fe01fe8e user: drh tags: trunk
2009-01-28
22:56
Add a "View" submenu item on the artifact viewer for files with wiki mimetype. check-in: 0a2a1b4dde user: drh tags: trunk
22:23
A a "View" submenu option for the content viewer when the file is HTML. check-in: d4fedbb4ad user: drh tags: trunk
21:41
Add the ci=LABEL parameter to the "dir" webpage in order to look at just files within a single check-in. Add a Download link on the artifact and hexdump viewers. check-in: 923d644b89 user: drh tags: trunk
2009-01-25
23:30
Add documentation (advocacy-type documentation) on the fossil web interface. Created links from the homepage. check-in: 5c65487c5f user: drh tags: trunk
21:16
Documentation updates: Added FAQ and testimonials. check-in: 627de3bf16 user: drh tags: trunk
20:13
Rename the "vinfo" page to "ci" and the "vedit" page to "ci_edit". check-in: 9be1b00392 user: drh tags: trunk
20:10
Revised formatting of the "Tags and Properties" division of the check-in information screen. check-in: eb8223e164 user: drh tags: trunk
19:47
Add explanatory text to the top of the rcvfromlist webpage. The info page for the root check-in now knows how to redirect to vinfo. check-in: 9c89b0e0f1 user: drh tags: trunk
19:18
Documentation tweaks. Change the "Setup" menu title to "Admin". Added pages under Admin to view the RCVFROM table of the database. check-in: 766bec08ce user: drh tags: trunk
16:00
Update the file format documentation. check-in: c664695186 user: drh tags: trunk
2009-01-24
15:47
Prevent check-ins against a closed leaf. Add the --branch and --bgcolor options to the "ci" and "commit" commands. check-in: 4ac75b9107 user: drh tags: trunk
10:44
Fix some compiler warnings. check-in: cd965de682 user: drh tags: trunk
00:11
Add a "nomenclature" sidebox for the Branches page, explaining the difference between an open and a closed branch. check-in: 83ac468aae user: drh tags: trunk
2009-01-23
23:57
Make the distinction between open and closed branches. An open branch is a branch with one or more open leaves. Show open and closed branches separately on the "Branches" webpage. check-in: 9659ed66f8 user: drh tags: trunk
22:20
Update the timeline so that it's use of "Leaf" conforms to the definition given in the documentation. check-in: cb31e90868 user: drh tags: trunk
22:05
Updates to the branching document. check-in: dc1a5cf739 user: drh tags: trunk
21:24
First draft of the "branching" document. check-in: 2e275c1420 user: drh tags: trunk
01:01
Nomenclature chanage: "bug report" becomes "ticket" check-in: cf9ee7d67e user: drh tags: trunk
00:16
Change "baseline" to "check-in" in the on-line documentation. check-in: 904ee40b93 user: drh tags: trunk
2009-01-22
14:04
Changes some "Baseline" labels to "Check-in". check-in: e8d3e327f1 user: drh tags: trunk
13:52
Add the ability to cancel existing tags from the web interface, on the "vedit" page. Disable the display of "Leaf" on the timeline for closed leaves. check-in: 73c23a4279 user: drh tags: trunk
13:08
Reenable the "Tags" menu item, but make it go to the new "taglist" page. Also add separate "tagtimeline" page and separate "brlist" into "brlist" and "brtimeline". check-in: a12cb216b7 user: drh tags: trunk
12:03
Change the way branches are tagged: The value of the "branch" property is used to identify the branch name. Repository rebuild required. Also, branches must be retagged. check-in: 42c2a18e73 user: drh tags: trunk
01:53
Define a "leaf" as a check-in with no children in the same branch. The is_a_leaf() function does some complicated SQL to figure this out. check-in: faf09dc7ae user: drh tags: trunk
01:10
Improved messages in the "tags and properties" section of the vinfo page. Distinguish between a merge between forks and a merge between branches. A merge from forks, closes the fork, but not a merge from a branch. check-in: 042a08b564 user: drh tags: trunk
2009-01-21
23:40
Track the origin of tags and display that origin in the tag and properities information field of the "vinfo" page. Must "fossil rebuild" after this change. check-in: 08db9e11cb user: drh tags: trunk
18:59
Add timeline links on the leaves page. Also on the leaves page, do not show Merge labels on check-ins. The second part is the fix for ticket [d6bb26f436d8299f95d63f45fa51c92acdc91c5a]. check-in: 2fa4df1e47 user: drh tags: trunk
18:42
Improvements to the timeline when displaying check-ins with a given tag. check-in: e631d8af6d user: drh tags: trunk
18:12
Make sure the initial empty check-in shows up in the timeline and branch lists of newly created repositories. check-in: 54e7410c2a user: drh tags: trunk
17:52
New color choices on the background color editor. check-in: 9c256a46b7 user: drh tags: trunk
13:50
Fix a bug in the "leaves" page when the repository is empty. Begin adding support for the ability to erase tags. check-in: 432d4391b9 user: drh tags: trunk
03:34
After each item of the branch list, give a hyperlink to the timeline that shows all check-ins with the branch tag. check-in: bdcac62937 user: drh tags: trunk
03:21
Throw an error when the "fossil tag add" command specifies a CHECK-IN that does not exist. check-in: 8b2dd05734 user: drh tags: trunk
03:12
Do not print a warning about "a fork has occurred" when checking in to a leaf that is also the basis of a branch. check-in: 8d5ab7913e user: drh tags: trunk
03:04
In the timeline, continue to show the of a branch as a "Leaf" even after the branch has been merged into some other line. check-in: ba6687f242 user: drh tags: trunk
02:54
The "fossil info" command now shows tags associated with the current check-out. check-in: 2521a0a9a7 user: drh tags: trunk
02:47
Add the sym-trunk and newbranch tags to the root check-in when rebuilding. Also add the newbranch tag to the root check-in when creating a new repository. check-in: 7c7edde116 user: drh tags: trunk
02:22
When creating new repositories ("fossil new") label the initial empty check-in with a propagating symbolic tag "trunk". check-in: 0139767b9a user: drh tags: trunk
01:23
Suppress the display of the artificate ID on the timeline which showing changes to wiki or tickets. check-in: 580d6ad8c7 user: drh tags: trunk
01:06
The timeline correctly shows as a leaf a check-in whose only children are separate branches. check-in: d820722fe5 user: drh tags: trunk
00:05
Fix an SQL syntax error in the commit logic introduced by check-in [b6e22e62cf26115617822c7940cec5d0dc687184]. check-in: f6d507179e user: drh tags: trunk
2009-01-20
23:47
Change the page header from Baseline to Check-in on the "vinfo" page. Fix a bug introduced into tagview (ticket [309c57b3d27219fa6ad601c0021dc067a7cb992d]). check-in: bf7ca1a4d8 user: drh tags: trunk
23:39
On the "vinfo" page, add a link to a timeline of all other check-ins with the same tag. check-in: fecb3e5cc9 user: drh tags: trunk
22:53
Add a gray color option on the color changer. Help the "info" webpage to figure out that an artifact is a check-ins when the check-in changes no files relative to its parent (when the check-in only creates a new branch.) check-in: 3b3116e490 user: drh tags: trunk
22:38
Require that the "branch new" command specify a basis. Do not let it use the current check-out. Otherwise it gets confusing to users. check-in: 4d39bbac10 user: drh tags: trunk
22:21
Add web-based branch color changer. Add the "branch list" command. Simplifications to color propagation logic. check-in: b7f32a71ab user: drh tags: trunk
16:51
Attempting to rationalize the tagging and branching logic. The "branch" command has been resurrected and appears to work now. The "tag branch" command has been removed. Special tags "newbranch" and "closed" used to manage branches. New changes are not well-tested - use with caution. You must "rebuild" when upgrading through this version. check-in: b6e22e62cf user: drh tags: trunk
00:27
Display a list of symbolic tags associated with each check-in on the timeline. check-in: fbbd0318bd user: drh tags: trunk
2009-01-15
16:03
Update SQLite to version 3.6.10. check-in: c002a008e6 user: drh tags: trunk
2009-01-14
01:09
Update SQLite to fix the OR-clause query optimizer bug. That bug is probably harmless to SQLite, but it doesn't hurt to check in the fix. check-in: 037cae8ff6 user: drh tags: trunk
2009-01-13
18:43
Add code to understand the "https://" prefix on server URLs. Any attempt to use https gives an error at this point, however. This is a work in progress. check-in: 797d680ef5 user: drh tags: trunk
18:06
Do not do the login-bypass if the HTTPS env var is ON. This might indicate that a remote HTTPS connection is being converted to HTTP locally using stunnel (or the equivalent). check-in: 3da8a12f48 user: drh tags: trunk
2009-01-10
13:16
Update SQLite to the latest code (just prior to 3.6.8). check-in: ed28f6e76d user: drh tags: trunk
2009-01-08
14:05
Disable SQL restrictions as soon as the user-supplied report-generator SQL has been parsed, so that other queries that run during report rendering and run unimpeded. Ticket [c666e737cb028bcec2d55659d79ce8521355d2bf] check-in: 58f15e92ae user: drh tags: trunk
Previous month ↓