aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/git_browse
Commit message (Collapse)AuthorAgeFilesLines
* shift from bryannewbold.com to bnewbold.netbnewbold2009-01-261-1/+1
|
* more changes, works ok. TODO: comments for git_wiki, redo git_browse...Bryan Newbold2008-08-111-19/+28
|
* last commit link was dead (503)bryan newbold2008-03-272-2/+2
|
* multiple parent issue; TODOBryan Newbold2008-03-121-2/+10
|
* added admin list featuresbnewbold2007-09-131-1/+9
|
* syntax highlighting for all files (untested)bnewbold2007-08-082-2/+16
|
* zip downloads of tree-like objectsbnewbold2007-08-085-9/+25
|
* fixed tree browsing in git_browse, and diff output for commitsbnewbold2007-08-083-6/+49
|
* falls through if pygments not detectedbnewbold2007-06-011-5/+6
|
* diff pygmentation for git_browsebnewbold2007-06-012-3/+16
|
* FINALLY fixed settings problem cross serverbnewbold2007-03-211-0/+0
| | | | By having settings.py.example files the content is pushed and bundled with releases. On dev platform i'll symlink settings.py to these files, on other platforms have seperate settings.py
* incremental workbnewbold2007-03-131-1/+1
|
* again, changes for production, including static relocationBryan Newbold2007-03-072-2/+2
|
* moved git_wiki, git_browse stylesheetsbnewbold2007-03-071-4/+1
|
* changes to make things work on the production serverroot2007-02-241-3/+3
|
* Revert "i'm confused?"Bryan Newbold2007-02-247-47/+23
| | | | This reverts commit 71520ba4e171195c983320b9c00e37c215fad39c.
* 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.