Fossil

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 events occurring around d68cd57a9dcf5aaf.

2014-01-28
14:06
Require "Read" permission (capability "u") in order to access the /reports page. Fix for ticket [a757c4fca19d] ... (check-in: f48c84afd1 user: drh tags: trunk)
13:58
Correction to the description of the "z" capability in the setup pages. ... (check-in: b68a48ff5f user: drh tags: trunk)
13:10
No longer prohibit multiple "merge --integrate"'s without an intermediate commit. "commit --integrate" already allows it, so there is no way to stop people doing that. Fossil versions earlier than [55cacfcace] cannot handle the manifest file produced by such a commit. ... (check-in: f9f7082ef4 user: jan.nijtmans tags: trunk)
12:58
Update change-log ... (check-in: 6b396efa01 user: jan.nijtmans tags: trunk)
12:12 New ticket [a757c4fca1] reports page is accessible to anyone (nobody). ... (artifact: 798981464d user: anonymous)
09:30 Edit [76442af7e13267bd|76442af7e1]: Move to branch branch-1.28. ... (artifact: 33837b6454 user: jan.nijtmans)
09:29 Edit [6758c2b0d5f1db01|6758c2b0d5]: Move to branch cleanX. ... (artifact: 80017f18ae user: jan.nijtmans)
09:26 Edit [45f35169f2e2897f|45f35169f2]: Edit check-in comment. ... (artifact: 22a32142b8 user: jan.nijtmans)
09:25
Rename sqlite3_cmd() to cmd_sqlite3() and sqlite3_exec_readonly() to db_exec_readonly(): sqlite3_* symbols are reserved for SQLite, in order to prevent possible future symbol conflicts. Eliminate use of deprecated "sqlite3_callback" typedef (which allows elimination of some type casts). Missing "static" in content.c ... (check-in: 0ed6e68d55 user: jan.nijtmans tags: trunk)
09:12 New ticket [bf30d019a0] tarball link?. ... (artifact: 51fc84dc1d user: anonymous)
08:20
More removals of unnecessary end-of-line spaces. No change in code. ... (check-in: 45f35169f2 user: jan.nijtmans tags: trunk)
2014-01-27
17:33
Version 1.28 ... (check-in: 3d49f04587 user: drh tags: release, branch-1.28, version-1.28)
16:11
Update to the SQLite 3.8.3 beta in order to better test the SQLite beta. ... (check-in: 22262e7553 user: drh tags: trunk)
09:08
Put various other constant tables in constant memory. ... (check-in: 214899ac26 user: jan.nijtmans tags: trunk)
09:05
Remove unnecessary end-of-line spaces. (My editor does that automatically, but I don't want it to happen together with other functional changes in a single commit). No change in code. ... (check-in: 52b35c8b40 user: jan.nijtmans tags: trunk)
08:23
Put html_tag const table (from markdown implementation) in constant memory. ... (check-in: 7c4414ca10 user: jan.nijtmans tags: trunk)
2014-01-25
16:23
/reports byweek fix: the currently selected year is now propagated across the event-type links. ... (check-in: cba6bbf89c user: stephan tags: trunk)
16:20
Merged vdiff-subdir feature branch into root. ... (check-in: 9b1932f00e user: stephan tags: trunk)
2014-01-24
12:37
Check for "clearsign" option in "fossil branch" command. Reported by J. van den Hoff. ... (check-in: d8a588ba76 user: jan.nijtmans tags: trunk)
10:04
Eliminate two unneeded type-casts and a compiler warning (signed<>unsigned compare) ... (check-in: 17f7b650af user: jan.nijtmans tags: trunk)
09:54
Put Th_SubCommand constant tables in constant memory. ... (check-in: dce90fe35e user: jan.nijtmans tags: trunk)
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)