Fossil

Timeline
Login

Timeline

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

200 ancestors of e621ef436757ec33

2010-09-08
17:30
merged trunk changes (check-in: e621ef43 user: wolfgang tags: wolfgangFormat2CSS)
17:23
merged trunk changes (check-in: a2d5230d user: wolfgang tags: wolfgangFormat2CSS)
12:38
Merge in the latest changes from the windowscompilers branch. (check-in: 8d864a7f user: drh tags: trunk)
12:36
Documentation updates. (check-in: 546d48ff user: drh tags: trunk)
00:00
first step to extract formats in separat css definitions (check-in: bdd92802 user: wolfgang tags: wolfgangFormat2CSS)
2010-09-07
23:57
Create new branch named "wolfgangFormat2CSS" (check-in: e2ab51b0 user: wolfgang tags: wolfgangFormat2CSS)
2010-09-06
20:31
Solves ticket [64d9461fa4b399b15827876bcf6b8ccc95720d16] (check-in: 370d5be3 user: renez tags: trunk)
2010-09-05
11:44
Do not put hyperlinks to attachments in tickets and wiki if attachment download is prohibited. Ticket [a7eff56a933249258f0d902]. (check-in: f7e2d74a user: drh tags: trunk)
11:23
Fix compiler warnings in makeheaders.c. (check-in: 04b976b1 user: drh tags: trunk)
2010-09-04
15:24
Honor the "Index Page" setting from the "Admin/Configuration" setup page. (check-in: baa6df06 user: drh tags: trunk)
2010-09-03
01:57
Yet another fix to the URL parser. Ticket [21447822de6be06]. (check-in: 7aae4ef0 user: drh tags: trunk)
2010-09-02
10:28
Fix a bug fix in the URL parser that was introduced by the recent ssh:// change. The bug prevented port numbers after the hostname from parsing correctly. (check-in: ac8c21b9 user: drh tags: trunk)
2010-08-31
18:21
Minor changes to win/Makefile.msc after testing with MSVC. (check-in: 3a5b4ad4 user: shaneh tags: trunk)
17:23
Remove duplicate section in MinGW makefile. (check-in: b0bbcd5d user: shaneh tags: trunk)
15:51
make compilation depend on _WIN32 being defined by including allways config.h (Closed-Leaf check-in: c0a530f4 user: renez tags: windowscompilers)
05:12
compile warning fixes (uninitialized vars) (check-in: 3c326ea4 user: ron tags: trunk)
03:58
fix cross-compile breakage (check-in: d2ba02e1 user: ron tags: trunk)
01:53
Merge the changes from the windowscompilers branch into the trunk. (check-in: 3564af0f user: drh tags: trunk)
2010-08-29
05:32
Changed mscv flags to -MT because that is what openssl is using. Removed the -Oy- for the same reason (check-in: 30b8a41d user: renez tags: windowscompilers)
00:21
Allow the -f option on "fossil commit" to override the clock skew alarm. Ticket [a0756511991399b41255256] (check-in: f1d309cc user: drh tags: trunk)
2010-08-28
20:22
Added ssl support to msc msc doesn't like declaring vars in the middle of a block! added the extra needed libs in a commented LIBS line (check-in: 29c728f4 user: renez tags: windowscompilers)
19:04
Use -P to change ssh port numbers on windows, but -p on unix. (check-in: 1212f0b0 user: drh tags: trunk)
10:54
The generated makefiles expect dat you do mkdir build cd build nmake -f ..\win\Makefile.msc This will put all the files in build. So no polution of the root of the source tree and you can build for the different compilers (check-in: 99e0a29e user: renez tags: windowscompilers)
09:20
Added the msvc sdk compiler (check-in: c00f79d0 user: renez tags: windowscompilers)
06:59
This is the first check-in on the windowscompilers branch and it adds the Digital Mars C compiler
The user should have dmc installed in c:\DM with zlib in c:\DM\extra\lib and c:\DM\extra\include.
typing c:\DM\bin\make -f win\Makefile.dmc builds fossil.exe in dmcobj
The following files were edited or added:

Checks if one of the windows compilers is used. If so we define _WIN32. Defining _WIN32 is normally done by
#include <windows.h>
However most of the time we don't use windows.h.

Adding an other windows compiler is done by adding
"|| defined(__COMPILER_IDENTIFIER__)"
and maybe some special things in the files below. Like

     

These have all __MINGW32__ replaced by _WIN32. And in some places special processing for either MINGW32 or DMC

In popen2 the _open_osfHandle call first parameter is cast to a long. DMC refused to compile without the cast.

DMC complained that it didn't knew of time_t in rss.h. time.h came after rss.h. Switching the two solved it!

added tcl code to generate Makefile.dmc. tclsh src/makemake.tcl dmc prints to stdout the makefile. As a convienience to the end-user I added the win/Makefile.dm...

(check-in: f66f414f user: renez tags: windowscompilers)
2010-08-27
20:40
The ssh:// method on windows is now working well with plink. It will even prompt for passwords if the URL contains a "*" password. (check-in: 0cdb6403 user: drh tags: trunk)
17:19
Fix a typo in the popen2() implementation for windows. Ticket [cf50ea4d6914fb6d856988da7]. Also refinements on the ssh:// toward getting it working on windows. (check-in: d5c934e5 user: drh tags: trunk)
01:24
Create new branch named "windowscompilers" (check-in: 3e3304ac user: renez tags: windowscompilers)
2010-08-26
14:13
Show diffs on info pages even if the user lacks history privilege. (check-in: 72147afc user: drh tags: trunk)
13:29
Close pipes before killing off the child process. (check-in: 360b0477 user: drh tags: trunk)
13:18
Merge the experimental ssh:// changes into the trunk. (check-in: 0a51263a user: drh tags: trunk)
13:17
Untested implementation of popen2() for windows. (Closed-Leaf check-in: 34ea1e4a user: drh tags: experimental)
12:10
Remove dead code from cgi.c. Attempt better error handling. (check-in: 79294bb8 user: drh tags: experimental)
11:31
Enable proxy handling for "config push" and "config pull" Tickets [0d1a4fe14f1fb6ee2082] and [311fbfd6b696142a4b2c86dc]. (check-in: 1a9fe88b user: drh tags: trunk)
11:27
Fix buffering issues with ssh://. The ssh:// sync method now works with older, unmodified servers. Added the "?fossil=exe" option to URL processing. (check-in: af977263 user: drh tags: experimental)
02:32
A rework of the SSH sync method that does not use TCP port forwarding. It works in some cases but not other. The failure is probably do to I/O buffering issues. Need further work. (check-in: 192ceef3 user: drh tags: experimental)
2010-08-25
20:00
Merge the ssh:// sync enhancement into the trunk. (check-in: 0e42cc1b user: drh tags: trunk)
19:55
Change the "ui" and "sshd" commands so that they bind to INADDR_LOOPBACK rather than INADDR_ANY. Disable the "quit" monitoring on "ui" and "server". Add better error messages explaining that ssh:// is not yet supported on windows. (check-in: 2f8e4c4b user: drh tags: experimental)
17:00
The ssh:// sync method appears to work now, for linux-to-linux... (check-in: 66cdaee6 user: drh tags: experimental)
16:03
Continuing work on the ssh:// sync protocol. (check-in: 958f5966 user: drh tags: experimental)
14:03
Initial code to implement synchronization via ssh. (check-in: b19f25fe user: drh tags: experimental)
2010-08-24
01:24
Fix a potential sigfault that can occur in the graph generator if the child is older than its parent. (check-in: 7503f987 user: drh tags: trunk)
2010-08-23
22:24
Omit the link to the "ZIP archive" if the user does not have permissions to download the ZIP archive. Ticket [f18142409088bfc707e26]. (check-in: 8474ca67 user: drh tags: trunk, release)
22:19
Print a warning if there are unfinalized SQL statements when fossil shuts down. Take care to finalize all statements in the "commit" command. (check-in: 94d8e9cd user: drh tags: trunk)
19:33
Update SQLite to the 3.7.2 release candidate. (check-in: 6fd2ff1b user: drh tags: trunk)
2010-08-21
17:32
Use a more precise (though slower) diff algorithm when working with small strings whose differences are hard to detect. (check-in: 1e08452c user: drh tags: trunk)
04:06
The command-line "diff" does not ignore whitespace at the end of lines and it generates a well-formed patch file that can be fed directly into "patch -p 0". Ticket [a9f7b23c2e376af]. GUI diffs and the merge commands do ignore end-of-line whitespace. (check-in: 5ef7435a user: drh tags: trunk)
03:33
Change the built-in "diff" so that it no longer ignores whitespace at the end of lines, as doing so confuses the "patch" command. Ticket [a9f7b23c2e376af5b0] (check-in: 7f788bdb user: drh tags: trunk)
03:27
Fix a potential segfault in the graph generator when check-ins occur with time skew. (check-in: 32c9c47c user: drh tags: trunk)
2010-08-20
19:56
Update SQLite to the latest version 3.7.1 beta. (check-in: 79c9de76 user: drh tags: trunk)
19:42
Improvements to the graph layout algorithm. (check-in: 98870a85 user: drh tags: trunk)
2010-08-19
11:46
Output appropriate error messages and abort if the date argument to the --date-override option is malformed. Ticket [dba59ec54423f19] (check-in: e0248776 user: drh tags: trunk)
2010-08-18
17:27
Allow a checkout of the very first (empty) version of a project. (check-in: 61ca4141 user: drh tags: trunk)
16:51
Take care to close the separate dbConfig database connection when shutting down. (check-in: c6187a83 user: drh tags: trunk)
15:27
Always run a checkpoint on all database files before exiting. (check-in: 8b85b21a user: drh tags: trunk)
02:22
Update the internal SQLite to a 3.7.1 release candidate. (check-in: 07afdea6 user: drh tags: trunk)
2010-08-16
19:06
extend new "comment" feature of "info" subcommand to include username (check-in: 391ef285 user: bch tags: trunk)
12:11
Add the "comment:" field to the output of "fossil info". (check-in: da52ff93 user: drh tags: trunk)
10:52
Fix a comment typo in the captcha generator. Extend the graph lines to the bottom of the timeline even if the last few entries on timeline are tickets or wiki edits instead of checkins. (check-in: 76201a08 user: drh tags: trunk)
2010-08-15
19:57
The "Branches" menu option shows only open branches. Closed branches are accessible from a hyperlink. (check-in: 51843950 user: drh tags: trunk)
19:36
Fix to the DOCTYPE of generated HTML pages. Ticket [25ff8cff2bdb41766e91] (check-in: c1bec02a user: drh tags: trunk)
19:34
Recognize the HTTPS line in the HTTP header. Ticket [d83227cdda3d786d3743b2] (check-in: 3dc62d54 user: drh tags: trunk)
2010-08-12
19:39
Reimplement the reconstruct command that was removed in the GPL to BSD license change. This resolves ticket [dfe1fc608a]. (check-in: 3332895d user: bcsmith tags: trunk)
2010-08-11
07:00
Allow a checkin to be checked out again even if one of the files in that checkin has been shunned. (check-in: 7e23178b user: drh tags: trunk)
2010-08-07
18:09
Enhance the "vdiff" web method so that it shows the differences between to arbitrary check-ins identified by the "from" and "to" query parameters. (check-in: 1d713f3f user: drh tags: trunk)
16:10
The "fossil diff" command now accepts options --from and --to in order to do a diff between two arbitrary check-ins. (check-in: 296b90a2 user: drh tags: trunk)
2010-08-05
10:09
Update SQLite to the latest 3.7.1 development snapshot. (check-in: d0902928 user: drh tags: trunk, release)
2010-07-31
13:18
corrected formatting of example cgi scripts in server documentation (check-in: ea667800 user: joshua tags: trunk)
2010-07-30
00:16
Merge change by Benoit Mortgat into the trunk. (check-in: e3fb8dc3 user: drh tags: trunk)
2010-07-29
19:01
“delete” command, still can use “del” which is shorter and non ambiguous – ignore -wal and -shm files in repository root for adding, computing extras and closing repository, just in case (Closed-Leaf check-in: 2a4ab3b1 user: benoit tags: benoit)
2010-07-28
02:38
Add a link to http://chiselapp.com/ on the homepage. (check-in: 0e1ca296 user: drh tags: trunk)
2010-07-23
14:38
Fixed a link error in wiki (check-in: 6c73d1b2 user: BMorgat tags: trunk)
09:37
Fixed various typos and omissions in help sections (check-in: 44b02c3d user: BMorgat tags: trunk)
2010-07-21
16:33
Update the built-in SQLite to version 3.7.0rc2. (check-in: 93d7f371 user: drh tags: trunk)
2010-07-20
05:44
simple doc typo (check-in: e3653248 user: bharder tags: trunk)
2010-07-14
13:27
Integrated last commit in benoit branch into trunk. (check-in: 71167577 user: benoit tags: trunk)
2010-07-08
17:57
Update the built-in sqlite3 to the latest development version. (check-in: 1e6ded98 user: drh tags: trunk)
17:53
Take care to close the connection to the database file before existing. This gives the database a chance to clean up (and, for example, delete WAL and shared-memory files). (check-in: 932825bc user: drh tags: trunk)
2010-07-07
14:57
Update the built-in SQLite to the latest 3.7.0 beta snapshot that includes fixes for large databases in WAL mode. (check-in: f0cd78c1 user: drh tags: trunk)
2010-07-06
21:22
Add software version information and database stats to the /stat page. (check-in: 5acf6171 user: drh tags: trunk)
20:51
Update the built-in SQLite to the latest beta of version 3.7.0. (check-in: 8733f07f user: drh tags: trunk)
2010-07-04
21:11
Small performance tweaks for clone and rebuild. (check-in: 710a8ba9 user: drh tags: trunk)
2010-07-03
15:33
Update SQLite to the latest beta of 3.7.0. This provides much better server concurrency when the repository database file is set to WAL mode. (check-in: fb5f0c25 user: drh tags: trunk, release)
15:26
Automatically pull the shunning list when pulling from the "remote-url" server, which we assume is a trusted server. Add the new "auto-shun" setting to disable this feature, if desired. (check-in: 515814f8 user: drh tags: trunk)
2010-06-26
20:37
Update the built-in SQLite to the latest from the SQLite development tree. (check-in: ba14c754 user: drh tags: trunk)
2010-06-24
11:10
Update to the latest SQLite with the new WAL file format containing version numbers. (check-in: e0bdd5af user: drh tags: trunk)
2010-06-23
15:23
Update to the latest SQLite which contains a bug fix in the current-time function on windows. (check-in: 34178e27 user: drh tags: trunk)
13:30
Prompt the user for permission to overwrite files on "fossil open". Ticket [17389900b2e5bd816] (check-in: d778ffea user: drh tags: trunk)
11:58
Fix to a "help" message. No code changes. (check-in: b8925726 user: drh tags: trunk)
11:54
Do not try to drop system tables when rebuilding a repository. Ticket [7c700d2f28838490]. (check-in: b063e407 user: drh tags: trunk)
11:48
Merge quickstart.wiki changes into the trunk. (check-in: c6cfa4eb user: drh tags: trunk)
11:46
Back out the benoit branch changes added by the previous check-in. (check-in: 17075ffb user: drh tags: ttmrichter)
04:33
Merge from the "benoit" branch. (check-in: 84e497e4 user: michael tags: ttmrichter)
02:21
Merging trunk into private branch. (check-in: 54d0648f user: michael tags: ttmrichter)
2010-06-22
11:35
Improve Make system for easier compilation with MinGW awk must still be in PATH and zlib compiled for mingw. (check-in: 7b7fe276 user: BM tags: benoit)
2010-06-21
19:28
Fix a segfault that can occur if a corrupt delta gets into the archive. (check-in: b9a744e1 user: drh tags: trunk)
15:08
Update to the latest version of SQLite with WAL support. (check-in: ed1037e2 user: drh tags: trunk)
15:08
Fix a typo in the "branching.wiki" document. (check-in: 83d6065c user: drh tags: trunk)
2010-06-18
03:21
Fixed up the quickstart to present information in a more logical order. (check-in: 43472d55 user: michael tags: ttmrichter)
2010-06-17
02:01
Fix an uninitialized variable in the graph generator - error inserted by the previous checkin. (check-in: 4d1ef64e user: drh tags: trunk)
01:37
Update to the latest version of SQLite - one that includes the fix for the corruption bug associated with the file-size in byte 28 of the database header. Also fix a bug in the graph generator, and change an index to help timeline run faster for branch queries. (check-in: 5129d32a user: drh tags: trunk)
2010-06-16
20:33
On a branch timeline, in addition to showing the checkins of the branch, also show check-ins of other branches that merge into or from the branch being displayed. This helps to show what has happened to an infrequently changing branch which is part of a much more active project. (check-in: 67529340 user: drh tags: trunk)
2010-06-13
15:58
Add the ability to escape Wiki page names in hyperlinks using a wiki: prefix. Ticket [f58a05747498d3aaa9ea1e4f8f4015c209dfc54a]. (check-in: d6b2c387 user: drh tags: trunk)
2010-06-11
12:27
Fix documentation typos. (check-in: b16b4337 user: drh tags: trunk)
12:02
Change the default style to center the title with the project name above and with 200 pixel wide logo and status boxes to the left and right. (check-in: 15b29325 user: drh tags: trunk)
2010-06-10
19:21
The previous two check-ins to the exp-search branch should have been on the trunk. This check-in pulls them over. (check-in: d90467ed user: drh tags: trunk)
2010-06-09
12:29
Updates to the homepage. Fix a minor bug in the check-in edit screen of the web-UI. (check-in: 404aaecf user: drh tags: trunk)
2010-06-05
20:04
reintroduce "co" alias for "checkout"; Originally introduced with [a89b436bc9] (check-in: 91eded7a user: bharder tags: trunk)
2010-05-25
12:30
Fix typo in the Self-Hostiry Repositories page. Ticket [e39122fcc434125c6]. (check-in: f19de0b0 user: drh tags: trunk)
2010-05-24
18:43
Fix a bug in HTML attribute parsing. (check-in: cb44f7de user: drh tags: trunk)
18:19
Rewrite the SRC= attribute of <IMG> markup to insert the zBaseURL where appropriate. (check-in: dc82d570 user: drh tags: trunk)
2010-05-22
13:24
Add the auto-captcha setting back to the command-line setting command. Default auto-captcha to on. (check-in: 5fbd593a user: drh tags: trunk)
11:46
Add the test-move-repository command. (check-in: 4a198644 user: drh tags: trunk)
11:28
Fix memory leaks associated with the cgi_rfc822_datestamp() function. (check-in: 99dcff4d user: drh tags: trunk)
2010-05-21
16:21
Fix issues with attachments on tickets. In the artifact viewer, do a better job of detecting JPEG images from the content prefix. (check-in: 3343450e user: drh tags: trunk, release)
15:16
Fix an unterminated string in the information viewer for attachments. (check-in: 65d20672 user: drh tags: trunk)
2010-05-17
14:29
Fix typo in copyright assignment form. (check-in: 4cb397a7 user: drh tags: trunk)
2010-05-16
19:38
Update the "License" link on the homepage to go to the BSD license text rather than GPL license text. (check-in: 1a987869 user: drh tags: trunk)
19:36
Merge support for HTTPS back into trunk. (It got lost during the conversion from GPL to BSD.) (check-in: 68fa646f user: drh tags: trunk)
19:16
Rename the "clear-title" branch as the new trunk. The trunk is now relicensed using the Simplified BSD License. (check-in: bf1c21ba user: drh tags: trunk)
19:08
Change from GPL to the Simplified BSD License. (Closed-Leaf check-in: c06edd23 user: drh tags: clear-title)
11:18
Pull the latest trunk changes into clear-title. (check-in: 96722b6d user: drh tags: clear-title)
2010-05-14
17:02
On the timeline graph, strive to put the "trunk" to the far left. (Closed-Leaf check-in: 4c931047 user: drh tags: trunk)
2010-05-12
14:08
fix ticket [fc428d2107d6b810fff67892896137c66abd3484] (check-in: b24b2e1b user: rwilson tags: trunk)
2010-05-09
16:51
Fix a documentation typo. Ticket [64386b2221309d]. (check-in: 11b3f31d user: drh tags: trunk)
16:49
Prevent adding special files _FOSSIL_-journal, .fos, and .fos-journal to the repository. Ticket [97d8f830b7e5e2] (check-in: c193d2c2 user: drh tags: trunk)
2010-05-02
19:21
Add support for URLs of the form: artifact?ci=CHECKIN&filename=FILENAME. (check-in: 6f9901dd user: drh tags: trunk)
2010-04-27
23:55
Ignore byte-order-marks at the beginning of wiki pages. Ticket [466e4bbdc7c90d5] (check-in: 9d6507d2 user: drh tags: trunk)
17:17
Simplify timeline processing. No longer show branch and merge points since those are now obvious from the graph. (check-in: 5568603e user: drh tags: trunk)
17:02
Allow the branch name to be changes in the check-in edit screen for a check-in that is the first check-in of a new branch. (check-in: af8a8979 user: drh tags: trunk)
2010-04-26
15:36
allow "class" attributes in wiki html markup, so CSS is more useful (check-in: 99c26fcc user: ron tags: trunk)
2010-04-22
15:48
Infrastructure changes that will allow the client-side sync to be run from a web interface - the status messages now go to CGI output if the sync is run from a web page. This is a partial implementation of the "SyncNow" button. The button itself has not yet been added. (check-in: c56af61e user: drh tags: trunk)
15:18
Back out check-in [fc23960258211b5bc]. This will close ticket [a534227710d3e5] but re-open ticket [3b1533a090eebd09d]. (check-in: f7ec9140 user: drh tags: trunk)
12:44
Improved detection of invalid home directories and better error messages when invalid home directories are detected. Ticket [c3971eac71a1bd0] (check-in: 822133a7 user: drh tags: trunk)
01:02
When the "name" parameter for the /artifact webpage (and similar pages) is ambiguous, bring up a page that allows the user to choose between the various options. Ticket [901936cf06df1b9b9a]. (check-in: d02115bb user: drh tags: trunk)
00:12
Remove dead code and fix a comment - issues found while looking for an unrelated problem. (check-in: d4125d55 user: drh tags: trunk)
00:00
Fix incorrect redirects to "/home" when there is an ambiguous name on the artifact webpage. Ticket [901936cf06df1b9b]. Still need to add code that will list all possible answers and let the user choose. (check-in: f44a3f70 user: drh tags: trunk)
2010-04-15
23:53
Update to the latest stable check-in of SQLite, as a beta-test for SQLite. (check-in: 7c37b46b user: drh tags: trunk)
23:50
Fill the boxes on the graph with the same background color as the text in the timeline description. (check-in: 0e7b85bb user: drh tags: trunk)
2010-04-07
20:35
SQLite bug fix. Change a LIKE to a GLOB so that it can use an index. (check-in: 5721bce8 user: drh tags: trunk)
20:02
Update SQLite to a version that includes automatic index support. When compiled with FOSSIL_DEBUG, issue warnings if any automatic index is ever used. (check-in: b84917db user: drh tags: trunk)
11:53
Accept single-quotes in addition to double-quotes for HTML attribute quoting. (check-in: 852e631f user: drh tags: trunk)
2010-04-04
23:20
Pull in recent graph layout changes. (check-in: 0551ff81 user: drh tags: clear-title)
22:40
Further refinements to the graph layout for file histories. (check-in: 1f607de1 user: drh tags: trunk)
21:47
For file history graphs, use merge arrows to show when the same file appears in multiple check-ins. (check-in: 6ea10c5e user: drh tags: trunk)
18:38
Tweaks to the graph layout algorithm to try to get better graphs for individual file histories. (check-in: 1d2608b7 user: drh tags: trunk)
2010-04-02
20:09
Merge all recent trunk changes into the clear-title branch (since we hold clear title on all recent changes.) (check-in: 64541535 user: drh tags: clear-title)
19:28
Add additional markups to show inefficient queries when running in TH3_DEBUG mode. (check-in: 251fd001 user: drh tags: trunk)
19:27
In file changes histories, show when the file is deleted. (check-in: 4bbb437f user: drh tags: trunk)
2010-03-31
18:42
Get chroot jails working correctly when a particular fossil repository is specified on the "http" command. This fixes a problem introduced by the multi-repository feature added by check-in [9cd2c42e79] on 2010-01-31. (check-in: 42ba7b97 user: drh tags: trunk)
17:14
Patch SQLite to provide a better error message to sqlite3_log() when it is unable to open a file. (check-in: a158c4e7 user: drh tags: trunk)
15:27
Update the mechanism for reporting SQL that does not use indices. The warnings can be suppressed by comments in the SQL text. (check-in: 9f1d490d user: drh tags: trunk)
15:17
Improvements to the SQLite error logging output format. (check-in: b30e35fc user: drh tags: trunk)
14:52
Cause all SQLite errors to be logged as warnings. (check-in: 99fea6cd user: drh tags: trunk)
14:35
When compiled with FOSSIL_DEBUG, print warnings if any SQLite queries fail to use indices. (check-in: e95e87c1 user: drh tags: trunk)
2010-03-30
14:29
Use artifact IDs, not record IDs, on the "diff" link of check-in change listings. (check-in: 61c52dd6 user: drh tags: trunk)
01:22
The sync, clone, push, and pull commands process 302 redirects. (check-in: 84439e9d user: drh tags: trunk)
2010-03-29
00:07
Add the capability (disabled by default) to accept REMOTE_USER as an authenticated user. Ticket [49929a3557a] (check-in: a5a1ff1b user: drh tags: trunk)
2010-03-28
23:20
In the graph algorithm, try to put branches on rails as close as possible to their parent. (check-in: 42bbfe9d user: drh tags: trunk)
2010-03-27
12:56
Update the built-in SQLite to 3.6.23.1 release candidate 1. (check-in: 340d3398 user: drh tags: trunk)
2010-03-25
13:52
Added the 'New Ticket' link to the ticket report view (check-in: f3df06b0 user: jeremy tags: trunk)
2010-03-24
07:10
update custom ticket wiki page (check-in: 0c305be6 user: ron tags: trunk)
2010-03-22
14:17
If the graph height is greater than 32767, omit the <canvas> object. Also, do not appendChild() the graphics <div> objects until after they have been set to "abolute" positioning, to work around a FF performance issue. Ticket [13536c292b60] (check-in: 504dc92c user: drh tags: trunk)
13:41
Do not use <canvas> when the height of the graph is greater than 32767. Ticket [13536c292b60]. (check-in: 81751fa5 user: drh tags: trunk)
12:52
Truncate the graph at 32767 pixels. This allows the top part of the graph to be seen when the graph is large, at least. Ticket [13536c292b]. (check-in: 076ecdcc user: drh tags: trunk)
2010-03-21
21:51
Avoid the use of rowids in URLs, since they can change on a rebuild. Use SHA1-derived artifact IDs instead. (check-in: a4b10f43 user: drh tags: trunk)
17:03
Fix for ticket [45f89e504b4] (check-in: 3640618d user: drh tags: trunk)
2010-03-18
16:27
Make sure that "Setup" and "Admin" privileges imply 'Append-Tkt' privilege. (check-in: a1b7f8e1 user: drh tags: trunk)
14:40
Merge in all of the latest clear-title changes from the trunk. (check-in: 7c2577bd user: drh tags: clear-title)
14:28
Update the script that builds the download page. (check-in: d5f6a272 user: drh tags: trunk)
14:20
Fix some compiler warnings on windows. (check-in: 73c24ae3 user: drh tags: trunk, release)
14:11
Fix some permissions problems on wiki pages. Always show "Empty Page" text for wiki pages that contain no text. (check-in: f442eb2a user: drh tags: trunk)
13:47
Some minor performance improvements on timeline. (check-in: edea06ee user: drh tags: trunk)
13:26
Merge recent experimental changes (the attachment enhancement and the ability to delete wiki) into the trunk. (check-in: f4a25366 user: drh tags: trunk)
12:55
Change the timeline comment when a wiki page is deleted. Remove some "#if 0" sections from the code. (Closed-Leaf check-in: 49e66703 user: drh tags: experimental)
10:39
Show only non-empty wiki pages in the list of all wiki pages. A rebuild is required after updating in order for this feature to work. (check-in: 012d5e4f user: drh tags: experimental)
02:11
Add the ability to delete attachments and fix issues with timelines. (check-in: 01c0180b user: drh tags: experimental)
01:09
Show attachment in timelines. (check-in: 2978e430 user: drh tags: experimental)
2010-03-17
23:49
Show artifact changes in ticket history. (check-in: 931f8895 user: drh tags: experimental)
23:15
Basic functionality of attachments is now in place. (check-in: dd2d3177 user: drh tags: experimental)
19:57
Added screens for adding and listing attachments. (check-in: 1fcfa000 user: drh tags: experimental)
01:03
Fix a bug in timeline introduced by the previous check-in. Improvements to the file timeline. (check-in: 69531842 user: drh tags: trunk)
00:40
Get the derivation graph working for individual file histories. (check-in: c19467d6 user: drh tags: trunk)
2010-03-16
21:33
Work toward adding support for attachments. Keep this on an experimental branch until it is actually working. (check-in: c3d7df65 user: drh tags: experimental)
16:52
Change the format of the A-card for attachments again. Add the ATTACHMENT table to the repository. Insert attachment information into the ATTACHMENT table when processing attachment artifacts. (check-in: 615a52f0 user: drh tags: trunk)
15:38
Improved file format documentation. Added information on the attachment artifact. Redefine the A-card (which has not previously been used). Update the Manifest object to store attachment artifacts. (check-in: d5a4e41c user: drh tags: trunk)
14:27
Provide more space on the ignore-glob entry in the UI. (check-in: ef80cbf5 user: jeremy_c tags: trunk)
14:25
Added the new ignore-glob setting to the Behavior area of the Admin UI (check-in: 557e8389 user: jeremy_c tags: trunk)
2010-03-15
20:54
Add a new form of ticket timeline that shows only the check-ins associated with the ticket. (check-in: dec13648 user: drh tags: trunk)
18:09
Add the --binary option to the "merge" command and a new "binary-glob" setting. These identify files that should be treated as binary files and which should not be subjected to a 3-way merge. (check-in: d327f125 user: drh tags: trunk)
17:41
Add a --ignore option to the "extra" command, and an "ignore-glob" setting which causes files with given patterns to be ignored. Tickets [705181a992c] and [5125de2e624]. See also ticket [4e8410bfd69]. (check-in: 3555c0fc user: drh tags: trunk)
16:16
Show check-ins that mention a ticket in the ticket timeline. (check-in: 611b3b20 user: drh tags: trunk)
14:46
Add the BACKLINK table and code to populate it. NB: Run "rebuild" when updating to this or later versions. (check-in: f2181f5e user: drh tags: trunk)
2010-03-14
20:56
Add an exception to the GPLv2 license to allow Fossil to be linked against the OpenSSL library. Ticket [930a168303]. (check-in: 01c2f049 user: drh tags: trunk)
2010-03-12
14:29
Fix the formatting on the non-propagating tag timeline. Ticket [274b530475ce]. (check-in: 19d6b1cf user: drh tags: trunk)
2010-03-11
03:29
Add a "zip" command for generating a ZIP archive of a check-in from the command-line. (check-in: 2582ecf2 user: drh tags: trunk)
2010-03-10
17:18
Make sure the return value of db_text() is always something obtained from malloc() or else NULL. Strdup() the default value if the default value is used. (check-in: 0cbc5d29 user: drh tags: trunk)
2010-03-08
14:18
Make the File menu option default to showing only the files in tip. (check-in: 599e6abf user: drh tags: trunk, release)
14:12
Changes to file browser to be more direct and describing what is seen in the union of all files from all versions. Add hyperlinks to tip and trunk. (check-in: 4db129c9 user: drh tags: trunk)
13:18
Get skins working again. They were busted by check-in [5476e50d659] (which was backed out using the new --backout option to merge.) Also add an unused query parameter to the style.css to force a reload of the CSS when the skin changes. (check-in: b22e5a9e user: drh tags: trunk)
2010-03-07
17:43
Clean up formatting and comments asociated with the "new" command. No changes to functionality. (check-in: 69dcef96 user: drh tags: trunk)