summaryrefslogtreecommitdiff
path: root/sphinx/websupport
Commit message (Collapse)AuthorAgeFilesLines
...
* rename comments package storageJacob Mason2010-08-041-2/+2
|
* renamed get_comments get_dataJacob Mason2010-08-042-3/+3
|
* added more test coverage.Jacob Mason2010-08-042-2/+3
|
* Converted comment schema from adjacency list to materialized path.jacob2010-08-034-59/+94
| | | | | Added tests for commments. Layed groundwork for comment moderation.
* refactored add_comment and get_comments; added CombinedHtmlDiff classJacob Mason2010-07-314-103/+105
|
* More complete tests for search adapters.Jacob Mason2010-07-312-1/+3
|
* Somehow I always forget to add files... (sphinx.websupport.errors)Jacob Mason2010-07-301-0/+19
|
* Added SrcdirNotSpecifiedErrorJacob Mason2010-07-301-1/+4
|
* Added DocumentNotFoundErrorJacob Mason2010-07-301-1/+8
|
* Added test for build and made web support buildable without specifying ↵Jacob Mason2010-07-303-10/+38
| | | | search adapter
* fix regression that caused error when replying to a commentJacob Mason2010-07-271-1/+4
|
* Merge with DasIch's branchJacob Mason2010-07-276-23/+53
|\
| * merge with jacobs branchDaniel Neuhäuser2010-07-251-38/+3
| |\
| * | Added missing module docstringsDaniel Neuhäuser2010-07-253-1/+33
| | |
| * | Fixed line length and indentation of importsDaniel Neuhäuser2010-07-252-2/+3
| | |
| * | Remove trailing whitespaceDaniel Neuhäuser2010-07-256-31/+30
| | |
* | | added ugly proposalsJacob Mason2010-07-274-25/+94
| | |
* | | Save proposed changesJacob Mason2010-07-254-47/+17
| |/ |/|
* | Unification of Comments and Proposals.Jacob Mason2010-07-221-39/+3
|/
* add ProposalVote table to dbJacob Mason2010-07-191-2/+16
|
* use composite pk for db.CommentVoteJacob Mason2010-07-191-3/+2
|
* moved serializable() to db.CommentJacob Mason2010-07-192-53/+55
|
* started proposal backendJacob Mason2010-07-194-26/+88
|
* remove whitespaceJacob Mason2010-07-191-2/+0
|
* More docsJacob Mason2010-07-162-0/+20
|
* separate sqlalchemystorage from __init__Jacob Mason2010-07-153-129/+133
|
* small cleanup of xapiansearch.pyJacob Mason2010-07-132-11/+12
|
* API tweaks and more documentationJacob Mason2010-07-134-24/+93
|
* Lots of documentation and a few small API changesJacob Mason2010-07-122-118/+134
|
* Move api.py into __init__.pyJacob Mason2010-07-111-2/+97
|
* Enable comments by default.Jacob Mason2010-07-111-1/+1
|
* Sortable commentsJacob Mason2010-07-111-3/+5
|
* Comment VotingJacob Mason2010-07-103-34/+77
|
* Add way to get user information from idJacob Mason2010-07-092-6/+7
|
* Track node pks without committing each node individuallyJacob Mason2010-07-081-1/+9
|
* Basic comment system.Jacob Mason2010-07-083-3/+193
|
* Split q for context_reJacob Mason2010-06-291-1/+1
|
* Api user instantiates WebSupport directlyJacob Mason2010-06-282-5/+3
|
* added whoosh search adapterJacob Mason2010-06-263-8/+68
|
* delete replaced documents in xapian when docs are rebuiltJacob Mason2010-06-252-12/+19
|
* fixed search result titles and contextJacob Mason2010-06-252-9/+22
|
* Fixed styling problems in search results.Jacob Mason2010-06-251-1/+2
|
* Added xapian searchjacob2010-06-243-4/+152
|
* removed document.pyjacob2010-06-071-31/+0
|
* Made srcdir a kwarg.jacob2010-06-041-1/+1
|
* Switched to creating a list of html slicesjacob2010-05-312-20/+9
|
* Fixed bad call to os.pathjacob2010-05-301-2/+2
|
* "Initial commit": Added sphinx.websupport module, as well as a builder and ↵jacob2010-05-303-0/+91
writer for the web support package.