Fossil

Timeline
Login

Timeline

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

109 check-ins by user joel

2016-05-12
21:11
Properly update the execute bit if it has changed in the commit being merged, and add info about changed permissions to the merge command's output. Closed-Leaf check-in: 3683508e user: joel tags: merge-renames
20:18
Remove unnecessary code. check-in: c8421e92 user: joel tags: merge-renames
2016-05-11
22:23
Remove unnecessary first commit (that isn't actually a commit because I didn't call "fossil add" first...) in test 8. check-in: 1385c8d4 user: joel tags: merge-renames
02:29
Ensure that N is also a first-parent ancestor of P for cases where P is not on the same branch as either V or M. check-in: 8bf221e5 user: joel tags: merge-renames
2016-05-09
23:48
Call pivot_set_*() before each pivot_find() call. check-in: ec25471c user: joel tags: merge-renames
2016-05-06
20:27
Handle merges with a specified baseline that comes after a commit with renames. check-in: 8da901bb user: joel tags: merge-renames
20:00
find_filename_changes() should report a rename even if the file ends up reverting back to its original name. check-in: 0e9d50b1 user: joel tags: merge-renames
19:49
Improve the merge command's ability to handle various scenarios involving renames. check-in: 423029b1 user: joel tags: merge-renames
2016-04-18
21:57
Minor edits to unify merge command warning messages, plus tests. check-in: 451f04f6 user: joel tags: trunk
2016-04-02
04:28
Remove superfluous initialization of $passed. Closed-Leaf check-in: e33ed0c5 user: joel tags: revert
2016-04-01
04:04
The revert command no longer resets the undo state if nothing is actually reverted. Additional tests and bug fixes as well. check-in: 418dd7ac user: joel tags: revert
2016-03-03
06:46
When possible, don't call test_setup until after any checks that may cause a test script to exit early. Otherwise, test_cleanup should be called before returning. check-in: 314e9b35 user: joel tags: testerCleanup
2016-03-01
21:50
Set the FOSSIL_HOME envvar before each test. Use the root test run directory instead of the directories created for each test file so the config DB file on Windows doesn't mess up tests of commands like addremove and extras. Closed-Leaf check-in: d4907f17 user: joel tags: testCheckoutReform
2015-05-12
17:58
Add documentation for customizing the timeline graph. check-in: 42e77333 user: joel tags: trunk
2015-05-08
03:22
Reimplement timeline-circle-nodes and timeline-arrowheads skin options. Closed-Leaf check-in: aaa0e6d1 user: joel tags: graphcss
2015-05-06
21:28
Use round() instead of ceil() on element dimension calculations. check-in: 05045a47 user: joel tags: graphcss
20:55
Allow the timeline graph to be customized using CSS. check-in: 1f1e199a user: joel tags: graphcss
2015-01-07
21:48
Make Resolution column of /brlist table sortable. check-in: e90503d6 user: joel tags: trunk
21:46
Move table column sort indicator into CSS. check-in: d3eb877c user: joel tags: trunk
2014-12-21
02:44
Adjust file tree CSS so file ages are closer to the filenames. check-in: 797780c3 user: joel tags: trunk
2014-05-31
16:37
Backout [636982a564], which incorrectly calculates aggregate disk checksums when selectively committing files for the initial checkin. check-in: 1a0179ab user: joel tags: trunk
2014-04-26
01:20
Move variable declarations for MSVC. check-in: a050cd09 user: joel tags: trunk
2014-03-08
04:05
Turn mtime-changes off in repo_init test proc. check-in: 68cc26c1 user: joel tags: trunk
2014-03-05
02:39
Add "w" URL parameter and buttons to /fdiff pages. check-in: 0ec153a2 user: joel tags: diff-eolws
00:42
Capitalize button labels for consistency with other pages. Change "Show Whitespace Differences" to "Show Whitespace Changes". check-in: 756c1875 user: joel tags: diff-eolws
00:20
Fix up and simplify /ci page button generation code. check-in: 0c670599 user: joel tags: diff-eolws
2014-03-04
00:42
Show "error" messages in Tk diff. check-in: d4fea96a user: joel tags: diff-eolws
2014-03-03
08:22
Try to fix it more better so it'll work with CLI diffs. Add --ignore-space-at-eol option (name taken from Git) to diff cmd. check-in: 554607d3 user: joel tags: diff-eolws
06:44
Fix diffs that use the DIFF_IGNORE_EOLWS flag. Add a message for diffs that involve only EOL whitespace changes. check-in: 8f885df2 user: joel tags: diff-eolws
2014-02-23
05:15
Fix reverting the combination of a renamed file and an added file that uses the renamed file's original filename. (This previously failed on a UNIQUE constraint.) check-in: bd0b09e5 user: joel tags: trunk
04:56
Verify revert output in revert tests. check-in: 3949c9a3 user: joel tags: trunk
02:14
Refactor revert command SQL slightly. check-in: e66a12ec user: joel tags: trunk
2014-02-22
05:31
Add some utility functions to tester.tcl to reduce boilerplate code in certain tests. check-in: 23d3113b user: joel tags: trunk
2014-02-15
06:14
Create a repo and explicitly set the autosync setting so TH1 tests will run correctly regardless of the user's global setting. Closed-Leaf check-in: 3baa7e3d user: joel tags: pending-review
05:27
Pretend to be drh so merge5 tests run without error. check-in: 052d80df user: joel tags: trunk
2014-02-13
05:36
Replace 'exec mv/rm' with 'file rename/delete' in tests. check-in: c3d36f16 user: joel tags: trunk
2014-02-11
16:03
Set margin and padding to zero on tree-view list items. check-in: f06b5928 user: joel tags: trunk
2014-02-07
15:52
fossil server: Output "Listening...port [p]" message when iPort==mnPort. check-in: 70218670 user: joel tags: trunk
2014-01-17
09:07
Call toggleAll() if expandMap['*'] exists, even if its false (for when the expand query string parameter is used). Closed-Leaf check-in: 8489e297 user: joel tags: tree-view-work
00:07
Recognize old IE event object to make tree-view expand/collapse work in IE8. This breaks expand/collapse on FF. check-in: 21426d01 user: joel tags: tree-view-work
2014-01-16
23:43
Set/unset new "collapsed" class on tree-view lists instead of setting display property. This breaks collapse/expand on Chrome. check-in: 75b96a29 user: joel tags: tree-view-work
21:43
Improve tree-view styling on IE8. check-in: bfe7eeb7 user: joel tags: trunk
20:49
Cleanup and fix for Firefox 3.6. Closed-Leaf check-in: cffecc77 user: joel tags: tree-view-work
2014-01-15
01:55
Add missing "var". Closed-Leaf check-in: cdd441f8 user: joel tags: tree-view-enhancements
01:26
Add ID attribute to subdirectory lists. check-in: 24fa1e68 user: joel tags: tree-view-enhancements
00:15
Use history API instead of sessionStorage. check-in: 434e4538 user: joel tags: tree-view-enhancements
2014-01-14
19:46
Initialize expandMap variable check-in: 3bdbc040 user: joel tags: tree-view-enhancements
15:33
Persist expand/collapse state of tree-view directories in all modern browsers. check-in: cd554eb6 user: joel tags: tree-view-enhancements
2014-01-12
10:24
Fix tree-view JS error/warnings. check-in: 26c26b6f user: joel tags: trunk
10:20
Fix tree-view JS error/warnings. check-in: 94fcef10 user: joel tags: branch-1.28
2014-01-08
00:58
Remove no longer necessary cursor='pointer'. check-in: 927cacb3 user: joel tags: trunk
2014-01-07
09:49
Unflatten top line of directory nodes. Pros of old design (reduced screen space) aren't worth the cons (more confusing, more complicated CSS, and very few people are going to be using subdirectory pages). check-in: a9e9ac46 user: joel tags: broken-build
09:20
Actually check that the link being clicked is a descendant of .subdir instead of using a style-based check that could change with different CSS. check-in: 21dccee9 user: joel tags: broken-build
03:58
There's already an nFullName in FileTreeNode, so use that. Remove other pointless redundancy, too. check-in: 6f1b5d60 user: joel tags: trunk
03:39
Move nFullName declaration to proper location check-in: 98b297a3 user: joel tags: trunk
03:24
Fix tree-view subdirectory pages check-in: 464fd0a4 user: joel tags: trunk
2014-01-06
23:42
Add JS for collapsing/expanding directories in tree-view. check-in: b66100d3 user: joel tags: trunk
09:16
Cleanup tree-view CSS comments. No changes to code. check-in: 4ee58093 user: joel tags: trunk
02:54
Add 'file' class to file browser/tree items even if the file has an extension. check-in: e5606c94 user: joel tags: trunk
02:36
Lines now go directly from directories to child nodes, do not pass go, do not collect $200. Closed-Leaf check-in: f83e0d21 user: joel tags: csstree
2014-01-05
21:43
Add horizontal lines connecting nodes to their parent directory. check-in: 19a8ce37 user: joel tags: csstree
04:18
Tweak styles. check-in: 272b684d user: joel tags: csstree
00:40
Flatten the subdirectory ancestor links into a single line. check-in: 7dfc5cda user: joel tags: csstree
2014-01-04
20:24
Add filetype-specific classes to LI elements. check-in: 1ec61524 user: joel tags: csstree
2014-01-03
08:42
Minor CSS changes check-in: 331185fa user: joel tags: csstree
2014-01-02
18:50
Fix incorrect insertion of closing UL tags. check-in: 417d1808 user: joel tags: csstree
12:47
Propose tree-view enhancement. check-in: 377a4f2d user: joel tags: csstree
12:36
Add portion of MANIFEST_UUID to TH1 URL variables. check-in: daa43661 user: joel tags: trunk
2014-01-01
00:48
Add TH1 variables for style-related URLs (/style.css, /logo, /background) that contain the resources' mtimes. Maintains aggressive caching without requiring users to do a hard refresh or clear their cache when the resource is changed. check-in: daff9d20 user: joel tags: trunk
2013-12-31
08:23
Set g.isConst on /raw pages if the full UUID is given. check-in: 43a2d0fa user: joel tags: trunk
2013-12-27
03:42
Fix segfault on certain /annotate pages. (Discovered using many-www.tcl test script.) check-in: 7a988eed user: joel tags: trunk
2013-12-26
00:07
Add --sha1sum option to commit command. check-in: a9ad53ba user: joel tags: trunk
2013-12-22
01:33
Send gzipped HTTP responses to clients that support it. check-in: 3f4b5d32 user: joel tags: trunk
2013-12-17
06:04
Change the minimum length for wiki page names from 3 to 1. check-in: b7ff13a0 user: joel tags: trunk
2013-12-16
08:52
Recognize IE11's new UA string. check-in: 07a8e5d0 user: joel tags: trunk
2013-11-29
06:10
Rebuild ticket tables when modifications are made using 'fossil config'. check-in: 0047370c user: joel tags: trunk
2013-10-31
06:03
Allow read access to fx_* tables in report_query_authorizer(). check-in: dda5b18b user: joel tags: trunk
2013-09-27
04:08
Make an exception in the spider protection code for Opera Mini. check-in: 1a30da30 user: joel tags: trunk
2013-09-05
02:46
Add $csrf_token TH1 variable. check-in: 2653fb4e user: joel tags: trunk
2013-09-04
00:08
Add mention of SBS diff change to changelog. check-in: f2ce086b user: joel tags: trunk
2013-08-23
16:02
Set id attribute on <select> element generated by TH1 combobox command to NAME so it can be referenced by a <label> element. check-in: 73fdb8a7 user: joel tags: trunk
2013-08-22
20:28
Only change the mouse cursor over node boxes in the timeline. check-in: 52bf9059 user: joel tags: trunk
2013-08-21
02:26
Tk diff: Just stick with default fonts (with an exception for Windows). check-in: 7e9c7c04 user: joel tags: trunk
2013-08-13
02:23
Move table.sbsdiffcols width attribute to CSS check-in: 4aaf5dc5 user: joel tags: trunk
2013-08-04
06:06
Change cgi_accept_forwarded_for() to return the accepted IP address from the X-Forwarded-For header, which could contain multiple addresses (e.g. if the client is also behind a proxy). The last one is the only one we can currently trust. check-in: 59f790bc user: joel tags: trunk
2013-08-02
16:26
Add "timelineCurrent" class to indicate the current checkout version when viewing the timeline page locally. (Feel free to change the default style.) check-in: 81f9791c user: joel tags: trunk
2013-07-26
15:46
Change to . check-in: a60b008f user: joel tags: trunk
2013-07-18
23:01
Assume input is UTF-8. Remove unnecessary font. check-in: 431b4575 user: joel tags: trunk
21:11
Retain tab characters in HTML side-by-side diffs. Display should be unchanged (still mod-8 indentation). check-in: f3410724 user: joel tags: trunk
20:21
Tk diff: Fix a couple scrollbar issues. check-in: a6c96aea user: joel tags: trunk
2013-07-16
16:02
Web SBS diff: Was incorrectly using the scrollWidths of the div containers rather than that of the pre elements themselves. Closed-Leaf check-in: 325ed34e user: joel tags: sbsreloaded
2013-07-15
03:05
Tk diff: New "Files" menu implementation to better handle long file lists. check-in: af9bda81 user: joel tags: sbsreloaded
2013-07-13
23:10
Tk diff: Fix up scrolling code that previously assumed equal line lengths. check-in: 2e7b57fa user: joel tags: sbsreloaded
2013-07-11
00:37
Tk diff: Cycle through diffs based on current location rather than the last one you selected in the menu. Menu button now has generic "Files" label. check-in: 90fa0601 user: joel tags: sbsreloaded
2013-07-10
21:41
Set text widgets to "-state disabled" after loading data. check-in: 302ab3a4 user: joel tags: sbsreloaded
18:06
Combine all diffs into a single display in Tk diff. check-in: 0a41e2b3 user: joel tags: sbsreloaded
05:27
Use tab stops instead of spaces to equalize line lengths in Tk diff. check-in: 695156c1 user: joel tags: sbsreloaded
2013-07-09
20:51
Add better comment explaining why .txtA/.txtB lines are padded with spaces. check-in: 2d8f2b4e user: joel tags: sbsreloaded
2013-07-06
02:35
Support arbitrary line lengths with synced horizontal scrolling in side-by-side diffs. check-in: 4081a91c user: joel tags: sbsreloaded
2013-05-04
01:02
Load HTML files in iframes instead of inlining them directly into /artifact pages. check-in: 63443f92 user: joel tags: trunk
2013-04-25
21:23
Add styling hook and usability improvements to background color picker. check-in: 1159585b user: joel tags: trunk
2013-04-24
02:34
Add submenu links to trunk/tip when browsing files of a non-trunk/tip check-in. check-in: b5b0f1b3 user: joel tags: trunk
2013-04-22
03:50
Fix error on "/dir" page: "SQLITE_ERROR: no such table: main.vfile" check-in: d38f204d user: joel tags: trunk
01:33
Add class hooks to "/dir" pages to allow for filetype-specific styling. check-in: 7ccbf6ee user: joel tags: trunk
2013-04-08
16:37
Add --localhost option to "fossil server" check-in: e501d7d0 user: joel tags: trunk
16:21
Move variable assignment after declarations so as to compile on nmake check-in: 4ee6792d user: joel tags: trunk
2013-02-01
07:01
Limit the number of HTTP redirects that any http_exchange() call will follow to 20 (the limit used by most browsers). Previously, a misconfigured server or incorrect URL could cause Fossil to follow an endless trail of redirects without user intervention. check-in: 13ffb9b4 user: joel tags: trunk
2013-01-26
08:26
Fix revert tests 5 and 6 so they aren't carbon copies. Minor comment cleanup check-in: 1a5ac305 user: joel tags: trunk
2013-01-25
23:49
Fix 'fossil revert' to fully revert renames check-in: eef34741 user: joel tags: trunk