Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
35 check-ins using file src/add.c version c37f2e079c
|
2013-12-04
| ||
| 09:24 | Merge trunk. Make it possible to make a move to branch "mistake", close the branch, and hide it in one single step. 3 separate check-buttions control the 3 parts of this action separately. ... (check-in: 884b0dc165 user: jan.nijtmans tags: hidden-tag) | |
| 08:39 | Make it impossible to remove the "branch" and the "sym-<branchname>" tag from a check-in through the ci_edit page. Any check-in must have those two tags, the "Branching" section already contains a check-button suitable to change the branch. ... (check-in: 64c21ef686 user: jan.nijtmans tags: trunk) | |
|
2013-12-03
| ||
| 15:42 | Merge trunk. Rename "hidden" option (not the tag name) to "hide", just as the "close" option compared to the "closed" tag. Just to prevent confusion. ... (check-in: 1a453093bb user: jan.nijtmans tags: hidden-tag) | |
| 15:25 | Update the built-in SQLite to the second release candidate for 3.8.2. ... (check-in: d7543d8bbd user: drh tags: trunk) | |
| 14:59 | Merge trunk. Give "Branch Hiding" it's own section in the ci_edit page. ... (check-in: ec4fe5cb15 user: jan.nijtmans tags: hidden-tag) | |
| 14:56 | "comment" tag from check-in's cannot be canceled: that would result in a check-in without a comment! Extraneous dot in label text. ... (check-in: 2d2ab56754 user: jan.nijtmans tags: trunk) | |
| 13:49 | Use "win32-longpath" as default (when available, overridable with FOSSIL_VFS environment variable) when accessing peer repositories. ... (check-in: f8eefabe6a user: jan.nijtmans tags: trunk) | |
| 05:21 | Be consistent with naming. Also remove unused line of code. ... (check-in: f742be5faa user: andybradford tags: hidden-tag) | |
| 05:10 | Add Admin Timeline setting to display hidden content by default if enabled. ... (check-in: 39667fd75e user: andybradford tags: hidden-tag) | |
| 03:16 | Update the built-in SQLite to the 3.8.2 first release candidate. ... (check-in: 81d24c6bfe user: drh tags: trunk) | |
|
2013-11-30
| ||
| 09:30 | merge trunk ... (check-in: 97fb78b656 user: jan.nijtmans tags: hidden-tag) | |
| 09:28 | When available, make "win32-longpath" the default VFS on Windows and Cygwin ... (check-in: 6e31396faf user: jan.nijtmans tags: trunk) | |
|
2013-11-29
| ||
| 11:26 | When configuring fossil using "--disable-internal-sqlite" (having SQLite 3.8.1 installed), "./fossil version -v" gives: "SQLite 3.8.2 2013-11-27 14:50:51 c75f561f33", which was not the SQLite version compiled with, neither the SQLite version actually running (3.8.1). ... (check-in: d780693181 user: jan.nijtmans tags: trunk) | |
| 06:10 | Rebuild ticket tables when modifications are made using 'fossil config'. ... (check-in: 0047370ce6 user: joel tags: trunk) | |
|
2013-11-28
| ||
| 22:36 | When hiding a branch, close it as well: Commits on a hidden branch make no sense. ... (check-in: 50b986495d user: jan.nijtmans tags: hidden-tag) | |
| 10:34 | Implement "unhide" option for json timeline. Protect "trunk" from being hidden, and indicate more clear which branch is being hidden: The "mistake" branch is the only branch that should have hidden nodes. ... (check-in: 6b61145f4f user: jan.nijtmans tags: hidden-tag) | |
|
2013-11-27
| ||
| 22:05 | correct label ... (check-in: fd2659fbe3 user: jan.nijtmans tags: hidden-tag) | |
| 22:00 | no double WHERE ... (check-in: cbc1d0d79b user: jan.nijtmans tags: hidden-tag) | |
| 21:49 | correct switchin in timeline ... (check-in: 9913d1a731 user: jan.nijtmans tags: hidden-tag) | |
| 19:54 | undo non-timeline related changes: Hidden tag should only affect timeline. ... (check-in: ef98eea9c2 user: jan.nijtmans tags: hidden-tag) | |
| 19:41 | merge trunk ... (check-in: 942c17b127 user: jan.nijtmans tags: hidden-tag) | |
| 15:55 | Import the latest SQLite 3.8.2 beta from upstream, including Cygwin fixes and performance enhancements. ... (check-in: 38c02b775d user: drh tags: trunk) | |
| 15:12 | Implement "Unhide" button in timeline (not on other places yet) and make "hidden" tag propagating. ... (check-in: 50aee5561a user: jan.nijtmans tags: hidden-tag) | |
| 14:07 | TAG_BRANCH is unused in this query ... (check-in: 170c3c7363 user: jan.nijtmans tags: trunk) | |
|
2013-11-25
| ||
| 21:22 | Update to the latest SQLite containing storage engine performance enhancements. ... (check-in: 3957e9610f user: drh tags: trunk) | |
| 15:57 | Implement (already existing but currently non-functional) "hidden" tag, which hides items from timeline. ... (check-in: d9fd922962 user: jan.nijtmans tags: hidden-tag) | |
| 10:12 | Fix handling of UTF-8 paths on Cygwin (SQLite's "cygUtf8" branch). Meant for testing. This fix is Cygwin-only. ... (check-in: 9f58fc6528 user: jan.nijtmans tags: trunk) | |
|
2013-11-22
| ||
| 21:24 | Fix C++ style comment in RC file. Reformat the manifest file to be easier to read/maintain. ... (check-in: f103e0bc97 user: mistachkin tags: trunk) | |
| 09:45 | Add support for Windows 8.1. For details, see [http://msdn.microsoft.com/en-us/library/windows/desktop/dn302074.aspx]. This switches off all Windows compatibility modes, trying to make Windows 8.1 look like an earlier Windows OS. ... (check-in: 3788d79398 user: jan.nijtmans tags: trunk) | |
| 09:25 | unused variable ... (check-in: 0deb022ae5 user: jan.nijtmans tags: trunk) | |
| 01:14 | Merge in hide-diff-on-vdiff_page... Which now give possibility to hide or show full detailed diff on vdiff page. (when clicking on 2 nodes on timeline) Just like the /info page. ... (check-in: 74a4db258a user: mgagnon tags: trunk) | |
| 01:09 | merge in latest trunk ... (Closed-Leaf check-in: 8af8232fc0 user: mgagnon tags: hide-diff-on-vdiff_page) | |
|
2013-11-21
| ||
| 23:39 | Update to the lastest SQLite that includes the OP_Column rewrite and the constant expression factoring logic. ... (check-in: 8dc9d00935 user: drh tags: trunk) | |
| 01:47 | Merge in latest from trunk. ... (check-in: e2929a4ba1 user: andybradford tags: hide-diff-on-vdiff_page) | |
|
2013-11-20
| ||
| 13:48 | Make "fossil open" and "fossil rm" work on a repository which doesn't have any check-in. (the latter only undoes the effect of a previous "fossil add" then). ... (check-in: aef638b610 user: jan.nijtmans tags: trunk) | |