- 01 Jan, 2011 3 commits
-
-
Lucas Carvalho authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41919 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Lucas Carvalho authored
* Added proxy field in all forms, using base configurator field library. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41918 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41916 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 31 Dec, 2010 11 commits
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41913 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41910 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41909 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
* Declare security on Accessor * Honour default argument if equals to None git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41907 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
Check only that main formats are supported. Legacy formats will be supported in near future by new daemon cloudooo with dedicated mimetypes. Resurrect these tests when refactoring of cloudooo will be finished. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41906 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41905 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41903 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
reading the request is a hack git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41902 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
cell_portal_type is optional git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41901 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41900 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41899 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Dec, 2010 26 commits
-
-
Kazuhiko Shiozaki authored
since XML may contain encoding, changing encoding only is not good. so we try to parse and reoutput utf-8 XML with a valid encoding information for XML. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41898 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
we should not modify archived documents, so mergeRevision should not try to merge into archived documents. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41897 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41896 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41895 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
add mariadb.cfg based on mysql-5.1.cfg. after checking everything is fine, it will replace mysql-5.1. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41894 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41893 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41892 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
What could happen otherwise: >>> a = 0.4 * 6 * 5; a 12.000000000000002 >>> b = 1.6 * 3; b 4.8000000000000007 >>> c = 0.05; c 0.050000000000000003 >>> (a * c + b * c) / (a + b) 0.049999999999999989 git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41891 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
This fixes test_01c_PackingListSplitBuildInvoiceBuild (testLegacyTradeModelLine). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41890 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41889 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
* reference must not be mandatory * transition workflow must be automatic if executed right after creation of Item git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41888 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41887 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41885 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
* remove useless import * delete unused variable * avoid comparison of persistent object equality git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41884 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* disable X11/OpenGL for libtiff and jasper. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41882 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
disable it by default. Anyway such checks must done by checkConsistency git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41881 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
propagated, as it is not part of standard API. Restore class variable modification, but clean it as soon as the suite has been created. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41880 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
fails, or if dialog is updated git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41879 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
of CFLAGS (thanks Romain and Kazuhiko) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41877 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41876 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
parameter on class's instance instead. This will prevent 2 class instances to run in the same environnment. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41875 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41874 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
provides a new trustable python. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41873 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41872 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41871 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41870 20353a03-c40f-0410-a6d1-a30d3c3de9de
-