My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Older

  • Nov 19, 2009
    issue 5 (memory leak in mimerender.ctx under mod_wsgi) Status changed by martinblech   -   fixed here http://code.google.com/p/mimerender/source/detail?r=30
    Status: Fixed
  • Nov 19, 2009
    r30 ((fixes #5) use web.threadeddict() instead of threading.local...) committed by martinblech   -   (fixes #5) use web.threadeddict() instead of threading.local() to avoid mod_wsgi-related memory leak
    (fixes #5) use web.threadeddict() instead of threading.local() to avoid mod_wsgi-related memory leak
  • Nov 19, 2009
    issue 5 (memory leak in mimerender.ctx under mod_wsgi) reported by martinblech   -   threading.local() in mimerender.ctx causes a memory leak, due to this defect in mod_wsgi http://code.google.com/p/modwsgi/issues/detail?id=120
    threading.local() in mimerender.ctx causes a memory leak, due to this defect in mod_wsgi http://code.google.com/p/modwsgi/issues/detail?id=120
  • Jul 15, 2009
    r29 (debian packaging) committed by martinblech   -   debian packaging
    debian packaging
  • Jul 10, 2009
    r28 (support for kml and kmz) committed by martinblech   -   support for kml and kmz
    support for kml and kmz
  • Jun 26, 2009
    issue 4 (proper http status codes in content type negotiation problem...) reported by martinblech   -   http://en.wikipedia.org/wiki/List_of_HTTP_status_codes
  • Jun 25, 2009
    r27 (good 0.2.2 tag with correct __version__) committed by martinblech   -   good 0.2.2 tag with correct __version__
    good 0.2.2 tag with correct __version__
  • Jun 25, 2009
    r26 (removing bad tag) committed by martinblech   -   removing bad tag
    removing bad tag
  • Jun 25, 2009
    mimerender-0.2.2.tar.gz (source distribution) file uploaded by martinblech   -  
    Labels: Featured Type-Source
    Labels: Featured Type-Source
  • Jun 25, 2009
    r25 (fixed version number) committed by martinblech   -   fixed version number
    fixed version number
  • Jun 25, 2009
    r24 (removing bad tag) committed by martinblech   -   removing bad tag
    removing bad tag
  • Jun 25, 2009
    r23 (fixed version number) committed by martinblech   -   fixed version number
    fixed version number
  • Jun 25, 2009
    r22 (fixed version number) committed by martinblech   -   fixed version number
    fixed version number
  • Jun 19, 2009
    r21 (releasing 0.2.2 ) committed by martinblech   -   releasing 0.2.2
    releasing 0.2.2
  • Jun 19, 2009
    mimerender-0.2.2.tar.gz (source distribution) file uploaded by martinblech   -  
    Labels: Featured
    Labels: Featured
  • Jun 19, 2009
    r20 (support for charsets) committed by martinblech   -   support for charsets
    support for charsets
  • May 20, 2009
    r19 (better default MIME type for .m3u) committed by martinblech   -   better default MIME type for .m3u
    better default MIME type for .m3u
  • May 20, 2009
    mimerender-0.2.tar.gz (source distribution) file uploaded by martinblech   -  
    Labels: Type-Source Featured
    Labels: Type-Source Featured
  • May 20, 2009
    r18 (releasing 0.2 ) committed by martinblech   -   releasing 0.2
    releasing 0.2
  • May 20, 2009
    issue 2 (Write test cases) Labels changed by martinblech   -  
    Labels: Milestone-Release0.3 Milestone-Release0.2
    Labels: Milestone-Release0.3 Milestone-Release0.2
  • May 20, 2009
    r17 (more mime types for .m3u ) committed by martinblech   -   more mime types for .m3u
    more mime types for .m3u
  • May 20, 2009
    r16 (support for TSV (text/tab-separated-values) ) committed by martinblech   -   support for TSV (text/tab-separated-values)
    support for TSV (text/tab-separated-values)
  • May 20, 2009
    r15 (thread-local ctx variable ) committed by martinblech   -   thread-local ctx variable
    thread-local ctx variable
  • May 20, 2009
    r14 (updated version number ) committed by martinblech   -   updated version number
    updated version number
  • May 20, 2009
    issue 3 (make context information available to the webapp) Status changed by martinblech   -  
    Status: Fixed
    Status: Fixed
  • May 20, 2009
    issue 3 (make context information available to the webapp) reported by martinblech   -   the web application must be able to access context information from mimerender. more specifically, the mime type and the renderer that have been selected.
    the web application must be able to access context information from mimerender. more specifically, the mime type and the renderer that have been selected.
  • May 20, 2009
    issue 1 (More MIME Media Types) Status changed by martinblech   -  
    Status: Fixed
    Status: Fixed
  • May 20, 2009
    issue 1 (More MIME Media Types) commented on by martinblech   -   Now it should cover the most common MIME media types for webservices. XML = 'xml' JSON = 'json' YAML = 'yaml' XHTML = 'xhtml' HTML = 'html' TXT = 'txt' CSV = 'csv' RSS = 'rss' RDF = 'rdf' ATOM = 'atom' M3U = 'm3u' PLS = 'pls' XSPF = 'xspf' ICAL = 'ical' _MIME_TYPES = { XML: ('application/xml', 'text/xml', 'application/x-xml',), JSON: ('application/json',), YAML: ('application/x-yaml', 'text/yaml',), XHTML: ('application/xhtml+xml',), HTML: ('text/html',), TXT: ('text/plain',), CSV: ('text/csv',), RSS: ('application/rss+xml',), RDF: ('application/rdf+xml',), ATOM: ('application/atom+xml',), M3U: ('audio/mpegurl', 'audio/x-mpegurl',), PLS: ('audio/x-scpls',), XSPF: ('application/xspf+xml',), ICAL: ('text/calendar',), }
    Now it should cover the most common MIME media types for webservices. XML = 'xml' JSON = 'json' YAML = 'yaml' XHTML = 'xhtml' HTML = 'html' TXT = 'txt' CSV = 'csv' RSS = 'rss' RDF = 'rdf' ATOM = 'atom' M3U = 'm3u' PLS = 'pls' XSPF = 'xspf' ICAL = 'ical' _MIME_TYPES = { XML: ('application/xml', 'text/xml', 'application/x-xml',), JSON: ('application/json',), YAML: ('application/x-yaml', 'text/yaml',), XHTML: ('application/xhtml+xml',), HTML: ('text/html',), TXT: ('text/plain',), CSV: ('text/csv',), RSS: ('application/rss+xml',), RDF: ('application/rdf+xml',), ATOM: ('application/atom+xml',), M3U: ('audio/mpegurl', 'audio/x-mpegurl',), PLS: ('audio/x-scpls',), XSPF: ('application/xspf+xml',), ICAL: ('text/calendar',), }
  • May 20, 2009
    r13 (more MIME types) committed by martinblech   -   more MIME types
    more MIME types
  • May 20, 2009
    r12 (removed unnecessary dependency: decorator) committed by martinblech   -   removed unnecessary dependency: decorator
    removed unnecessary dependency: decorator
  • May 20, 2009
    r11 (removed unnecessary dependency: decorator) committed by martinblech   -   removed unnecessary dependency: decorator
    removed unnecessary dependency: decorator
  • May 18, 2009
    r10 (requires line in setup.py ) committed by martinblech   -   requires line in setup.py
    requires line in setup.py
  • May 03, 2009
    issue 1 (More MIME Media Types) commented on by martinblech   -   future is here, check the docs for register_mime :)
    future is here, check the docs for register_mime :)
  • May 03, 2009
    r9 (support for registration of user mime-types) committed by martinblech   -   support for registration of user mime-types
    support for registration of user mime-types
  • May 03, 2009
    issue 1 (More MIME Media Types) commented on by martinblech   -   no problem, just post your mime type requests and I'll add them to the library in a snap. I will also think of some easy mechanism for user-specified mime types for the future. cheers
    no problem, just post your mime type requests and I'll add them to the library in a snap. I will also think of some easy mechanism for user-specified mime types for the future. cheers
  • May 03, 2009
    issue 1 (More MIME Media Types) commented on by matatk   -   This library looks like it will really clean up my code; many thanks for it. I would really appreciate it if types such as RSS could be supported in future releases. Perhaps in more distant-future releases we could be able to tell your library which types we'd like to be considered in general for representations provided by our services. Thanks for your time.
    This library looks like it will really clean up my code; many thanks for it. I would really appreciate it if types such as RSS could be supported in future releases. Perhaps in more distant-future releases we could be able to tell your library which types we'd like to be considered in general for representations provided by our services. Thanks for your time.
  • May 02, 2009
    issue 2 (Write test cases) reported by martinblech   -   full test case suite should be implemented
    full test case suite should be implemented
  • May 02, 2009
    issue 1 (More MIME Media Types) Labels changed by martinblech   -  
    Labels: Milestone-Release0.2 Milestone-Release0.1
    Labels: Milestone-Release0.2 Milestone-Release0.1
  • May 02, 2009
    r8 (created 0.1 tag ) committed by martinblech   -   created 0.1 tag
    created 0.1 tag
  • May 02, 2009
    mimerender-0.1.win32.exe (windows installer) file uploaded by martinblech   -  
    Labels: Featured OpSys-Windows Type-Installer
    Labels: Featured OpSys-Windows Type-Installer
  • May 02, 2009
    mimerender-0.1.tar.gz (source distribution) file uploaded by martinblech
  • May 02, 2009
    r7 (more complete metadata in setup.py, renamed represent to mim...) committed by martinblech   -   more complete metadata in setup.py, renamed represent to mimerender
    more complete metadata in setup.py, renamed represent to mimerender
  • May 02, 2009
    r6 (distutils setup.py) committed by martinblech   -   distutils setup.py
    distutils setup.py
  • Apr 23, 2009
    r5 (bmat copyright notice) committed by martinblech   -   bmat copyright notice
    bmat copyright notice
  • Apr 23, 2009
    r4 (MIT license to avoid violating terms of service) committed by martinblech   -   MIT license to avoid violating terms of service
    MIT license to avoid violating terms of service
  • Apr 23, 2009
    r3 (public domain license) committed by martinblech   -   public domain license
    public domain license
  • Apr 22, 2009
    issue 1 (More MIME Media Types) reported by martinblech   -   More MIME Media Types should be supported
    More MIME Media Types should be supported
  • Apr 22, 2009
    r2 (initial commit ) committed by martinblech   -   initial commit
    initial commit
  • Apr 22, 2009
    Project mimerender created by martinblech   -   Python module for *RESTful resource variant rendering using MIME Media-Types*
    Python module for *RESTful resource variant rendering using MIME Media-Types*
 
Hosted by Google Code