History of src/makemake.tcl
2009-12-30
| ||
20:33:59 | [1776157a16] part of check-in [76bc05d739] merge with trunk (By: btheado on 2009-12-30 20:33:59) [diff] [annotate] | |
2009-12-19
| ||
21:04:29 | [1776157a16] part of check-in [007d0a9b3f] Add a new "Skins" configuration page that allows the look and feel of the web interface to be changed to one of several prototypes at the click of a button. Currently, there are only two built-in prototypes. (By: drh on 2009-12-19 21:04:29) [diff] [annotate] | |
2009-11-09
| ||
15:32:32 | [9cb9f06ef7] part of check-in [16f6fd904a] Add SSL support. (By: dmitry on 2009-11-09 15:32:32) [diff] [annotate] | |
2009-10-31
| ||
15:07:45 | [8696139730] part of check-in [8c8f8616a6] Add an "finfo" command to give file history. (By: drh on 2009-10-31 15:07:45) [diff] [annotate] | |
2009-10-18
| ||
18:21:37 | [be92f7b0d9] part of check-in [232d10b736] Begin adding a search capability; the code is not yet connected up. Also update to the latest version of SQLite. (By: drh on 2009-10-18 18:21:37) [diff] [annotate] | |
2009-09-22
| ||
07:49:39 | [f6304e19c8] part of check-in [7a2c37063a] merge trunk into creole branch (By: bob on 2009-09-22 07:49:39) [diff] [annotate] | |
2009-09-09
| ||
16:14:08 | [63b9b997e5] part of check-in [fac950a173] Update to the latest version of SQLite. Make use of the new sqlite3_strnicmp() interface. (By: drh on 2009-09-09 16:14:08) [diff] [annotate] | |
2009-08-16
| ||
21:34:30 | [e1d07386b2] 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
| ||
17:45:28 | [0218bc4c51] part of check-in [137bff8294] Remove obsolete "todo" files. Remove the obsolete src/VERSION file and references to that file in the makefiles. (By: drh on 2009-08-15 17:45:28) [diff] [annotate] | |
2009-08-10
| ||
11:12:01 | [5822f58d93] part of check-in [1b0c251575] Update to the latest version of SQLite. Turn off FTS3 in the SQLite build since it is not currently being used. (By: drh on 2009-08-10 11:12:01) [diff] [annotate] | |
02:29:14 | [725becf5eb] part of check-in [b4a29fac93] Add an ascii-art captcha for anonymous login. (By: drh on 2009-08-10 02:29:14) [diff] [annotate] | |
2009-05-08
| ||
09:52:38 | [f6bd7d70e3] part of check-in [ecd1f09632] Initial commit of Creole Wiki Parser extension. (By: robert on 2009-05-08 09:52:38) [diff] [annotate] | |
2009-03-30
| ||
00:31:56 | [263645557b] part of check-in [737e76a69f] Refactor the HTTP client logic to make it much easier to add support for "file:" and "https:" URLs on push, pull, sync, and clone. (By: drh on 2009-03-30 00:31:56) [diff] [annotate] | |
2008-12-14
| ||
22:54:52 | [aa8817088a] part of check-in [cdbc3ab248] Moved new tcksetup.c into checkout dir before commit, added rstats command to get stat page info from command line. (By: kejoki on 2008-12-14 22:54:52) [diff] [annotate] | |
2008-11-01
| ||
20:48:52 | [04f9771b04] part of check-in [d23b8ba62b] Update SQLite to the latest in CVS (version 3.6.4+). Add a configuration option to show all times in UTC instead of localtime. (By: drh on 2008-11-01 20:48:52) [diff] [annotate] | |
2008-10-17
| ||
00:20:21 | [a62edbeae5] 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-09-21
| ||
19:00:11 | [cffe151e34] part of check-in [d2ae873e9e] fixed deps problem created by my last checkin. Now builds properly in non-parallel mode (By: stephan on 2008-09-21 19:00:11) [diff] [annotate] | |
2008-09-19
| ||
15:36:57 | [e470f9d854] part of check-in [c699c491df] fixed Makefile dependency orderings so parallel compilation (e.g. make -j2) can work (cuts my build times in half) (By: stephan on 2008-09-19 15:36:57) [diff] [annotate] | |
2008-09-07
| ||
08:32:40 | [9a17b2de42] part of check-in [f3fb059eb6] Remove small glitch that prevent fossil to be built with BSD make. (By: cle on 2008-09-07 08:32:40) [diff] [annotate] | |
2008-07-30
| ||
13:00:22 | [0fdd459ebd] part of check-in [e243a8dfa4] Allow for generating a Makefile that will also work for BSD Make (tested under NetBSD 3.1). (By: cle on 2008-07-30 13:00:22) [diff] [annotate] | |
2008-05-29
| ||
01:58:15 | [2d335c8c4a] 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-28
| ||
15:29:16 | [a6c1a1e5ed] part of check-in [86db6fa150] Split of the ticket configuratio into separately editable pieces. (By: drh on 2008-05-28 15:29:16) [diff] [annotate] | |
2008-05-22
| ||
13:58:48 | [5f66c678cf] part of check-in [e06ae9f6d2] Begin adding the new "configure" command. (By: drh on 2008-05-22 13:58:48) [diff] [annotate] | |
2008-05-17
| ||
17:43:22 | [1465cd0ed9] part of check-in [e2e016c31f] Get the "server" command running under windows. (By: drh on 2008-05-17 17:43:22) [diff] [annotate] | |
14:49:49 | [eb02515e49] part of check-in [55342eb9fb] The bug report generator compiles but still does not work right. (By: drh on 2008-05-17 14:49:49) [diff] [annotate] | |
2008-05-15
| ||
20:18:32 | [69c8936644] part of check-in [5cf1206dfa] Separate the new /doc method out into its own source file. (By: drh on 2008-05-15 20:18:32) [diff] [annotate] | |
2008-05-14
| ||
02:03:45 | [49df4f8e44] part of check-in [6458f020fc] Change the spelling of "descendant" to use the -ant suffix everywhere, including in the filename "descendant.c". The adjective form can be spelled either -ant or -ent, but the noun form requires -ant, or so says American Heritage. (By: drh on 2008-05-14 02:03:45) [diff] [annotate] | |
2008-02-25
| ||
02:26:44 | [46657085bd] part of check-in [e71e4d3193] Add the "stat" webpage showing repository statistics. (By: drh on 2008-02-25 02:26:44) [diff] [annotate] | |
2008-02-24
| ||
18:50:35 | [fd0be2c190] part of check-in [588bb7cd73] Merged to [ed26056bb5]. (By: aku on 2008-02-24 18:50:35) [diff] [annotate] | |
2008-02-13
| ||
22:31:59 | [fd0be2c190] part of check-in [fde1d82372] Cut over all code to use TH1 instead of subscript. Completely remove the subscript interpreter from the source tree. (By: drh on 2008-02-13 22:31:59) [diff] [annotate] | |
16:21:58 | [af7720c58e] part of check-in [13e16c824a] Create the interface between TH1 and the rest of fossil. Subscript is still being used, though. This is a preparatory step toward cutting over to TH1. (By: drh on 2008-02-13 16:21:58) [diff] [annotate] | |
15:04:49 | [251e142ac8] part of check-in [4ee9e31a2d] Add the TH1 code to the source tree and makefile. But do not yet make any calls to TH1. (By: drh on 2008-02-13 15:04:49) [diff] [annotate] | |
2008-02-07
| ||
15:08:02 | [27a44eb217] 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] | |
13:33:13 | [47ddb52873] part of check-in [76e637a945] Remove tokenize_path.c. Is not used for anything and does not follow the coding style of the rest of fossil. The 16-line hyperlinked_path() function in browse.c seems to accomplish the same thing. (By: drh on 2008-02-07 13:33:13) [diff] [annotate] | |
2008-02-06
| ||
19:02:35 | [8f2aed2564] part of check-in [7f9226a858] added tokenize_path.c, containing a convenient path-like-string tokenizer and render_linked_path() to HTML-ize a path. (By: stephan on 2008-02-06 19:02:35) [diff] [annotate] | |
03:05:42 | [47ddb52873] 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] | |
2008-02-05
| ||
00:01:44 | [1120bb4bac] 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
| ||
02:45:55 | [3566facfc7] part of check-in [e487b77b1a] Add file and directory browsing capabilities to the web interface. (By: drh on 2008-02-04 02:45:55) [diff] [annotate] | |
2008-02-03
| ||
22:07:24 | [cde0a2fdac] part of check-in [334f8e6e2f] Added rudimentary /my page. (By: stephan on 2008-02-03 22:07:24) [diff] [annotate] | |
21:56:52 | [7986600743] part of check-in [9c01af2d22] refactored some /tagview code into more generic bits. Added string_xform.c. (By: stephan on 2008-02-03 21:56:52) [diff] [annotate] | |
2008-02-02
| ||
21:10:17 | [29dcd8d31f] part of check-in [02d1ed6ad2] added /tagview page - a simple browse-by-tag interface (By: stephan on 2008-02-02 21:10:17) [diff] [annotate] | |
07:33:03 | [b80c78c060] part of check-in [dbdc160161] Merged with mainline. (By: aku on 2008-02-02 07:33:03) [diff] [annotate] | |
2008-02-01
| ||
19:58:07 | [b80c78c060] part of check-in [1b52d1306e] Fix the makefile so that you can build twice in a row from the source directory and it still works. (By: drh on 2008-02-01 19:58:07) [diff] [annotate] | |
2007-12-05
| ||
08:07:46 | [32b8cb3f29] 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-25
| ||
16:13:52 | [32b8cb3f29] part of check-in [f394d84560] Update SQLite to the latest build from CVS. Add in the FTS3 extension, though it is not yet being used. Additional work toward tickets. (By: drh on 2007-11-25 16:13:52) [diff] [annotate] | |
2007-11-18
| ||
20:48:07 | [b7a3a51ef2] 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-11-03
| ||
04:01:55 | [58cb9ba8de] part of check-in [8ef26c5e72] Subscript interpreter is now running. (By: drh on 2007-11-03 04:01:55) [diff] [annotate] | |
2007-10-03
| ||
12:28:55 | [4e54933e0f] part of check-in [a3e4a5d27d] Add the tkt.c source file as an empty template. (By: drh on 2007-10-03 12:28:55) [diff] [annotate] | |
02:33:31 | [5a5a43e8d3] part of check-in [0edee97370] Begin adding setup screens for ticket configuration. (By: drh on 2007-10-03 02:33:31) [diff] [annotate] | |
2007-10-02
| ||
18:58:44 | [c788d6ab1e] part of check-in [2e9d52f27f] Begin adding the ticket configuration processing logic. (By: drh on 2007-10-02 18:58:44) [diff] [annotate] | |
2007-09-23
| ||
20:18:58 | [f7573fec3a] part of check-in [dad40ffac0] Merge the RSS changes. (By: drh on 2007-09-23 20:18:58) [diff] [annotate] | |
18:24:21 | [f7573fec3a] part of check-in [07eaead5dc] Added RSS feed. You can set the RSS title, description in Setup. Added header to style to include title and pointer to the new RSS feed. The new RSS feed is BaseURL/timeline.rss (By: jnc on 2007-09-23 18:24:21) [diff] [annotate] | |
03:13:32 | [6e5fe6c616] part of check-in [b8a8959ec5] fossil branch command added. Base branch new works. Specifying a color causes a malformed manifest file error. branch list does not work, just skeleton code right now. (By: jnc on 2007-09-23 03:13:32) [diff] [annotate] | |
2007-09-22
| ||
17:38:57 | [4fcb36eb8d] part of check-in [c2d1e3c70a] Improved display of version information on the help command. Display fossil version number and date on the bottom of every webpage. (By: drh on 2007-09-22 17:38:57) [diff] [annotate] | |
2007-09-21
| ||
02:41:53 | [2a6513c5c3] 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 | [7db41ee41d] 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 | [a8dc2e6dd4] 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 | [7db41ee41d] 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-01
| ||
01:55:50 | [a8dc2e6dd4] part of check-in [abce5105e2] Updates to the timeline routines. Added the pqueue module. (By: drh on 2007-09-01 01:55:50) [diff] [annotate] | |
2007-08-31
| ||
20:14:33 | [68be26cb51] part of check-in [e15fe43153] A new decendent finding algorithm is (hopefully) faster. Changes to the timeline are in process and might not yet work. (By: drh on 2007-08-31 20:14:33) [diff] [annotate] | |
2007-08-29
| ||
11:51:05 | [e6f77439f4] part of check-in [fad606934c] Merge aku's makefile changes. (By: drh on 2007-08-29 11:51:05) [diff] [annotate] | |
04:00:37 | [e6f77439f4] part of check-in [5f83d2720e] Re-added the 'test' target, this time in the correct file, then regenerated the main.mk file. (By: aku on 2007-08-29 04:00:37) [diff] [annotate] | |
03:22:20 | [7c5cc8110a] part of check-in [b616c3d8c3] Patch up makemake.tcl to incorporate aku's edits, then regenerate the main.mk file. (By: drh on 2007-08-29 03:22:20) [diff] [annotate] | |
2007-08-25
| ||
19:45:38 | [af0c777839] part of check-in [b4571bb75e] Fix a makefile dependency to force a rebuild whenever the manifest.uuid changes. (By: drh on 2007-08-25 19:45:38) [diff] [annotate] | |
19:39:58 | [2ff5d77e36] part of check-in [def4449a87] Add the "baseline" command that shows the UUID of the fossil baseline from which the fossil executable was built. (By: drh on 2007-08-25 19:39:58) [diff] [annotate] | |
2007-08-01
| ||
21:59:38 | [2e4bcdd946] part of check-in [e37451d9c2] Add the ability to sign manifests using GPG during a check-in. Due to a bug in the manifest parser, older versions will not be able to check-out signed manifests. (By: drh on 2007-08-01 21:59:38) [diff] [annotate] | |
2007-07-31
| ||
19:18:53 | [8d4df828c7] part of check-in [9b780d220b] Add a ZIP archive generator. (By: drh on 2007-07-31 19:18:53) [diff] [annotate] | |
2007-07-21
| ||
14:10:57 | [231ebe57bd] part of check-in [dbda8d6ce9] Initial check-in of m1 sources. (By: drh on 2007-07-21 14:10:57) [annotate] |