Fossil

Timeline
Login

Timeline

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

76 check-ins related to "hidden-tag"

2013-12-26
17:39
merge trunk (Closed-Leaf check-in: 9dcf8859 user: jan.nijtmans tags: hidden-tag)
17:38
update changes.wiki (check-in: 6fd4c41e user: jan.nijtmans tags: trunk)
2013-12-24
11:54
Add tkt-change-hook possibilities to changelog (check-in: c36d34e5 user: jan.nijtmans tags: hidden-tag)
11:45
merge trunk (check-in: 5e0e7678 user: jan.nijtmans tags: hidden-tag)
11:41
Minor bug in handling of "fco" parameter in finfo page, only noticable with multiple buttons. Add more "Unhide" buttons to various timeline page variants. Add "unhide" options from various info page links, which could point to hidden information. (check-in: 71aa33cd user: jan.nijtmans tags: trunk)
2013-12-23
21:25
Add "Unhide" button in finfo page. (Doesn't do anything yet) (check-in: 73da41c5 user: jan.nijtmans tags: hidden-tag)
13:01
Revert two incorrect "unhide" additions: zUuid is not a check-in uuid here. (check-in: 0a5b0521 user: jan.nijtmans tags: hidden-tag)
10:19
Add "Unhide" button in more timeline variants. (check-in: ef2b7720 user: jan.nijtmans tags: hidden-tag)
09:00
Some more link fixes, all of the form "/timeline" having an uuid in it's arguments which is possibly hidden. (check-in: 7af8e2eb user: jan.nijtmans tags: hidden-tag)
06:53
Fix genealogy links from the /info page (Thanks to Andy Bradford noticing this) (check-in: fd0507e9 user: jan.nijtmans tags: hidden-tag)
2013-12-22
10:21
According to RFC 1952, MTIME=0 means no time stamp is available (check-in: 51889695 user: jan.nijtmans tags: trunk)
2013-12-18
16:05
formatting (Closed-Leaf check-in: 584986cd user: jan.nijtmans tags: hidden-tag)
15:57
Add "timeline-show-hidden" setting. (check-in: 4a2435c6 user: jan.nijtmans tags: hidden-tag)
12:27
Add batch file to build Fossil with the latest installed version of MSVC. (check-in: c8b1f75f user: mistachkin tags: trunk)
08:49
Add a checkbox to the ci_edit page which allows to hide a (partial) branch from the timeline. (check-in: 22a4e0c5 user: jan.nijtmans tags: trunk)
03:26
If the checkbox is selected, select the input text as well similar to how the custom color works. (Closed-Leaf check-in: 3cb66514 user: andybradford tags: hidden-tag)
03:01
Using javascript to disappear current text in input field might need additional feedback before implementing. (check-in: 2bf8f863 user: andybradford tags: hidden-tag)
2013-12-17
11:39
eliminate isempty() javascript function. Use trim() in stead. (check-in: 029c7c01 user: jan.nijtmans tags: hidden-tag)
10:56
merge trunk (check-in: 6a8ddc43 user: jan.nijtmans tags: hidden-tag)
10:51
If 'newbranch' field only contains spaces, consider it empty. (check-in: 5ceef9bc user: jan.nijtmans tags: win32-longpath)
04:48
Merge from trunk for latest fixes. (check-in: 2e763930 user: andybradford tags: hidden-tag)
03:46
When editing a branch name, make the default value disappear when the input is entered. Also, strip whitespace from right-end of value and only update branch names if not all white space. (check-in: bb6ba17b user: andybradford tags: hidden-tag)
00:55
Refactor the complex Win32-specific file routines into their own subsystem. (check-in: d9ff9682 user: mistachkin tags: trunk)
2013-12-14
09:24
merge trunk. Fix behavior of "Branching" checkbox, and simplify javascript functions. (check-in: 885d72b2 user: jan.nijtmans tags: hidden-tag)
09:12
Add "Unhide" button, for people who want to see everything in the "mistake" branch (I don't want to see it, but someone else might) (check-in: e0817761 user: jan.nijtmans tags: trunk)
2013-12-13
21:29
Given that recovering from incorrect hiding is relatively straightforward, don't prevent access to hidden option on trunk and main-branch. (check-in: d35b1ca0 user: andybradford tags: hidden-tag)
09:24
merge trunk (check-in: 1d0517c1 user: jan.nijtmans tags: hidden-tag)
08:40
When branchname in ci_edit page changes, adapt remaining form to the name-change using some javascript. Thanks to Andy Bradford for the idea (adapted/simplified from the "hidden-tag" branch)! (check-in: cf9293ad user: jan.nijtmans tags: trunk)
05:40
Minor comment cleanup. No code change. (check-in: 40c5b3b3 user: andybradford tags: hidden-tag)
02:46
Attempt to prevent hiding of either main-branch or trunk. (check-in: 7a41dd2b user: andybradford tags: hidden-tag)
2013-12-12
09:46
merge trunk (check-in: 820a5990 user: jan.nijtmans tags: hidden-tag)
08:43
Put back 'win32-longpath' VFS as default for Cygwin: Cygwin doesn't suffer from path limitations (at least, not until 4096 chars), so usage of the 'win32' VFS is not reasonable as default. (check-in: a7603981 user: jan.nijtmans tags: trunk)
2013-12-10
08:31
Rename variable 'trunk' to 'zTrunk'. Improve comment. (check-in: b75cc0e3 user: jan.nijtmans tags: hidden-tag)
08:23
merge trunk (check-in: 51cd4436 user: jan.nijtmans tags: hidden-tag)
08:22
Make timeline and JSON timeline respect the "hidden" tag. Meant for a new feature developed in the "hidden-tag" branch. No added buttons or configuration options yet (still being discussed). (check-in: 45d69e82 user: jan.nijtmans tags: trunk)
2013-12-05
21:27
slightly simpler/more readable (check-in: 9a8380d2 user: jan.nijtmans tags: hidden-tag)
15:20
Avoid Javascript errors when editing a leaf and typing in the branch name. (check-in: 328df74b user: andybradford tags: hidden-tag)
12:20
merge trunk (check-in: 46a88543 user: jan.nijtmans tags: hidden-tag)
12:09
When trying to rename a branch into itself, make this a NOP. (check-in: 95a80950 user: jan.nijtmans tags: trunk)
09:42
Change branch name in "Branch Closure" section in the same way as in "Branch Hiding" (check-in: 9395e8d4 user: jan.nijtmans tags: hidden-tag)
09:27
Fix format specifier in previous commit (again) (check-in: 4a43e315 user: jan.nijtmans tags: trunk)
09:19
Merge trunk. Disable new checkbox in stead of hiding it when not in use. (check-in: 56836278 user: jan.nijtmans tags: hidden-tag)
08:56
Correct use of plural, remove some spaces/tabs at the end of lines. (check-in: 3e18dbef user: jan.nijtmans tags: trunk)
08:36
Use different format specifier for and textContent to avoid unwanted display issues. (check-in: 439f18e8 user: andybradford tags: hidden-tag)
08:15
Use Javascript to hide the branch hiding checkbox when necessary. Also update the branch name in the branch hiding text when a branch is specified. (check-in: 11e8a48e user: andybradford tags: hidden-tag)
2013-12-04
09:58
"this branch" -> <branchname> (check-in: b0bf6582 user: jan.nijtmans tags: hidden-tag)
09:38
merge trunk (check-in: 8b003a10 user: jan.nijtmans tags: hidden-tag)
09:36
Styling: translate some tabs to spaces (check-in: b3e32c8e user: jan.nijtmans tags: trunk)
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: 884b0dc1 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: 64c21ef6 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: 1a453093 user: jan.nijtmans tags: hidden-tag)
15:25
Update the built-in SQLite to the second release candidate for 3.8.2. (check-in: d7543d8b user: drh tags: trunk)
14:59
Merge trunk. Give "Branch Hiding" it's own section in the ci_edit page. (check-in: ec4fe5cb 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: 2d2ab567 user: jan.nijtmans tags: trunk)
14:47
"comment" tag from check-in's cannot be canceled: that would result in a check-in without a comment! Extraneous dot in label text. (Closed-Leaf check-in: 20015206 user: jan.nijtmans tags: hidden-tag)
05:21
Be consistent with naming. Also remove unused line of code. (check-in: f742be5f user: andybradford tags: hidden-tag)
05:10
Add Admin Timeline setting to display hidden content by default if enabled. (check-in: 39667fd7 user: andybradford tags: hidden-tag)
2013-11-30
09:30
merge trunk (check-in: 97fb78b6 user: jan.nijtmans tags: hidden-tag)
09:28
When available, make "win32-longpath" the default VFS on Windows and Cygwin (check-in: 6e31396f user: jan.nijtmans 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: 50b98649 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: 6b61145f user: jan.nijtmans tags: hidden-tag)
2013-11-27
22:05
correct label (check-in: fd2659fb user: jan.nijtmans tags: hidden-tag)
22:00
no double WHERE (check-in: cbc1d0d7 user: jan.nijtmans tags: hidden-tag)
21:49
correct switchin in timeline (check-in: 9913d1a7 user: jan.nijtmans tags: hidden-tag)
19:54
undo non-timeline related changes: Hidden tag should only affect timeline. (check-in: ef98eea9 user: jan.nijtmans tags: hidden-tag)
19:41
merge trunk (check-in: 942c17b1 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: 38c02b77 user: drh tags: trunk)
15:12
Implement "Unhide" button in timeline (not on other places yet) and make "hidden" tag propagating. (check-in: 50aee556 user: jan.nijtmans tags: hidden-tag)
2013-11-25
15:57
Implement (already existing but currently non-functional) "hidden" tag, which hides items from timeline. (check-in: d9fd9229 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: 9f58fc65 user: jan.nijtmans tags: trunk)
2013-09-13
08:32
merge trunk to "hidden" tag implementation. Regarding the "CROSS JOIN", see: [85d960e205288ef8] and https://www.sqlite.org/queryplanner-ng.html#fossilcasestudy for more info. (Closed-Leaf check-in: 778ce727 user: jan.nijtmans tags: hidden-tag)
2013-09-12
22:47
implement undocumented "mionly" option in JSON timeline, just as in the normal timeline page. (check-in: 0bcb7707 user: jan.nijtmans tags: trunk)
21:05
don't use a CROSS JOIN, but a normal JOIN. Is that correct? Otherwise it's incredible slow......, but I'm not sure. (check-in: d7436c4e user: jan.nijtmans tags: hidden-tag)
13:03
Make it work in JSON timeline as well (check-in: 0ee34c90 user: jan.nijtmans tags: hidden-tag)
2013-09-11
15:16
Don't display anything marked "hidden" in the timeline. (check-in: ba7056b2 user: jan.nijtmans tags: hidden-tag)
13:15
Use the new -DSQLITE_WIN32_NO_ANSI C-flag from SQLite 3.8.1. This eliminates all osIsNT() calls on Win32 and Cygwin in SQLite. (Fossil doesn't run on Win95/98/ME anyway) (check-in: c2fa0074 user: jan.nijtmans tags: trunk)