Ignore:
Timestamp:
03/13/12 18:23:02 (12 years ago)
Author:
natan
Message:

Ticket #2434 - Implementacao da repeticao de eventos na agenda e adicao de suporte a relacionamentos 1x1 na API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/prototype/config/repeat.ini

    r5514 r5715  
    11service = PostgreSQL 
     2PostgreSQL.concept = calendar_repeat 
    23 
    34[model.depends] 
    45schedulable = schedulable.repeat 
    56 
     7; [model.hasMany] 
     8; occurrences = repeatOccurrence.repeat 
     9 
     10[before.create] 
     11prepareRepeat = modules/calendar/interceptors/DBMapping.php 
     12;  
     13[before.update] 
     14prepareRepeat = modules/calendar/interceptors/DBMapping.php 
     15 
     16[after.create] 
     17saveOccurrences = modules/calendar/interceptors/DBMapping.php 
     18 
     19[after.update] 
     20saveOccurrences = modules/calendar/interceptors/DBMapping.php 
     21 
     22[after.find] 
     23deepnessRepeat = modules/calendar/interceptors/DBMapping.php 
     24;reprepareRepeat = modules/calendar/interceptors/DBMapping.php 
     25 
     26[after.read] 
     27deepnessRepeat = modules/calendar/interceptors/DBMapping.php 
     28;reprepareRepeat = modules/calendar/interceptors/DBMapping.php 
     29 
     30[PostgreSQL.mapping] 
     31wkst = wkst 
     32byweekno = byweekno 
     33byminute = byminute 
     34bysecond = bysecond 
     35byyearday = byyearday 
     36bymonthday = bymonthday 
     37bysetpos = bysetpos 
     38byday = byday 
     39byhour = byhour 
     40interval = interval 
     41frequency = frequency 
     42endTime = until 
     43schedulable = object_id 
     44id = id 
     45count = count 
     46startTime = dtstart 
Note: See TracChangeset for help on using the changeset viewer.