User Tools

Site Tools


sermn_wiki:userpages:marta:changelog_117_a_130

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
sermn_wiki:userpages:marta:changelog_117_a_130 [2012/02/23 11:50]
ferrannp [inc/actions/users.php]
sermn_wiki:userpages:marta:changelog_117_a_130 [2012/02/27 18:23] (current)
ferrannp [install/setup-tables.sql]
Line 12: Line 12:
   * bugfix: masquerade action has not to allow to make a booking for user who hasn't permission for the instrument. Also the action is fixed for instrument admin.   * bugfix: masquerade action has not to allow to make a booking for user who hasn't permission for the instrument. Also the action is fixed for instrument admin.
   * bugfix: when do the action 'undeleted entry' (users) field suspended of database have to be 0.   * bugfix: when do the action 'undeleted entry' (users) field suspended of database have to be 0.
 +  * bugfix: when you masqued, in "my bookings" you could see all bookings from the user who I am masqued, now you only see your own bookings
   * feature: interactive language, user can change program language and its choice will be saved in database   * feature: interactive language, user can change program language and its choice will be saved in database
   * feature: password format changed from md5_compat to md5   * feature: password format changed from md5_compat to md5
Line 20: Line 21:
   * feature: restructured .tabularobject style and the way to create tables inside other tables   * feature: restructured .tabularobject style and the way to create tables inside other tables
   * feature: some styles change (center) on calendar and lists that use .selectlist   * feature: some styles change (center) on calendar and lists that use .selectlist
 +  * feature: fixed Reports & Lists to view information about users only from groups and projects active
 ===== Root files (/) ===== ===== Root files (/) =====
  
Line 25: Line 27:
  
   * **Extended: 1.64**   * **Extended: 1.64**
-  * bugfixes for loading of i18n module: added //require_once 'inc/i18nconfig.php'// after //require_once 'inc/i18n.php'//+  * bugfixes for loading of i18n module: added require_once 'inc/i18nconfig.php' after require_once 'inc/i18n.php'
   * added another //MergeDatabaseTable// to merge language field from users table   * added another //MergeDatabaseTable// to merge language field from users table
- 
 ===== General files (inc/) ===== ===== General files (inc/) =====
  
Line 81: Line 82:
   * change field order 'User type', User option is the first option instead of Admin option now   * change field order 'User type', User option is the first option instead of Admin option now
   * modified display() function   * modified display() function
 +  * fixed parameters of connectDB('statususers',...)
 ===== Actions files (inc/actions/) ===== ===== Actions files (inc/actions/) =====
  
Line 91: Line 93:
   * added new action //settings// from bumblebee 1.1.5   * added new action //settings// from bumblebee 1.1.5
   * added new action //languages//   * added new action //languages//
 +  * deleted action "All suspended users" from lists.php
  
 ==== inc/actions/actionfactory.php ==== ==== inc/actions/actionfactory.php ====
Line 114: Line 117:
 ==== inc/actions/language.php ==== ==== inc/actions/language.php ====
   * Initial revision   * Initial revision
 +
 +==== inc/actions/lists.php ====
 +  * **Extended: 1.2**
 +  * deleted "All users suspended" option because you can see this in "Show suspended users" of "Edit users" option
 +  * fixed lists, only show users from active groups/projects and only see projects from active groups
  
 ==== inc/actions/masquerade.php ==== ==== inc/actions/masquerade.php ====
Line 119: Line 127:
   * Admin Instrument can only view the users who has permissions for instrument that can book   * Admin Instrument can only view the users who has permissions for instrument that can book
   * You cannot masquerade as a user who is suspended or deleted   * You cannot masquerade as a user who is suspended or deleted
 +
 +==== inc/actions/mybookings.php ====
 +  * **Extended: 1.0**
 +  * use $this->auth->uid instead $this->user to prevent that I can see the bookings of other user when I am masqued
 ==== inc/actions/projects.php ==== ==== inc/actions/projects.php ====
   * **Extended: 1.30.2**   * **Extended: 1.30.2**
Line 140: Line 152:
   * separated on another AnchorTableList the instruments for the Instruments admins   * separated on another AnchorTableList the instruments for the Instruments admins
   * added some conditionals options if action masquerade is activated   * added some conditionals options if action masquerade is activated
 +
 +==== inc/actions/viewbase.php ====
 +  * **Extended: 1.2.2**
 +  * added to _forbiddenError() function the option to print a message without predeterminate end
 +
 ===== Formlib files (inc/formslib/) ===== ===== Formlib files (inc/formslib/) =====
  
Line 151: Line 168:
   * Fix DBChoiceList function for when //deleted// and //suspended// are nullable   * Fix DBChoiceList function for when //deleted// and //suspended// are nullable
   * Fix query (deleting //AS '.$this->table.//) because it can fail    * Fix query (deleting //AS '.$this->table.//) because it can fail 
 +  * Use !is_null() instead ($var <> NULL)
 ==== inc/formslib/dbrow.php ==== ==== inc/formslib/dbrow.php ====
   * **Extended: 1.50.1**   * **Extended: 1.50.1**
Line 193: Line 210:
  
 ===== Install files (install/) ===== ===== Install files (install/) =====
 +
 +==== install/installer/checks.php ==== 
 +  * **Extended: 1.13.1 **
 +  * strip the magicTag out of the html as it changes every time (copy of 1.1.5 version)
  
 ==== install/setup-tables.sql ==== ==== install/setup-tables.sql ====
Line 201: Line 222:
   * added language field to users table (language field = name field of languages table)   * added language field to users table (language field = name field of languages table)
   * removed //deleted// field of statususers table   * removed //deleted// field of statususers table
 +
 +
sermn_wiki/userpages/marta/changelog_117_a_130.1329994207.txt.gz · Last modified: 2012/02/23 11:50 by ferrannp