- 17 May, 2010 26 commits
-
-
Sebastien Robin authored
we might remove this test later, but it is usefull to have several people working on this problem. This test should not be started by default and should be used with activity_node options git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35396 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
Re-apply patch r35339 for same reasons. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35395 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
RESPONSE headers. * There is no need to treat pdf conversion in specfic way. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35394 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
- delay patch to Activity Tool on Zope 2.12 - fix possible failure when starting processing nodes git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35393 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
its preferable to return binary content as attachment. * import http response CODE from httplib git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35392 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Use existing API to check if converting to base format is supported or not (rather than relying on dynamic method introspection). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35390 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusuke Muraoka authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35389 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35388 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35386 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
Calling convertToBaseFormat will fill in base_data with odf content. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35385 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35384 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Use dedicated script to decide if "Add gadget" / "Stick Gadget" management bar can be show on current context. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35383 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusuke Muraoka authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35382 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
The cached value need to be the image itself, not only image content. The work around md5 hashing calculation is still on going git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35381 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
not working in 5.4.5) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35380 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35379 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Use redirect rather than render default document (in previous implementation of Base_contribute doing a direct view in the same request caused ConflicErrors in error logs). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35378 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
This is basically the same as creating a new bank account and validating it (as we check again its validity and unicity), but without loosing its history. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35377 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35376 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusuke Muraoka authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35375 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
The most simple way to use this feature is to use --activity_node option only, but it is also possible to: - run only a ZEO server (--activity_node=0) - run only ZEO clients - run only activity nodes, by specifying no test - specify HOST:PORT to listen/connect for ZEO storage and ZServer Load/save of catalog is done by the process running the ZEO server. Load of static files is done by all processes. Save of static files is done by the process running unit test. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35374 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35373 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Make km_custom.css override all other CSS files. Fix listbox CSS apperance. Now Settings contains sub menu items: "My Preferences" and "My Profile". git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35372 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Use "Document Type" rather than "Portal Type" when contributing a document. Do not allow use to select "Document Type" when contributing a link (it's to be determined by ingestion system). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35371 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Tatuya Kamada authored
Revert the r35339 commit, since the commit testFormPrintoutAsODT.test_08_OOoConversion started to fail. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35370 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
* Inventory Line and Inventory Cell are not invoice movements. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35369 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 May, 2010 1 commit
-
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35368 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 May, 2010 2 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35367 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35366 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 May, 2010 11 commits
-
-
Yoshinori Okuji authored
Add a new Target Solver which does not backpropagate changes to the upstream or does not do any fancy thing, i.e. just copies changes to simulation locally and propagate them to the downstream only by expanding the simulation. The behavior of this Target Solver should be taken as the most standard way. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35365 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35364 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35363 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
Work by FX Algrain git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35362 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35361 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
No need to define i18n:domain everywhere, as it is defined in the upper level. Work by FX Algrain. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35360 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
specific columns. Work by FX Algrain. TODO: a functional test is needed git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35359 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35358 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35357 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35355 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
replace text_format by content_type Keep my_text_format to not break ProxyField Dependency git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35352 20353a03-c40f-0410-a6d1-a30d3c3de9de
-