Skip to content
Snippets Groups Projects
  1. Nov 17, 2015
  2. Nov 16, 2015
  3. Nov 15, 2015
  4. Nov 13, 2015
  5. Nov 12, 2015
  6. Nov 11, 2015
  7. Nov 08, 2015
  8. Nov 06, 2015
  9. Nov 05, 2015
  10. Nov 03, 2015
  11. Nov 02, 2015
  12. Nov 01, 2015
  13. Oct 30, 2015
  14. Oct 29, 2015
  15. Oct 28, 2015
    • Andreas Gohr's avatar
      Merge pull request #1385 from datag/patch-1 · 07194c61
      Andreas Gohr authored
      fix typo in German translation
      07194c61
    • Dominik D. Geyer's avatar
      fix typo in German translation · 8821b86a
      Dominik D. Geyer authored
      8821b86a
    • Sam Wilson's avatar
      Add an in-progress class to the quicksearch form. · 5431e0aa
      Sam Wilson authored
      This change adds a new class to the quicksearch's <form>
      element while the quicksearch is running. This is to
      make it easier to style the form, e.g. with a throbber gif
      in the search box, to indicate that something is happening.
      For slow connections, it is sometimes not apparent that
      waiting for a few seconds will present the user with a list
      of matching pagenames.
      
      The new 'searching' class is added just before the POST
      request is sent, and cleared both on successful completion
      and when the search box is cleared.
      5431e0aa
  16. Oct 27, 2015
  17. Oct 19, 2015
  18. Oct 17, 2015
    • David Stone's avatar
      fix error · b20eed15
      David Stone authored
      b20eed15
    • David Stone's avatar
      Optimizations to autoloader · 8a58013e
      David Stone authored
      Autoloader should return true if it can handle the class so other registered autoloader don't execute.
      require is faster than require_once and should be safe to use since the autoloader won't run if the class already exists
      8a58013e
  19. Oct 16, 2015
  20. Oct 12, 2015
  21. Sep 25, 2015
  22. Sep 16, 2015
  23. Sep 11, 2015
  24. Sep 10, 2015
  25. Sep 08, 2015
  26. Sep 07, 2015
  27. Sep 05, 2015
Loading