diff options
author | Nicolas BERNSTEIN <alexis211@gmail.com> | 2011-11-20 13:39:47 +0100 |
---|---|---|
committer | Nicolas BERNSTEIN <alexis211@gmail.com> | 2011-11-20 13:39:47 +0100 |
commit | d45c7f14891d951f8a6987cc6492073b97e05b5b (patch) | |
tree | d6467b1202c27f67fd8e894d25fd4aea0085b559 /lib/conf/apps.php | |
parent | 4d7e065c2d2ec407b6a7ebfc7569628bac9149d1 (diff) | |
download | Bits-d45c7f14891d951f8a6987cc6492073b97e05b5b.tar.gz Bits-d45c7f14891d951f8a6987cc6492073b97e05b5b.zip |
Added the bit list study system
Diffstat (limited to 'lib/conf/apps.php')
-rw-r--r-- | lib/conf/apps.php | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lib/conf/apps.php b/lib/conf/apps.php index ef491ee..d8cb1c2 100644 --- a/lib/conf/apps.php +++ b/lib/conf/apps.php @@ -40,6 +40,17 @@ $apps = array( "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" => 1, "deckadd" => 1, @@ -47,6 +58,13 @@ $apps = array( "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, ), ); |