source: branches/2.4/prototype/config/calendarSignature.ini @ 7228

Revision 7228, 919 bytes checked in by douglas, 12 years ago (diff)

Ticket #0000 - Copiadas as alterações do Trunk. Versão final da 2.4.2.

RevLine 
[5399]1service = PostgreSQL
[5437]2PostgreSQL.concept = calendar_signature
[5399]3
[5514]4[model.hasMany]
5calendarSignatureAlarms = calendarSignatureAlarm.calendarSignature
6[model.depends]
7calendar = calendar.signatures
[5399]8
9[before.delete]
10deleteCalendarSignatureDependences = modules/calendar/interceptors/DBMapping.php
11
12[after.find]
13createDefaultSignature = modules/calendar/interceptors/DBMapping.php
14deepnessFindCalendarSignature = modules/calendar/interceptors/DBMapping.php
[7228]15createDefaultGroup = modules/calendar/interceptors/DBMapping.php
[5399]16
17[after.read]
18deepnessReadCalendarSignature = modules/calendar/interceptors/DBMapping.php
[5437]19
20[PostgreSQL.mapping]
21id  = id
22user = user_uidnumber
23calendar = calendar_id
24isOwner = is_owner
[7228]25type = type
[5437]26msgAdd = msg_add
27msgCancel = msg_cancel
28msgUpdate = msg_update
29msgReply = msg_reply
30msgAlarm = msg_alarms
31dtstamp = dtstamp
32fontColor = font_color
33backgroundColor = background_color
34borderColor = border_color
Note: See TracBrowser for help on using the repository browser.