From b0c23ea84327d48e3a4383fac3e795c2dc0a1215 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 31 Jan 2014 16:42:40 +0100 Subject: Remove all studying apps code. --- lib/conf/apps.php | 40 +--------------------------------------- 1 file changed, 1 insertion(+), 39 deletions(-) (limited to 'lib/conf/apps.php') diff --git a/lib/conf/apps.php b/lib/conf/apps.php index 8e755b1..c3efea4 100644 --- a/lib/conf/apps.php +++ b/lib/conf/apps.php @@ -4,7 +4,7 @@ $homepage = "blog"; $apps = array( - // Image upload application + // File upload application "file" => array( "index" => 1, "delete" => 1, @@ -48,43 +48,5 @@ $apps = array( "delcom" => 2, ), - // Studies application - "deck" => array( - "index" => 0, - "new" => 1, - "view" => 0, - // function called for editing - "edit" => 1, // change title, comment - "addent" => 1, // add card - "rment" => 1, // remove card - "edent" => 1, // edit card - "mvent" => 1, // move card - ), - "list" => array( - "index" => 0, - "view" => 0, - "new" => 1, - "edit" => 1, // edit global info = name, desc, ... - - "addbatch" => 1, - "edbatch" => 1, - "rmbatch" => 1, - ), - - "study" => array ( - "index" => 0, - "deckadd" => 1, - "deck" => 1, - "deckrm" => 1, - "setrate" => 1, - "setcard" => 1, - - "listadd" => 1, // create list_study - "list" => 1, // !!!!!! show global progress for a list_study - "listrm" => 1, // delete list_study - "batch" => 1, // (JS) shows progress for a batch_study - "batchreview" => 1, // (JS) batch review app - "brresults" => 1, - ), ); -- cgit v1.2.3