2 /* -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
4 # ***** BEGIN LICENSE BLOCK *****
5 # This file is part of Plume Framework, a simple PHP Application Framework.
6 # Copyright (C) 2001-2007 Loic d'Anterroches and contributors.
8 # Plume Framework is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU Lesser General Public License as published by
10 # the Free Software Foundation; either version 2.1 of the License, or
11 # (at your option) any later version.
13 # Plume Framework is distributed in the hope that it will be useful,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 # GNU Lesser General Public License for more details.
18 # You should have received a copy of the GNU Lesser General Public License
19 # along with this program; if not, write to the Free Software
20 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
22 # ***** END LICENSE BLOCK ***** */
25 * This file contains the define of the [P]luf [App]lication for the
26 * automatic admin generation.
30 'name' => __('Indefero'),
32 'commit' => array('model' => 'IDF_Commit'),
33 'conf' => array('model' => 'IDF_Conf'),
34 'issue' => array('model' => 'IDF_Issue'),
35 'issue_comment' => array('model' => 'IDF_IssueComment'),
36 'issue_file' => array('model' => 'IDF_IssueFile'),
37 'key' => array('model' => 'IDF_Key'),
38 'project' => array('model' => 'IDF_Project'),
39 'review' => array('model' => 'IDF_Review'),
40 'review_comment' => array('model' => 'IDF_Review_Comment'),
41 'review_file_comment' => array('model' => 'IDF_Review_FileComment'),
42 'review_patch' => array('model' => 'IDF_Review_Patch'),
43 'scm_cache_git' => array('model' => 'IDF_Scm_Cache_Git'),
44 'search_occ' => array('model' => 'IDF_Search_Occ'),
45 'tag' => array('model' => 'IDF_Tag'),
46 'upload' => array('model' => 'IDF_Upload'),
47 'wiki_page' => array('model' => 'IDF_WikiPage'),
48 'wiki_revision' => array('model' => 'IDF_WikiRevision'),
49 'message' => array('model' => 'Pluf_Message'),
50 'permission' => array('model' => 'Pluf_Permission'),
51 'row_permission' => array('model' => 'Pluf_RowPermission'),
52 'search_occ' => array('model' => 'Pluf_Search_Occ'),
53 'search_word' => array('model' => 'Pluf_Search_Word')
54 'timeline' => array('model' => 'IDF_Timeline')