- 14 Jul, 2010 2 commits
-
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37097 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
Previous implementation was exploring all descendants without using the path information. We can of course stop walking down a branch as soon as we have met all paths we were looking for. And jump to the next branch/sibling. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37096 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Jul, 2010 18 commits
-
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37093 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
unify Application from my project (wich is more advanced) with Software Product from erp5_software_pdm git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37091 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
add a Movement Split Solver, that moves several movements to another delivery. a test is added to confirm if it works fine with cells. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37088 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37087 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37086 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37085 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37083 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
license -> licence git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37082 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37080 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
* commit jps changes git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37079 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37078 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37077 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mayoro Diagne authored
* Add removed propertysheet PDFForm, needed by PDF Type git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37076 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Danièle Vanbaelinghem authored
Return the previous form when click two times on a list action git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37075 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Any OOoDocument can make use of 'display', 'quality', 'resolution' arguments in default download like an Image (i.e. converted to an image respectively if image format passed). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37074 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Support more than four dimensional matrix. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37073 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37072 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mayoro Diagne authored
* remove overloading Types Tool git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37071 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 12 Jul, 2010 19 commits
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37069 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mayoro Diagne authored
* remove Translation Information git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37068 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mayoro Diagne authored
* rome portal_type Types Tool in the bt and allow adding EGov Type and Meta EGov Type instance in SetInstance.py git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37066 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
Because some sites don't have an 'erp5_users' plugin in acl_users, and what ERP5Site_getAuthenticatedMemberPersonValue does is not specific to 'erp5_users'. This is done by moving code outside ERP5UserManager class so that it can be reused. Changes to ERP5UserManager.getUserLogin method are: - use a transactional cache instead of erp5_content_short: - a transactional cache is enough because authenticateCredentials already caches its result in erp5_content_short - no need to care about empty result from the catalog, which was done using _AuthenticationFailure (instead, we simply return an empty list) - cache person objects instead of their path - no need to use SUPER_USER since we use unrestrictedSearchResults git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37065 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37064 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37063 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Update Node_statAccountingBalance and accept "at_date", "from_date", "to_date" parameters. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37055 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Grégory Wisniewski authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37054 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Grégory Wisniewski authored
Replaced by BankAccount_getCheckModel() that support new check numbering system git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37053 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Fix industrial phase list field bug on Transformation_view. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37052 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37048 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37047 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Define legacy ITextConvertable interface and proper implementation with deprecation warning. Add method security definition and update doc strings. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37046 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Split IConvertable to IFormatConvertable and IConvertable. Move implementation from abstract Document class to interface (IConvertable) implementation. Adjust interface doc strings accordingly. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37045 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mayoro Diagne authored
* remove document_publication_workflow * remove catalog method it's in erp5_egov_mysql_innodb_catalog * use http_cache insted of root_http_skin_cache (removed) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37044 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Update Node_statAccountingBalance and accept "at_date" parameter. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37040 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
use getRootDeliveryValue() instead of getExplanationValue() because what we want to have here is the root delivery value. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37038 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
This is done so a fresh cache settings is to be generated (in some rare cases different parts of ERP5 code use old wrong (or empty) cache settings). Still clearing cache is done only for running code ZEO node not cluster wide (to be implemented). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37033 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37032 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Jul, 2010 1 commit
-
-
Yusei Tahara authored
Hardcoding numbers is more simple and reliable. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37031 20353a03-c40f-0410-a6d1-a30d3c3de9de
-