History of src/name.c
2009-09-22
| ||
07:49:39 | [1511a64c2c] part of check-in [7a2c37063a] merge trunk into creole branch (By: bob on 2009-09-22 07:49:39) [diff] [annotate] | |
2009-09-14
| ||
15:33:40 | [1511a64c2c] part of check-in [d31e054f0d] Fix an ambiguous column reference in a join - problem introduced by the recent additions to the event table. (By: drh on 2009-09-14 15:33:40) [diff] [annotate] | |
2008-10-26
| ||
15:59:38 | [040558eaa3] part of check-in [9acf0bcdbe] Correctly detect when an artifact prefix does not match any artifact. Provide better error messages for non-matching and ambiguous artifact prefixes. Fix for ticket [d0a7fc67e9]. (By: drh on 2008-10-26 15:59:38) [diff] [annotate] | |
2008-10-24
| ||
13:27:53 | [9460906179] part of check-in [e8c4f69c50] Change all mentions of "UUID" in the documentation and help screens into either "artifact ID" or "baseline ID" or "ticket ID" as appropriate. "UUID" has a widely recognized meaning that is different from its meaning in fossil. "UUID" is still used in code comments and in variable names. (By: drh on 2008-10-24 13:27:53) [diff] [annotate] | |
2008-09-06
| ||
13:29:29 | [68dd0b644f] part of check-in [8745d0d579] Merge tagview branch into mainline (By: eric on 2008-09-06 13:29:29) [diff] [annotate] | |
2008-09-03
| ||
18:52:48 | [68dd0b644f] part of check-in [5113ab5981] Clarify some comments in name.c (By: eric on 2008-09-03 18:52:48) [diff] [annotate] | |
2008-08-24
| ||
20:16:43 | [8550ff74c5] part of check-in [0e924820bf] Tidy up tagview code. (By: eric on 2008-08-24 20:16:43) [diff] [annotate] | |
2008-08-21
| ||
20:59:01 | [f2384ef316] part of check-in [5fb14b9a0f] Include non-sym- tags in tagview web page. Also merge mainline into tagview branch. (By: eric on 2008-08-21 20:59:01) [diff] [annotate] | |
2008-08-04
| ||
20:46:52 | [cf54ee1717] part of check-in [3984b1b2c1] Make the info web page handle symbolic tags as well as UUIDs. Start trying to make the currently-disabled tagview page more useful. (By: eric on 2008-08-04 20:46:52) [diff] [annotate] | |
2008-07-27
| ||
18:35:06 | [825efda6ea] part of check-in [d1c9938025] 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. (By: cle on 2008-07-27 18:35:06) [diff] [annotate] | |
2008-02-06
| ||
03:05:42 | [ba487d186b] part of check-in [41cf3e7c1d] Remove string_xform.c from the makefile. Require a "sym-" prefix on tags used to name baselines or branches. The prefix is omitted when the tag is used for this purpose; it is only there to avoid ambiguity with other built-in tag names. (By: drh on 2008-02-06 03:05:42) [diff] [annotate] | |
2007-12-05
| ||
08:07:46 | [8d07e9c5fd] part of check-in [d0305b305a] Merged mainline into my branch to get the newest application. (By: aku on 2007-12-05 08:07:46) [diff] [annotate] | |
2007-09-25
| ||
21:28:30 | [8d07e9c5fd] part of check-in [92291035fe] Merged the compiler warning fixes into mainstream (By: jnc on 2007-09-25 21:28:30) [diff] [annotate] | |
21:21:35 | [8d07e9c5fd] part of check-in [e63a9fd9d0] Fixed many uninitialized variable warnings and some potential bug found via -Wall -Werror on gcc. (By: jnc on 2007-09-25 21:21:35) [diff] [annotate] | |
2007-09-22
| ||
23:41:29 | [6d9bb622dd] part of check-in [09c4adeb6f] Rework the tag system so that propagation to children is a property of each tag and does not depend on the tag name beginning with "br". Older tag artifacts might not work. The database will need to be rebuilt after upgrading to this version. (By: drh on 2007-09-22 23:41:29) [diff] [annotate] | |
15:50:14 | [36506ea789] part of check-in [3b5514ed82] The "tag" command allows tag artifacts to be inserted for creating and cancelling tags and properties. Timeline responds to bgcolor, br-bgcolor, comment, and user properties. (By: drh on 2007-09-22 15:50:14) [diff] [annotate] | |
2007-07-21
| ||
14:10:57 | [c08d513136] part of check-in [dbda8d6ce9] Initial check-in of m1 sources. (By: drh on 2007-07-21 14:10:57) [annotate] |