1. 05 Oct, 2012 1 commit
  2. 04 Oct, 2012 4 commits
  3. 03 Oct, 2012 8 commits
    • Julien Muchembled's avatar
      Fix typo in erp5_discussion · 648eaee9
      Julien Muchembled authored
      648eaee9
    • Ivan Tyagov's avatar
      Fix typo introduced in 568479ae · 683327b1
      Ivan Tyagov authored
      683327b1
    • Gabriel Monnerat's avatar
      add workaround for Internet Explorer's bug to download files over SSL. More... · f1942650
      Gabriel Monnerat authored
      add workaround for Internet Explorer's bug to download files over SSL. More details here: http://support.microsoft.com/kb/316431
      f1942650
    • Julien Muchembled's avatar
      Merge branch 'simulation' · 19d4aa13
      Julien Muchembled authored
      - splitted expand, performance improvements and bugfixes
        (see commit 5c09e2e2 for more information)
      - Zope: monkey-patch 'transaction' to provide start time of transaction
      - CMFActivity: new 'merge_parent=<path>' SQLDict parameter
      - CMFActivity: try to reserve older messages first (ORDER BY priority, date)
        (see commit 275799fe to update existing
         activity tables)
      - drop legacy simulation
      19d4aa13
    • Julien Muchembled's avatar
      7f0a3b61
    • Julien Muchembled's avatar
      Simulation: splitted expand, performance improvements and bugfixes · 5c09e2e2
      Julien Muchembled authored
      All interactions and activity tags are reviewed to fix bugs like duplicated
      root applied rules, and also reduces the amount of duplicated/useless work, e.g:
      - Simulation trees are not expanded anymore when simulated objects are modified.
      - 'expand' activities are merged (i.e. dropped) with any other 'expand' activity
        for an ancestor.
      New implementation exposes new API that hides much complexity to the developper
      about activity dependencies.
      
      By default, expand() now automatically defers any work if the current
      transaction takes too long time. This method also gains a parameter to
      explicitely choose when to expand, which is often important in unit tests or
      solvers. In particular, when postponing work, it takes care of setting proper
      activity dependencies.
      - If you have any code requiring to expand everything immediately, you'll have
        to replace 'expand()' by 'expand(expand_policy="immediate")'.
      - On the contrary, you should replace any 'activate().expand()' by
        'expand(expand_policy="deferred")'.
      expand() still accepts activity parameters for any extra needs.
      
      In causality workflow, 'building' state is clarified and now means
      « delivery may diverge but we can't know now ». A delivery remains in draft
      as long as it does not contain any movement built from simulation.
      After init/clone/builder/etc. scripts used to call 'startBuilding' &
      'updateCausalityState': this calls must be removed since only
      SimulatedDeliveryBuilder should take care of move to 'building' state and
      workflows now triggers 'updateCausalityState'.
      
      Disguised interactions have been unhardcoded and either deleted, or moved to
      appropriate interaction workflows, which have been reorganized. Those
      that triggers update of portal_workflow can be easily customized or disabled.
      
      New API:
      - updateSimulation() on deliveries and subscription items. It takes care of
        creating root applied rule, expanding and reindexing parts of simulation
        trees. It somehow replaces:
        - Delivery_updateSimulation
        - Delivery_updateAppliedRule
        - Delivery.applyToDeliveryRelatedMovement
        - Delivery.updateAppliedRule
        - Delivery.expand
        - Delivery.expandRuleRelatedToMovement
        - SubscriptionItem.expand
        - SubscriptionItem.updateAppliedRule
      - Delivery.localBuild() is the new way to do local building and replaces
        Delivery_expandAndBuild. Private method Delivery._localBuild replaces
        Delivery_buildOnComposedDocument.
      - Simulation Movements that are being built by a builder are reindexed with
        the following tag: 'built:<delivery_path>'. Any after_path_and_method_id
        dependency against 'related_simulation_movement_path_list' and reindexing
        methods should be replaced by this after_tag.
      
      After builder scripts used to confirm the delivery in a separate activity,
      which was useless.
      5c09e2e2
    • Sebastien Robin's avatar
      new version of erp5.util · 410b6746
      Sebastien Robin authored
      410b6746
    • Ivan Tyagov's avatar
  4. 02 Oct, 2012 3 commits
  5. 01 Oct, 2012 6 commits
  6. 28 Sep, 2012 4 commits
  7. 27 Sep, 2012 2 commits
  8. 26 Sep, 2012 1 commit
  9. 25 Sep, 2012 2 commits
  10. 24 Sep, 2012 1 commit
  11. 21 Sep, 2012 1 commit
  12. 19 Sep, 2012 3 commits
  13. 18 Sep, 2012 4 commits