Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
30 check-ins using file src/main.c version b2152b0fb9
|
2015-01-24
| ||
| 20:42 | Fix the "info" command so that it once again accepts the -R option. check-in: 5826f9c4b8 user: drh tags: trunk | |
| 17:05 | Add "white-space: nowrap" to the branch table elements. check-in: f55b538c65 user: drh tags: trunk | |
| 00:17 | Add the 'white-foreground' setting to the list of those used for skinning. check-in: f88c18fc71 user: mistachkin tags: trunk | |
|
2015-01-23
| ||
| 23:38 | Add the 'eagle' skin, based on the one used by the Eagle project (http://eagle.to/). check-in: 8f87308eef user: mistachkin tags: trunk | |
| 23:32 | Further enhancements to Skin processing. Provide the ability to save the current Skin using a name. check-in: e5a4206341 user: drh tags: trunk | |
| 22:55 | Enhance the /setup_skin page to enable renaming of custom skins. check-in: 2431ddf61b user: drh tags: trunk | |
| 21:03 | Correct casing of 'Tcl' where needed. check-in: 967050341d user: mistachkin tags: trunk | |
| 21:00 | Improvements to the 'enhanced' skin. check-in: ef006c3147 user: mistachkin tags: trunk | |
| 18:43 | Enable ZIP and Tarball downloads for user "nobody" by default, since the other anti-spider defenses seem to work well enough to prevent abuse. check-in: 68ce0bcf62 user: drh tags: trunk | |
| 18:34 | Incorporate the latest changes to the "San Francisco Modern" skin. check-in: be5b69862c user: drh tags: trunk | |
| 17:57 | Slightly 'improve' summary line for push/pull/sync operations. check-in: 942dd0bb08 user: mistachkin tags: trunk | |
| 17:48 | Merge updates from trunk. Closed-Leaf check-in: 8c00f6f032 user: mistachkin tags: xferSumFmt | |
| 17:13 | Add new commands: test-var-list, test-var-get, and test-var-set. The original motivation was to make it easier to insert "css", "header", and "footer" values that people send in, but these commands seem useful for other kinds of experimentation. The are "test-*" commands because they are not intended to be accessed by ordinary users. check-in: 1e21daceca user: drh tags: trunk | |
| 14:31 | Fix comment and error-message check-in: 9a07b24935 user: jan.nijtmans tags: trunk | |
| 14:03 | Make the now() SQL function available in the "fossil sql" command. check-in: 0134654db6 user: drh tags: trunk | |
| 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 | |