- 25 Jun, 2010 6 commits
-
-
Nicolas Dumazet authored
BusinessPath.isCompleted calls are quite expensive Removing it with the previous improvements actually leads to before performance. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36586 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
since the closure will stay the same among all business paths, transform for path in previous_path_list: for movement in path.getRelatedMovementValueList(): into: closure = current_path.getBusinessPathClosure() for movement in closure: This means that number of simulation tree walks is reduced by a factor of len(previous_path_list) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36585 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
instead of walking all descendants of root applied rules, we now only walk the ancestors of related movements and their descendants. This means that a few branches get pruned, namely the branches stemming from ancestors of related movements that dont include such related movements as descendants. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36584 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
This commit alone represents a performance drop by 300% (3 times slower), and is kept only to track changes. The next 5 commits will improve performance, leading to an overall 500% improvement (5 times faster than before this commit) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36583 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
When creating object always pass editable_mode so user is redirected explicitly to objects edit form. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36581 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36580 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Jun, 2010 7 commits
-
-
Mohamadou Mbengue authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36574 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mayoro Diagne authored
*use portal_type as expression kache key git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36572 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36571 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mayoro Diagne authored
* use lambda expression to filter objects without portal_type in z_catalog_egov_list filter git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36570 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36567 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36566 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36565 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Jun, 2010 27 commits
-
-
Lucas Carvalho authored
The erp5_barcode is not required anymore, once it also fails using the erp5_core. Using proper API instead of portal_catalog. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36564 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Lucas Carvalho authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36563 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mohamadou Mbengue authored
* add Egov_updateProcedureLocalRole script to update a procedure's local roles using a username and role_name_list git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36562 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mohamadou Mbengue authored
* use ERP5Type_getSecurityCategoryFromAssignmentParentGroup to generate function_group* group of security git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36561 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mohamadou Mbengue authored
* use role_name_list instead of role_name in procedure role information definition git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36560 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Lucas Carvalho authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36559 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mayoro Diagne authored
* modify ERP5Site_getQuickSearchableTypeList to allow processing anonymous and not anonymous procedure * after login redirect in desired default page (default view) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36558 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
Fix excessive reinstallation of buildout parts. Do not generate a bin/buildout script overwritting the one generated by boostrap.py git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36557 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mayoro Diagne authored
* Allow manager to set own password for procedures git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36556 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mayoro Diagne authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36555 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36554 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mayoro Diagne authored
* Change filter expression in z_catalog_egov_list * Allow Agent and Owner to delete procedure in draft state git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36553 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mayoro Diagne authored
* correct redirect url when logout * display login and password to track anonymous procedure at the end of submission (it's not only for Subscription Form) * remove log in EGov_Base_editAndNextStep * configure listbox of PDFDocument_viewAnonymousHistory git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36552 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
use force_update=1 in line level edit, otherwise line level values can look modified by modifying delivery level values. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36551 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- as templates are inside this recipe remove them - rearrange configuration of oood instance to make it maintainable and readable git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36550 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36549 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
Pidproxy is not required anymore, oood-runserw was refactor to run into supervisor. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36548 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36547 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36546 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36545 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36542 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36541 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
http header is not allowed like "content-type". git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36540 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
Add condition to check that content attribute belong to meta tag not another one. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36539 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
Backport http://dev.plone.org/archetypes/changeset/9449/Products.PortalTransforms/trunk/Products/PortalTransforms/transforms/safe_html.py Improve patterns to detect embedded javascripts. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36538 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
Backport http://dev.plone.org/archetypes/changeset/11766/Products.PortalTransforms/trunk/Products/PortalTransforms/transforms/safe_html.py - add support of HTML5 git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36537 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36536 20353a03-c40f-0410-a6d1-a30d3c3de9de
-