Changes between Version 15 and Version 16 of SummerOfCode2008


Ignore:
Timestamp:
Mar 31, 2008, 5:44:05 AM (17 years ago)
Author:
mrts
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SummerOfCode2008

    v15 v16  
    5555 * Add support for [http://code.djangoproject.com/ticket/5929 fields spanning multiple columns] and/or [http://code.djangoproject.com/ticket/373 multiple-column primary keys]
    5656
    57  * Add support for xapian, sphinx, pylucene, hyperestraier, grassy knoll or other search engines to [http://http://code.google.com/p/djangosearch/ djangosearch].
     57For 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]]
     59  * 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
     60 * 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