- 08 Oct, 2009 32 commits
-
-
Julien Muchembled authored
Conflicts: products/ERP5/Document/BusinessTemplate.py products/ERP5/interfaces/transformation.py products/ERP5/tests/testERP5Interfaces.py products/ERP5SyncML/SynchronizationTool.py git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29495 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
Newer CMF versions don't provide factory_type_information for their content types. Stop relying on them git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29494 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29493 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29492 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
Apparently, the APIHelp generator in Zope 2.12 is pickier. Interface files need a top-level docstring with an empty first line to serve as title of the document git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29491 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29490 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29489 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29488 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
use App.ImageFile.ImageFile instead of ImageFile, to initialize product icon images in Zope context, as the later break if directory layouts don't match expectations git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29487 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29486 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29485 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
no need to check SUPPORTS_WEBDAV_LOCKS manually. wl_isLocked() is defined and defaults to false if SUPPORTS_WEBDAV_LOCKS is false git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29484 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29483 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- improve many listboxes by adding columns, thumbnail, proxify - use quantity_unit_title instead of quantity_unit - use more generic tales expression git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29482 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
- Split assignment creation apart in createUserAssignment to allow creating several assignments - Return user and assignment objects for easier manipulation - add a wrapper createSimpleUser to handle 90% of the user creation cases git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29481 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29480 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29479 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
This avoid conflict between SyncML Stream and carried Data in xml w/o prefix. Carried data must never belong to SyncML namespace even for NonQualified XML. before: <SyncML xmlns="SYNCML:SYNCML1.2"> ...<object portal_type="Person" id="1"> ... </object> </SyncML> after: <syncml:SyncML xmlns:syncml="SYNCML:SYNCML1.2"> ...<object portal_type="Person" id="1"> ... </object> </syncml:SyncML> git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29478 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
Concentrate all imports of addWorkflowFactory to a location under our control. For CMF 2.x we will emulate this function by creating actual Zope2 Factories for our workflows. git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29477 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29476 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Dumazet authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29475 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
XML namespaces handling will be redesign soon git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29474 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29473 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Vincent Pelletier authored
As Bank Account state is not historicised, it is not possible to do a report on openned bank account at a given date (in past), which might be required. Make this possible by listing accounts both in opened and closed states. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29472 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29471 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- Move all related view to archive folder git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29469 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29466 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
Move all related view to archive folder git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29465 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- remove all lists from listboxes because it's not nice to represent list in listbox and because now it's possible to use domain_tree to filter by category - add column in default and more columns git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29464 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Łukasz Nowak authored
- fast parameter is not used for updateCausalityState (exactly called isDivergent is ignoring this parameter) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29462 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29461 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Leonardo Rochael Almeida authored
Place back ImportError guards that allowed AdvancedSearchTextParser to be used without interface definitions and checks. git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/portal_types@29460 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Oct, 2009 8 commits
-
-
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
-
Fabien Morin authored
was the only public code using those translations, and it had been updated in r29453, 29454). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29458 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29457 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29456 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
If so, delete cached value and return False. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29455 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
color -> colour visual_pattern -> visual_pattern_title resource -> resource_title git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29454 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Nicolas Delaby authored
So all actions on this dictionary was propagated to all others one. If one RamCache is cleared, all others follow. Hopefully, the duration life of a cached value is not affected by this bug. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29452 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- indentation pb - do not create one preference for one test - enable preference only if it's disable git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29451 20353a03-c40f-0410-a6d1-a30d3c3de9de
-