Fossil

Timeline
Login

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

50 most recent 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: 3683508e98 user: joel tags: merge-renames)
20:18
Remove unnecessary code. ... (check-in: c8421e923c 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: 1385c8d456 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: 8bf221e534 user: joel tags: merge-renames)
2016-05-09
23:48
Call pivot_set_*() before each pivot_find() call. ... (check-in: ec25471c50 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: 8da901bb98 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: 0e9d50b148 user: joel tags: merge-renames)
19:49
Improve the merge command's ability to handle various scenarios involving renames. ... (check-in: 423029b153 user: joel tags: merge-renames)
2016-04-18
21:57
Minor edits to unify merge command warning messages, plus tests. ... (check-in: 451f04f6fe user: joel tags: trunk)
2016-04-02
04:28
Remove superfluous initialization of $passed. ... (Closed-Leaf check-in: e33ed0c55a 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: 418dd7ac51 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: 314e9b3566 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: d4907f17fb user: joel tags: testCheckoutReform)
2015-05-12
17:58
Add documentation for customizing the timeline graph. ... (check-in: 42e77333ba user: joel tags: trunk)
2015-05-08
03:22
Reimplement timeline-circle-nodes and timeline-arrowheads skin options. ... (Closed-Leaf check-in: aaa0e6d149 user: joel tags: graphcss)
2015-05-06
21:28
Use round() instead of ceil() on element dimension calculations. ... (check-in: 05045a476d user: joel tags: graphcss)
20:55
Allow the timeline graph to be customized using CSS. ... (check-in: 1f1e199a20 user: joel tags: graphcss)
2015-01-07
21:48
Make Resolution column of /brlist table sortable. ... (check-in: e90503d617 user: joel tags: trunk)
21:46
Move table column sort indicator into CSS. ... (check-in: d3eb877c06 user: joel tags: trunk)
2014-12-21
02:44
Adjust file tree CSS so file ages are closer to the filenames. ... (check-in: 797780c3ff 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: 1a0179abd7 user: joel tags: trunk)
2014-04-26
01:20
Move variable declarations for MSVC. ... (check-in: a050cd09e6 user: joel tags: trunk)
2014-03-08
04:05
Turn mtime-changes off in repo_init test proc. ... (check-in: 68cc26c1ea user: joel tags: trunk)
2014-03-05
02:39
Add "w" URL parameter and buttons to /fdiff pages. ... (check-in: 0ec153a2a7 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: 756c187590 user: joel tags: diff-eolws)
00:20
Fix up and simplify /ci page button generation code. ... (check-in: 0c670599bf user: joel tags: diff-eolws)
2014-03-04
00:42
Show "error" messages in Tk diff. ... (check-in: d4fea96ad8 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: 554607d35b 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: 8f885df209 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: bd0b09e50b user: joel tags: trunk)
04:56
Verify revert output in revert tests. ... (check-in: 3949c9a33e user: joel tags: trunk)
02:14
Refactor revert command SQL slightly. ... (check-in: e66a12ec4b 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: 23d3113bb1 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: 3baa7e3dc1 user: joel tags: pending-review)
05:27
Pretend to be drh so merge5 tests run without error. ... (check-in: 052d80dff2 user: joel tags: trunk)
2014-02-13
05:36
Replace 'exec mv/rm' with 'file rename/delete' in tests. ... (check-in: c3d36f164c user: joel tags: trunk)
2014-02-11
16:03
Set margin and padding to zero on tree-view list items. ... (check-in: f06b592815 user: joel tags: trunk)
2014-02-07
15:52
fossil server: Output "Listening...port [p]" message when iPort==mnPort. ... (check-in: 70218670ff 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: 8489e29731 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: 21426d01b4 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: 75b96a2912 user: joel tags: tree-view-work)
21:43
Improve tree-view styling on IE8. ... (check-in: bfe7eeb71a user: joel tags: trunk)
20:49
Cleanup and fix for Firefox 3.6. ... (Closed-Leaf check-in: cffecc776b user: joel tags: tree-view-work)
2014-01-15
01:55
Add missing "var". ... (Closed-Leaf check-in: cdd441f851 user: joel tags: tree-view-enhancements)
01:26
Add ID attribute to subdirectory lists. ... (check-in: 24fa1e6802 user: joel tags: tree-view-enhancements)
00:15
Use history API instead of sessionStorage. ... (check-in: 434e4538bc user: joel tags: tree-view-enhancements)
2014-01-14
19:46
Initialize expandMap variable ... (check-in: 3bdbc0408f user: joel tags: tree-view-enhancements)
15:33
Persist expand/collapse state of tree-view directories in all modern browsers. ... (check-in: cd554eb63c user: joel tags: tree-view-enhancements)
2014-01-12
10:24
Fix tree-view JS error/warnings. ... (check-in: 26c26b6fc3 user: joel tags: trunk)
10:20
Fix tree-view JS error/warnings. ... (check-in: 94fcef1051 user: joel tags: branch-1.28)