An error occurred fetching the project authors.
- 08 Nov, 2011 1 commit
-
-
Leonardo Rochael Almeida authored
Fall back to implicit joins in this case. We'd have to implement the collapsing of inner-joins contained inside other inner-joins based on similar aliases, and consolidate their join conditions, before allowing table aliases with explicit joins. This commit reverts: 631cab2b 93cf49e4
-
- 17 Oct, 2011 1 commit
-
-
Julien Muchembled authored
Checked following occurrences in comments: - "Python 2.[456]" - "Zope 2.[891]" - "BBB" - "BACK" Checked uses of: - email, hashlib, numpy & tarfile (modules) - ImportError - string.Template - suppress_events (parameter of _setObject) Excluded: - some forked modules (MailTemplates, PortalTransforms...) - some i18n compatibility code
-
- 23 Jun, 2011 1 commit
-
-
Tatuya Kamada authored
-
- 07 May, 2011 1 commit
-
-
Julien Muchembled authored
-
- 29 Apr, 2011 1 commit
-
-
Jérome Perrin authored
(requires to add an is_accountable column in stock table and add some <dtml-if only_accountable> AND stock.is_accountable </dtml-if> in Resource_zGet* skins) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45758 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Feb, 2011 1 commit
-
-
Nicolas Dumazet authored
The only real issue was that ActivityTool was deriving from BaseTool, this having isIndexable = True, and not being a portal type (a.k.a no isResourceType kind of methods) and raising errors when indexed. Now, ActivityTool has a portal type, and such issues are gone. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43198 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Feb, 2011 1 commit
-
-
Nicolas Dumazet authored
(This is a quickfix to get test results, the BaseTool.isIndexable value will be investigated cleanly/thoroughly later) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43167 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Jan, 2011 1 commit
-
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/catalog_join@42598 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Oct, 2010 1 commit
-
-
Jérome Perrin authored
inventory queries by funding git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39697 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Jul, 2010 3 commits
-
-
Jérome Perrin authored
have similar meaning than omit_input and omit_input, but are not based of the inventory increase, but the asset value increase. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37346 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37333 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37332 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Jul, 2010 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37292 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Jul, 2010 1 commit
-
-
Jérome Perrin authored
uid of this axis on the brain. This means that if we do group_by_section_category=True, the brains will have an attribute section_category_uid that will be the uid of the section category for this brain. Also add support for select_dict and select_list to have the same feature when grouping on a related key. Fix typo from r37215, group_by_project_category was not working git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37257 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Jul, 2010 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37215 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
-
- 28 Jun, 2010 1 commit
-
-
Nicolas Dumazet authored
Fifo, Filo, WeightedAverage, MonthlyWeightedAverage and MovingAverage methods are available git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36624 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Jun, 2010 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36269 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Jun, 2010 1 commit
-
-
Jérome Perrin authored
If group_by= is passed, default group by parameters will not be applied. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36232 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Mar, 2010 1 commit
-
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34172 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Mar, 2010 1 commit
-
-
Nicolas Dumazet authored
Work in progress: transformations are not yet properly indexed, tests are not written. this commit is just to share in advance a common API git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33211 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Feb, 2010 1 commit
-
-
Nicolas Dumazet authored
queries. Default metric type is used instead git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32160 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Jan, 2010 1 commit
-
-
Leonardo Rochael Almeida authored
Use Shared.DC.ZRDB.Results.Results.r objects instead, which behave like the tuples that Shared.DC.ZRDB.Results.Results want. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32001 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Jan, 2010 1 commit
-
-
Nicolas Dumazet authored
* Deprecate usage of "quantity" float field in quantity_unit category * Introduce Quantity Unit Conversion Module instead for this behavior: Quantity Unit Conversion Definitions can be used to define site-wide quantity_units * Let Resources define their own children Definitions: - adds a new tab in Product view - the definitions defined at a Resource level override the "global" definitions made in the Units Module * Definitions are indexed in a special catalog table, similarly to Measures. * Add an interaction workflow to take care of two reindexation needs: - when a local (resource-level) Definition is modified/created, the Product itself needs to be reindexed. This step is quite similar to measure_interaction_workflow - when a global (site-wide) Definition is modified, all Products need reindexing. * SimulationTool API was cleaned up and unified. - getConvertedInventoryList is deprecated - quantity_unit and metric_type parameters are added to getInventory * testResource is updated to use Unit Definitions instead of quantity fields of quantity_unit's git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31858 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Dec, 2009 1 commit
-
-
Jérome Perrin authored
group_by_section_category_strict_membership in getInventoryList; also return function_uid and project_uid on brains. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31084 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Nov, 2009 2 commits
-
-
Jérome Perrin authored
This will only workf wirh erp5_core r30221 git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30222 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30208 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Oct, 2009 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29919 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Oct, 2009 1 commit
-
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29760 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Oct, 2009 1 commit
-
-
Leonardo Rochael Almeida authored
On the way to Zope 2.12, Reform imports, specially from Globals (replacing it with Products.ERP5Type.Globals on the products that depend on ERP5Type), convert Interface uses to zope.interfaces, and remove CMFMailIn references with blessings from Jerome. git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29459 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Oct, 2009 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29415 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Aug, 2009 1 commit
-
-
Tatuya Kamada authored
It is planned that using numpy instead of Numeric. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28543 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Aug, 2009 1 commit
-
-
Łukasz Nowak authored
- aggregate return values into list and return them only once - fixes bug disallowing using Taget Solver and Delivery Solver in one call (4421) - fix naming (do not use abbreviation) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28337 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Jun, 2009 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27710 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Jun, 2009 2 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27276 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27273 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Dec, 2008 4 commits
-
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24951 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Also, factorise code used to retrieve buildSQLQuery. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24947 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24946 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
Use a dict-type value instead of manually rendering time as a string (the only purpose was to prepend a comparison operator). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24945 20353a03-c40f-0410-a6d1-a30d3c3de9de
-