Minor adding todos

skala
Julio Montoya 12 years ago
parent 75523ff530
commit 66b06f5ed4
  1. 2
      news_list.php
  2. 6
      user.php
  3. 1
      whoisonline.php
  4. 1
      whoisonlinesession.php

@ -1,6 +1,8 @@
<?php <?php
/* For licensing terms, see /license.txt */ /* For licensing terms, see /license.txt */
//@todo move this inside web/news
// name of the language file that needs to be included // name of the language file that needs to be included
$language_file = array ('admin','courses', 'index', 'announcements', 'group'); $language_file = array ('admin','courses', 'index', 'announcements', 'group');

@ -4,9 +4,9 @@
* Clean URls for the Social Network * Clean URls for the Social Network
* *
* The idea is to access to the user info more easily: * The idea is to access to the user info more easily:
* http://campus.chamilo.org/admin instead of * http://campus.chamilo.org/admin instead of
* http://campus.chamilo.org/main/social/profile.php?1 * http://campus.chamilo.org/main/social/profile.php?1
* To use this you should rename the htaccess to .htaccess and check your * To use this you should rename the htaccess to .htaccess and check your
* virtualhost configuration * virtualhost configuration
* *
* More improvements will come in next versions of Chamilo maybe in the 1.8.8 * More improvements will come in next versions of Chamilo maybe in the 1.8.8
@ -14,6 +14,8 @@
*/ */
/** /**
* Variables definitions and inclusions * Variables definitions and inclusions
*
* @todo move this inside web/user
*/ */
// name of the language file that needs to be included // name of the language file that needs to be included
$language_file = array('index','registration','messages','userInfo'); $language_file = array('index','registration','messages','userInfo');

@ -3,6 +3,7 @@
/** /**
* Who is online list * Who is online list
* @todo move this inside web/online
*/ */
// language files that should be included // language files that should be included

@ -2,6 +2,7 @@
/* For licensing terms, see /license.txt */ /* For licensing terms, see /license.txt */
/** /**
* Shows who is online in a specific session * Shows who is online in a specific session
* @todo move this inside web/onlineincourses
* @package chamilo.main * @package chamilo.main
*/ */
/** /**

Loading…
Cancel
Save