Fixed the review backend to support multiple patches per review and line level comments.

This commit is contained in:
Loic d'Anterroches
2009-07-16 10:04:58 +02:00
parent dd56d681b3
commit 99992442f5
12 changed files with 270 additions and 243 deletions

View File

@@ -43,6 +43,7 @@ function IDF_Migrations_Install_setup($params=null)
'IDF_WikiPage',
'IDF_WikiRevision',
'IDF_Review',
'IDF_Review_Comment',
'IDF_Review_Patch',
'IDF_Review_FileComment',
'IDF_Key',
@@ -88,6 +89,7 @@ function IDF_Migrations_Install_teardown($params=null)
'IDF_Key',
'IDF_Review_FileComment',
'IDF_Review_Patch',
'IDF_Review_Comment',
'IDF_Review',
'IDF_WikiRevision',
'IDF_WikiPage',