Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events occurring around f2ebd7e52d16891b.
2014-01-23
| ||
21:47 | merge trunk ... (check-in: abb2400434 user: jan.nijtmans tags: win32-longpath) | |
21:18 | merge branch-1.28, a few other cherry-picks from trunk ... (check-in: 303e7af7c3 user: jan.nijtmans tags: win32-longpath) | |
10:29 | No longer require that the HOME directory is writable if the fossil configuration file is already there. (With some simplifications) ... (check-in: b4d538f8c6 user: jan.nijtmans tags: trunk) | |
08:51 | Backout [77d37d910b], which puts back the "fossil sqlite3" command when compiled with --disable-internal-sqlite. Take over matching "shell.c" from SQLite, but relax SQLite version check, otherwise "fossil sqlite3" doesn't work (that was the reason for taking out "fossil sqlite3" in the first place, but at least OpenBSD wants to support it). See: [https://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg14185.html] ... (check-in: d68cd57a9d user: jan.nijtmans tags: trunk) | |
01:20 | • Edit [e92e2d4d1f1847ee|e92e2d4d1f]: Cancel background color. ... (artifact: b5a8b72ec8 user: drh) | |
00:51 | Procedure of checking permission of global config is chenged. Now you can share global config in home directory from cgi. SeeAlso: http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg14482.html ... (Closed-Leaf check-in: f47298b25c user: kameda tags: config-permission-check) | |
00:45 | Create new branch named "config-permission-check" ... (check-in: e92e2d4d1f user: kameda tags: config-permission-check) | |
2014-01-22
| ||
18:43 | • Closed ticket [8d27d1a470]: Add option(s) for localizing Fossil plus 4 other changes ... (artifact: 1bbabffdbb user: stephan) | |
18:32 | Fix harmless compiler warnings in SQLite. ... (check-in: 64096c7269 user: drh tags: trunk) | |
18:19 | Update the built-in SQLite to a version that supports ORDER BY and LIMIT on WITH RECURSIVE queries (but omits support for the non-standard LEVEL pseudo-column). Rewrite the recursive query that computes ancestors to using ORDER BY and LIMIT and omit the use of LEVEL. ... (check-in: af990795fc user: drh tags: trunk) | |
11:46 | • New ticket [8d27d1a470] Add option(s) for localizing Fossil. ... (artifact: 9ce9c2223b user: anonymous) | |
00:38 | • Edit [2864db30806fc5e3|2864db3080]: Add tag "sqlite3-compat". ... (artifact: 44fca45b42 user: mistachkin) | |
2014-01-21
| ||
21:42 | Make sure that sqlite3_strglob() is available and use it: Less code duplication ... (check-in: 7829abd893 user: jan.nijtmans tags: trunk) | |
20:40 | Doc fix for new vdiff glob param. ... (Closed-Leaf check-in: 39e39f216b user: stephan tags: vdiff-subdir) | |
19:26 | Propagate glob=... via the various vdiff toggle buttons and add a button to clear the current glob if glob is provided. ... (check-in: bf7524b13f user: stephan tags: vdiff-subdir) | |
19:11 | • Edit [46adaba1bd4cc554|46adaba1bd]: Edit check-in comment. ... (artifact: b850a4060f user: stephan) | |
18:55 | minor style fix (column width) and added notification of the glob which is in effect, analog to the regex notification. ... (check-in: 46adaba1bd user: stephan tags: vdiff-subdir) | |
18:49 | Replaced dir=... with glob=... and fixed (i think) the traversal of pFileTo/From. ... (check-in: fa16c3a72b user: stephan tags: vdiff-subdir) | |
18:13 | Initial prototype of dir=... constraint for vdiff. ... (check-in: 641c74187b user: stephan tags: vdiff-subdir) | |
17:43 | merged in rss-cli. ... (check-in: 4d91004271 user: stephan tags: trunk) | |
17:43 | rss-cli: removed the short-form of -url URL arg because it is not working for reasons beyond my comprehension. ... (Closed-Leaf check-in: 02781897b3 user: stephan tags: rss-cli) | |
11:05 | Remove two SQLite version checks which no longer serve any purpose ... (check-in: 2864db3080 user: jan.nijtmans tags: trunk, sqlite3-compat) | |
08:52 | • Edit [02a0e8890e34d6f8|02a0e8890e]: Cancel tag "pending-review". ... (artifact: f13cbe2b4c user: jan.nijtmans) | |
08:51 | • Edit [abf1b425fb92ef46|abf1b425fb]: Move to branch sqlite-min-to-3.7.17. ... (artifact: 345482373e user: jan.nijtmans) | |
08:49 | • Edit [02b607a07a5ed13f|02b607a07a]: Move to branch tree-view-work. ... (artifact: 5802382850 user: jan.nijtmans) | |
00:38 | Update the built-in SQLite to the latest 3.8.3 beta that includes support for the LEVEL pseudo-column on recursive queries. Make use of a recursive query capability and the LEVEL column to replace the compute_ancestors() function with a single query. ... (check-in: f2ebd7e52d user: drh tags: trunk) | |
2014-01-20
| ||
23:17 | Fix a typo in HTML text. ... (check-in: 3d5bc3d433 user: drh tags: trunk) | |
15:10 | Don't compile Cygwin using -DSQLITE_OMIT_CTE: Making it work would cause memory leaks. ... (check-in: 5176783c06 user: jan.nijtmans tags: trunk) | |
13:15 | Now really add utf16be.txt. Compile fossil on Cygwin using -DSQLITE_OMIT_CTE (for test purposes only) ... (check-in: 511eecb0e1 user: jan.nijtmans tags: trunk) | |
13:08 | Allow fossil to be used together with SQLite 3.8.2 amalgamation. Add UTF16-be file for test-purposes. Disable (3-way) merge2 tests which use UTF16 files: 3-way merges with UTF16 files is not (yet) implemented. ... (check-in: 7e9633a9b3 user: jan.nijtmans tags: trunk) | |
2014-01-18
| ||
17:01 | Update the built-in SQLite to the 3.8.3 beta that includes support for common table expressions and recursive queries. ... (check-in: 27ef534d48 user: drh tags: trunk) | |
13:49 | Skip merge-utf-*.23 and merge-utf-*.32 test-cases, which currently fail. They are not crucial for the 1.28 release (in Fossil 1.26 and 1.27 they failed as well). Probably a problem in the test-case itself (some special character in test/utf.test?) ... (check-in: 4b3b89b51e user: jan.nijtmans tags: branch-1.28) | |
09:35 | Added rss CLI command help text and removed the permissions checks (which are not valid in CLI mode). ... (check-in: e8edc7ca4b user: stephan tags: rss-cli) | |
09:23 | Fixed off-by-one counter in /timeline.rss and rss CLI command. ... (check-in: 90166ffee3 user: stephan tags: rss-cli) | |
09:17 | Added -url URL flag to set the RSS base URL. ... (check-in: 584c682cad user: stephan tags: rss-cli) | |
08:33 | experimental CLI version of rss feed, per ML request. ... (check-in: e28a5765fa user: stephan tags: rss-cli) | |
2014-01-17
| ||
15:22 | No need to do a 'ci'-check when permitHooks is false anyway. ... (check-in: bed113ca3f user: jan.nijtmans tags: trunk) | |
13:35 | Tree-view expand/collapse enhancements. Press "Reload" after upgraded in order to reload CSS. ... (check-in: 0647dd38b8 user: drh tags: trunk) | |
12:47 | unbreak win/Makefile.mingw for modified SRCDIR ... (check-in: 7b30a7c7ef user: jan.nijtmans tags: trunk) | |
10:41 | • Edit [21426d01b464f276|21426d01b4]: Move to branch tree-view-work. ... (artifact: 03d1fd8f2f user: jan.nijtmans) | |
09:07 | Call toggleAll() if expandMap['*'] exists, even if its false (for when the expand query string parameter is used). ... (Closed-Leaf check-in: 8489e29731 user: joel tags: tree-view-work) | |
02:33 | • Edit [75b96a2912f6f34b|75b96a2912]: Move to branch tree-view-work. Edit check-in comment. ... (artifact: af48ef53ea user: drh) | |
02:31 | • Edit [21426d01b464f276|21426d01b4]: Move to branch tree-view-ie8. Edit check-in comment. ... (artifact: a7f7bd4e3d user: drh) | |
00:07 | Recognize old IE event object to make tree-view expand/collapse work in IE8. This breaks expand/collapse on FF. ... (check-in: 21426d01b4 user: joel tags: tree-view-work) | |
2014-01-16
| ||
23:43 | Set/unset new "collapsed" class on tree-view lists instead of setting display property. This breaks collapse/expand on Chrome. ... (check-in: 75b96a2912 user: joel tags: tree-view-work) | |
22:15 | Avoid superfluous variable assignment. ... (check-in: cdab54ed78 user: mistachkin tags: trunk) | |
22:08 | • Edit [76442af7e13267bd|76442af7e1]: Mark "Closed". ... (artifact: 9a520debc6 user: mistachkin) | |
22:08 | Cherrypick MSVC/TH1 related fixes [42316a14e2], [354288db9c], [9dc0877d91], [fb29094a8f], [e0f22dda7b], [1aeb2726b0], [95292a13fa], [5e368e911d], [dd8d317670], and [f61958b183] from trunk. ... (check-in: 93832bd9af user: mistachkin tags: branch-1.28) | |
22:02 | Fix harmless compiler warning. ... (check-in: 79eac9a126 user: mistachkin tags: trunk) | |
21:59 | Further fixes for tree-view in ancient versions of Firefox. ... (check-in: f69dbc361c user: drh tags: trunk) | |