aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/git_browse/views.py
Commit message (Collapse)AuthorAgeFilesLines
* changes for adeliebnewbold2010-10-251-167/+0
|
* syntax highlighting for all files (untested)bnewbold2007-08-081-1/+9
|
* zip downloads of tree-like objectsbnewbold2007-08-081-0/+13
|
* fixed tree browsing in git_browse, and diff output for commitsbnewbold2007-08-081-2/+14
|
* falls through if pygments not detectedbnewbold2007-06-011-5/+6
|
* diff pygmentation for git_browsebnewbold2007-06-011-0/+6
|
* fixed up git_browse to take full path stringsbnewbold2007-02-241-17/+2
| | | | TODO: secure this through validation?
* misc forgot to -abnewbold2007-02-211-8/+21
|
* wrapped up git_browse tree for now, filled in Blob objectbnewbold2007-02-201-0/+11
|
* more git_browse filesbnewbold2007-02-201-1/+1
|
* git_browse: actually moved heads_table and tags_table to seperate filesbnewbold2007-02-201-2/+2
| | | | created shortlog_table
* mid-progress, work on git-browserbnewbold2007-02-201-14/+19
| | | | | fan is dying, more work to do though! TODO: seperate style for git_browser, use "block.super"
* removed knowledge directory, filled in front page, continued git_browsebnewbold2007-02-181-5/+10
|
* renamed a few templates, further work on git_browsev0.0.0bnewbold2007-02-181-7/+87
|
* first work on git_browser appbnewbold2007-02-081-0/+28
for now just returns raw text from shell commands also tries to track repositories... but UI for selecting FilePathFields sucks so have to chose slugs manually for now... i think django support for this will come soon so i'm not bothering.