Changes between Version 16 and Version 17 of SummerOfCode2008


Ignore:
Timestamp:
Mar 31, 2008, 11:20:09 AM (16 years ago)
Author:
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode2008

    v16 v17  
    5656
    5757For the following two, see http://groups.google.com/group/django-developers/browse_thread/thread/d2b02a2517507bdb
    58  * Add support for xapian, sphinx, pylucene, hyperestraier, grassy knoll or other search engines to [http://http://code.google.com/p/djangosearch/ djangosearch].[[br]]
     58 * Add support for xapian, sphinx, pylucene, hyperestraier, grassy knoll or other search engines to [http://code.google.com/p/djangosearch/ djangosearch].[[br]]
    5959  * Search functionality should perhaps support db engine full text search facilities as well. Indexer is overkill for smaller things like e.g. djangosnippets, it should be easy to get going with db-based backend and later migrate to a real indexer only by modifying settings to activate a different backend --- mrts
    6060 * Implement object history. See http://code.djangoproject.com/wiki/AuditTrail and http://martinfowler.com/ap2/timeNarrative.html . Audit Log, Temporal Object and Temporal Property patterns should be implemented and it should be possible to activate any combination of these. And there needs to be an intuitive way to access the snapshots.
Back to Top