User Tools

Site Tools


sermn_wiki:userpages:marta:changelog_114_a_116

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
Last revision Both sides next revision
sermn_wiki:userpages:marta:changelog_114_a_116 [2011/10/16 19:45]
miquel [inc/formslib/sql.php]
sermn_wiki:userpages:marta:changelog_114_a_116 [2011/11/21 13:30]
ferrannp [conf/ldap.ini]
Line 8: Line 8:
 ===== ChangeLog file ===== ===== ChangeLog file =====
  
-Aquestes són les línies al fitxer ''ChangeLog'' que fan referència als canvis fets entre les versions  +Aquestes són les línies al fitxer //ChangeLog// que descriuen de forma general els canvis entre les 1.1.4 i 1.1.6. A l'apartat següent es poden consultar les modificacions a nivell de fitxer. 
- +  
-<file> +  * bugfix: add $tableprefix in config class. 
-2009-05-XX Marta BH +  * bugfix: masquerade warning only is shown once at the user main menu. 
-    * bugfix: add $tableprefix in config class. +  * janitorial: clean up some PHP4isms (vars passed by reference in some functions) 
-    * janitorial: clean up some PHP4isms (vars passed by reference in +  * feature: new option at user main menu 'My Bookings' where users are able to view a list of his next bookings 
-      some functions) +  * feature: new "I forgot my password" link at login page. It action, ask to the user his username and email. If these are correct a new password is generated in the database and sent to the user by email. 
-    * feature: new "I forgot my password" link at login page. It action, +  * feature: two groups of actions made at Administrator menu. 
-      ask to the user his username and email. If these are correct a new +  * feature: menu Help has its own section at the menu. 
-      password is generated in the database and sent to the user by email. +  * feature: local Help at new window. 
-    * feature: two groups of actions made at Administrator menu. +  * feature: add a new menu option About bumblebee. 
-    * feature: menu Help has its own section at the menu. +  * feature: at edit booking form, some field have changed the order. 
-    * feature: local Help at new window. +  * feature: administrators can change the username of a booking, like masquerade. 
-    * feature: add a new menu option About bumblebee. +  * feature: add table headers at lists. 
-    * feature: in the calendar, change the emailto link of who made a +  * feature: 'create new' and 'show deleted' options at lists are out of the table and there are shown twice, above and below the list. 
-      booking to and editing booking link. +  * feature: add a quick sort toolbar with all the letter of the alphabet at the top of the lists. 
-    * feature: at edit booking form, some field have changed the order. +  * feature: all the columns from a list are the same link. 
-    * feature: administrators can change the username of a booking, like +  * feature: 'return to ..' some time were redundant. 
-      masquerade. +  * feature: after delete, return to lists automatically
-    * bugfix: masqueade warning only is shown once at the user main menu. +  * feature: new option at user main menu 'My account'. The user can view his user data and change the subscribed email-lists options. 
-    * feature: add table headers at lists. +  * feature: formslib Staticlist that prints a non editable list form the database. 
-    * feature: 'create new' and 'show deleted' options at lists are out of +  * feature: phone field for groups that can use null values. 
-      the table and there are shown twice, above and below the list. +  * feature: listing option at Lists menu available for admins and supervisors
-    * feature: add a quick sort toolbar with all the letter of the alphabet +  * feature: two digits at Group membership (%). 
-      at the top of the lists. +  * feature: drop list for Default charging band in projects form. 
-    * feature: all the colums from a list are the same link. +  * feature: group form shows a list of projects from this group. 
-    * feature: 'return to ..' some time were redundant. +  * feature: different columns at user list. 
- * feature: after delet, return to lists automaticly+  * feature: 'show suspended users' option. 
- * feature: new option at user main menu 'My account'. The user can view +  * feature: instrument form shows a list of users who can book it. 
-   his user data and change the susbcribed emailists options. +  * feature: drop list for Charging class in instruments form. 
- * feature: fomslib Staticlist that print a non ediable list form +  * feature: new option at config field to choose the order used to display the lists at consume action. 
-   the database. +  * feature: check the drop lists at projects and users for cases where there are duplicates or items only have changed the order. 
- * feature: phone field for groups that can use null values. +===== General files (inc/) =====
- * feature: listing option at admin menu. +
- * feature: two digits at Group membership (%). +
- * feature: drop list for Default charging band in projects form. +
- * feature: group form shows a list of projects from this group. +
- * feature: diferent columns at user list. +
- * feature: 'show suspended users' option. +
- * feature: instrument form shows a list of users who can book it. +
- * feature: drop list for Charging class in instruments form. +
- * feature: new option at config field to choose the order that will +
-   shown the lists at consume action. +
-    * feature: check the drop lists at projects and users froms in case they +
-      are duplicate or only have changed the order. +
-</file> +
- +
-===== General files (inc/)=====+
  
 ==== inc/config.php ==== ==== inc/config.php ====
Line 243: Line 228:
   * **Extended: 1.25**   * **Extended: 1.25**
   * remove blank spaces   * remove blank spaces
-  * add actions: //myaccount,// //forgotpassword,// //resetpassword,// //abort,// and //help//+  * add actions: //mybookings,// //myaccount,// //forgotpassword,// //resetpassword,// //about,// and //help//
   * change the order of some actions   * change the order of some actions
  
Line 427: Line 412:
   * added restrictions to show suspended users in a separate list   * added restrictions to show suspended users in a separate list
  
 +==== inc/formslib/choicelist.php ====
 +
 +  * **Extended: 1.29**
 +  * added code to show suspended users in a separate list
 ==== inc/formslib/dbchoicelist.php ==== ==== inc/formslib/dbchoicelist.php ====
  
Line 503: Line 492:
   * remove "require_once 'field.php'"   * remove "require_once 'field.php'"
  
-==== inc/formslib/choicelist.php ==== 
- 
-  * **Extended: 1.29** 
-  * added code to show suspended users in a separate list 
  
 ===== CSS files (theme/) ===== ===== CSS files (theme/) =====
Line 533: Line 518:
   * added conditions to show header with options from the configuration file   * added conditions to show header with options from the configuration file
  
-===== Configuration files (conf/) =====+===== Configuration files (config/) =====
  
-==== conf/bumblebee.ini ====+==== config/bumblebee.ini ====
  
   * **Extended: 1.19**   * **Extended: 1.19**
Line 546: Line 531:
   * added options about how to show the header   * added options about how to show the header
  
-==== conf/ldap.ini ====+==== config/ldap.ini ====
  
   * **Extended: 1.4**   * **Extended: 1.4**
sermn_wiki/userpages/marta/changelog_114_a_116.txt · Last modified: 2011/11/23 13:29 by ferrannp