- 31 Dec, 2010 4 commits
-
-
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
-
- 29 Dec, 2010 10 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41869 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
here, the output should be unicode not str. this part is only called in python-2.4, because python-2.6's HTMLParser.unescape() already decode such entities. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41868 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
Fix test failures on testBusinessTemplate and spurious error messages on the console when trying to set the sort_key on an unconnected Connection object. Also fix the manual creation of the ActivityConnection object. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41865 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
Only give AccessContentPermission to Member, to prevent any anonymous access. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41864 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41863 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41862 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
erp5_web embed features related to erp5_crm, but erp5_crm is not an hard dependency. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41861 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41860 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41859 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
a different portal_type, the Event will migrate to this portal_type during discoverMetatada process. Contribution Predicates must focus on filename, content_type and content_type guessed from data criterions. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41858 20353a03-c40f-0410-a6d1-a30d3c3de9de
-