Commit Graph

385 Commits

Author SHA1 Message Date
Cédric Messiant f7ba883500 Fix bug with encoding 2013-08-27 10:07:58 +02:00
Vincent Fretin 0fe512e820 We can now add new contact directly from an organization 2013-07-27 15:28:40 +02:00
tdesvenain 02e6f02d54 avoid failure when there is no directory 2013-07-26 02:34:42 +02:00
Thomas Desvenain 41f7e9b1a7 Merge branch 'master' of
git@github.com:collective/collective.contact.core.git

Conflicts:
	src/collective/contact/core/browser/addcontact.py
2013-07-25 11:48:43 +02:00
Thomas Desvenain 7ba3b66286 "Add new" popup link is renamed from "Add ..." to "Create ..." 2013-07-25 11:44:47 +02:00
Vincent Fretin 4f4765b260 Fixed overlay config when portal_type=held_position 2013-07-25 11:42:48 +02:00
Thomas Desvenain d435b2f0ca more robust 2013-07-23 19:53:14 +02:00
Thomas Desvenain 81eff43cc0 display held position label if there is no position 2013-07-23 19:52:50 +02:00
Frédéric Péters 353df72836 indexers: make sure elements are all unicode 2013-07-20 10:31:40 +02:00
Thomas Desvenain a97f0ca7b7 if we are not in the context of a person, if contact field is restricted
to held_position, do not provide held_position add link but add contact
link
2013-07-19 16:50:40 +02:00
ebrehault 5ee5003895 get_directory muset raise an exception if no parent 2013-07-19 16:11:21 +02:00
Cédric Messiant a04b7b9cb3 Unused import 2013-07-19 08:51:56 +02:00
Cédric Messiant 3d85c5600c Remove view.js from jsregistry 2013-07-19 08:51:45 +02:00
Cédric Messiant df8c5c13a6 Should fix travis test 2013-07-09 14:57:38 +02:00
Cédric Messiant 927bf0f726 Fixed tests 2013-07-09 14:35:33 +02:00
Cédric Messiant 7f286dff0f Fixed person_searchable_text indexer 2013-07-09 14:34:39 +02:00
Cédric Messiant c578983b9a Changed fields order and separate contact details and address in 2 distinct schematas 2013-07-08 14:30:50 +02:00
tdesvenain 2e00a37a06 fix add held_position 2013-07-08 12:23:58 +02:00
tdesvenain a77c26c8df New behaviour to add a "Related organizations" field on a content type. 2013-07-08 11:58:38 +02:00
tdesvenain c4da1fefcc fix subscribers 2013-07-08 09:33:52 +02:00
tdesvenain 5e4d15d6ed Plain text search improvements :
- we can find persons with organization names, functions names,
    - the same for held positions,
    - indexation is updated when organization or function changes
2013-07-07 21:27:38 +02:00
tdesvenain 2cacb60bc8 Messages that document better the organization / position held position
adding process.
2013-07-05 14:50:27 +02:00
tdesvenain 09a6ca6eb2 i18n 2013-07-05 10:48:16 +02:00
Vincent Fretin 156bca87d9 Added 'Add organization or position' overlay 2013-07-04 21:48:20 +02:00
tdesvenain b5ff87c8a1 Display position label in title of held position view page. 2013-07-04 17:33:04 +02:00
tdesvenain cf379daba1 translations 2013-07-04 17:23:49 +02:00
tdesvenain 07c577ea9b fix tests 2013-07-04 17:20:26 +02:00
tdesvenain bf2fbbc3c3 Added an additional input text label to held positions,
used on titles if held_position is directly related to an
organization.
2013-07-04 16:17:37 +02:00
tdesvenain 0b9e68bb91 remove warnings 2013-07-04 15:44:33 +02:00
tdesvenain ec595eaa29 Merge branch 'master' of git@github.com:collective/collective.contact.core.git 2013-07-04 15:43:37 +02:00
tdesvenain 820adc60a4 Display contacts on organization page. 2013-07-04 15:43:26 +02:00
ebrehault 86d25dc0f3 move semi-colons outside i18n 2013-07-04 15:02:16 +02:00
tdesvenain 5189e1aea6 Merge branch 'master' of git@github.com:collective/collective.contact.core.git 2013-07-04 14:33:02 +02:00
ebrehault 76c49ed30c remove spaces before semi-colons 2013-07-04 14:32:14 +02:00
tdesvenain 748b7b97b8 Merge branch 'master' of git@github.com:collective/collective.contact.core.git 2013-07-04 14:17:05 +02:00
tdesvenain f0ad1a9bf8 indent 2013-07-04 14:16:52 +02:00
tdesvenain 7d5357a8ab We can find a function with the organization name. 2013-07-04 11:15:34 +02:00
Vincent Fretin 3c90be9a41 don't use defaultView on directory 2013-07-04 10:50:11 +02:00
Vincent Fretin 9d426c0785 use prefix="oform" for the addcontact overlay and fixes javascript 2013-07-04 10:31:53 +02:00
Vincent Fretin 7bd32a0549 show portal type icon in autocomplete results 2013-07-03 09:36:35 +02:00
Vincent Fretin 6cf08957a6 added held_position_icon.png and fixed .metadata files for all icons 2013-07-03 09:31:05 +02:00
tdesvenain e8eff1617e Fixed field customization view. 2013-07-01 16:59:49 +02:00
Vincent Fretin e471831cc0 bootstrap.py to force buildout 1.x for jenkins 2013-06-01 18:38:02 +02:00
Vincent Fretin 696d888953 use zc.buildout 1.7.1 for jenkins 2013-06-01 17:05:32 +02:00
Vincent Fretin 480aacfdca pin plone.app.locales 4.3.1 which contains mo files 2013-06-01 16:25:46 +02:00
Vincent Fretin cf8b45425f Updated infra to use Plone 4.3 and fixed UnicodeDecodeError 2013-06-01 16:07:23 +02:00
Vincent Fretin c02c3fc2f2 added plone 4.3 classifier 2013-06-01 14:09:08 +02:00
Vincent Fretin ee23a693d6 compatibility with jquery 1.7.2 (Plone 4.3) 2013-06-01 13:38:00 +02:00
Vincent Fretin ef857309d8 better upgrade steps description 2013-06-01 13:11:50 +02:00
Cédric Messiant d9cfb518e4 Add missing # in first line 2013-05-28 18:26:35 +02:00