Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added escape and wordwrap filters to code viewing | bnewbold | 2007-02-24 | 3 | -3/+3 |
| | |||||
* | fixed up git_browse to take full path strings | bnewbold | 2007-02-24 | 3 | -42/+18 |
| | | | | TODO: secure this through validation? | ||||
* | major git_wiki progress + fixed syncdb problems (model attributes missing) | bnewbold | 2007-02-22 | 1 | -4/+6 |
| | |||||
* | fixed some xhtml nitty gritty, progress on git_wiki | bnewbold | 2007-02-21 | 1 | -3/+3 |
| | |||||
* | put in temp fix for head and tag views | bnewbold | 2007-02-21 | 1 | -2/+3 |
| | | | | TODO: filter diff and raw blob output correctly (wrap and escape) | ||||
* | added "git is confusing" disclaimer | bnewbold | 2007-02-21 | 1 | -0/+3 |
| | |||||
* | misc forgot to -a | bnewbold | 2007-02-21 | 5 | -38/+111 |
| | |||||
* | misc work on git_browse, incl commit objects | bnewbold | 2007-02-21 | 1 | -0/+29 |
| | |||||
* | ugh, broken but need a break | bnewbold | 2007-02-20 | 1 | -0/+13 |
| | |||||
* | removed useless line | bnewbold | 2007-02-20 | 1 | -2/+0 |
| | |||||
* | wrapped up git_browse tree for now, filled in Blob object | bnewbold | 2007-02-20 | 5 | -39/+59 |
| | |||||
* | more git_browse files | bnewbold | 2007-02-20 | 10 | -18/+123 |
| | |||||
* | git_browse: actually moved heads_table and tags_table to seperate files | bnewbold | 2007-02-20 | 4 | -15/+43 |
| | | | | created shortlog_table | ||||
* | git_browse: moved heads_table and tags_table to seperate files | bnewbold | 2007-02-20 | 1 | -45/+2 |
| | |||||
* | moved git_browse style to seperate file, added style options | bnewbold | 2007-02-20 | 1 | -0/+8 |
| | | | | TODO: wire style options | ||||
* | mid-progress, work on git-browser | bnewbold | 2007-02-20 | 5 | -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_browse | bnewbold | 2007-02-18 | 5 | -10/+32 |
| | |||||
* | renamed a few templates, further work on git_browsev0.0.0 | bnewbold | 2007-02-18 | 10 | -32/+222 |
| | |||||
* | first work on git_browser app | bnewbold | 2007-02-08 | 7 | -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. |