1. 12 Jul, 2017 2 commits
    • Boxiang Sun's avatar
      erp5_officejs_support_request_ui: Add some new functions. · e0eba65e
      Boxiang Sun authored
      - Add two charts in homepage to show the statistc information about Support Request.
      - Show recent activities of Support Requests.
      - Add fast input dialog to allow user to create new Support Request.
      - Allow user to submit comment when creating new Support Request or in Support Request view.
      e0eba65e
    • Boxiang Sun's avatar
      erp5_post: Add HTML Post and Post Module. · bd496547
      Boxiang Sun authored
      Post is a comtainer which contains raw data without any metadata.
      A post can be seen as any item send or received by an instant message application.
      HTML Post is one type of post, which contains richtext in HTML and UTF-8.
      Eugene Shen wrote a post system before, which inpired us. This bt5 is a
      new implementation which under Tristan Cavelier's guide.
      bd496547
  2. 11 Jul, 2017 2 commits
  3. 10 Jul, 2017 1 commit
    • Jérome Perrin's avatar
      configure cloudooo by URL in default preference · 2cf95f9e
      Jérome Perrin authored
      Since !306 we have configured system preference to use cloudoo from the Slapos SR, but this configuration was still old style configuration setting host / port.
      
      It caused a test to fail 
      ```
      ======================================================================
      FAIL: test_01_PreferenceSetup (testIngestion.TestIngestion)
      ----------------------------------------------------------------------
      Traceback (most recent call last):
        File "/srv/slapgrid/slappart7/srv/testnode/aai/soft/f030becfa6e3878c62ccb9bccc43a291/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1048, in test_01_PreferenceSetup
          self.assertEqual(preference_tool.getPreferredOoodocServerAddress(), conversion_dict['hostname'])
      AssertionError: 'erp5-cloudooo' != 'localhost'
      ```
      
      and that was a problem with the test, we don't have to care about `getPreferredOoodocServerAddress`, as only URL matters now (it was just working because both were set to localhost).
      
      /reviewed-on nexedi/erp5!315
      2cf95f9e
  4. 07 Jul, 2017 11 commits
  5. 06 Jul, 2017 13 commits
  6. 05 Jul, 2017 8 commits
  7. 04 Jul, 2017 3 commits