1. 24 Sep, 2019 4 commits
    • Roque's avatar
      erp5_officejs: migrate Codemirror app · 0215979d
      Roque authored
      - corresponding test update
      0215979d
    • Roque's avatar
      erp5_officejs: update Text Editor app configuration · acbaec04
      Roque authored
      - corresponding test update
      acbaec04
    • Roque's avatar
      erp5_officejs: new storage "configuration" · fbd23eb3
      Roque authored
      - new storage layer on top of appcache storage to manage officejs configuration elemnts
      - the elements listed in ".configuration" app manifest are got from appcache and stored in current app storage as documents
      - storage cleaner to handle data migration
      fbd23eb3
    • Roque's avatar
      erp5_officejs: refactoring in new officejs approach · 14354bad
      Roque authored
      - reorginize and extend app setting and customization
      - each portal type has its own setting dictionary
      - handling blob types in document render and submit
      - remove hardcoded app configuration manifest
      - allow custom view in controller
      - common configurations refactored
      - handle_action handles notify submit and redirect base on custom action
      return
      - controller default page forces storage sync if app version changes
      - fix 401 login redirect in storage selection
      - general code refactoring and cleanup
      14354bad
  2. 20 Sep, 2019 2 commits
  3. 01 Sep, 2019 2 commits
  4. 30 Aug, 2019 3 commits
    • Vincent Pelletier's avatar
      ZMySQLDA.db: Close any replaced connection on reconnection. · 604e3ff3
      Vincent Pelletier authored
      MySQLdb relies on garbage collection to close the connection. Relying
      on such asynchronous event as the garbage collector is never a good idea,
      and this can cause issues when the transaction associated with the
      connection is started: because the connector is being replaced, it will
      never be properly aborted. So do not take chances and do not leak open
      connections: always close it.
      604e3ff3
    • Vincent Pelletier's avatar
      ZMySQLDA.db: Clarify that reconnection will only happen on actually closed connections. · 86849427
      Vincent Pelletier authored
      So that it's more apparent that we are not leaking a potentially active
      transaction on that connection.
      86849427
    • Vincent Pelletier's avatar
      ZMySQLDA.db: Drop special handling of syntax errors. · 29b30dc5
      Vincent Pelletier authored
      The same error code can be used for different causes. Specifically, it can
      be used for SQL-level syntax error (which this code intended to handle),
      or it can be used for fulltext syntax error (which makes this code raise).
      Also, drop forced-reconnection, because this means a still-established
      connection make be kept around and completely detected from current
      transaction, which may cause a database snapshot to be kept indefinitely
      (actually, until mariadb's timeout), in turn causing performance issue
      because of associated InnoDB snapshot.
      29b30dc5
  5. 29 Aug, 2019 2 commits
  6. 28 Aug, 2019 1 commit
  7. 16 Aug, 2019 5 commits
  8. 15 Aug, 2019 7 commits
  9. 13 Aug, 2019 4 commits
  10. 09 Aug, 2019 8 commits
  11. 08 Aug, 2019 2 commits