An error occurred fetching the project authors.
- 10 Sep, 2013 1 commit
-
-
Arnaud Fontaine authored
-
- 27 Feb, 2013 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 15 May, 2012 1 commit
-
-
Julien Muchembled authored
This is a followup to commit 8995b645 ("always start transactions with begin() and make tic() commit automatically"): there is now no need to use self.stepTic() instead of self.tic()
-
- 11 May, 2012 1 commit
-
-
Julien Muchembled authored
-
- 07 Feb, 2012 1 commit
-
-
Julien Muchembled authored
-
- 01 Sep, 2011 2 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
- 30 Aug, 2011 1 commit
-
-
Łukasz Nowak authored
During usage of shacache and shadir it was possible to publish document immediately. If there is problem with such scenario, it shall be fixed in correct place with a test proving issue.
-
- 25 Aug, 2011 1 commit
-
-
Łukasz Nowak authored
Follow the specification of shacache and shadir: PUT is used in shadir, POST is used in shacache in order to create new content. erp5_web can be used without any modification to serve fully restfull POST interface. Create special action for Web Site which reacts on POST type of request and support it by low level functionality. This action is available in web view only and affects only Web Sites configured for shacache. Other changes: * do not check uploaded content, just return calculated sha * break compatibility during upload (better now then later) * avoid hiding errors during publishing content by hiding exceptions in WebSite_publishDocumentByActivity * do randomisation in tests and make them live test safe * connect to running web server in tests in order to use all stacks during uploading and downloading content * cleanup erp5_web_shacache and erp5_web_shadir business templates and remove not needed scripts * during testing treat running site as blackbox and do not try to be too smart
-
- 28 Jul, 2011 2 commits
-
-
Lucas Carvalho authored
Just a small performance improvement, the behavior still the same. Because when the client send a big file, it should not take too long to check the sha512 sum.
-
Lucas Carvalho authored
Shacache instance is now able to provide big file without getting killed by the OS, due a memory leak. Desactivating the previous object is an approach to send the data without overloading the RAM Memory.
-
- 19 Jul, 2011 1 commit
-
-
Lucas Carvalho authored
-
- 18 Jul, 2011 1 commit
-
-
Lucas Carvalho authored
-
- 06 Jul, 2011 2 commits
-
-
Lucas Carvalho authored
Applying mixin classes dynamically under portal types, does not allow to overwrite the methods which already exists in the inherit tree for the methods provided by the mixin class. So with this new document (WebSite.py), we can force which implementation must be used in that case.
-
Lucas Carvalho authored
This reverts commit 688cf160.
-
- 05 Jul, 2011 6 commits
-
-
Lucas Carvalho authored
-
Lucas Carvalho authored
With this mixin enabled it is possible to handle the PUT methods for document creation.
-
Lucas Carvalho authored
-
Lucas Carvalho authored
-
Lucas Carvalho authored
-
Lucas Carvalho authored
It is required to publish the document, but it can only be done after all. Otherwise, it can lead in security problems.
-
- 04 Jul, 2011 1 commit
-
-
Lucas Carvalho authored
-
- 15 Dec, 2010 1 commit
-
-
Julien Muchembled authored
Excluded BT: - erp5_banking_* - erp5_egov* - erp5_registry_ohada* - erp5_mysql_ndb_catalog - erp5_bpm - erp5_full_text_sphinxse_catalog - erp5_project_mysql_innodb_catalog - erp5_content_translation - erp5_software_pdm - erp5_ldap_catalog - erp5_rss_reader - erp5_tiosafe_core git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41436 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Oct, 2010 2 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39190 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39140 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Oct, 2010 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39106 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Aug, 2010 1 commit
-
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37665 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Jul, 2010 1 commit
-
-
Sebastien Robin authored
Conflicts: bt5/erp5_base/bt/revision bt5/erp5_simulation/DocumentTemplateItem/InvoiceSimulationRule.py bt5/erp5_simulation/bt/revision bt5/erp5_trade/SkinTemplateItem/portal_skins/erp5_trade/Base_viewTradeFieldLibrary.xml bt5/erp5_trade/bt/change_log bt5/erp5_trade/bt/revision products/ERP5/Document/BusinessPath.py products/ERP5/Document/SimulationMovement.py products/ERP5/Document/TradeCondition.py products/ERP5/Document/TradeModelLine.py products/ERP5/bootstrap/erp5_mysql_innodb_catalog/bt/revision products/ERP5Type/ERP5Type.py git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37129 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Jun, 2010 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36198 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Feb, 2010 1 commit
-
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32230 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Nov, 2009 1 commit
-
-
Danièle Vanbaelinghem authored
Add Fields Library and proxify fields in ERP5Site_viewCreateModuleScribusDialog, ERP5Site_viewUpdateModuleScribusDialog git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30605 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Aug, 2009 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28446 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Apr, 2008 1 commit
-
-
Fabien Morin authored
* add css class for div with no input inside. This is necessary to have a correct rendering of readOnly fields (non editable). * remove string after '/>'. This is tipicaly time and date separator that make the field rendering position bad. * replace some unused div with tal:block, this make html source code more clean git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20412 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Apr, 2008 1 commit
-
-
Fabien Morin authored
select_test was wrong because only RelationStringField may have this test false, RelationStringField are conposed eventualy by a select struct and at least 2 input structs). The problem was ListFieds (composed by a select) match with this test (and should not) and so, ListFields were rendering as special multi-fields (so the css class was wrong and the field was not visible). Now they are rendered like standard multi-input fields, and works. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20300 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 31 Mar, 2008 1 commit
-
-
Fabien Morin authored
* add update_module_scribus portal action that permit to update the forms of a module created using the create_module_scribus action git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20226 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Feb, 2008 3 commits
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19345 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- replace all SPAN markups using DIV markups because they were not well used : a lot of DIV were inside SPAN markup, wich is not XHTML valid and makes somethoing like 15 errors more for each pdf page. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19342 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19341 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Feb, 2008 1 commit
-
-
Fabien Morin authored
add new css class to be able to distinguish first page from other ones and and have a different display. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19135 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Oct, 2007 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@17240 20353a03-c40f-0410-a6d1-a30d3c3de9de
-