Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
29 check-ins using file src/sqlcmd.c version 85c93b5f9c
|
2016-08-24
| ||
| 14:08 | In the pie-chart generator, if there is a wedge pointing straight down, make sure its text label flows off to the right, not the left. ... (check-in: bb9c6a6f29 user: drh tags: trunk) | |
|
2016-08-23
| ||
| 17:34 | Minor tweak to the 'get_versionable_settings' test suite helper routine. ... (check-in: f481fd6c9c user: mistachkin tags: trunk) | |
| 17:30 | Add extensive tests for the 'settings' and 'unset' commands. Also, add --exact option to the 'settings' / 'unset' commands. ... (check-in: 816bc43b80 user: mistachkin tags: trunk) | |
| 17:21 | Add a comment. ... (Closed-Leaf check-in: ca6c8f9be8 user: mistachkin tags: settingsTest) | |
| 14:12 | Fix harmless comment and spacing typos. ... (check-in: 3a66ed0bee user: drh tags: trunk) | |
| 14:04 | Fix a stray single-quote character in the SVG pie-chart generator. ... (check-in: f2980d8995 user: drh tags: trunk) | |
| 13:52 | Updates to the change log. ... (check-in: 2e58eec68a user: drh tags: trunk) | |
| 13:31 | When there is no argument to the /uv page, make "index.wiki" the default. Do not allow "index.html" since that probably will not have the correct <base> header. ... (check-in: 4a8378581c user: drh tags: trunk) | |
| 13:01 | Add the "fossil unversioned edit UVFILE" command. ... (check-in: 1d6b67822a user: drh tags: trunk) | |
| 12:14 | update change log ... (check-in: 299614d16f user: jan.nijtmans tags: trunk) | |
| 12:13 | eliminate some end-of-line spaces ... (check-in: d32155d064 user: jan.nijtmans tags: trunk) | |
| 11:58 | Add a link to the /uvlist screen from the /setup menu. Add the byage=1 query parameter to /uvlist. ... (check-in: ab4c1e2961 user: drh tags: trunk) | |
| 10:13 | Fix a harmless but redundant space in the admin_log schema definition. ... (check-in: 1852455158 user: drh tags: trunk) | |
| 02:19 | Add another test to check the value of each versionable setting after it is written. ... (check-in: 46228ffb1f user: mistachkin tags: settingsTest) | |
| 02:13 | Add extensive tests for the 'settings' and 'unset' commands. Also, add --exact option to the 'settings' / 'unset' commands. ... (check-in: b9414210cd user: mistachkin tags: settingsTest) | |
| 01:41 | Better default sort orders for columns on the /uvlist ... (check-in: 401d9b2937 user: drh tags: trunk) | |
| 01:37 | In the /uvlist, do not link to deleted files. ... (check-in: d8b0489b81 user: drh tags: trunk) | |
| 01:22 | Improved origin tracking for unversioned files. Show Admin/Setup users the rcvid and allow them to see the originating IP address and to delete unversioned files. Update the rcvfrom table viewer to include unversioned file entries. ... (check-in: 8972aae720 user: drh tags: trunk) | |
|
2016-08-22
| ||
| 21:10 | Create a valid rcvfrom entry when adding unversioned content from the command-line. ... (check-in: 7deeb51511 user: drh tags: trunk) | |
| 20:12 | Remove the db_name() function. In its place, the SQLITE_DBCONFIG_MAINDBNAME feature of SQLite is used to ensure that the three attached databases are always exactly named "repository", "configdb" and "localdb", regardless of which is opened first or the order in which they are attached. Update to the latest 3.15 alpha of SQLite which is now required for correct operation, since SQLITE_DBCONFIG_MAINDBNAME is required. ... (check-in: 06aec61111 user: drh tags: trunk) | |
| 02:22 | Slightly improve clarity of the db_database_slot() function. ... (Closed-Leaf check-in: a12d712203 user: mistachkin tags: omit-db_name) | |
|
2016-08-21
| ||
| 02:17 | Fix the code in db_open_config() that checks the current 'attachment mode' for the configuration database against the requested one. ... (check-in: 569f4b0e04 user: mistachkin tags: omit-db_name) | |
| 00:42 | Merge test updates from trunk. ... (check-in: 5a14b78346 user: mistachkin tags: omit-db_name) | |
|
2016-08-20
| ||
| 18:16 | Fix compilation errors when the JSON feature is enabled. ... (check-in: e2f4f1f8d5 user: mistachkin tags: omit-db_name) | |
|
2016-08-19
| ||
| 16:36 | Fix the db_database_slot() routine so that it works ever if the g.db database has been closed. ... (check-in: 0c1f876e78 user: drh tags: omit-db_name) | |
| 16:25 | Handle the "-u" option on "fossil all sync". ... (check-in: 5031cb0896 user: drh tags: omit-db_name) | |
| 15:25 | Incorporate the version of SQLite that allows VACUUM on attached databases. ... (check-in: 80d0df0508 user: drh tags: omit-db_name) | |
| 09:14 | Clarification of comments on the db_set_main_schemaname() routine. ... (check-in: 81184a02a5 user: drh tags: omit-db_name) | |
| 00:13 | Use the new SQLITE_DBCONFIG_MAINDBNAME feature of SQLite to eliminate the need for the db_name() hack. ... (check-in: d858f3da52 user: drh tags: omit-db_name) | |