Commit Graph

385 Commits

Author SHA1 Message Date
Nicolas Demonte 89f2b1eba0 Remove meta_type overrides #41067
This fixes standard copy-paste behavior. The overrides don't seem useful inside the GED.
https://groups.google.com/forum/#!topic/dexterity-development/78si45jllyA
2020-07-13 15:19:29 +02:00
Frédéric Péters 94ba5f6afd add a get_full_title method to person, to match other classes 2014-04-02 15:00:16 +02:00
Frédéric Péters 0a6b8eeff7 allow members to edit contacts (#4609) 2014-04-01 17:56:02 +02:00
Frédéric Péters 7a9266e0c0 do not fail on positions being unicode (#4367) 2014-02-26 17:59:59 +01:00
Cédric Messiant 2b66fed686 Remove stuff related to is_created 2013-10-24 09:15:56 +02:00
Thomas Desvenain 334b8282cb reverted 2013-10-17 16:22:04 +02:00
Thomas Desvenain 90c1387d4d more robust way to get parent address 2013-10-17 15:16:43 +02:00
Cédric Messiant 126bc31df2 Update CHANGES.rst 2013-10-09 16:54:41 +02:00
Cédric Messiant 853750d707 Don't show use parent address checkbox if there is no parent address 2013-10-09 16:50:41 +02:00
Cédric Messiant f3f35874e9 Fix parent address and add robot tests 2013-10-09 16:44:46 +02:00
Cédric Messiant 41ca87aa99 Add robot tests for 'Create Contact' links on organization and position 2013-10-09 16:11:22 +02:00
Cédric Messiant 9b6ef51621 Add 'Create Contact' link on position view 2013-10-09 14:17:39 +02:00
Cédric Messiant 481ad7443c Fix encoding in tests 2013-10-08 15:29:33 +02:00
Cédric Messiant bc776233f1 Update CHANGES.rst 2013-10-08 15:13:55 +02:00
Cédric Messiant bea98882f9 Use full title instead of Title in position view title 2013-10-08 15:12:11 +02:00
Cédric Messiant 665aaf9c05 Show organization's and root organization's name in position's full title 2013-10-08 15:12:11 +02:00
Cédric Messiant 75fdb304ea Update docstring 2013-10-08 15:12:11 +02:00
Thomas Desvenain 32f7cec74d Merge branch 'master' of git@github.com:collective/collective.contact.core.git 2013-10-08 14:47:13 +02:00
Thomas Desvenain 6d03baa688 translation 2013-10-08 14:47:06 +02:00
Cédric Messiant dde54736ca Merge branch 'master' of github.com:collective/collective.contact.core 2013-10-08 11:55:03 +02:00
Cédric Messiant b2ae375df6 Add first organization title in held position's title 2013-10-08 11:54:29 +02:00
Thomas Desvenain d0299a7f17 Added logo and activity rich field on organization type. 2013-10-04 19:11:40 +02:00
Thomas Desvenain b055df0c2b encoding 2013-10-04 18:59:49 +02:00
Thomas Desvenain 1489b64471 Fixed generate id from title on held positions and persons. 2013-10-04 17:25:15 +02:00
Thomas Desvenain ec9e883063 When we get the address of a contact, if the most direct address is
empty, look for the next.
+ optimizations
2013-10-04 14:51:04 +02:00
Thomas Desvenain e3693e5855 test 2013-10-04 11:20:42 +02:00
Thomas Desvenain 74e55c256d display fax and website 2013-10-04 11:07:14 +02:00
Thomas Desvenain b46651104f Added Fax and Website fields to IContactDetails and IContactable. 2013-10-04 10:57:34 +02:00
Vincent Fretin 97b94e57fd add collective.contact.facetednav in a demo.cfg 2013-10-02 14:43:54 +02:00
Cédric Messiant b88d586e0a Remove useless spaces 2013-10-01 15:59:39 +02:00
Cédric Messiant f78a81d684 Add z3c.formwidget.query to checkouts 2013-10-01 15:59:22 +02:00
Cédric Messiant 9b0931a0d0 Robot tests in Travis 2013-09-30 14:28:01 +02:00
Cédric Messiant c2771449e1 Merge branch 'master' of github.com:collective/collective.contact.core 2013-09-27 17:30:10 +02:00
Cédric Messiant d1a3249af4 Add RobotFramework integration and some RobotFramework tests 2013-09-27 17:29:32 +02:00
Thomas Desvenain 49328e8912 doc 2013-09-27 16:28:35 +02:00
Thomas Desvenain 4a7b163d2c default parent address was broken in schemaeditor 2013-09-26 12:00:15 +02:00
Vincent Fretin 9f1fb0891e Fixed javascript in @@add-organization view. 2013-09-22 18:04:19 +02:00
Vincent Fretin c3c04c0157 revert previous commit, radio name should be without :list (since z3c.form 2.6.0), z3c.formwidget.query needs to be fixed 2013-09-22 17:00:14 +02:00
ebrehault e515bca74f fix use_parent_address 2013-09-18 16:51:46 +02:00
Thomas Desvenain 991f350ffb cf https://github.com/collective/collective.contact.core/issues/2 2013-09-17 17:28:16 +02:00
Thomas Desvenain 08289706a9 Fixed use parent address if we set Contact Details behaviour on held
positions.
2013-09-13 12:24:39 +02:00
Cédric Messiant cfcf124ada Back to development: 1.1 2013-09-13 11:37:56 +02:00
Cédric Messiant 7d30d1e9d8 Preparing release 1.0 2013-09-13 11:36:54 +02:00
Thomas Desvenain 426b665758 get_person_title method on held position 2013-09-12 17:43:50 +02:00
Thomas Desvenain cba108d80b fix 2013-09-12 10:06:14 +02:00
Thomas Desvenain 173dcae8cb fix if current content is held_position 2013-09-10 18:32:56 +02:00
Thomas Desvenain 0339000bdf Birthday is now optional as a behaviour. 2013-09-10 13:01:10 +02:00
Vincent Fretin df643b9d04 declare plone.formwidget.datetime dependency 2013-09-04 13:05:17 +02:00
Vincent Fretin 452c3d20ba use -200 and DateWidget instead of Datetime 2013-09-04 12:59:42 +02:00
Vincent Fretin aca97df242 Use (-100, 1) years range for birthday field. 2013-09-04 12:50:11 +02:00