Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | rename comments package storage | Jacob Mason | 2010-08-04 | 1 | -2/+2 | |
| | ||||||
* | renamed get_comments get_data | Jacob Mason | 2010-08-04 | 2 | -3/+3 | |
| | ||||||
* | added more test coverage. | Jacob Mason | 2010-08-04 | 2 | -2/+3 | |
| | ||||||
* | Converted comment schema from adjacency list to materialized path. | jacob | 2010-08-03 | 4 | -59/+94 | |
| | | | | | Added tests for commments. Layed groundwork for comment moderation. | |||||
* | refactored add_comment and get_comments; added CombinedHtmlDiff class | Jacob Mason | 2010-07-31 | 4 | -103/+105 | |
| | ||||||
* | More complete tests for search adapters. | Jacob Mason | 2010-07-31 | 2 | -1/+3 | |
| | ||||||
* | Somehow I always forget to add files... (sphinx.websupport.errors) | Jacob Mason | 2010-07-30 | 1 | -0/+19 | |
| | ||||||
* | Added SrcdirNotSpecifiedError | Jacob Mason | 2010-07-30 | 1 | -1/+4 | |
| | ||||||
* | Added DocumentNotFoundError | Jacob Mason | 2010-07-30 | 1 | -1/+8 | |
| | ||||||
* | Added test for build and made web support buildable without specifying ↵ | Jacob Mason | 2010-07-30 | 3 | -10/+38 | |
| | | | | search adapter | |||||
* | fix regression that caused error when replying to a comment | Jacob Mason | 2010-07-27 | 1 | -1/+4 | |
| | ||||||
* | Merge with DasIch's branch | Jacob Mason | 2010-07-27 | 6 | -23/+53 | |
|\ | ||||||
| * | merge with jacobs branch | Daniel Neuhäuser | 2010-07-25 | 1 | -38/+3 | |
| |\ | ||||||
| * | | Added missing module docstrings | Daniel Neuhäuser | 2010-07-25 | 3 | -1/+33 | |
| | | | ||||||
| * | | Fixed line length and indentation of imports | Daniel Neuhäuser | 2010-07-25 | 2 | -2/+3 | |
| | | | ||||||
| * | | Remove trailing whitespace | Daniel Neuhäuser | 2010-07-25 | 6 | -31/+30 | |
| | | | ||||||
* | | | added ugly proposals | Jacob Mason | 2010-07-27 | 4 | -25/+94 | |
| | | | ||||||
* | | | Save proposed changes | Jacob Mason | 2010-07-25 | 4 | -47/+17 | |
| |/ |/| | ||||||
* | | Unification of Comments and Proposals. | Jacob Mason | 2010-07-22 | 1 | -39/+3 | |
|/ | ||||||
* | add ProposalVote table to db | Jacob Mason | 2010-07-19 | 1 | -2/+16 | |
| | ||||||
* | use composite pk for db.CommentVote | Jacob Mason | 2010-07-19 | 1 | -3/+2 | |
| | ||||||
* | moved serializable() to db.Comment | Jacob Mason | 2010-07-19 | 2 | -53/+55 | |
| | ||||||
* | started proposal backend | Jacob Mason | 2010-07-19 | 4 | -26/+88 | |
| | ||||||
* | remove whitespace | Jacob Mason | 2010-07-19 | 1 | -2/+0 | |
| | ||||||
* | More docs | Jacob Mason | 2010-07-16 | 2 | -0/+20 | |
| | ||||||
* | separate sqlalchemystorage from __init__ | Jacob Mason | 2010-07-15 | 3 | -129/+133 | |
| | ||||||
* | small cleanup of xapiansearch.py | Jacob Mason | 2010-07-13 | 2 | -11/+12 | |
| | ||||||
* | API tweaks and more documentation | Jacob Mason | 2010-07-13 | 4 | -24/+93 | |
| | ||||||
* | Lots of documentation and a few small API changes | Jacob Mason | 2010-07-12 | 2 | -118/+134 | |
| | ||||||
* | Move api.py into __init__.py | Jacob Mason | 2010-07-11 | 1 | -2/+97 | |
| | ||||||
* | Enable comments by default. | Jacob Mason | 2010-07-11 | 1 | -1/+1 | |
| | ||||||
* | Sortable comments | Jacob Mason | 2010-07-11 | 1 | -3/+5 | |
| | ||||||
* | Comment Voting | Jacob Mason | 2010-07-10 | 3 | -34/+77 | |
| | ||||||
* | Add way to get user information from id | Jacob Mason | 2010-07-09 | 2 | -6/+7 | |
| | ||||||
* | Track node pks without committing each node individually | Jacob Mason | 2010-07-08 | 1 | -1/+9 | |
| | ||||||
* | Basic comment system. | Jacob Mason | 2010-07-08 | 3 | -3/+193 | |
| | ||||||
* | Split q for context_re | Jacob Mason | 2010-06-29 | 1 | -1/+1 | |
| | ||||||
* | Api user instantiates WebSupport directly | Jacob Mason | 2010-06-28 | 2 | -5/+3 | |
| | ||||||
* | added whoosh search adapter | Jacob Mason | 2010-06-26 | 3 | -8/+68 | |
| | ||||||
* | delete replaced documents in xapian when docs are rebuilt | Jacob Mason | 2010-06-25 | 2 | -12/+19 | |
| | ||||||
* | fixed search result titles and context | Jacob Mason | 2010-06-25 | 2 | -9/+22 | |
| | ||||||
* | Fixed styling problems in search results. | Jacob Mason | 2010-06-25 | 1 | -1/+2 | |
| | ||||||
* | Added xapian search | jacob | 2010-06-24 | 3 | -4/+152 | |
| | ||||||
* | removed document.py | jacob | 2010-06-07 | 1 | -31/+0 | |
| | ||||||
* | Made srcdir a kwarg. | jacob | 2010-06-04 | 1 | -1/+1 | |
| | ||||||
* | Switched to creating a list of html slices | jacob | 2010-05-31 | 2 | -20/+9 | |
| | ||||||
* | Fixed bad call to os.path | jacob | 2010-05-30 | 1 | -2/+2 | |
| | ||||||
* | "Initial commit": Added sphinx.websupport module, as well as a builder and ↵ | jacob | 2010-05-30 | 3 | -0/+91 | |
writer for the web support package. |