Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins occurring around 20015206bc.
2013-12-07
| ||
21:47 | Add missing CSS for verbatim blocks in tickets to avoid wrapping and set a default white background. ... (check-in: 984735a752 user: andybradford tags: trunk) | |
2013-12-06
| ||
16:06 | Added a quote about github to the quotes.wiki document. ... (check-in: 5b86c3d566 user: drh tags: trunk) | |
2013-12-05
| ||
21:27 | slightly simpler/more readable ... (check-in: 9a8380d2cd user: jan.nijtmans tags: hidden-tag) | |
15:20 | Avoid Javascript errors when editing a leaf and typing in the branch name. ... (check-in: 328df74bfc user: andybradford tags: hidden-tag) | |
12:20 | merge trunk ... (check-in: 46a88543ca user: jan.nijtmans tags: hidden-tag) | |
12:09 | When trying to rename a branch into itself, make this a NOP. ... (check-in: 95a809500a user: jan.nijtmans tags: trunk) | |
09:42 | Change branch name in "Branch Closure" section in the same way as in "Branch Hiding" ... (check-in: 9395e8d434 user: jan.nijtmans tags: hidden-tag) | |
09:27 | Fix format specifier in previous commit (again) ... (check-in: 4a43e31549 user: jan.nijtmans tags: trunk) | |
09:19 | Merge trunk. Disable new checkbox in stead of hiding it when not in use. ... (check-in: 56836278da user: jan.nijtmans tags: hidden-tag) | |
08:56 | Correct use of plural, remove some spaces/tabs at the end of lines. ... (check-in: 3e18dbefd0 user: jan.nijtmans tags: trunk) | |
08:44 | correct format specifier, in case the branch name contains HTML-conflicting characters ... (check-in: 2eda90a5de user: jan.nijtmans tags: trunk) | |
08:40 | Add a checkbox in the ci_edit page which allows to close multiple leaves (all successors of the current check-in) to be closed in a single action. ... (check-in: 718cc00208 user: jan.nijtmans tags: trunk) | |
08:36 | Use different format specifier for and textContent to avoid unwanted display issues. ... (check-in: 439f18e866 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: 11e8a48e4d user: andybradford tags: hidden-tag) | |
05:11 | When using the --template option to the 'init' command, the short project name should be skipped as well. ... (check-in: 844436929e user: mistachkin tags: trunk) | |
2013-12-04
| ||
13:10 | Add -DSQLITE_WINNT_MAX_PATH_CHARS=4096 for Cygwin, as Cygwin cannot handle paths of length 32767 anyway. Doesn't affect other platforms. Re-generated Makefile.PellesCGMake, somehow not updated when makemake.tcl changed the last time. ... (check-in: 53fd1c9b9c user: jan.nijtmans tags: trunk) | |
09:58 | "this branch" -> <branchname> ... (check-in: b0bf658240 user: jan.nijtmans tags: hidden-tag) | |
09:38 | merge trunk ... (check-in: 8b003a104a user: jan.nijtmans tags: hidden-tag) | |
09:36 | Styling: translate some tabs to spaces ... (check-in: b3e32c8e8b 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: 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) | |