Skip to content
Snippets Groups Projects
  1. Sep 12, 2017
  2. Aug 24, 2017
  3. Aug 15, 2017
  4. Aug 04, 2017
  5. Jun 30, 2017
  6. Jun 04, 2017
    • Carsten  Rose's avatar
      #3854 / Wrong final page: a) New > Save > Close, b) New > Save > Delete · b6cb6285
      Carsten Rose authored
      QfqForm.js: Preparation for client, to handle window.location.replace() by new API status 'url-skip-history'. Also changed "(data.redirect === "url" || data['redirect-url'])" to "(data.redirect === "url" && data['redirect-url'])" - CR did not understand the former logic ('or' instead of 'and'). #OPEN#: window.location.replace = 'index.php....' throws an JS exception that it the attribute 'replace' is readonly. Instead "window.location.replace('index.php....')" works as expected.
      PROTOCOL.md: add 'url-skip-history'.
      save.php: recode to become more readable.
      QuickFormQuery.php: getForwardMode() - temporarily fix to update status 'page' to 'url' (bug never caused a problem as long as '||' has been used on client side). Will change 'page' to 'url' asap.
      b6cb6285
  7. Mar 15, 2017
  8. Mar 02, 2017
  9. Mar 01, 2017
  10. Jan 26, 2017
  11. Jan 17, 2017
  12. May 09, 2016
  13. May 04, 2016
Loading