Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
34 check-ins using file src/db.c version 8b0f61c519
|
2015-01-23
| ||
| 13:50 | Make sure the zOrigName variable in the /doc page implementation is always initialized, even for early errors. check-in: f5165dd05b user: drh tags: trunk | |
| 07:03 | Fix compiler warning for 'zOrigName' variable. If unable to locate a document, fallback on 'zName' if 'zOrigName' is zero. Closed-Leaf check-in: aed9971ddb user: mistachkin tags: docVarWarn | |
| 05:49 | Fix build issue for MinGW due to missing 'ws2tcpip.h' functions. check-in: 4c247512a8 user: mistachkin tags: trunk | |
| 05:41 | Slightly 'improve' summary line for push/pull/sync operations. check-in: dbf93c23f7 user: mistachkin tags: xferSumFmt | |
| 04:26 | Clean up the /doc webpage. Use newer interfaces that were created since that page was original written. Set the HTTP status to 404 on not found. Try to find a "404.md" page to display and use it if found instead of the default 404 page. check-in: cfcd9b87dc user: drh tags: trunk | |
| 02:05 | Use IPv6 for "fossil sync" when available. check-in: 1dbd4d0d0b user: drh tags: trunk | |
| 01:58 | Use IPv6 when available for "fossil sync". Closed-Leaf check-in: 3842742871 user: drh tags: ipv6-sync | |
|
2015-01-22
| ||
| 23:45 | Enhance the table sorting javascript to support initial reverse-order sorting. Add table sorting to the user log. check-in: 0cdec7d290 user: drh tags: trunk | |
| 22:52 | Make table sorting (by clicking on column headers) stable. In other words, identical values in the column being sorted preserve their prior relative order. Patch suggested by Jacek Cała. check-in: fe61f4958d user: drh tags: trunk | |
| 19:49 | Allow recursive queries in user input. check-in: beaf897cb1 user: jan.nijtmans tags: trunk | |
| 19:16 | Allow "with" as well as "select" to be used in ticket report queries, as suggested by Sean Woods on the ML. check-in: ae72a652a7 user: jan.nijtmans tags: trunk | |
| 15:47 | Add Étienne Deparis's GitHub-like skin to the set of built-ins. check-in: 51935f265a user: drh tags: trunk | |
| 15:40 | Dockerfile: build "trunk" in stead of "release" by default. No need for installing tcl-devel when building fossil with --with-tcl-private-stubs, just tcl is enough. check-in: 53a295489e user: jan.nijtmans tags: trunk | |
| 15:32 | Add missing style to the default skin CSS. Also, correct some comments. check-in: 03a75d7cb5 user: mistachkin tags: trunk | |
| 13:44 | Add comments the CGI-script parser. Move the most commonly seen lines to the top of the if-then-else chain. check-in: 236087b98e user: drh tags: trunk | |
| 12:37 | Add a few "const" qualifiers in appropriate places, and remove some unnecessary end-of-line spaces. No change in functionality. check-in: f6c285f88c user: jan.nijtmans tags: trunk | |
| 10:27 | Cherry-pick [http://www.sqlite.org/src/info/2037442c582e51d85967bc911ea4a412eb4da573|2037442c58]: Fix compilation on Cygwin when SQLITE_MAX_WORKER_THREADS is greater than zero. check-in: 0eae9d3cbd user: jan.nijtmans tags: trunk | |
| 09:16 | Update SQLite to the 3.8.8.1 release check-in: 282f1fc542 user: jan.nijtmans tags: trunk | |
| 02:59 | Add support for setting environment variables from within CGI script files. check-in: 0af7024db1 user: mistachkin tags: trunk | |
| 02:47 | Merge updates from trunk. Closed-Leaf check-in: 878b5663d5 user: mistachkin tags: cgiSetEnv | |
| 02:44 | Update the custom MinGW makefile. check-in: 448c9cfae5 user: mistachkin tags: trunk | |
| 02:19 | Split out the text of the CSS, header, and footer into separate files for each of the built-in "skins", in an effort to make skins easier to maintain, enhance, and extend. check-in: 96fdf09fd8 user: drh tags: trunk | |
| 01:58 | Merge updates from trunk. check-in: 764c3ef8c5 user: mistachkin tags: cgiSetEnv | |
| 01:57 | Add the skins/README.md file describing how to add new skins. Closed-Leaf check-in: 5137cd5e88 user: drh tags: skins-refactor | |
| 01:43 | Break out the various built-in skins into separate CSS, header, and footer text files stored under subfolders of the skins/ directory in the source tree. This should make it much easier to edit built-in skins and to add new built-in skins. check-in: 12333d9545 user: drh tags: skins-refactor | |
|
2015-01-21
| ||
| 21:33 | Enhance the Ad-Unit processing to allow a choice of two different ad-units. A tall skinny ad-unit can be placed at the right (or left) margin on some pages in place of the banner ad-unit beneath the menu bars. Ad-Units are now configurable using CSS. <b>Note:</b> Legacy ad-unit configurations might need to adjust their CSS. check-in: ff78d6d5ef user: drh tags: trunk | |
| 21:19 | Do not attempt to use the Right-Column Ad-Unit if the content contains a <table> element. Closed-Leaf check-in: 7d79460479 user: drh tags: ad-unit-enhancement | |
| 20:45 | Add a "Flat-View" button to the /tree page when in tree-view mode. check-in: 2ee1815918 user: drh tags: trunk | |
| 18:55 | Enhance the ad-unit processing to allow for tall right-side column ads as an alternative to banner ads. check-in: 4bc5b6cf9b user: drh tags: ad-unit-enhancement | |
| 17:38 | Fix internal links on the 'attachlist' page. Reported via the mailing list. Ticket [c899dd567b0dc871d] check-in: 0438d06635 user: mistachkin tags: trunk | |
| 00:18 | Merge updates from trunk. check-in: 90d8f7afad user: mistachkin tags: cgiSetEnv | |
| 00:17 | Manually merge the blob leak fixes corrected on the 'cgiSetEnv' branch. check-in: 1829fa8845 user: mistachkin tags: trunk | |
|
2015-01-20
| ||
| 17:48 | Experimental changes to add 'setenv' support to CGI script files. check-in: fe77afb158 user: mistachkin tags: cgiSetEnv | |
| 16:44 | When attempting to open the configuration, permit the 'FOSSIL_HOME' environment variable (if present), to override 'HOME'. check-in: c97a085a0e user: mistachkin tags: trunk | |