Issue 91: Create feature to disable a repo

This commit is contained in:
Nathan Adams
2015-02-09 23:24:51 -06:00
parent feb001ed8e
commit 4febdda65f
9 changed files with 85 additions and 5 deletions

View File

@@ -117,6 +117,14 @@ class IDF_Project extends Pluf_Model
'default' => 1,
),
'disabled' =>
array(
'type' => 'Pluf_DB_Field_Integer',
'blank' => false,
'verbose' => __('disabled'),
'default' => 0,
),
'syntaxtheme' =>
array(
'type' => 'Pluf_DB_Field_Text',