History of src/db.c
2009-12-30
| ||
20:33:59 | [07c27acf80] part of check-in [76bc05d739] merge with trunk (By: btheado on 2009-12-30 20:33:59) [diff] [annotate] | |
2009-12-18
| ||
22:01:57 | [2ee5db4d82] part of check-in [fe019f946b] Change the name of the "anon-login-enable-captcha-filler" setting to "auto-captcha". Move the GUI setting of this setting over to the "Setup/Behavior" page. (By: drh on 2009-12-18 22:01:57) [diff] [annotate] | |
2009-12-13
| ||
01:16:13 | [6a9e0f8839] part of check-in [1c2d878d12] Merge with trunk (By: btheado on 2009-12-13 01:16:13) [diff] [annotate] | |
2009-12-07
| ||
22:42:42 | [a46411d47c] part of check-in [00b778bd58] Added new config option with the rather unwieldy name 'anon-login-enable-captcha-filler' (By: stephan on 2009-12-07 22:42:42) [diff] [annotate] | |
2009-11-29
| ||
03:46:01 | [afc733b37d] part of check-in [f41358e7ca] Ported user() and cgi() sql functions over from cvstrac (By: btheado on 2009-11-29 03:46:01) [diff] [annotate] | |
2009-11-25
| ||
22:14:11 | [295793e5a5] part of check-in [732d7c406e] Update to the latest version of SQLite with improved sqlite3_trace() support. This makes the output of --sqltrace much more helpful. (By: drh on 2009-11-25 22:14:11) [diff] [annotate] | |
2009-11-11
| ||
16:21:19 | [39a38ca81b] part of check-in [d5695157d0] Deal with windows filename aliasing in the "all" command. Ticket [974618fe5a8]. Also display the home directory for windows users with the "info" command since the home directory is non-obvious in windows. (By: drh on 2009-11-11 16:21:19) [diff] [annotate] | |
2009-11-06
| ||
03:10:32 | [1d7cecfa32] part of check-in [397fa9bf78] After any kind of database error, include in the error message a warning to the user that it might be wise to run "fossil all rebuild". (By: drh on 2009-11-06 03:10:32) [diff] [annotate] | |
2009-09-22
| ||
07:49:39 | [16bc22dd3c] part of check-in [7a2c37063a] merge trunk into creole branch (By: bob on 2009-09-22 07:49:39) [diff] [annotate] | |
2009-09-19
| ||
17:58:56 | [16bc22dd3c] part of check-in [fe57da72ab] Make sure foreign key constraints are disabled when a new database connection is created. (By: drh on 2009-09-19 17:58:56) [diff] [annotate] | |
2009-09-15
| ||
18:44:51 | [cb27c96070] part of check-in [bbb8ae7ebf] Make it harder to misconfigure the user accounts in a way that might give people greater access than intended. (By: drh on 2009-09-15 18:44:51) [diff] [annotate] | |
2009-09-04
| ||
19:28:12 | [6b2ea97719] part of check-in [d1b948b0c7] Add the dont-push setting to help facilitate private branches. (By: drh on 2009-09-04 19:28:12) [diff] [annotate] | |
2009-08-16
| ||
21:34:30 | [63926039f3] part of check-in [07f6780c98] Remove unsupported and incomplete webpage functionality: The admin_sql page and the "my" page. (By: drh on 2009-08-16 21:34:30) [diff] [annotate] | |
2009-08-15
| ||
21:38:24 | [e7592f21b5] part of check-in [a25092b14c] Be sure to call mbcsToUtf8() when opening the global configuration database. Ticket [c7c36ef52edab] (By: drh on 2009-08-15 21:38:24) [diff] [annotate] | |
16:50:36 | [301ed91596] part of check-in [74f7f6e6ad] Fix faulty SQL in the "db_unset()" routine. Ticket [31bd22c31fcc] (By: drh on 2009-08-15 16:50:36) [diff] [annotate] | |
2009-08-13
| ||
14:27:24 | [b0740e5748] part of check-in [00ac7945a9] Disconnect the global configuration database in ~/.fossil from the respository database in most cases. This allows multiple "sync" or "commit" operations to be running on different repositories at the same time. (By: drh on 2009-08-13 14:27:24) [diff] [annotate] | |
2009-08-09
| ||
17:29:25 | [503381e0ca] part of check-in [6b0196aeb8] The FOSSIL_VFS environment variable, if it exists, determines which SQLite VFS is used. Use "export FOSSIL_VFS=unix-none" or "export FOSSIL_VFS=unix-dotfile" to work-around non-posix filesystems such as AFS on unix systems. (By: drh on 2009-08-09 17:29:25) [diff] [annotate] | |
2009-08-08
| ||
22:40:28 | [fa41711549] part of check-in [8b630bb57a] Provide --user-override option on the ci command and the --date-override option on the new command. Make a correction to the file format document. (By: drh on 2009-08-08 22:40:28) [diff] [annotate] | |
2009-08-01
| ||
14:34:24 | [cef5f87864] part of check-in [e00a5de0f1] Improvement to the error message issued when the HOME environment variable is missing. Ticket [e3c34af10dd28] (By: drh on 2009-08-01 14:34:24) [diff] [annotate] | |
2009-07-24
| ||
03:57:40 | [def90d2d54] part of check-in [ce5eb40702] correct typo in error msg (By: bch on 2009-07-24 03:57:40) [diff] [annotate] | |
2009-07-06
| ||
23:53:18 | [f365dd4ce9] part of check-in [623a9129c8] Update to the latest SQLite. On the "Ticket" page, if "nobody" is not allowed to create new tickets but "anonymous" is, then offer a hyperlink to log in as anonymous. Change the default settings to be more secure. (By: drh on 2009-07-06 23:53:18) [diff] [annotate] | |
2009-06-14
| ||
15:09:13 | [974757dd25] part of check-in [16eae22891] Fix typo in "finding home dir" error error message. (By: bch on 2009-06-14 15:09:13) [diff] [annotate] | |
2009-05-28
| ||
02:44:39 | [a1f15c6b0b] part of check-in [915bfd99fe] Add the --keep option to the "open" and "checkout" commands. Added the --latest option to "checkout". These changes allow one to shift the baseline version and repository of a checkout without changing any files in the checkout. (By: drh on 2009-05-28 02:44:39) [diff] [annotate] | |
2009-01-29
| ||
03:36:00 | [6f78bab6b5] part of check-in [29900f98f6] Print the current status (including the current branch) after moving to the end branch in the "open" command. (By: drh on 2009-01-29 03:36:00) [diff] [annotate] | |
2009-01-23
| ||
00:16:26 | [48df0d0f90] part of check-in [904ee40b93] Change "baseline" to "check-in" in the on-line documentation. (By: drh on 2009-01-23 00:16:26) [diff] [annotate] | |
2009-01-22
| ||
12:03:51 | [c34a03c3db] 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
| ||
18:12:11 | [47c06ea3d7] part of check-in [54e7410c2a] Make sure the initial empty check-in shows up in the timeline and branch lists of newly created repositories. (By: drh on 2009-01-21 18:12:11) [diff] [annotate] | |
02:47:42 | [7c76208342] part of check-in [7c7edde116] 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. (By: drh on 2009-01-21 02:47:42) [diff] [annotate] | |
02:22:28 | [5247c90b26] part of check-in [0139767b9a] When creating new repositories ("fossil new") label the initial empty check-in with a propagating symbolic tag "trunk". (By: drh on 2009-01-21 02:22:28) [diff] [annotate] | |
2008-12-07
| ||
18:48:09 | [d80fba43ab] part of check-in [2be82dcc2a] The server now issues error messages in the synchronization protocol when a database error occurs during sync. Ticket [39f3294e213111a51e93d02fef6faa0062979619] (By: drh on 2008-12-07 18:48:09) [diff] [annotate] | |
2008-12-06
| ||
18:02:21 | [3391579825] 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-12-03
| ||
14:22:00 | [87e3dcf414] part of check-in [892c460b8e] Add a 5 second busy timeout on the database connection. (By: drh on 2008-12-03 14:22:00) [diff] [annotate] | |
2008-11-26
| ||
21:59:42 | [9592bb6541] part of check-in [8d529a7ae9] Tidy up the raw tags web page, and provide a way to get there, for admins only (By: eric on 2008-11-26 21:59:42) [diff] [annotate] | |
2008-11-20
| ||
01:07:10 | [63d9c57b09] part of check-in [0c6ea0d93f] When creating a new repository or cloning a repository, print the initial administrator password on standard output. This is intended to help new users figure out how to log in. Ticket [ca08d51f19] (By: drh on 2008-11-20 01:07:10) [diff] [annotate] | |
2008-11-15
| ||
14:18:09 | [cb3d7d6650] part of check-in [9de6abab2a] Miscellaneous cosmetic changes (By: eric on 2008-11-15 14:18:09) [diff] [annotate] | |
2008-11-09
| ||
19:22:06 | [d8256506fc] 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] | |
16:23:30 | [47e57e78e7] part of check-in [02f09cdd6c] Add the http-port setting used to specify the default TCP/IP port for the built-in webserver. Ticket [7168128e09]. (By: drh on 2008-11-09 16:23:30) [diff] [annotate] | |
2008-11-04
| ||
12:13:09 | [3dffe034aa] part of check-in [c6a9e4ed41] Convert the changes that support microsoft character sets so that they work (so that they are #ifdef-ed out) on other platforms. (By: drh on 2008-11-04 12:13:09) [diff] [annotate] | |
2008-11-03
| ||
22:50:28 | [bb2296ea5e] part of check-in [dad7731f0e] Fix for ticket [30f7206b2b]: Added routines to convert filenames from microsoft character sets into UTF-8. (By: petr on 2008-11-03 22:50:28) [diff] [annotate] | |
09:55:46 | [7fa037b994] part of check-in [b54de50ac5] Update for making mycfg.exe. <b>WARNING:</b> This is an <u>incompatible change</u>. Do not use this branch of development to build a copy of fossil that needs to interoperate with official releases. (By: urmil on 2008-11-03 09:55:46) [diff] [annotate] | |
2008-10-31
| ||
13:33:36 | [ed66011978] part of check-in [1d280a85aa] Take care that the root directory name does not have extra "/" characters. Ticket [9c378ed139]. (By: drh on 2008-10-31 13:33:36) [diff] [annotate] | |
2008-10-26
| ||
21:30:23 | [594da7eeb0] part of check-in [0600b278c0] Remove the unused inherit-anon configuration attribute. Fix the automatic redirect that follows a login operation. Fix "config push user" on the server side. (By: drh on 2008-10-26 21:30:23) [diff] [annotate] | |
2008-10-25
| ||
17:51:37 | [d9d1c45fb2] part of check-in [6b0b57a924] Add logic to do a configuration push. Add logic to synchronize the CONCEALED table containing hidden email addresses (assuming appropriate permissions). Additional testng is needed; this check-in is to transfer the work to another machine. (By: drh on 2008-10-25 17:51:37) [diff] [annotate] | |
2008-10-24
| ||
14:05:03 | [5a3c0d4818] part of check-in [2c3b20efff] Make the "settings" command work with the -R option. Fix for ticket [5162d999af]. (By: drh on 2008-10-24 14:05:03) [diff] [annotate] | |
11:14:57 | [398830aef3] part of check-in [8bdea95c58] Allow the "_FOSSIL_" file at the root of each check-out to be renamed ".fos". At some point we might make .fos the default, but for now _FOSSIL_ is the default. The file can be freely changed between these two names. (By: drh on 2008-10-24 11:14:57) [diff] [annotate] | |
2008-10-17
| ||
12:31:26 | [ba60d648a5] part of check-in [2bd0690fe8] Add the "all rebuild" subcommand. Be more aggressive about adding repositories to the repository list. (By: drh on 2008-10-17 12:31:26) [diff] [annotate] | |
00:20:21 | [d2615a7db8] part of check-in [9346f2290c] Added the "all" command for things like "fossil all sync". I am not sure "all" is quite the right name for this command, so I may yet change it. (By: drh on 2008-10-17 00:20:21) [diff] [annotate] | |
2008-10-04
| ||
20:40:27 | [b821ea8fc7] part of check-in [bf75ea9852] The "configuration" command will now sync ticket report formats, shunned UUIDs, and user information (but not user passwords). Added the "config merge" method. Fix an initialization bug that was given Admin privilege to anonymous by default. (By: drh on 2008-10-04 20:40:27) [diff] [annotate] | |
2008-08-21
| ||
20:59:01 | [1ccbb50ea2] 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-03
| ||
16:47:43 | [1ccbb50ea2] part of check-in [1f1d96529c] Users unconditionally inherit capabilities of "anonymous". New capability "v" means to inherit capabilities of user "developer". Login is prohibited if the password is empty. (By: drh on 2008-08-03 16:47:43) [diff] [annotate] | |
2008-07-26
| ||
17:08:33 | [2755f169fc] part of check-in [eb24a021d6] Make all users inherit the capabilities of "nobody" as well as (optionally) of "anonymous". (By: eric on 2008-07-26 17:08:33) [diff] [annotate] | |
2008-07-24
| ||
14:48:52 | [dc73ec459b] part of check-in [3c851ca760] Clean up handling of concealed email addresses. This might be related to ticket [4b40f574494]. (By: drh on 2008-07-24 14:48:52) [diff] [annotate] | |
02:04:36 | [984f70bf72] 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-07-15
| ||
02:01:18 | [d924508e76] part of check-in [9d23230322] Use the %/ substitution instead of %s when constructing windows pathnames. (By: drh on 2008-07-15 02:01:18) [diff] [annotate] | |
2008-06-06
| ||
20:11:16 | [c9e7ddf532] part of check-in [3f706b92a5] Change the "omitsign" setting into "clearsign" and invert its sense. (By: drh on 2008-06-06 20:11:16) [diff] [annotate] | |
2008-05-24
| ||
13:30:36 | [c256ad6ad7] part of check-in [3dce979214] When reporting database errors in CGI mode, make sure the CGI header comes out first. (By: drh on 2008-05-24 13:30:36) [diff] [annotate] | |
2008-05-22
| ||
15:31:38 | [25b959eccd] part of check-in [69650f2963] Better error message when a CGI configuration specifies a non-existant or unreadable repository. (By: drh on 2008-05-22 15:31:38) [diff] [annotate] | |
2008-05-18
| ||
17:18:41 | [b2f4759aa8] part of check-in [791a513c28] Improvements to clone performance. Skip cross-linking during the clone the automatically rebuild after the clone. Fixes to rebuild to make sure all artifacts are crosslinked. (By: drh on 2008-05-18 17:18:41) [diff] [annotate] | |
2008-05-17
| ||
18:19:11 | [d2925f32ae] part of check-in [dfb68976be] Add the "ui" command to automatically launch a web browser after starting the HTTP server. The web browser choice can be configured using the "setting" command. (By: drh on 2008-05-17 18:19:11) [diff] [annotate] | |
2008-05-15
| ||
16:58:42 | [3bee800775] part of check-in [7351b6346d] Add the "/doc" method on the server. (By: drh on 2008-05-15 16:58:42) [diff] [annotate] | |
2008-05-10
| ||
18:19:03 | [0644da6326] part of check-in [ec82a32b80] Add the -nosync option to the "open" command. We might consider making -nosync the default for "open". (By: drh on 2008-05-10 18:19:03) [diff] [annotate] | |
18:01:52 | [fdcc320716] part of check-in [6b85fd173e] Help message cleanup. Automatically delete cloned database files if the clone fails. (By: drh on 2008-05-10 18:01:52) [diff] [annotate] | |
17:22:07 | [c776b3bd01] part of check-in [418207989a] Add the "unset" command for clearing settings. (By: drh on 2008-05-10 17:22:07) [diff] [annotate] | |
2008-05-05
| ||
23:15:29 | [5e79625a72] part of check-in [d57de28756] The "h" capability is now used to enable hyperlinks to non-wiki pages. When "h" is missing, many pages give a hyperlink to the login page and automatically fill in "anonymous" as the user name. The login page jumps back to the target page after a successful login. (By: drh on 2008-05-05 23:15:29) [diff] [annotate] | |
17:30:12 | [cbb81a64fd] part of check-in [387cbeda3f] Honor the http_proxy environment variable as another source for the URL of the HTTP proxy if the "proxy" setting is undefined or is "off". (By: drh on 2008-05-05 17:30:12) [diff] [annotate] | |
17:24:38 | [2d2f919945] part of check-in [4e683ef07b] Add the ability to modify global settings (such as the proxy setting) even when there are no repositories defined. (By: drh on 2008-05-05 17:24:38) [diff] [annotate] | |
2008-05-01
| ||
22:49:57 | [79e9e0ceda] part of check-in [676fdd088a] Enable proxy support using the "fossil setting proxy" command. This check-in is made using a proxy. (By: drh on 2008-05-01 22:49:57) [diff] [annotate] | |
2008-02-08
| ||
21:42:46 | [ce0cf6d921] part of check-in [5cc845cfeb] Rename the 'clearsign' setting to 'pgp-command'. Remove the 'safemerge' setting - safemerge is on by default and cannot be disabled. (By: drh on 2008-02-08 21:42:46) [diff] [annotate] | |
2008-02-07
| ||
15:08:02 | [d35f14ef60] part of check-in [007d1ce44f] Rename admin_sql_page.c to admin.c. Refactor the strxform functions into SQL functions. Refactor the db_generic_query_view() routine. Fix multiple security vulnerabilities. Bring the code closer into compliance with style guidelines. (By: drh on 2008-02-07 15:08:02) [diff] [annotate] | |
2008-02-06
| ||
19:37:08 | [f3a5d97ec8] part of check-in [0dc3e7a0d5] refactored db_generic_query_view() to use sqlite3 API directly so that it can treat SQL errors as non-fatal. (By: stephan on 2008-02-06 19:37:08) [diff] [annotate] | |
2008-02-05
| ||
00:01:44 | [c8735d5d4e] part of check-in [6f05b4292a] Added /admin/sql page. Added a 'const' to db_generic_query_view() (By: stephan on 2008-02-05 00:01:44) [diff] [annotate] | |
2008-02-04
| ||
23:14:15 | [f587a03928] part of check-in [0095e24ba9] Added style info to db_generic_query_view(), so it can be styled via css (By: stephan on 2008-02-04 23:14:15) [diff] [annotate] | |
13:14:45 | [680de574d8] part of check-in [97ff24dec7] Better error message when attempting to create a new repository in a directory that does not exist. (By: drh on 2008-02-04 13:14:45) [diff] [annotate] | |
2008-02-03
| ||
21:50:20 | [2c3e394259] part of check-in [74ba41a510] added db_generic_query_view() to simplify /tabview and /my implementations (By: stephan on 2008-02-03 21:50:20) [diff] [annotate] | |
2008-02-02
| ||
07:33:03 | [a160182dad] part of check-in [dbdc160161] Merged with mainline. (By: aku on 2008-02-02 07:33:03) [diff] [annotate] | |
2008-01-31
| ||
21:31:17 | [a160182dad] part of check-in [bf1a30c9c0] Fix a bug in the db_get_int() routine that was causing the default value to be ignored - resulting in very slow clones for systems without a configuration database. (By: drh on 2008-01-31 21:31:17) [diff] [annotate] | |
2007-12-05
| ||
08:07:46 | [dc61149835] 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-12-04
| ||
01:26:21 | [dc61149835] part of check-in [371dd6574c] Fix the revert command so that it works from subdirectories. Other minor comment and help-text changes. (By: drh on 2007-12-04 01:26:21) [diff] [annotate] | |
2007-12-03
| ||
19:08:11 | [dab15ea695] part of check-in [16fbb59b96] Fix the delta computation on download so that it never tries to delta a file that has the same file as both its parent and its child. (By: drh on 2007-12-03 19:08:11) [diff] [annotate] | |
2007-11-24
| ||
19:33:46 | [48224de87a] part of check-in [fb358ca492] Progress toward getting ticketing working. We can enter a new ticket and display it. Cannot yet edit a ticket. (By: drh on 2007-11-24 19:33:46) [diff] [annotate] | |
02:45:39 | [96be69e00f] part of check-in [f9f7cf5684] The autosync setting understands values like "on", "off", "true", and "false" in addition to 0 and 1. Updates to the documentation. (By: drh on 2007-11-24 02:45:39) [diff] [annotate] | |
2007-11-18
| ||
20:48:07 | [3bb9c7887b] part of check-in [d5e7891b07] Add a more advanced commit-hook mechanism that allows us to specify multiple procedures in a particular order prior to commit. Continuing work toward getting tickets going. (By: drh on 2007-11-18 20:48:07) [diff] [annotate] | |
2007-10-10
| ||
03:39:04 | [9ee28c7627] part of check-in [29bc8da1d9] Added diff-command and gdiff-command to the valid settings (By: jnc on 2007-10-10 03:39:04) [diff] [annotate] | |
2007-10-07
| ||
14:38:54 | [61d4843c1d] part of check-in [a21806dcf3] Fixed omitsign discrepancies. Windows version now looks for USERNAME instead of USER when creating new database. (By: jnc on 2007-10-07 14:38:54) [diff] [annotate] | |
2007-10-06
| ||
16:40:48 | [a10c6acdae] part of check-in [3cdb768fca] Do not attempt to access the global_config table if the ~/.fossil database has not been opened. (By: drh on 2007-10-06 16:40:48) [diff] [annotate] | |
2007-10-03
| ||
12:20:00 | [0feeb7fd06] part of check-in [1e9c0e287e] Test commands for importing and exporting ticket configurations. (By: drh on 2007-10-03 12:20:00) [diff] [annotate] | |
2007-09-28
| ||
20:08:32 | [9a4a994425] part of check-in [134e2aeccc] Combine the "config" and "setting" commands into a single "settings" command. (By: drh on 2007-09-28 20:08:32) [diff] [annotate] | |
2007-09-26
| ||
04:17:37 | [c13c02bc16] part of check-in [41561125cd] Added safemerge option to commit, update and settings (By: jnc on 2007-09-26 04:17:37) [diff] [annotate] | |
02:00:26 | [cfa5a42c54] part of check-in [097479f99a] Better defaults for new databases and clones. Use *CURRENT* to identify the current checkout for TTY timelines. (By: drh on 2007-09-26 02:00:26) [diff] [annotate] | |
2007-09-25
| ||
20:23:52 | [df88f7f101] part of check-in [fff234b77c] Updates to the autosync logic. Add the "setting" command. (By: drh on 2007-09-25 20:23:52) [diff] [annotate] | |
2007-09-24
| ||
06:53:46 | [65cc9f7698] part of check-in [c82fb61775] Added support for a user defined diff command, which if set (fossil config diff-command), is run by default. The user can give a -i flag to run the internal diff command regardless of user defined diff command setting. Removed command tkdiff, no longer needed. Made the config remove message a bit more clear, when removing a config setting, it states it has been removed instead of telling you it's undefined. (By: jnc on 2007-09-24 06:53:46) [diff] [annotate] | |
01:38:45 | [c864ef2a7b] part of check-in [55dc2abc60] Some elements moved to correct order in wiki AllowedMarkup array. Removed hardcoded link in resolveHyperlink and also made it handle outside links, such as http, ftp, mailto, etc... When looking for valid HTML codes, I changed isalpha to isalnum so that H1, H2, etc... would be recognized. Better code for setting inital checkout db entry. (By: jnc on 2007-09-24 01:38:45) [diff] [annotate] | |
2007-09-23
| ||
23:05:42 | [6fa9884a72] part of check-in [746a0b8588] One more minor change to the fix of ff4c, set the current checkout to 1 if this is a brand new file. (By: jnc on 2007-09-23 23:05:42) [diff] [annotate] | |
22:27:56 | [6ce289dbfa] part of check-in [4dc622f36c] Fixed bug in open_cmd. As of ff4c, open now runs update --latest as well, which would err on a brand new, blank, database. open_cmd now only runs update --latest if the current pid != 0 (By: jnc on 2007-09-23 22:27:56) [diff] [annotate] | |
18:49:50 | [0660888f68] part of check-in [ff4cc5fae2] Fixes to the timeline webpage and the "open" and "update" commands. (By: drh on 2007-09-23 18:49:50) [diff] [annotate] | |
2007-09-22
| ||
19:43:55 | [b9655281e8] part of check-in [3c5482959c] Merge in the w32 changes. (By: drh on 2007-09-22 19:43:55) [diff] [annotate] | |
06:47:11 | [b9655281e8] part of check-in [c7278fd013] Win32 port now functional except network operations. This commit was done on windows :-). See win32.txt for status of all commands. No networking commands are functional yet. All path operations are now functioning. (By: jnc on 2007-09-22 06:47:11) [diff] [annotate] | |
2007-09-21
| ||
21:53:28 | [327a476fd7] part of check-in [83c876b447] Win32 port: compiles, all tests pass but many functions fail due to path separators. Incomplete. Path fixes to come next (By: anonymous on 2007-09-21 21:53:28) [diff] [annotate] | |
02:41:53 | [16bbdf5494] 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
| ||
00:58:51 | [7ab2af8add] 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-01
| ||
21:11:33 | [7ab2af8add] part of check-in [b2e55c0d4d] Add the /wiki and /bwiki web pages. Currently renders content from the check-out as readonly. (By: drh on 2007-09-01 21:11:33) [diff] [annotate] | |
2007-08-29
| ||
02:42:24 | [ca474c1e96] part of check-in [e00384d26d] Moved the core logic of both "rebuild_database" and "create_repository_cmd" into their own functions, for sharing with "reconstruct_cmd". (By: aku on 2007-08-29 02:42:24) [diff] [annotate] | |
2007-08-18
| ||
11:42:24 | [f2c507419f] part of check-in [6607844a01] Added options to the "timeline" CLI command. Additional help comments. (By: drh on 2007-08-18 11:42:24) [diff] [annotate] | |
02:45:47 | [13dcb9659a] part of check-in [c9fdb846fb] Add the "help" command and the "clean" command. More work is needed on the text for various help messages. (By: drh on 2007-08-18 02:45:47) [diff] [annotate] | |
2007-08-10
| ||
00:08:25 | [fafbfe094b] part of check-in [573a464cb7] Complete rework of the xfer mechanism. Compiles but not yet working. (By: drh on 2007-08-10 00:08:25) [diff] [annotate] | |
2007-08-04
| ||
00:08:17 | [98de757440] part of check-in [f5e8b1d736] Merge in and correct the changes to the new repository initialization. Also fix other misc bugs seen while testing. (By: drh on 2007-08-04 00:08:17) [diff] [annotate] | |
2007-08-03
| ||
23:04:05 | [d44b76e97d] part of check-in [a48936e834] Changes to the way new repositories are created. Also make the CGI output blob available to all modules through a function call. (By: drh on 2007-08-03 23:04:05) [diff] [annotate] | |
15:31:33 | [acf733f759] part of check-in [22552fb803] Extend the commit command so that specific files can be committed. There are still some problems with doing this after a merge. (By: dan on 2007-08-03 15:31:33) [diff] [annotate] | |
2007-07-31
| ||
01:34:45 | [904ab46ad3] part of check-in [8dbee6731d] The push, pull, and sync commands remember the last server and reuse it if the URL argument is omitted. Sync via network only now. (By: drh on 2007-07-31 01:34:45) [diff] [annotate] | |
2007-07-30
| ||
16:35:16 | [44658ef357] part of check-in [3a25b68390] Only request the password one time on a push or pull. (By: drh on 2007-07-30 16:35:16) [diff] [annotate] | |
16:31:11 | [44658ef357] part of check-in [e3c529c2f0] Merge in clone and sync changes. Fix a bug in undelta. (By: anonymous on 2007-07-30 16:31:11) [diff] [annotate] | |
13:34:35 | [73fc8fe15d] part of check-in [396cc2a4eb] When errors occur during CGI, make sure the error is returned in a correct CGI reply. (By: drh on 2007-07-30 13:34:35) [diff] [annotate] | |
13:01:08 | [84850dc1ab] part of check-in [5eac33a6bd] Bug fix in the local database finder. (By: drh on 2007-07-30 13:01:08) [diff] [annotate] | |
2007-07-28
| ||
08:15:54 | [3ac17e30e1] part of check-in [d0d4c5f575] Fix to the db_open_local() function in the case where the root directory is writable by the current user. (By: dan on 2007-07-28 08:15:54) [diff] [annotate] | |
07:09:25 | [fcfc75c8b2] part of check-in [3dcaed8d86] When accessing a remote repository, if there is a username/password specified as part of the URI, use these to login. (By: dan on 2007-07-28 07:09:25) [diff] [annotate] | |
2007-07-21
| ||
19:32:06 | [e56e457646] part of check-in [916b6e4b3b] Improvements to web-based user management. (By: drh on 2007-07-21 19:32:06) [diff] [annotate] | |
14:10:57 | [2bb8e10f4d] part of check-in [dbda8d6ce9] Initial check-in of m1 sources. (By: drh on 2007-07-21 14:10:57) [annotate] |