Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
31 check-ins by user andygoth occurring around dc359323be5c482f.
2015-05-15
| ||
18:48 | Update changelog. ... (Closed-Leaf check-in: af05fe23a3 user: andygoth tags: andygoth-metadata-info) | |
18:29 | Link to contents or target when reporting file type changes. ... (check-in: cb420eabd0 user: andygoth tags: andygoth-metadata-info) | |
18:18 | Add periods for consistency between hyperlink and non- versions. May wish to add (or remove) periods everywhere in the report for additional consistency. Update: improvement was later done in [b824b3e7]. ... (check-in: eb9677a9e3 user: andygoth tags: andygoth-metadata-info) | |
18:16 | Show when files become symlinks in /info report. ... (check-in: 5f26745652 user: andygoth tags: andygoth-metadata-info) | |
17:51 | Replace call to checkout_set_all_exe() which only works on the execute bit with inline code that updates both the isexe and islink columns of the vfile table for all files in the checkout. ... (Closed-Leaf check-in: 9e52251e6e user: andygoth tags: andygoth-metadata-changes) | |
17:10 | Update all executable bits in vfile at end of successful commit. ... (check-in: 076c854482 user: andygoth tags: andygoth-metadata-changes) | |
17:10 | Merge trunk. ... (check-in: d186eb56f1 user: andygoth tags: andygoth-metadata-changes) | |
16:49 | Remove redundant use of chnged column/variable. The SELECT statement already ensures each row has chnged==1, so there is no need to check it repeatedly. ... (check-in: be25d412f1 user: andygoth tags: trunk) | |
05:19 | Cherrypick [849cf1d1]: Minor comment correction, no functional change. ... (check-in: 2c77d1d643 user: andygoth tags: trunk) | |
05:02 | Minor comment correction, no functional change. ... (check-in: 849cf1d1a0 user: andygoth tags: andygoth-metadata-changes) | |
05:00 | Add EXECUTABLE, SYMLINK, UNEXEC, UNLINK reports to [fossil changes] and [fossil status] when a file becomes or ceases to be executable or a symlink yet is otherwise unmodified. This change does not apply to Windows. Update the changelog accordingly. Update vfile_check_signature() comment to also describe "integrate" changes. BUG: [fossil commit] does not update the "isexe" and "islink" flags. Thus the files continue to show as changed. Fixed by [076c8544]. ... (check-in: 03679b5827 user: andygoth tags: andygoth-metadata-changes) | |
02:29 | Update changelog to document [46675ed2]. ... (check-in: 2ec8327aa4 user: andygoth tags: trunk) | |
02:25 | Remove access check from [fossil add] to make it match [fossil addremove] which waits until [fossil commit] to check for readability. This makes it possible to use [fossil add] to add symlinks to nonexistent/unreadable files and (not like this is useful) to add zero-length files for which the user does not have read permission. [fossil addremove] has always had these capabilities, but it has the drawback of adding and removing everything it can, not allowing the user to limit its scope. ... (check-in: 46675ed219 user: andygoth tags: trunk) | |
02:11 | Add missing comment describing how settings are read while opening a checkout. ... (check-in: f7f6ea818a user: andygoth tags: trunk) | |
01:45 | Update changelog to document [010451e7]. ... (check-in: ebbff96276 user: andygoth tags: trunk) | |
01:41 | Integrate andygoth-versioned-open. This makes [fossil open] respect ".fossil-settings/allow-symlinks". ... (check-in: 010451e7a5 user: andygoth tags: trunk) | |
2015-05-02
| ||
21:11 | Correct cat command error message on nonexistent file. ... (check-in: 715f88811a user: andygoth tags: trunk) | |
20:57 | Cherrypick [1b01c1ad]: Correct comment describing behavior of errCode. ... (check-in: 6f2b59270b user: andygoth tags: trunk) | |
20:54 | Avoid panic on opening a repository lacking .fossil-settings/allow-symlinks or .fossil-settings/allow-symlinks.no-warn . Probably want to reconsider the way historical_version_of_file() handles error codes. ... (Closed-Leaf check-in: 90c0344275 user: andygoth tags: andygoth-versioned-open) | |
20:52 | Correct comment describing behavior of errCode. ... (check-in: 1b01c1ad26 user: andygoth tags: andygoth-versioned-open) | |
20:37 | Merge trunk. ... (check-in: 794d4752ae user: andygoth tags: andygoth-versioned-open) | |
20:21 | Cherrypick [ff192614]: Use fossil_strdup() consistent with the rest of the code. ... (check-in: f8315ee900 user: andygoth tags: trunk) | |
2015-04-29
| ||
16:54 | Merge trunk. ... (check-in: 25a7cd1e0f user: andygoth tags: andygoth-versioned-open) | |
2015-04-08
| ||
05:06 | Check versioned settings (namely, allow-symlinks) during open. ... (check-in: 6a4c3c5ee2 user: andygoth tags: andygoth-versioned-open) | |
2015-03-30
| ||
22:00 | Rename "event" to "technote" throughout technote/event documentation. Previous renaming did not address every instance of the word "event". ... (check-in: dc359323be user: andygoth tags: trunk) | |
2015-03-22
| ||
01:38 | Correct typo. Credit Arseniy Terekhin on the fossil-dev list for the report. ... (check-in: b0592fe329 user: andygoth tags: trunk) | |
2015-03-18
| ||
17:37 | Correct typo in [fossil configuration sync] documentation. ... (check-in: 23515802c9 user: andygoth tags: trunk) | |
2015-03-05
| ||
19:51 | Swap single-/double-dash convention in [fossil help help] listing to match the other commands. Use single-dash for single-letter option names and double-dash for long option names. (Truth is that either is accepted; this is merely a display issue.) ... (check-in: 03e1850bf1 user: andygoth tags: trunk) | |
19:18 | Correct [fossil finfo -n 0] to have no limit, in accordance with documentation. Update documentation to mention that negative numbers also have no limit and that unlimited is the default. ... (check-in: 81da7b0024 user: andygoth tags: trunk) | |
2014-04-20
| ||
19:31 | Fix typo and avoid nested double quotes in wiki format guide. ... (check-in: 8a5f192b40 user: andygoth tags: trunk) | |
19:05 | Fix CSS typo to correct alignment of "th" labels (s/tale/label/). ... (check-in: 8b3f1b5b25 user: andygoth tags: trunk) | |