An error occurred fetching the project authors.
- 05 Feb, 2011 1 commit
-
-
Arnaud Fontaine authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43092 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Mar, 2010 1 commit
-
-
Nicolas Dumazet authored
What's the point? Mostly cleaning up pyflakes output: now, running it on those files does not give anymore cluttered output, but raises (almost) only valid human errors. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33558 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Nov, 2009 1 commit
-
-
Sebastien Robin authored
order to make optimisation configuration in unit test - isIndexable is not a property any more, it is a ConstantGetter instance, so it works like a property and like a method - same thing for isPredicate, isTemplate, isDelivery... we can start moving using only methods. - do not define isTemplate, isDelivery... when it is already available thanks to inheritance - new methods generated for all ERP5 objects : provides[InterfaceName]. For instance, "providesIMovement()" will return True or False for any ERP5 object. - new method "is[Group]Type" generated for all ERP5 objects. The group here is group of portal types (like getPortalDeliveryTypeList()). So on any ERP5 object, you can do "isDeliveryType()", and this will returns True or False. - add tests git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30704 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Jul, 2009 1 commit
-
-
Jérome Perrin authored
but they lack the sort index property sheet. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28069 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 09 Jun, 2009 1 commit
-
-
Jérome Perrin authored
updateRelatedContent in CategoryTool calls edit(categories= which only works with this property sheet git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27469 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Jun, 2009 2 commits
-
-
Fabien Morin authored
we prefer to use "is None" and "is not None" instead of "== None" and "!= None" git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27304 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Kazuhiko Shiozaki authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27285 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 28 Jan, 2009 1 commit
-
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25330 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 Jan, 2009 1 commit
-
-
Aurel authored
add regexp for it modify unit test to take into account this new property add new preference property to defined preferred city area git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@25305 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 04 Dec, 2008 1 commit
-
-
Nicolas Delaby authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24789 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Oct, 2008 1 commit
-
-
Rafael Monnerat authored
"Telephone drops the last piece after - for example, try to enter +11(0)11-1111-1111 as a telephone number. then it becomes +11(0)11-1111 telephone should not eliminate any part." git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24426 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 25 Jul, 2008 1 commit
-
-
Rafael Monnerat authored
Added more supported Telephone types. Improve and added more tests. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22666 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 17 Jun, 2008 1 commit
-
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21657 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 03 Jun, 2008 3 commits
-
-
Rafael Monnerat authored
Improved the code style (Rafael and Lucas) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21309 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21300 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
Updated tests. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21298 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 27 May, 2008 1 commit
-
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21176 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 26 May, 2008 2 commits
-
-
Rafael Monnerat authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21156 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Rafael Monnerat authored
The regexp has been moved to a python script and now it can be configured for each country or region. You must update erp5_base. Added tests and entry at preferences. Changes made by Lucas. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21154 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 30 Aug, 2007 1 commit
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15969 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 07 Jun, 2007 1 commit
-
-
Bartek Górny authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14727 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Jun, 2007 1 commit
-
-
Bartek Górny authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14672 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 01 Nov, 2006 1 commit
-
-
Jérome Perrin authored
Add more comments in Coordinate interface about the use of type based method in asText and fromText. Mark Document.Coordinate implementing Coordinate interface. Lookup the type based method in Telephone.fromText, remove the reindex_object in Telephone.fromText, as it is not part of the interface. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11044 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 18 Sep, 2006 1 commit
-
-
Romain Courteaud authored
Test None value with the 'is' keyword. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10080 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
-
- 10 Jan, 2006 1 commit
-
-
Alexandre Boeglin authored
instead of View. (I ran some of the unit tests before comitting, and they reported no error) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5085 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Sep, 2005 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3757 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 29 Mar, 2005 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2763 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Mar, 2005 1 commit
-
-
Sebastien Robin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2696 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 22 Feb, 2005 1 commit
-
-
Kevin Deldycke authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2515 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Feb, 2004 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@466 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 08 Feb, 2004 1 commit
-
-
Jean-Paul Smets authored
fixed Solanes typo git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@404 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 10 Dec, 2002 1 commit
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2 20353a03-c40f-0410-a6d1-a30d3c3de9de
-