Skip to content
Snippets Groups Projects
  1. Jun 07, 2012
  2. May 30, 2012
  3. May 09, 2012
    • Vermaat's avatar
      Refactor name checker to accept GET requests · d5f1e49d
      Vermaat authored
      Until now, the name checker form used POST requests. As a special case for
      linking from LOVD, GET requests were handled by showing results without the
      full interface (header, menu, etc). Ordinary linking was done to a separate
      checkForward location which then set a cookie with the variant name and a
      redirect to the name checker results. This was all very hackish and somewhat
      broken (see Track issue #94).
      
      This commit refactors the name checker to use GET requests, so ordinary
      bookmarking of result pages is possible. All old entrypoints are handled with
      a redirect for backwards compatibility.
      
      Worth mentioning is that variant descriptions in the name checker are now
      limited in length by the maximum query string length. However, this maximum
      is several thousand characters with Internet Explorer having the lowest
      maximum of just over 2000. Longer descriptions are not practically checked
      with the name checker web interface anyway, so this should not be a problem.
      
      
      git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@521 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
      d5f1e49d
  4. Feb 20, 2012
  5. Jan 26, 2012
  6. Jan 08, 2012
  7. Nov 24, 2011
  8. Nov 10, 2011
  9. Oct 21, 2011
  10. Oct 10, 2011
  11. Sep 29, 2011
  12. Sep 27, 2011
  13. Sep 20, 2011
  14. Sep 13, 2011
  15. Sep 06, 2011
  16. Sep 05, 2011
  17. Aug 22, 2011
  18. Aug 18, 2011
  19. Aug 16, 2011
  20. Jul 21, 2011
  21. Jul 11, 2011
  22. Jun 28, 2011
  23. Apr 11, 2011
  24. Apr 07, 2011
  25. Apr 05, 2011
  26. Apr 04, 2011
  27. Mar 31, 2011
  28. Mar 29, 2011
  29. Mar 25, 2011
  30. Mar 23, 2011
  31. Feb 17, 2011
  32. Feb 02, 2011
  33. Jan 31, 2011
  34. Jan 27, 2011
    • Vermaat's avatar
      Changes in the SOAP webservice. · 1c4bd7fc
      Vermaat authored
      src/wsgi.py:
      - Now use Python string formatting instead of TAL in Download.
      
      src/webservice.py:
      src/Modules/Serializers.py:
      - Don't use our List type, but standard Array for SOAP.
      - Add messages field in output of checkSyntax and runMutalyzer.
      
      templates/client-php.php:
      - Added PHP example SOAP client.
      
      templates/client-mono.cs:
      templates/client-soappy.py:
      templates/client-suds.py:
      - Updated example SOAP clients to all do the same thing.
      
      
      
      git-svn-id: https://humgenprojects.lumc.nl/svn/mutalyzer/trunk@168 eb6bd6ab-9ccd-42b9-aceb-e2899b4a52f1
      1c4bd7fc
Loading