- 17 Nov, 2010 26 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40339 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40338 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40337 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
This is wrong, because if batch_mode arguement is True, headers are still modified. FormPrintout is able to Modify RESPONSE headers by itself. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40336 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
so filename can become something like my_filename_without_extension.my_filename_without_extension git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40335 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40334 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
* add comments. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40332 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40331 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
http://www.sqlite.org/download.htmlKazuhiko Shiozaki authored
as explicitly written in http://www.sqlite.org/download.html, we should not use sqlite-3.7.3.tar.gz but should use sqlite-amalgamation-3.7.3.tar.gz, and we don't need tcl to compile it. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40330 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40329 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40328 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40327 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
Main optimization consists in reducing disk writes, by not using 'copytree' anymore. Only modified/new files are copied from the temporary folder. Also drop 'copyTree' and 'cacheWalk' because they are unused and 'dircache' is deprecated. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40326 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
- Fix random failures in testBusinessTemplate on Zope 2.12 - Do not sort record per 'id' anymore because it was a noop: first value returned by reorderPickle is not the object but its state, so "getattr(o, 'id', None)" was always None - By reducing the number of calls to reorderedPickle/XMLObject, exportXML function is now much faster. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40325 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
MinimalMapping.__getitem__ can only accept real (sub)ids as parameter, otherwise there would be conflicts between <minimal_oid_of_record_1>.<real_subid> and <real_oid_of_record_2> if <minimal_oid_of_record_1> == <real_oid_of_record_2> This is easy to reproduce if you export the whole portal at once. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40324 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- update tests for serf to assert local zlib and libuuid git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40323 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40322 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40321 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
Add compatibility with Debian Lenny (and other gcc 4.3 systems that did not backport the COLLAPSE clause used by OpenMP) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40320 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
Check subversion and libserf. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40319 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
Prevent subversion to use system libraries. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40318 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40317 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40316 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
initial implementation of ERP5 External Auth Plugin, that extract the user_id from the HTTP request header. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40315 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40314 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40313 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Nov, 2010 14 commits
-
-
Gabriel Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40312 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40310 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40309 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
Unfortunately, this requires to create ERP5 sites at the root. The fixes the following test case: transaction.commit() repr(portal.__dict__['_components']) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40308 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40307 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
or the recipe will only check the exit status of the last command. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40305 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40304 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- make readElfAsDict portable git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40303 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
and Acquired Property view git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40302 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
* read and write permissions of Acquired and Standard Property view now contains the list of available permissions, rather than entering them manually. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40301 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Arnaud Fontaine authored
should have always been a list of available permissions as defined in Products.ERP5Type.Permissions git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40300 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40299 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40298 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40297 20353a03-c40f-0410-a6d1-a30d3c3de9de
-