- 14 Sep, 2010 40 commits
-
-
Julien Muchembled authored
getTransactionalVariable has always been implemented to return a global cache object (1 per thread): old implementation used the given context only to have access to the portal. So we enforce this with a warning to make sure people don't expect retrieving 1 cache object per given context. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38366 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38365 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38364 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38363 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38362 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38361 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38360 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38359 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38358 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Also, document why this code is present. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38357 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
This will allow to remove the '_arg' and 'template' attributes, which are duplicates of 'arguments_src' and 'src'. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38356 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
This form now has the ability to have a a global search capability as well. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38355 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38354 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38353 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38352 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
* Add unit test in order to check edit mode on listbox with objects not indexed yet git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38351 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
- adjust tests after 38131 git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38350 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38349 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
Before this patch, a Python Script was compiled several times during its installation. Now, it is compiled only once. '_code', 'func_code' and 'func_defaults' attributes are also not required anymore in the XML representation of Python Scripts. This will allow to remove this garbage for XML in the future. For the moment, we have to provide forward compatibility with old revision of ERP5 product, so this patch does not change exported XML. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38348 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38347 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38346 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38344 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38343 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38342 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38341 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38340 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Amendment to r37321, instead of displaying the wrong values in the exception text, use __traceback_info__. This is mostly to make the test pass again git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38339 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38338 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
upgradable bt5 git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38337 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
* add another filter diff git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38336 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
* Fixed proxyfication of several listbox_quantity fields git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38335 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38334 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
(this fixes test_CreateCELWithNoBasePrice) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38333 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
It will help HTMLParser to parse broken documents. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38332 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38331 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38330 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38329 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
currency.getPrice git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38328 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
category is present twice. This restores same behaviour as before 38304 git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38327 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38326 20353a03-c40f-0410-a6d1-a30d3c3de9de
-