Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of file src/tag.c at check-in merge-in:69f43fc
|
2013-07-11
| ||
| 10:46 | Don't allow "tktnew" and "tktedit" pages or the "Common" hook to use the "http" command any more. Don't let "fossil rebuild" run any hooks. file: [11426ef330] check-in: [57d1d2811b] user: jan.nijtmans branch: tkt-change-hook, size: 17243 | |
|
2013-06-20
| ||
| 13:56 | Change return type of db_last_insert_rowid() to size_t. file: [98b1b11f9c] check-in: [e1cb483a9b] user: jan.nijtmans branch: size_t-rcvid, size: 17226 | |
|
2013-04-17
| ||
| 14:00 | Document "fossil tag --type TYPE" and "fossil timeline --count N --type TYPE" file: [b0359c168d] check-in: [f8e526c212] user: jan.nijtmans branch: trunk, size: 17220 | |
|
2012-11-04
| ||
| 12:59 | Fix typos. file: [3ec3bc586a] check-in: [45065c5c28] user: dmitry branch: spelling, size: 17200 | |
|
2012-09-05
| ||
| 12:55 | const-qualification file: [c9435f4878] check-in: [645f34834d] user: jan.nijtmans branch: eclipse-project, size: 17204 | |
|
2012-09-04
| ||
| 06:52 | merge trunk file: [b4332e14d8] check-in: [26aa3eeab8] user: jan.nijtmans branch: eclipse-project, size: 17200 | |
|
2012-08-30
| ||
| 07:03 | merge trunk file: [c322b18ca0] check-in: [0387251bd3] user: jan.nijtmans branch: eclipse-project, size: 17199 | |
|
2012-08-29
| ||
| 13:57 | Allow UTF-8 characters in sources. translate.exe will translate it to ASCII file: [30cc5944f4] check-in: [9f6abc5968] user: jan.nijtmans branch: msvc-broken, size: 17197 | |
|
2012-06-29
| ||
| 15:59 | Update to the latest SQLite4 that requires converting preprocessor macro prefixes from "SQLITE_" to "SQLITE4_". file: [e365fe3644] check-in: [0328d68181] user: drh branch: sqlite4, size: 17205 | |
|
2012-06-12
| ||
| 11:20 | Change the "pqueue_" prefix on methods of the priority queue object to be "pqueuex_" to avoid conflicts with OpenSSL. file: [f5783e253e] check-in: [81162c716c] user: drh branch: trunk, size: 17198 | |
|
2012-04-28
| ||
| 07:15 | Changes anchor tags (<a>) so that the href= attribute can be set by javascript rather than by HTML. This is to make it harder for spiders to follow the hyperlinks to every diff and annotation in the project history. It all seems to work, but it needs further testing and review before going live. file: [9457a300b2] check-in: [8ae52fc418] user: drh branch: spider-defense, size: 17193 | |
|
2012-02-10
| ||
| 22:53 | Bump versions of zlib and OpenSSL in the Windows makefiles. Also, rename the pqueue_insert function to avoid a symbol name collision with OpenSSL. file: [77ed690e20] check-in: [674bc27891] user: mistachkin branch: sslLinkingFix, size: 17198 | |
|
2012-01-04
| ||
| 18:29 | Process the style sheet using TH1 prior to returning it. This branch is experimental. file: [ba427ec8e2] check-in: [d1b68cc0f3] user: drh branch: th1-css, size: 17194 | |
|
2011-09-14
| ||
| 17:45 | Refactored g.okXXX perms flags to g.perm.XXX. file: [0f6218ee9b] check-in: [34b4dec0bc] user: stephan branch: stephan-hack, size: 17196 | |
|
2011-08-19
| ||
| 23:27 | Add a -showfiles flag to timeline. fossil ... -showfiles will now print a list of files after the checkin comment, like the "Show Files" button in the Web GUI. The format of the printed lines is the same as update. file: [d234b3ab9f] check-in: [b14ab41ff8] user: venkat branch: venks-emacs, size: 17187 | |
|
2011-06-01
| ||
| 22:39 | Add the --type option to the "fossil tag find" command. Ticket [9bed1f604e0773] file: [ada6166afd] check-in: [d5b9674ec5] user: drh branch: trunk, size: 17184 | |
| 22:32 | In contexts where only a check-out makes since, only resolve tags or branch names into check-outs, not events or other artifacts. Ticket [5f611295e3c2a8]. file: [6b7f77dfee] check-in: [2a013f0228] user: drh branch: trunk, size: 16966 | |
|
2011-04-27
| ||
| 18:21 | Attempt to get Fossil working on windows systems that do not use UTF8 in the shell. file: [91ed0dd304] check-in: [e805fa8db9] user: drh branch: windows-i18n, size: 16961 | |
|
2011-03-10
| ||
| 17:39 | Add the ability to compute common ancestors to the path object. Still using the pivot object for merges, however. file: [301af5373d] check-in: [cfec72248e] user: drh branch: path-refactor, size: 16931 | |
|
2011-02-27
| ||
| 17:27 | Add the --private option to the "scrub" command. Add any manifest that includes the "private" tag to the list of private artifacts if it is not there already. file: [b62793a690] check-in: [ef1c65a428] user: drh branch: private-sync, size: 16922 | |
|
2011-02-25
| ||
| 14:20 | Comment and documentation updates on the tagging mechanism. No substantive code changes. file: [e94b6f3027] check-in: [80f89e3feb] user: drh branch: trunk, size: 16792 | |
|
2011-02-24
| ||
| 17:11 | Infrastructure changes: Simplify content_put() to a single parameter. Add content_put_ex() with lots of extra parameters. Add isPrivate parameters to content_put_ex() and content_new(). file: [b7c5e272ee] check-in: [1b4516168d] user: drh branch: trunk, size: 16302 | |
|
2011-02-17
| ||
| 20:44 | Make sure manifest_crosslink() resets its input blob and that callers know this and do not attempt to reuse that blob. file: [d6e2c2c4f7] check-in: [d22519e500] user: drh branch: trunk, size: 16311 | |
|
2011-01-28
| ||
| 21:52 | Remove extraneous hyperlinks from the Tags and Branches timelines since the "tag:" hyperlinks now cover that functionality. file: [01f0fa0224] check-in: [b6e66cdd08] user: drh branch: experimental, size: 16277 | |
| 20:56 | Add a new meta-data table named LEAF that holds a precomputed set of all leaves in the checkin DAG. Use this precomputed table rather than trying to compute the LEAFs on the fly, as a performance enhancement for repositories with many checkins. A rebuild is required. file: [8efc44d44e] check-in: [69f43fc077] user: drh branch: experimental, size: 17028 | |
| 14:09 | Add hyperlinks to the "user:" and "tags:" marks in timelines. file: [671afacd90] check-in: [13165785e1] user: drh branch: trunk, size: 16893 | |
|
2011-01-07
| ||
| 16:20 | Record fractional seconds for artifact times. file: [8eb14bdeb8] check-in: [722d7cac97] user: drh branch: trunk, size: 16887 | |
|
2010-12-18
| ||
| 01:46 | Fix the tag propagator so that when a non-propagating tag overrides a propagating tag, the propagation is undo. Ticket [fcadf658ed282b3a2] file: [39f22facbd] check-in: [6007b2075c] user: drh branch: trunk, size: 16906 | |
|
2010-12-16
| ||
| 14:46 | Use relative URLs for hyperlinks whereever possible, so that Fossil can work better behind a reverse proxy. file: [65ee3ec529] check-in: [daeb10f65f] user: drh branch: trunk, size: 16905 | |
|
2010-12-09
| ||
| 15:52 | New cloning algorithm appears to be much faster at the cost of slightly more network bandwidth. Fully backwards compatible. Need to look at the network bandwidth issue prior to merging with trunk. Perhaps a command-line option for the clone command to select between slow-and-small or fast-and-larger. file: [017656f1c9] check-in: [8bb8be26ca] user: drh branch: experimental, size: 16913 | |
|
2010-11-26
| ||
| 18:37 | Report an error if the repository schema version does not match what the fossil executable expects. file: [27029610ff] check-in: [c0c3d92340] user: drh branch: trunk, size: 16910 | |
|
2010-11-24
| ||
| 23:45 | If the date of a check-in has been changed by a tag, then show that fact on the "info" page for the check-in. <i>Requires a rebuild</i>. file: [e390676e0c] check-in: [576f6db2a8] user: drh branch: trunk, size: 16907 | |
|
2010-10-10
| ||
| 13:38 | added cross references for help file: [aed952b390] check-in: [c3bf3c0c63] user: wolfgang branch: wolfgangHelpCmd, size: 16851 | |
| 08:59 | added more cross reference file: [ed07223e21] check-in: [c2ef371590] user: Ratte branch: wolfgangHelpCmd, size: 16852 | |
|
2010-10-09
| ||
| 06:53 | added missing help cross references file: [59d5e6d017] check-in: [81da2ee39f] user: Ratte branch: wolfgangHelpCmd, size: 16832 | |
|
2010-10-08
| ||
| 12:02 | added cross reference links to command line help in the gui file: [a924057855] check-in: [b76a547f1a] user: wolfgang branch: wolfgangHelpCmd, size: 16818 | |
|
2010-10-07
| ||
| 16:09 | corrected missaranged lines in tag help (ticket [0cb89f4c72]) file: [806cabcfa7] check-in: [8041eab372] user: wolfgang branch: wolfgangTicketCmd, size: 16804 | |
|
2010-10-01
| ||
| 17:44 | Allow fossil tag add --date-override 'YYYY-MM-DD HH:MM:SS' --user-override user thetag checkin To aid in importing historic data from other scm's file: [d5289f98a6] check-in: [5c59d7e9c6] user: renez branch: trunk, size: 16803 | |
|
2010-09-13
| ||
| 22:14 | Avoid the use of tabs. Make sure lines do not exceed 80 characters. file: [a3023d6a26] check-in: [4cc0ebef9a] user: drh branch: wolfgangFormat2CSS, size: 16266 | |
|
2010-09-10
| ||
| 20:19 | fixed many HTML-validator errors and moved more formats to CSS - tested on firefox and IE file: [7597f4c50f] check-in: [d1305d0a7a] user: wolfgang branch: wolfgangFormat2CSS, size: 16248 | |
|
2010-09-09
| ||
| 20:27 | tag.c css skinned file: [601e009084] check-in: [6cf335ab0d] user: wolfgang branch: wolfgangFormat2CSS, size: 16233 | |
|
2010-05-16
| ||
| 19:08 | Change from GPL to the Simplified BSD License. file: [8a8a56dab9] check-in: [c06edd231f] user: drh branch: clear-title, size: 16169 | |
|
2010-03-15
| ||
| 14:46 | Add the BACKLINK table and code to populate it. NB: Run "rebuild" when updating to this or later versions. file: [8853a08ab8] check-in: [f2181f5e45] user: drh branch: trunk, size: 16445 | |
|
2010-03-12
| ||
| 14:29 | Fix the formatting on the non-propagating tag timeline. Ticket [274b530475ce]. file: [53f57645df] check-in: [19d6b1cfe8] user: drh branch: trunk, size: 16283 | |
|
2009-09-14
| ||
| 14:08 | Construct event records for tickets correctly even when the ticket change artifacts arrive out of order. file: [bc765b3a20] check-in: [95f5520a09] user: drh branch: trunk, size: 16283 | |
|
2009-08-26
| ||
| 18:25 | Add the --private option to the "fossil commit" command. This option creates a private branch which is never pushed. file: [11a50e87e6] check-in: [02a584f7f5] user: drh branch: trunk, size: 16262 | |
|
2009-08-21
| ||
| 16:25 | Add the ability to edit check-in dates using control artifacts. Useful if a user does a check-in when their system clock is set incorrectly thus causing an incorrect timestamp to appear on the check-in artifact. <b>You must run "<i>fossil all rebuild</i>"</b> after upgrading to this or any later version of fossil from a prior version. file: [48169c968e] check-in: [ac03d43348] user: drh branch: trunk, size: 16176 | |
|
2009-01-29
| ||
| 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. file: [3c286a5a05] check-in: [472f9411ee] user: drh branch: trunk, size: 16042 | |
| 02:48 | On the taglist and tagtimeline pages, only show non-propagating tags. Omit the branch tags. file: [ddf9f91f87] check-in: [8636eef6e2] user: drh branch: trunk, size: 16011 | |
|
2009-01-22
| ||
| 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". file: [deb9d688fd] check-in: [a12cb216b7] user: drh branch: trunk, size: 16020 | |
| 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. file: [abb9a54f9e] check-in: [042a08b564] user: drh branch: trunk, size: 13668 | |
|
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. file: [fb6da1128f] check-in: [08db9e11cb] user: drh branch: trunk, size: 13653 | |
| 13:50 | Fix a bug in the "leaves" page when the repository is empty. Begin adding support for the ability to erase tags. file: [2e6da967ad] check-in: [432d4391b9] user: drh branch: trunk, size: 13582 | |
| 03:21 | Throw an error when the "fossil tag add" command specifies a CHECK-IN that does not exist. file: [4bfb6b9490] check-in: [8b2dd05734] user: drh branch: trunk, size: 13512 | |
| 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. file: [cbad7c19e2] check-in: [7c7edde116] user: drh branch: trunk, size: 13477 | |
|
2009-01-20
| ||
| 22:21 | Add web-based branch color changer. Add the "branch list" command. Simplifications to color propagation logic. file: [4892a40848] check-in: [b7f32a71ab] user: drh branch: trunk, size: 13496 | |
| 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. file: [6980217297] check-in: [b6e22e62cf] user: drh branch: trunk, size: 13573 | |
|
2008-12-20
| ||
| 11:36 | Prevent tag cancellations from showing in "fossil tag list" and "fossil tag find", and also on the tagview web page, but make them visible with "--raw" or on the RawTags webpage (admin only). Fixes ticket [f273b440c38eb8478822812e0730f0fc2c8b4c36]. file: [56669f6f87] check-in: [7c281b629a] user: eric branch: trunk, size: 15968 | |
|
2008-10-24
| ||
| 13:27 | 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. file: [54ace316a9] check-in: [e8c4f69c50] user: drh branch: trunk, size: 15802 | |
|
2008-10-23
| ||
| 03:21 | Fix a spelling in help text of 'tag branch'. file: [e1515e30e4] check-in: [56177cfe12] user: cle branch: trunk, size: 15637 | |
|
2008-10-22
| ||
| 19:35 | Add a --nofork option to "tag branch" so that --raw is not being used for two different purposes. Modify and tidy up the corresponding help text. file: [7a59c3269f] check-in: [c887b2b66e] user: eric branch: trunk, size: 15640 | |
|
2008-08-11
| ||
| 05:30 | Fix a spelling: replace 'delete' -> 'cancel' in usage for 'tag'. file: [842caf6a79] check-in: [91ec6982e9] user: hintze branch: trunk, size: 15176 | |
| 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>. file: [dda1d54dbb] check-in: [ac392fbba6] user: cle branch: trunk, size: 15176 | |
|
2008-07-27
| ||
| 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. file: [ec276e4852] check-in: [d1c9938025] user: cle branch: trunk, size: 12898 | |
|
2008-05-05
| ||
| 17:24 | Add the ability to modify global settings (such as the proxy setting) even when there are no repositories defined. file: [29b50a2f4d] check-in: [4e683ef07b] user: drh branch: trunk, size: 11488 | |
|
2008-04-10
| ||
| 12:24 | Fix the "tag add" command to report an error if given an invalid UUID argument. file: [002d575145] check-in: [0d9abccbb6] user: drh branch: trunk, size: 11487 | |
|
2008-02-09
| ||
| 00:11 | Issue a warning after a commit if the commit causes a fork. file: [f79ecb95c0] check-in: [49b59bc559] user: drh branch: trunk, size: 11457 | |
|
2007-11-23
| ||
| 12:55 | Fix a redundancy in the text output of the usage comment on the tag command. file: [d36aa255e1] check-in: [b346a7cf7d] user: drh branch: trunk, size: 11445 | |
|
2007-09-25
| ||
| 21:28 | Merged the compiler warning fixes into mainstream file: [bdc0f633b7] check-in: [92291035fe] user: jnc branch: trunk, size: 11461 | |
| 21:21 | Fixed many uninitialized variable warnings and some potential bug found via -Wall -Werror on gcc. file: [600b7bc8ed] check-in: [e63a9fd9d0] user: jnc branch: trunk, size: 11518 | |
| 20:23 | Updates to the autosync logic. Add the "setting" command. file: [1b7c8db1b9] check-in: [fff234b77c] user: drh branch: trunk, size: 11440 | |
| 08:38 | Correct tag propagationl. Now works even when rebuilding in a randomized order. file: [53f340db14] check-in: [ce7900a0b6] user: drh branch: trunk, size: 11497 | |
| 07:19 | Autosync is now working. Added autosync to tag add, tag branch and branch create. file: [9d05af9d92] check-in: [e4517465f3] user: jnc branch: trunk, size: 11161 | |
|
2007-09-22
| ||
| 23:41 | 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. file: [c707ca1de0] check-in: [09c4adeb6f] user: drh branch: trunk, size: 11045 | |
| 15:50 | 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. file: [c028c6b677] check-in: [3b5514ed82] user: drh branch: trunk, size: 10951 | |
| 12:38 | Timeline now responses to comment and user properties. file: [8fad57b8b1] check-in: [9395aba4f4] user: drh branch: trunk, size: 5987 | |
| 01:40 | Turn tags into properties. Allow properties to control background color on timelines. Still experimental. file: [2d541bbe04] check-in: [5e2392307d] user: drh branch: trunk, size: 4741 | |
|
2007-09-21
| ||
| 02:41 | Added: Work toward adding a tagging system. Code compiles but is incomplete and probably does not work. file: [51309dc47d] check-in: [2bc0e2c565] user: drh branch: trunk, size: 3156 | |