[ghelda-devel] [18] Add Childhood plugin configuration files. |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/ghelda-devel Archives
]
Revision: 18
Author: odyx
Date: 2009-04-02 11:14:49 +0200 (Thu, 02 Apr 2009)
Log Message:
-----------
Add Childhood plugin configuration files. No way of working without'em?\226?\128?\166
Added Paths:
-----------
trunk/plugins/Childhood/config.php
trunk/plugins/Childhood/config_core.php
Added: trunk/plugins/Childhood/config.php
===================================================================
--- trunk/plugins/Childhood/config.php (rev 0)
+++ trunk/plugins/Childhood/config.php 2009-04-02 09:14:49 UTC (rev 18)
@@ -0,0 +1,30 @@
+<?php
+/*
+ * Ghelda - Gestion Hiérarchisée En Ligne D'Adresses
+ * - Online Hierarchical Handling Of Adresses
+ *
+ * Copyright (C) 2008 Didier Raboud
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+$conf['select']['list'][] = 'Name';
+$conf['select']['list'][] = 'Surname';
+
+$conf['select']['orderby'][] = 'Name';
+$conf['select']['orderby'][] = 'Surname';
+
+$conf['select']['format'] = '<Name> <Surname>';
+
+?>
\ No newline at end of file
Added: trunk/plugins/Childhood/config_core.php
===================================================================
--- trunk/plugins/Childhood/config_core.php (rev 0)
+++ trunk/plugins/Childhood/config_core.php 2009-04-02 09:14:49 UTC (rev 18)
@@ -0,0 +1,25 @@
+<?php
+/*
+ * Ghelda - Gestion Hiérarchisée En Ligne D'Adresses
+ * - Online Hierarchical Handling Of Adresses
+ *
+ * Copyright (C) 2008 Didier Raboud
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU Affero General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU Affero General Public License for more details.
+ *
+ * You should have received a copy of the GNU Affero General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+// Needed.
+$conf['select']['list'][] = G_DB_PEOPLE_ID;
+
+?>
\ No newline at end of file