- May 02, 2014
-
-
Jonas Haag authored
-
Jonas Haag authored
Thanks to @lb1a for the initial patch. Fixes #35.
-
- Mar 13, 2014
-
-
Jonas Haag authored
-
Jonas Haag authored
Handle htdigest file properly in contrib.wsgi
-
- Mar 12, 2014
-
-
Philip Dexter authored
Fix #90
-
- Mar 09, 2014
-
-
Philip Dexter authored
Fix #90
-
- Mar 08, 2014
-
-
Philip Dexter authored
Fix #90
-
- Mar 05, 2014
-
-
Jonas Haag authored
See https://github.com/jelmer/dulwich/issues/144 Thanks to Klaus Alexander Seistrup. Fixes #89.
-
Jonas Haag authored
If lexer can't be guessed from the file name, try to guess it from only the file contents. Fall back to no highlighting if this fails too. Thanks to Daniel Krüger for the report.
- Feb 21, 2014
-
-
Jonas Haag authored
See: https://groups.google.com/forum/#!topic/klaus-users/OKyd4suHN2g .m files may be both Matlab and Objective-C. Pygments already handles these cases gracefully; not sure why didn't use it in the past. Thanks to Gnewbee for the report.
- Feb 20, 2014
-
-
Jonas Haag authored
/path/to/some/repo/.git should have the name "repo" Fixes #86. Thanks to @Dafvid for the initial patch.
- Jan 21, 2014
-
- Jan 17, 2014
-
-
Jonas Haag authored
-
Jonas Haag authored
-
- Jan 15, 2014
-
-
Jonas Haag authored
-
Jonas Haag authored
-
Jonas Haag authored
-
Jonas Haag authored
-
Jonas Haag authored
-
Jonas Haag authored
-
Jonas Haag authored
-
Jonas Haag authored
To reduce size of the repository, I decided to purge all screenshots. Thus, I had to rewrite commit history. See #70. The old master will be kept around under the name 'oldmaster'.
-
Jonas Haag authored
-
Jonas Haag authored
-
- Jan 13, 2014
-
-
Jonas Haag authored
-
Jonas Haag authored
Each line of a commit diff has a unique ID. Previously, we'd use 'document.querySelector' when searching for lines in the DOM as part of the line highliter. Now, we additionally annotate these DOM elements with an 'id="<unique id>"' so we can use 'document.getElementById', which is much faster.
-
- Jan 07, 2014
-
-
Jonas Haag authored
Thanks to @lmas for the initial version of the patch.
-
- Dec 08, 2013
-
-
Jonas Haag authored
Stolen from @bbqsrc
-
- Nov 02, 2013
-
-
Jonas Haag authored
-
- Sep 30, 2013
-
-
Jonas Haag authored
Use this if you don't want to restart the server process every time you want to add a new repository. Also moved both WSGI files into contrib/ directory as they're both more of an example than real code.
-
- Sep 24, 2013
-
-
Jonas Haag authored
Add .markdown as possible extension
-
Chaosblog authored
some PEP8-Cleanup
-
- Jul 01, 2013
-
-
Jonas Haag authored
Merged into GitHub issues.
-
Jonas Haag authored
-
- Jun 10, 2013
-
-
Jonas Haag authored
-