- 20 Jan, 2010 2 commits
-
-
Kazuhiko Shiozaki authored
use the FormBox's key as the part of its inside fields' keys. now we can include FormBox inside ListBox. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31835 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
This script returns no data about accessed objects, and does no modification on them, so it should be perfectly safe to add such proxy role. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31834 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Jan, 2010 19 commits
-
-
Vincent Pelletier authored
This fixes cases where a user accesses a bank account of another agency (this can happen for operation imports at country scale). It is safe to set a Manager proxy role on this script as it is called on the only accessed document, so security checks were already done (or bypassed) upon fetching our context. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31824 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
remove TODO comment because FormBox validator is already implemented and tested with the functional test. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31823 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
Receiving an empty string as language parameter (as done when using listbox search) should be considered as using user language. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31822 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
Check that receiving an empty string as language parameter (as done when using listbox search) correctly returns user language documents. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31821 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31820 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31818 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31817 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31816 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31815 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
on Account Statement git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31814 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31813 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31812 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31811 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
first case: obj is never modified between "obj = None" and this line second case: (not tales) => (obj==None) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31810 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Now translation accessors return original value if there is no translation. For translation UI of content translation, use no_original_value parameter and do not display original value in input fields. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31809 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31808 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31807 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31806 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31805 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Jan, 2010 12 commits
-
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31803 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31802 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
* Restore overridden modules, for 2 reasons: - The user may choose to not install the new module. - Modules in BT may import from ERP5Type.Document the classes they override (although I am sure it is good practice). * Check existence of oid in pickle cache before deleting it, because it may have been already removed automatically. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31801 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31800 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31799 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31798 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31797 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31796 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31795 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31794 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31793 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31792 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Jan, 2010 1 commit
-
-
Julien Muchembled authored
This fixes [28422] and testBPMEvaluation (PicklingError exceptions). This reverts useless [30411]. It also allows to revert [31213]. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31791 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Jan, 2010 6 commits
-
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31790 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
See also [27652] git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31789 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31788 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
reviewed by Romain git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31787 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
reviewed by Romain git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31786 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31785 20353a03-c40f-0410-a6d1-a30d3c3de9de
-