Skip to content
Snippets Groups Projects
  1. May 03, 2018
  2. Mar 29, 2018
  3. Mar 26, 2018
    • Michael Große's avatar
      feat(search): use dedicated url-parameter for search query · d22b78c8
      Michael Große authored
      This way we do not loose the context of the current page. Further, the
      new id generated from the query before wasn't really that useful (see
      issue #1124 ). And we can still generate a meaningful link "create a
      page for your query", if that is considered useful.
      
      Further redirects exist for the old urls, so bookmarked searches etc.
      should mostly keep working.
      Unverified
      d22b78c8
  4. Aug 11, 2017
  5. Aug 01, 2017
  6. Mar 07, 2017
  7. Feb 20, 2017
  8. Jul 03, 2016
  9. Aug 23, 2015
  10. May 02, 2015
    • Andreas Gohr's avatar
      use string for version number. closes #1100 · 421c22ae
      Andreas Gohr authored
      PHP will localize floats (eg. a 45.5 becomes 45,5 in a German locale).
      Using a string will prevent that. A fix has been applied on the server end,
      but it makes sense to always send the correct message.
      421c22ae
  11. Dec 17, 2014
  12. Dec 06, 2014
  13. Dec 04, 2014
  14. Oct 08, 2014
  15. Sep 29, 2014
  16. Jun 25, 2014
  17. May 05, 2014
  18. Mar 19, 2014
  19. Dec 08, 2013
  20. Nov 22, 2013
  21. Nov 21, 2013
  22. Nov 18, 2013
  23. Nov 13, 2013
  24. Oct 29, 2013
  25. Jun 16, 2013
  26. May 10, 2013
  27. May 05, 2013
  28. Mar 06, 2013
  29. Feb 24, 2013
    • Michael Hamann's avatar
      Fix remaining missing $INPUT uses FS#2577 · 9507770d
      Michael Hamann authored
      This adds $INPUT in all places where it was still missing and available.
      $INPUT is now also used in places where using $_REQUEST/... was okay in
      order to make the code consistent.
      9507770d
  30. Feb 20, 2013
    • Michael Hamann's avatar
      Fix remaining missing $INPUT uses FS#2577 · 00d58927
      Michael Hamann authored
      This adds $INPUT in all places where it was still missing and available.
      $INPUT is now also used in places where using $_REQUEST/... was okay in
      order to make the code consistent.
      00d58927
  31. Oct 13, 2012
  32. Sep 10, 2012
  33. Jul 28, 2012
  34. Jul 13, 2012
  35. Jun 24, 2012
Loading