aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/git_wiki
Commit message (Collapse)AuthorAgeFilesLines
* Made changes so knowledge items get the TOC banged right. Probably looks bad ↵bryan newbold2009-01-191-15/+19
| | | | in other browsers...
* un-escaped some html with |safeBryan Newbold2009-01-041-1/+1
|
* 1.0Bryan Newbold2008-09-231-3/+2
|
* more changes, works ok. TODO: comments for git_wiki, redo git_browse...Bryan Newbold2008-08-112-17/+27
|
* fixed a parent issueBryan Newbold2008-08-111-0/+4
|
* added admin list featuresbnewbold2007-09-131-1/+5
|
* changes for xhtml complianceBryan Newbold2007-08-133-10/+11
|
* fixed tree browsing in git_browse, and diff output for commitsbnewbold2007-08-081-0/+2
|
* falls through if pygments not detectedbnewbold2007-06-011-6/+6
|
* pygments highlighting for wiki commitsbnewbold2007-06-012-3/+17
|
* fixed slug method for quotesbnewbold2007-06-011-4/+4
|
* docutils style url fixed + 404bnewbold2007-03-241-1/+1
|
* comments are public and pdf creation doesn't choke as badbnewbold2007-03-212-15/+17
|
* hurrah! equations in latex and htmlbnewbold2007-03-213-9/+183
| | | | | TODO: center images in html TODO: track equations in a database?
* FINALLY fixed settings problem cross serverbnewbold2007-03-211-0/+3
| | | | 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
* got latex, raw, and download links workingbnewbold2007-03-134-11/+28
|
* hopefully fixed problem with figure knowledge items being save()-edbnewbold2007-03-132-2/+2
|
* incremental workbnewbold2007-03-137-10/+138
|
* ignore symlink in static dir to django-admin style stuffroot2007-03-091-3/+3
|
* comments progress, style changesbnewbold2007-03-077-15/+63
|
* again, changes for production, including static relocationBryan Newbold2007-03-072-4/+4
|
* moved git_wiki, git_browse stylesheetsbnewbold2007-03-071-4/+1
|
* much work; comments working for photos, static content moved, morebnewbold2007-03-072-3/+18
|
* added seperate docutils stylesheet for wikibnewbold2007-03-042-14/+27
|
* added GITWIKI_DIR var and added new knowledge to frontpagebnewbold2007-03-042-7/+8
|
* merged master settings into commentsbnewbold2007-03-041-5/+5
|
* changes to make things work on the production serverroot2007-02-243-14/+14
|
* Revert "i'm confused?"Bryan Newbold2007-02-244-13/+14
| | | | This reverts commit 71520ba4e171195c983320b9c00e37c215fad39c.
* i'm confused?Bryan Newbold2007-02-244-14/+13
|
* added restructured text processing, fixed path bug in knowledgebnewbold2007-02-242-3/+4
|
* hmmm, have to play with GITWIKI_NAME settings for bare repos...bnewbold2007-02-221-1/+4
|
* removed 'print' debug statementsbnewbold2007-02-221-2/+0
|
* major git_wiki progress + fixed syncdb problems (model attributes missing)bnewbold2007-02-226-89/+188
|
* major progress on git_wikibnewbold2007-02-224-0/+95
|
* fixed some xhtml nitty gritty, progress on git_wikibnewbold2007-02-217-38/+209
|
* created skeleton for git_wiki appbnewbold2007-02-215-0/+150
|
* basic html design roughed in, django project run and admin startedbnewbold2007-02-043-0/+4
TODO: ie testing (ugh, fuck that) TODO: get photos section working TODO: ... etc