- 28 Jan, 2011 28 commits
-
-
Łukasz Nowak authored
- compare send and stored information and do wise update in place (still depending on sent data dict structure) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42748 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
is bug free and does more pretty things like calling ZCacheable_invalidate. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42747 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42746 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42745 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42744 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42743 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42742 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42741 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- accept arguments in main method to make it easier to use it as entry point, and merge properly passed arguments with passed from command line git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42739 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42738 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
- add response to each calendar request git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42737 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42736 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42735 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Revert part of r42730. Real full text search will be provided by a separate business template (MySQL full text, Sphix or another one). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42734 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42733 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
* support that one can have more account types in asset, equity or liability. It was producing wrong GL and TB * make sure to call the analytic scripts on accounting_module git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42732 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
- fixes the case where organisation has no group git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42731 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42730 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42729 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
we need to update generated portal types as well git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42728 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42727 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
time instead of runtime. Since the portal type does not change, and since methods are wrapped individually depending on the portal type, it is safe to do this at registration time. It means that no "useless" interactions are attached to objects, and that the portal type check only happens once in the life of a method. Overall, this should contribute to better performances. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42726 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
notify* methods are never called if the guard evaluates to False. This check looks costly and useless. The only possibility (?) would be that one of your Interaction workflow guards checks kw['workflow_method_args'] and returns a different result depending on when _checkTransitionGuard is called. That seems like a tricky (wrong? unlikely?) usecase. If you are in this case, let me know, and if needed I'll engineer a fast guard check that is only ever checked once. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42725 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
Correct and update comment: we _do_ use isWorkflowMethodSupported to check the guard of a transition before running it, check Base.WorkflowMethod implementation. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42724 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42723 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42722 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42721 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
If this is not the case, we should adapt code registrating methods to skip non-triggers instead of checking invalid transitions all the time. Hence the assert. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42720 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Jan, 2011 12 commits
-
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42719 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
"raise urlnorm.InvalidUrl" was not catched because it was in an except clause. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42718 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42717 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
* Detect searchable column from dynamic related key feature of catalog. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42716 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
New test to check that Listbox is able to set-up searchable columns automatically according their id. Currently dynamic related_keys are not searchable columns, this test point out this lack of feature. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42715 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42714 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42713 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
- remove not used files correctly git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42712 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
erp5_jquery is used and can be used in other skins (not only "View"). Such a case is any ERP5 Web Site using jQuery. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42711 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42710 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Gabriel Monnerat authored
- improve css to calendar - remove not used javascript file git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42709 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42708 20353a03-c40f-0410-a6d1-a30d3c3de9de
-