History of src/schema.c
2009-09-22
| ||
07:49:39 | [6fd1e2b445] 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:14:32 | [6fd1e2b445] part of check-in [df3e34c2e8] Changes to the event mechanism to abbreviate a sequence of edits to the same ticket. Updates through this check-in require a "rebuild". (By: drh on 2009-09-14 15:14:32) [diff] [annotate] | |
2009-08-21
| ||
16:25:30 | [db3fd09f7a] part of check-in [ac03d43348] 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. (By: drh on 2009-08-21 16:25:30) [diff] [annotate] | |
2009-01-22
| ||
12:03:51 | [216bff41ba] part of check-in [42c2a18e73] 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. (By: drh on 2009-01-22 12:03:51) [diff] [annotate] | |
2009-01-21
| ||
23:40:17 | [2bbbb93440] part of check-in [08db9e11cb] 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. (By: drh on 2009-01-21 23:40:17) [diff] [annotate] | |
2009-01-20
| ||
22:38:56 | [aa74a1f6fa] part of check-in [4d39bbac10] Require that the "branch new" command specify a basis. Do not let it use the current check-out. Otherwise it gets confusing to users. (By: drh on 2009-01-20 22:38:56) [diff] [annotate] | |
22:21:24 | [8049a3c05c] part of check-in [b7f32a71ab] Add web-based branch color changer. Add the "branch list" command. Simplifications to color propagation logic. (By: drh on 2009-01-20 22:21:24) [diff] [annotate] | |
16:51:19 | [aef0575363] part of check-in [b6e22e62cf] 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. (By: drh on 2009-01-20 16:51:19) [diff] [annotate] | |
2008-12-06
| ||
18:02:21 | [89e594d6c0] part of check-in [2dffce041d] Add the ability to detect file changes using only the mtime. This is turned on using the "fossil setting mtime-changes ON" command. It is off by default, but it does make many operations go much faster, especially on large repositories, so we might want to start turning it on by default. (By: drh on 2008-12-06 18:02:21) [diff] [annotate] | |
2008-11-26
| ||
02:03:44 | [fa8ac9641b] part of check-in [024859fff2] Provide a default ticket report format: "All Tickets". Ticket [86eb5f92f5] (By: drh on 2008-11-26 02:03:44) [diff] [annotate] | |
2008-11-10
| ||
19:54:53 | [243248b6c0] part of check-in [c66ffba6da] Add missing comma in CREATE TABLE vfile ... (By: eric on 2008-11-10 19:54:53) [diff] [annotate] | |
2008-11-09
| ||
22:43:04 | [d2ac05bf98] part of check-in [9fd8009007] Bug fix in the "mv" command. Add filename change tracking to the check-in information screens. <b>You must run <i>rebuild</i> on existing respositories when upgrading to this version of fossil.</b> (By: drh on 2008-11-09 22:43:04) [diff] [annotate] | |
19:22:06 | [353a2ed8b8] part of check-in [e146d800ac] Add the "mv" and "rename" commands (aliases for the same thing). (By: drh on 2008-11-09 19:22:06) [diff] [annotate] | |
2008-10-05
| ||
13:13:13 | [cf525ce8ed] part of check-in [fb8dc7d07f] The UNIQUE constraint on the default TICKET table was wrong. The tkt_uuid column should be unique unto itself, not in combination with tkt_time. Existing servers will need to fix their TICKET implementations using the setup menu. This check-in changes the default. (By: drh on 2008-10-05 13:13:13) [diff] [annotate] | |
2008-09-06
| ||
13:29:29 | [73d36a924e] part of check-in [8745d0d579] Merge tagview branch into mainline (By: eric on 2008-09-06 13:29:29) [diff] [annotate] | |
2008-08-21
| ||
20:59:01 | [73d36a924e] 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-07-24
| ||
02:04:36 | [d06483adac] part of check-in [f46fe42d6d] Store private ticket fields (ex: the originators email address) as their SHA1 hash so that malefactors cannot read them. Add the new "concealed" table to the repository database and store mappings from SHA1 hashes back to email addresses in that table. Ticket [a24ec6005f]. Note: run "rebuild" on repositories after updating to this version of fossil in order to create the "concealed" table. Need to add the ability to manage the concealed table from the web interface and the ability to sync concealed content between trusted repositories. (By: drh on 2008-07-24 02:04:36) [diff] [annotate] | |
2008-05-29
| ||
01:58:15 | [f558a43ecd] part of check-in [a48474bc75] Improvements to the shunning algorithm. Add the shun page and an opportunity to shun or unshun artifacts in the artifact viewer. (By: drh on 2008-05-29 01:58:15) [diff] [annotate] | |
2008-05-18
| ||
15:51:05 | [c2d5e134b5] part of check-in [243e02bfbd] Improvements to cloning performance. (By: drh on 2008-05-18 15:51:05) [diff] [annotate] | |
2008-05-17
| ||
08:53:34 | [f7d41345c4] part of check-in [525cc35bf3] Allow the check-in of files show names begin with ".". Add the "private" table to repository schema but do not yet do anything with it. (By: drh on 2008-05-17 08:53:34) [diff] [annotate] | |
2008-02-24
| ||
18:50:35 | [f141028e53] part of check-in [588bb7cd73] Merged to [ed26056bb5]. (By: aku on 2008-02-24 18:50:35) [diff] [annotate] | |
2008-02-21
| ||
14:27:34 | [f141028e53] part of check-in [33c31f73cd] Record whether or not files have their execute permission bit set. Set or clear the execute permission bit upon checkout. (By: drh on 2008-02-21 14:27:34) [diff] [annotate] | |
2008-02-06
| ||
03:05:42 | [07530b805a] 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 | [384e115ad0] 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-11-26
| ||
01:33:50 | [384e115ad0] part of check-in [62f37c9722] Begin porting the CVSTrac ticket reporting code over to fossil. The new code is not yet connected into the system. The port is incomplete. (By: drh on 2007-11-26 01:33:50) [diff] [annotate] | |
2007-10-11
| ||
01:17:20 | [3e36e323dc] part of check-in [e38fc922a5] Remove unused hard-coded tags from the schema. Output a row count as a status indicator when doing a rebuild. (By: drh on 2007-10-11 01:17:20) [diff] [annotate] | |
2007-10-10
| ||
23:10:48 | [f8f803b8a2] part of check-in [61ce5e3685] Get rid of the "locking" capability on wiki pages. Assume that anybody who can write or append to a wiki page can do so to any wiki page. Add the /wikiappend page for appending comments to the end of wiki. (By: drh on 2007-10-10 23:10:48) [diff] [annotate] | |
2007-10-05
| ||
13:47:00 | [551d7af8e5] part of check-in [70d5cc86b7] Add the shun table. Do not process artifacts named in the shun table. (By: drh on 2007-10-05 13:47:00) [diff] [annotate] | |
13:03:22 | [62d0eee5f5] part of check-in [2ab2db0bd3] The control file parser now reads ticket changes and wiki pages. (By: drh on 2007-10-05 13:03:22) [diff] [annotate] | |
2007-09-22
| ||
23:41:29 | [e222adb420] 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] | |
18:13:31 | [051f5076cf] part of check-in [72b3b1ad47] Incremental web interface enhancments. (By: drh on 2007-09-22 18:13:31) [diff] [annotate] | |
15:50:14 | [a15ec88bcc] 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] | |
01:40:39 | [c58feea55a] part of check-in [5e2392307d] Turn tags into properties. Allow properties to control background color on timelines. Still experimental. (By: drh on 2007-09-22 01:40:39) [diff] [annotate] | |
2007-09-21
| ||
02:41:53 | [7e3c94d41e] part of check-in [2bc0e2c565] Work toward adding a tagging system. Code compiles but is incomplete and probably does not work. (By: drh on 2007-09-21 02:41:53) [diff] [annotate] | |
2007-09-17
| ||
01:00:32 | [23e27b4093] part of check-in [f76192b245] Pulled the latest CLI, website, and sqlite changes into the importer branch. (By: aku on 2007-09-17 01:00:32) [diff] [annotate] | |
00:58:51 | [2f12edc522] part of check-in [bbcb6326c9] Pulled in the navbar and timeline changes. (By: aku on 2007-09-17 00:58:51) [diff] [annotate] | |
2007-09-11
| ||
02:25:19 | [23e27b4093] part of check-in [a36177bcce] Add the "undo" and "redo" commands. Untested at this point so don't try to use them yet. (By: drh on 2007-09-11 02:25:19) [diff] [annotate] | |
2007-09-09
| ||
17:51:16 | [2f12edc522] part of check-in [48c4e69d2b] Cluster-based synchronization appears to be working. (By: drh on 2007-09-09 17:51:16) [diff] [annotate] | |
2007-09-03
| ||
01:28:57 | [7efe24b157] part of check-in [ba486fec5a] Add the unclustered table and the M lines to manifests. Process clusters in manifest_parse and manifest_crossref. The xfer process still does not yet use clusters though so it is still compatible. But that is about to change. (By: drh on 2007-09-03 01:28:57) [diff] [annotate] | |
2007-08-30
| ||
20:27:14 | [c780fb4f32] part of check-in [4c82c7773f] Fix some annoyances with "merge". This involves a schema change to the _FOSSIL_ file. Older versions will continue to work, but it would make since to "close" and "open" local source tree after updating to this version of fossil, in order to update the schema. (By: drh on 2007-08-30 20:27:14) [diff] [annotate] | |
2007-08-26
| ||
06:12:08 | [4ba2fd38a2] part of check-in [32c639d086] Reference to obsolete field vfile.parent removed. Fixed table reference in definition of table vfile. (By: aku on 2007-08-26 06:12:08) [diff] [annotate] | |
2007-08-09
| ||
17:42:59 | [14ace4fdfb] part of check-in [73bddaebb9] The delta compress on xfer is working better now, but still needs work. (By: drh on 2007-08-09 17:42:59) [diff] [annotate] | |
03:19:18 | [468ea581be] part of check-in [eea381f416] Progress toward delta compression on the xfer protocol. The compression works well. But the client is not telling the server what files it has so the server does not have anything to delta against. (By: drh on 2007-08-09 03:19:18) [diff] [annotate] | |
2007-07-21
| ||
14:10:57 | [39376154b8] part of check-in [dbda8d6ce9] Initial check-in of m1 sources. (By: drh on 2007-07-21 14:10:57) [annotate] |