aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/git_browse
Commit message (Collapse)AuthorAgeFilesLines
* i'm confused?Bryan Newbold2007-02-247-23/+47
|
* added escape and wordwrap filters to code viewingbnewbold2007-02-243-3/+3
|
* fixed up git_browse to take full path stringsbnewbold2007-02-243-42/+18
| | | | TODO: secure this through validation?
* major git_wiki progress + fixed syncdb problems (model attributes missing)bnewbold2007-02-221-4/+6
|
* fixed some xhtml nitty gritty, progress on git_wikibnewbold2007-02-211-3/+3
|
* put in temp fix for head and tag viewsbnewbold2007-02-211-2/+3
| | | | TODO: filter diff and raw blob output correctly (wrap and escape)
* added "git is confusing" disclaimerbnewbold2007-02-211-0/+3
|
* misc forgot to -abnewbold2007-02-215-38/+111
|
* misc work on git_browse, incl commit objectsbnewbold2007-02-211-0/+29
|
* ugh, broken but need a breakbnewbold2007-02-201-0/+13
|
* removed useless linebnewbold2007-02-201-2/+0
|
* wrapped up git_browse tree for now, filled in Blob objectbnewbold2007-02-205-39/+59
|
* more git_browse filesbnewbold2007-02-2010-18/+123
|
* git_browse: actually moved heads_table and tags_table to seperate filesbnewbold2007-02-204-15/+43
| | | | created shortlog_table
* git_browse: moved heads_table and tags_table to seperate filesbnewbold2007-02-201-45/+2
|
* moved git_browse style to seperate file, added style optionsbnewbold2007-02-201-0/+8
| | | | TODO: wire style options
* mid-progress, work on git-browserbnewbold2007-02-205-19/+104
| | | | | 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-185-10/+32
|
* renamed a few templates, further work on git_browsev0.0.0bnewbold2007-02-1810-32/+222
|
* first work on git_browser appbnewbold2007-02-087-0/+174
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.