diff options
author | Jacob Mason <jacoblmason@gmail.com> | 2010-08-09 14:36:19 -0500 |
---|---|---|
committer | Jacob Mason <jacoblmason@gmail.com> | 2010-08-09 14:36:19 -0500 |
commit | 71a14cdd34393c11ecc04c43859e6f5b36295b21 (patch) | |
tree | a0595a6a48833345a8e4de7a48216bbee0001688 | |
parent | 929e9b68cf2a79fc77b753447ed3342259aa4ddf (diff) | |
download | sphinx-git-71a14cdd34393c11ecc04c43859e6f5b36295b21.tar.gz |
updated CHANGES.jacobmason
-rw-r--r-- | CHANGES.jacobmason | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/CHANGES.jacobmason b/CHANGES.jacobmason index bd87c71c6..c445006c2 100644 --- a/CHANGES.jacobmason +++ b/CHANGES.jacobmason @@ -12,4 +12,16 @@ June 21 - June 26: Implement server side search with two search adapters, one for Xapian and one for Whoosh June 28 - July 12: Implement voting system on the backend, and created a -jQuery script to handle voting on the frontend.
\ No newline at end of file +jQuery script to handle voting on the frontend. + +July 13 - July 19: Added documentation for the web support package. + +July 20 - July 27: Added a system to allow user's to propose changes to +documentation along with comments. + +July 28 - August 3: Added tests for the web support package. Refactored +sqlalchemy storage to be more efficient. + +August 4 - August 7: Added comment moderation system. Added more +documentation. General code cleanup. + |