- 16 Aug, 2007 9 commits
-
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15687 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15686 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
New WebDAV PUT method handles much better catalog and uid related issues in ContributionTool. The main difference with the standard one is that we call here constructContent with is_indexable=0. This way, documents which are created are not indexed. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15685 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15684 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15683 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15682 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15681 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15680 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
This commit addresses multiple issues. ContributionTool will no longer corrupt the uid generator thanks to some improvements which are also related to ERP5Type.Core.Folder and ERP5Type.WevDAVSupport. The new crawler is now in place. This crawler is now based on alarms and requires some alarm configuration. It is much less intrusive in terms of activities. This version of ContributionTool also introduces the API to distinguish index pages from context pages in a crawling process. This feature is required to index a mailing list for example. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15679 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 15 Aug, 2007 3 commits
-
-
Jean-Paul Smets authored
A new accessor family is provided : Alias. The purpose of Alias accessors is to reduce the number of independent accessors and try to factorise accessors. With Aliases, overloading the default behaviour of aliases may become easier. For example, the method setFirstName will now invoke _setFirstName and then reindex. This way, an interaction method will only need to use _setFirstName as trigger. If the user wants to overload _setFirstName , it becomes possible without having to overload setFirstName at the same time. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15678 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15677 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15675 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 14 Aug, 2007 14 commits
-
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15674 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15673 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yoshinori Okuji authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15672 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- use IConduit Interface git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15671 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15670 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
Added a utility script based on testXHTML. This script uses unittest framework to render view pages and extract translation messages from Localizer in test instance. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15669 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Add utility scripts to collect translation messages. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15668 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Yusei Tahara authored
* Add glossary module. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15667 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15666 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- the modification (Add, Replace, Delete) on subscription are made under the user logged in zope at the begening of the synchro. - the modification on publication are made under the user send by the subscriber (the login and password fields in subscription). git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15665 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15664 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
use portal in a local variable and call script from the portal to shorten acquisition chain. use Zope API to generate hidden inputs git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15663 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
Base_viewUIDialob was using form_list_ui, which is a compatibility page, change to use the new one, configure_list_dialog git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15662 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
handle the case of None values in copy fix the problem of removing some keys while iterating on the dictionnary git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15661 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
- 13 Aug, 2007 14 commits
-
-
Jean-Paul Smets authored
Added a dialog to search where a portal type is defined or used (ex. portal type definition, allowed content types) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15660 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15659 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15657 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15656 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jean-Paul Smets authored
Better support of function (display the functions which are in the range defined in the subordinated organisation). Added support of activity on Person. Rename description as description. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15655 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15653 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Fabien Morin authored
- remove useless method git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15652 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Aurel authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15651 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
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
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15649 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15648 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15647 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15645 20353a03-c40f-0410-a6d1-a30d3c3de9de
-
Jérome Perrin authored
git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@15644 20353a03-c40f-0410-a6d1-a30d3c3de9de
-