Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * Remove "source indicator" CSS from removed feature. | Danny Allen | 2014-09-22 | 1 | -16/+0 | |
| | ||||||
* | Address comments from pull request 34 ↵ | Danny Allen | 2014-09-22 | 3 | -124/+77 | |
| | | | | | | | (https://bitbucket.org/ned/coveragepy/pull-request/34/rework-of-my-pull-request-18/diff): * Remove fixed header and header buttons in file details page. * Add dynamically summing footer values. | |||||
* | * Do not try to jump to line if we can't find a matching target. | Danny Allen | 2014-05-15 | 1 | -12/+14 | |
| | ||||||
* | * Respond to pull request #18 comments | Danny Allen | 2014-05-15 | 1 | -15/+19 | |
| | ||||||
* | Rework of my pull request #18: | Danny Allen | 2014-05-15 | 6 | -170/+230 | |
| | | | | | | | | * Implement "go to next" buttons in pyfile UI * Improve filter on main UI to persist over page reloads * Hide totals table footer if hiding any rows, as values will be inaccurate * Implement live filtering of index table rows * Upgrade to jQuery 1.11.1 | |||||
* | Forgot to change the reference to jquery to match the new filename | Ned Batchelder | 2013-10-06 | 2 | -2/+2 | |
| | ||||||
* | Search a list of places to find HTML report static files. #259. | Ned Batchelder | 2013-09-28 | 1 | -0/+0 | |
| | | | | | --HG-- rename : coverage/htmlfiles/jquery-1.4.3.min.js => coverage/htmlfiles/jquery.min.js | |||||
* | Branch coverage is computed more accurately, #156. | Ned Batchelder | 2012-11-19 | 2 | -3/+3 | |
| | ||||||
* | Now the title of the HTML report can be set. | Ned Batchelder | 2012-11-09 | 1 | -2/+2 | |
| | ||||||
* | One more way to be picky: no final blank lines. | Ned Batchelder | 2012-10-30 | 1 | -1/+0 | |
| | ||||||
* | Fix #197: more decimal places on a CSS fraction eliminates rounding errors ↵ | Ned Batchelder | 2012-09-26 | 1 | -2/+2 | |
| | | | | in the HTML line numbers. | |||||
* | Color the buttons on the pyfile page, so they have a visual connection to ↵ | Ned Batchelder | 2012-04-28 | 2 | -1/+26 | |
| | | | | the lines they affect. | |||||
* | Keep all the Javascript in the .js files. | Ned Batchelder | 2012-04-28 | 2 | -4/+9 | |
| | ||||||
* | The [html]extra_css configuration value is a file path to a CSS file that ↵ | Ned Batchelder | 2012-04-20 | 2 | -0/+6 | |
| | | | | gets copied into the HTML report. | |||||
* | cleaner | Ned Batchelder | 2011-06-26 | 1 | -1/+1 | |
| | ||||||
* | HTML report hotkeys work differently if the current chunk is off-screen. A ↵ | Ned Batchelder | 2011-06-26 | 1 | -10/+116 | |
| | | | | chunk on-screen will be selected next. | |||||
* | Scroll-to-top needs the Chrome fix also. | Ned Batchelder | 2011-06-23 | 1 | -1/+1 | |
| | ||||||
* | Some jslint cleanups | Ned Batchelder | 2011-06-23 | 1 | -5/+4 | |
| | ||||||
* | Chrome fixes: transparent colors are not 'transparent', and scrolling html ↵ | Ned Batchelder | 2011-06-23 | 1 | -4/+10 | |
| | | | | doesn't work, but scrolling body does. | |||||
* | Tidy up | Ned Batchelder | 2011-06-05 | 1 | -2/+2 | |
| | ||||||
* | Add a keyboard help panel to the index page. | Ned Batchelder | 2011-06-05 | 3 | -0/+27 | |
| | ||||||
* | Remove the twistie from the keyboard icon. | Ned Batchelder | 2011-06-05 | 2 | -0/+0 | |
| | ||||||
* | Keyboard-shorcut help is now available on the file page of the HTML report. | Ned Batchelder | 2011-04-20 | 5 | -0/+82 | |
| | ||||||
* | Style | Ned Batchelder | 2011-04-17 | 1 | -3/+3 | |
| | ||||||
* | Style | Ned Batchelder | 2011-04-17 | 1 | -19/+19 | |
| | ||||||
* | More tests, some refactoring of the code. | Ned Batchelder | 2011-04-17 | 1 | -14/+14 | |
| | ||||||
* | Even better way to test js: build fixtures programmatically, no need for ↵ | Ned Batchelder | 2011-04-17 | 1 | -6/+10 | |
| | | | | monkeypatching the code under test. | |||||
* | Convert from DOS line-endings | Ned Batchelder | 2011-04-17 | 1 | -53/+53 | |
| | ||||||
* | Javascript tests | Ned Batchelder | 2011-04-16 | 1 | -22/+43 | |
| | ||||||
* | Tweaks to the chunk-navigation hotkeys. Still looking for a way to automate ↵ | Ned Batchelder | 2011-04-08 | 1 | -12/+16 | |
| | | | | testing. | |||||
* | HTML hotkeys for jumping to next/prev highlighted source section. | Ned Batchelder | 2011-03-27 | 3 | -0/+155 | |
| | ||||||
* | Incremental HTML generation. Some cleanup would be good. | Ned Batchelder | 2011-03-24 | 1 | -1/+1 | |
| | ||||||
* | Lint cleanups in the Javascript code. | Ned Batchelder | 2011-02-04 | 1 | -15/+17 | |
| | ||||||
* | Forgot this file in the last checkin. | Ned Batchelder | 2010-11-07 | 1 | -0/+99 | |
| | ||||||
* | Hotkeys for the HTML report. | Ned Batchelder | 2010-11-07 | 3 | -11/+31 | |
| | ||||||
* | Upgrade jquery to 1.4.3 | Ned Batchelder | 2010-11-07 | 4 | -21/+168 | |
| | ||||||
* | Put the Javascript into an object. | Ned Batchelder | 2010-11-05 | 3 | -9/+12 | |
| | ||||||
* | Unify formatting of coverage percentages, and don't show zero or 100 as a ↵ | Ned Batchelder | 2010-08-22 | 2 | -5/+5 | |
| | | | | result of rounding. Fixes #41 and #70. | |||||
* | Not sure why I changed these from inherit to normal last week (something to ↵ | Ned Batchelder | 2010-03-20 | 1 | -2/+2 | |
| | | | | do with IE and the styling of the linked line numbers). 'normal' made the footer not be italic, and putting it back to 'inherit' doesn't seem to break anything. | |||||
* | Make this function name better. | Ned Batchelder | 2010-03-14 | 2 | -2/+2 | |
| | ||||||
* | Added a link back to the index page at the bottom of HTML source pages. ↵ | Ned Batchelder | 2010-03-14 | 3 | -3/+15 | |
| | | | | Closes issue #38. | |||||
* | HTML line numbers are clickable, and highlight the line on arrival. Also, ↵ | Ned Batchelder | 2010-03-14 | 3 | -4/+30 | |
| | | | | noticed that IE8 didn't line up the line number properly, so added an unfortunate meta tag to make it right. Closes issue #55. | |||||
* | Reports now emphasize missed lines over executed lines, since those are more ↵ | Ned Batchelder | 2010-03-13 | 2 | -7/+7 | |
| | | | | helpful for directing developers to improved test coverage. | |||||
* | Minor cleanup | Ned Batchelder | 2010-03-13 | 1 | -3/+3 | |
| | ||||||
* | Clean up the lst += string stuff, whereby string being iterable means each ↵ | Ned Batchelder | 2010-02-07 | 1 | -4/+4 | |
| | | | | char is added as an element of the list. Also, apply the 'join is better than append' rule to other places, where, alas, it doesn't seem to have the same magic effect. | |||||
* | Clean up HTML files. | Ned Batchelder | 2009-12-06 | 4 | -133/+133 | |
| | ||||||
* | Make the two html templates more similar in style. | Ned Batchelder | 2009-12-06 | 3 | -106/+110 | |
| | ||||||
* | Add a numbered id to the line parts, for future use. Put the percentage in ↵ | Ned Batchelder | 2009-12-06 | 1 | -3/+3 | |
| | | | | the title of file reports. | |||||
* | A little explanation of the partial branch annotations in the HTML report. | Ned Batchelder | 2009-11-30 | 1 | -1/+1 | |
| | ||||||
* | Move the javascript code for click-to-sort columns into its own file. It ↵ | Ned Batchelder | 2009-11-25 | 2 | -64/+68 | |
| | | | | helps keep the HTML tests from changing when the code changes. Also, don't compare non-HTML files in the tests. |