Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events occurring around 0ee7e92222a5e3ed.
2014-09-25
| ||
19:21 | Summary: a number of changes to improve windows symlink handling. Detail: fixed file_contains_merge_marker failure on windows symlinks; fixed inadequate S_ISLNK macro for windows; backed out change made to revert query ("OR islink" removed); added special processing to vfile_check_signature for windows symlink type changes; fixed a few flaws in the windows specific posix-compatibility routines to improve symlink handling. ... (check-in: 9c5bbd6a01 user: sdr tags: winsymlink) | |
05:13 | Merge updates from trunk. ... (check-in: c420715158 user: sdr tags: winsymlink) | |
2014-09-24
| ||
09:01 | Move the check for "server-code"/"project-code" into the function db_setup_server_and_project_codes() ... (check-in: 35bf217336 user: jan.nijtmans tags: trunk) | |
06:06 | Added code to detect if the working directory file system is one that supports symlinks so that we won't try to do symlink processing when the platform does not support it. ... (check-in: 5d251b6739 user: sdr tags: winsymlink) | |
04:08 | Modified the win/include/dirent.h file to #undef _DIRENT_HAVE_D_TYPE. With that define fossil tries to use info from opendir/readdir to detect symbolic links unsucessfully. By using undef we force fossil to go through a different route which successfully detects symbolic links. ... (check-in: db2128fa24 user: sdr tags: winsymlink) | |
2014-09-23
| ||
16:02 | When generating the "manifest" file in a checkout because "fossil setting manifest" is turned on, add an extra line of text to the end of the file to prevent the file from being interpreted as a valid control artifact in case the complete source tree is imported into another unrelated Fossil project. ... (check-in: 1dd4be80ca user: drh tags: trunk) | |
15:33 | Modularize server/project code handling. Small style fix to the Dockerfile. ... (check-in: 1cf4728585 user: mistachkin tags: trunk) | |
15:21 | Use strncmp() instead of memcmp() when comparing strings since memcmp() is not guaranteed to read bytes in order and hence might read past the zero-terminator of a string. ... (check-in: 52cb240425 user: drh tags: trunk) | |
12:15 | Add support for Docker [http://www.docker.com/] ... (check-in: 7aced53023 user: jan.nijtmans tags: trunk) | |
11:25 | Delay creation of server-id/project-id until the time "fossil server" is actually run. This fixes the docker issue that all docker containers derived from the same image have the same server-id/project-id. ... (Closed-Leaf check-in: 3cdf0112df user: jan.nijtmans tags: docker) | |
10:05 | Integrate working parts of "V2" (style) changes, which allows to build either "docker" or "trunk" or "release". Don't take over latest SQLite because it is not stable yet (people deploying this docker image are not expecting to test SQLite) ... (check-in: a2f5e982fd user: jan.nijtmans tags: docker) | |
07:27 | • Edit [42c9718f93213dec|42c9718f93]: Mark "Closed". ... (artifact: ff4645af13 user: mistachkin) | |
05:29 | Use Fossil trunk. Use internal SQLite. Style changes for repository naming. ... (Closed-Leaf check-in: bbab17e20b user: mistachkin tags: dockerV2) | |
00:56 | Merge updates from trunk. ... (check-in: 44ded27f7c user: mistachkin tags: winsymlink) | |
00:15 | Cherrypicked a number of commits from a "bad branch" (I somehow fouled up a merge from trunk). ... (check-in: 2d75e87b76 user: sdr tags: winsymlink) | |
2014-09-22
| ||
20:12 | • Edit [e2c5960617f2c9d1|e2c5960617]: Move to branch bad-winsymlink. Add propagating "closed". ... (artifact: 13d5632f67 user: sdr) | |
19:56 | Wrap markdown content in an HTML 'div' block of the 'markdown' class. ... (Closed-Leaf check-in: 8478033670 user: mistachkin tags: markdownDivWrapper) | |
2014-09-21
| ||
20:13 | (experimental) Dockerfile. Allows to create a fossil docker image. An already built fossil docker images can be started by: "sudo docker run -d -p 8080:8080 nijtmans/fossil" (assuming you already installed docker). Open "localhost:8080" in your browser, and log in with "admin"/"admin". Change your admin password and configure it at wish. ... (check-in: a7fc0c5f6e user: jan.nijtmans tags: docker) | |
19:40 | typos ... (check-in: b2a4b66f4b user: jan.nijtmans tags: trunk) | |
19:17 | Changed the inherited privilege markers from prefixed bullet characters to suffixed subscripted letters to help better differentiate which privileges are inherited for users with color perception difficulties. The color coding is still present as it doesn't hurt to have color coding, just needed extra indications on the page. ... (Closed-Leaf check-in: 7b00cd77a0 user: sdr tags: inherit-priv-mark-sub) | |
06:30 | • Edit [1f45ade696db6cfe|1f45ade696]: Edit check-in comment. ... (artifact: fb9461a6db user: sdr) | |
06:13 | Fixed a bug where windows would strip exe or lnk status from files checked in with posix semantics. Note: There is still a known potential issue if a repo is opened on a file system that does not support reparse points (such as FAT derived file systems) or similar such scenarios. ... (Closed-Leaf check-in: 1f45ade696 user: sdr tags: bad-winsymlink) | |
05:51 | • Edit [dbe7bcc7cfe28771|dbe7bcc7cf]: Add propagating "hidden". Mark "Closed". ... (artifact: ab6734d891 user: sdr) | |
03:20 | • Edit [dbe7bcc7cfe28771|dbe7bcc7cf]: Edit check-in comment. ... (artifact: bd3a4c37e0 user: scott) | |
03:05 | Merging latest updates from trunk. ... (check-in: 0ee7e92222 user: sdr tags: bad-winsymlink) | |
03:03 | • Edit [dbe7bcc7cfe28771|dbe7bcc7cf]: Move to branch bad-winsymlink. ... (artifact: ffc3402f95 user: scott) | |
02:05 | Cleaning up some source comments & such. Also modified a memory block to be on the heap instead of the stack. ... (check-in: 30ff96e7a5 user: sdr tags: bad-winsymlink) | |
2014-09-20
| ||
18:41 | Changed name of checked_symlink_create to create_symlink_or_file as it is more accurate / descriptive. Also changed some parameter names, and fixed a couple spelling errors (accidentally typed blog instead of blob and never compiled; oops). ... (check-in: 31b0a9d737 user: sdr tags: bad-winsymlink) | |
18:32 | Refactored symlink_create repeated block of code into a checked_symlink_create function. ... (check-in: 2d3ff7bd23 user: sdr tags: bad-winsymlink) | |
18:11 | Modified revert to always process symbolic links. Also added link_delete to complement file_delete, as windows needs special delete handling for symbolic links as they might be directory symlinks. ... (check-in: 9e0ba1215d user: sdr tags: bad-winsymlink) | |
16:50 | Fixed a problem with the high level symlink creation code to accommodate windows drive letters. Also modified windows symlink creation logic to better handle dir/file symlinks. ... (check-in: 1f1f75066a user: sdr tags: bad-winsymlink) | |
15:31 | • Edit [e2c5960617f2c9d1|e2c5960617]: Edit check-in comment. ... (artifact: 5408c00bff user: scott) | |
15:28 | Merged updates from trunk. ... (check-in: e2c5960617 user: sdr tags: bad-winsymlink) | |
15:10 | • Edit [de8035cca6ebd69c|de8035cca6]: Change user to "sdr". ... (artifact: 0adb7dea76 user: scott) | |
15:07 | minor reformulation of the makeheaders.c string.h patch. ... (check-in: 51937b7282 user: stephan tags: trunk) | |
14:49 | Solaris 10 build patch from Freddy Dissaux. ... (check-in: 4fcbd9b09f user: stephan tags: trunk) | |
00:58 | Update to the latest SQLite 3.8.7 alpha from upstream. ... (check-in: bfa13027d0 user: drh tags: trunk) | |
2014-09-19
| ||
15:50 | • Ticket [e36b52c1da] make wiki (code?, bugs?) searchable status still Open with 4 other changes ... (artifact: 297023102c user: nobody) | |
2014-09-18
| ||
23:22 | • Edit [9323045f0555a444|9323045f05]: Mark "Closed". ... (artifact: f5d5bf5b32 user: mistachkin) | |
23:22 | After deleting a newly proposed ticket or wiki page via moderation, redirect to the list of pending moderation requests. Changes to permit easier debugging of the moderation subsystem. Fix some TH1 script errors that could occur when attempting to view non-existent tickets. ... (check-in: 636c3346d0 user: mistachkin tags: trunk) | |
23:15 | After deleting a newly proposed ticket or wiki page via moderation, redirect to the list of pending moderation requests. ... (Closed-Leaf check-in: 9323045f05 user: mistachkin tags: please-review) | |
23:04 | Add comments for FOSSIL_FORCE_*_MODERATION environment variables. ... (check-in: 2eafdad737 user: mistachkin tags: please-review) | |
22:51 | Merge updates from trunk. ... (check-in: bf3f5d7947 user: mistachkin tags: please-review) | |
22:51 | Make sure the 'modreq' table is created, if necessary, in the repository database. ... (check-in: 12b463ca05 user: mistachkin tags: trunk) | |
22:02 | Experimental changes to permit easier debugging of the moderation subsystem. ... (check-in: bcb444360a user: mistachkin tags: please-review) | |
2014-09-17
| ||
17:49 | Merge updates from trunk. ... (check-in: 8ff50dd7e2 user: mistachkin tags: please-review) | |
17:14 | Further improvements: if the ticket (or wiki page) was deleted via moderation, do not try to redirect to it. ... (check-in: 13448d3cc3 user: mistachkin tags: please-review) | |
15:13 | • Edit [813b860ce40d2fc2|813b860ce4]: Mark "Closed". ... (artifact: ac713cd89f user: drh) | |
15:13 | Fix an issue with the "uf=" query parameter on the timeline. ... (check-in: d81c42d9ed user: drh tags: trunk) | |
14:41 | fix issue when showing checkins using a file incorrect checkins shown after merge ... (Closed-Leaf check-in: 813b860ce4 user: baruch tags: pending-review) | |