An error occurred fetching the project authors.
- 22 Dec, 2010 1 commit
-
-
Nicolas Dumazet authored
* ERP5Type.PropertySheet becomes a dynamic module that returns strings instead of classes for compatibility: - the document classes can now use strings in property_sheets attribute - if a document uses a string instead of a class reference to point to a property sheet, it means that the property sheet can either be an old (filesytem, local, in a product) property sheet, or a zodb propertysheet For now, the contents of ERP5Type.PropertySheet (strings) are overwritten if a local PropertySheet is loaded from the disk. But with time, as property sheets will migrate to ZODB, the module will empty itself and contain only strings. * Move all property sheets from all products to ERP5PropertySheetLegacy product. Only property sheets that were left 'as is' are CMF* property sheets. This commit is mostly a move to another Product, and should have small consequences on tests/existing instances. However, if you used to import PropertySheets in custom/project code in your custom Property Sheets, you will need to rename: from Products.*.PropertySheet.Foo import Foo to: from Products.ERP5PropertySheetLegacy.Foo import Foo git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@41639 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Nov, 2010 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39771 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Feb, 2010 1 commit
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32168 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Nov, 2009 1 commit
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30270 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Nov, 2009 1 commit
-
-
Tatuya Kamada authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30199 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Feb, 2009 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25563 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 02 Feb, 2009 1 commit
-
-
Yusei Tahara authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25415 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Oct, 2008 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24117 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Jul, 2008 1 commit
-
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22172 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 06 Jun, 2008 1 commit
-
-
Jérome Perrin authored
generate accessors for default skill title and default skill value git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21378 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 May, 2008 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21001 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Sep, 2007 1 commit
-
-
Jean-Paul Smets authored
Remove duplicate definition for activity. Prepare multiple role. Prepare moving product line (interest) to career. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16382 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Aug, 2007 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15711 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Aug, 2007 1 commit
-
-
Jean-Paul Smets authored
It can be useful to know which activity a person is currently related to in his career. This is useful both for sorting people and to enter people without a company (ex. consultants) yet associate them to an activity. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15650 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Aug, 2007 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15582 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 11 Oct, 2006 1 commit
-
-
Jérome Perrin authored
[pers.setStartDate(pers.birthday) for pers in context.person_module.objectValues() if getattr(pers, 'birthday', None) is not None] and [org.setStartDate(pers.creation_date) for org in context.organisation_module.objectValues() if getattr(org, 'creation_date', None) is not None] to update existing documents. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10664 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 16 Aug, 2006 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9238 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 21 Jul, 2006 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8656 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 May, 2006 1 commit
-
-
Alexandre Boeglin authored
from PropertySheet 'acquired_property_id' property. 2/ Changed the behaviour of Coordinate so that getText and _setText use methods defined in subclasses if they exist. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7116 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 Apr, 2006 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6952 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Apr, 2006 1 commit
-
-
Vincent Pelletier authored
Improve docstrings. Add descriptions to properties that misses them. Add warnings on properties that should not be used. Remove financial_year_stop_date from Organisation, because accounting period replaces it. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6869 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Apr, 2006 2 commits
-
-
Alexandre Boeglin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6442 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Alexandre Boeglin authored
method and calling it from install, as when importing, build is called with no_action=1. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6441 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Mar, 2006 1 commit
-
-
Jérome Perrin authored
* Add password confirmation field and validator. * Doesn't display current password in page source and set higher security on password getter. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6334 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Mar, 2006 1 commit
-
-
Yoshinori Okuji authored
Remove unneeded executable flags. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6280 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 20 Mar, 2006 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6150 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Mar, 2006 1 commit
-
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6125 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Mar, 2006 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6034 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Feb, 2006 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5847 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 19 Feb, 2006 1 commit
-
-
Jérome Perrin authored
getDefaultCareerTitle) for consistency with default address, telephone, etc. Mark old accessors like "getCareerTitle" as deprecated. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5750 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Jan, 2006 2 commits
-
-
Jérome Perrin authored
Document categories git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5088 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5074 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 23 Nov, 2005 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4384 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 05 Nov, 2005 1 commit
-
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4252 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Nov, 2005 1 commit
-
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4239 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Oct, 2005 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4168 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Oct, 2005 1 commit
-
-
Jérome Perrin authored
restore the destination_region category on Person, necesary to have the destination_region category acquired correctly for movements which have a Person as destination. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4056 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 31 Aug, 2005 1 commit
-
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3703 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Aug, 2005 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3685 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 24 Aug, 2005 1 commit
-
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3644 20353a03-c40f-0410-a6d1-a30d3c3de9de
-