- 12 Sep, 2008 12 commits
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23592 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23591 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
* Added per month per worker quantity summary * added simulation state dialog parameter * added from_date dialog parameter * added at_date dialog parameter git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23590 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Romain Courteaud authored
getDescription is not generated anymore since r20915. Check that calling edit reindex the content object. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23588 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23587 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23586 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mayoro Diagne authored
- Addind None as default value of restrictedTraverse to avoid NotFound exceptions git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23583 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
* In the monthly report, do not display parts of the projects if not task were assigned to this parts for a particular month * merge depth 1, depth > 1 code git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23582 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mayoro Diagne authored
- addind AttributeError in exception type git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23581 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Thibaut Deheunynck authored
Add a new domain project_report_monthly_domain git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23580 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Thibaut Deheunynck authored
I forgot to commit action in order to generate project monthly report. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23579 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23578 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Sep, 2008 19 commits
-
-
Kazuhiko Shiozaki authored
Add a script for selecting deliveries in purchase_packing_list_builder like in sale_packing_list_builder. With this change, test_11_PackingListDecreaseTwoTimesQuantityAndUpdateDelivery of testPackingList works fine for Purchase Packing List too. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23577 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Julien Muchembled authored
* Fixes the problem related to indendation. Indentation spaces mustn't be kept in cache (Immutable). * Really remove '_filepath', '_owner', 'uid' and '__ac_local_roles__' attributes instead of setting them to None when they are defined on the object. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23576 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mayoro Diagne authored
- adding try except in the function getTitle() in DocumentationHelper_getDocumentationSectionList - removing unused files: * PortalTypeDocumentationHelper_getDocumentationSectionList * DocumentationHelper_getERP5SiteDocumentationReportasODT git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23575 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
Try to adjust its arguments in only if they are URLs and point to proxy instance (i.e. it should point to remore instance). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23573 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Thibaut Deheunynck authored
remove log and add comment git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23572 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
* update StandardSecurity Extension to be able to login with all annoymous application even if they are not reindexed and all portal types * change EGov_register to create a subscription form, assign login and password to it, and login with it. Now when you try to subscribe to egov, you are automatically relogged with the subscription form login * modify PDFDocument_viewLoginInformationPT to display the new login and password on submission * use the new css filename in template_erp5_egov_workspace, this avoid many error log message * improve WebSite_viewSubmissionWizardRenderer to avoid error messages on logs by testing current_action value. Steps are not displayed if there is no current_action (like in PDFDocument_viewLoginInformation form) * change egov_anonymous_workflow permission because now the subsciption form is edited as owner, so remove anonymous permission. This permit a better security on anonymous forms. * bring some correction on PDFDocument_validateFormDataBeforeSubmission git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23571 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Thibaut Deheunynck authored
* add a new report. It generates quantity per month, task_line and person who works on a project. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23570 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Thibaut Deheunynck authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23569 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Ivan Tyagov authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23567 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
- add a test in order to make sure that this parameter is working git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23566 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Sebastien Robin authored
- when update role mapping, reindex security with a low priority in order to not make a site unusable git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23565 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
* Added a switch to select static vs. dynamic language selection git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23564 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23563 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
define a __repr__ method on IndexableObjectWrapper containing the path of the wrapped object, otherwise logs like """uid of <Products.ERP5Catalog.CatalogTool.IndexableObjectWrapper object at 0x7a1b210> changed from 19195L to 19191L as old one is assigned to /erp5/organisation_module/27 in catalog !!! This can be fatal. You should reindex the whole site immediately.""" are not usefull. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23562 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23561 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23560 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23559 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23558 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23557 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Sep, 2008 9 commits
-
-
Vincent Desmares authored
* Set default selection for Quantity Unit and Currency and fix a little pb on Client git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23555 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23554 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23553 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mame Coumba Sall authored
modified DateOfCurrencyExchangeLineNotDateofTransaction so that we see that if the transaction date falls in the validity period date of currency exchange line, conversion is done git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23552 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mame Coumba Sall authored
add tests when there is no currency exchange line defined for the resource currency and when the validity periodicity date don't correspond to the date of the transaction git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23551 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Mame Coumba Sall authored
* Add tales expression on listbox so that it's only activated when there are subcategories defines in currency_exchange_type *Title of start_date property changed git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23550 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Update worklist action box names. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23549 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23548 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23547 20353a03-c40f-0410-a6d1-a30d3c3de9de
-