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
sermn_wiki:userpages:marta:changelog_114_a_116 [2011/10/16 18:02]
miquel [inc/formlib/nondbrow.php]
sermn_wiki:userpages:marta:changelog_114_a_116 [2011/11/23 13:29] (current)
ferrannp [Changelog dels canvis de 1.1.4 a 1.1.6]
Line 1: Line 1:
-====== Changelog dels canvis de 1.1.4 a 1.1.6 ======+====== Changelog dels canvis de 1.1.4 a 1.1.6 (unstable) ======
  
 Aquests són els canvis fets de la versió 1.1.4 a la versió 1.1.6. Al llistat s'esmenta, Aquests són els canvis fets de la versió 1.1.4 a la versió 1.1.6. Al llistat s'esmenta,
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 491: Line 480:
  
   * **Extended: 1.26**   * **Extended: 1.26**
-  * ...+  * use //configreader// class 
 +  * deleted global TIMEPREFIX 
 +  * used more restrictions in //quickselect// 
 +  * added join clause to //quickselect// 
 +  * added //mysql_fetch_rowsarr()// function 
 +  * get //mysql_error// function 
 + 
 +==== inc/formslib/timefield.php ==== 
 + 
 +  * **Extended: 1.26** 
 +  * remove "require_once 'field.php'" 
 + 
 + 
 +===== CSS files (theme/) ===== 
 + 
 +==== theme/bumblebee.css ==== 
 + 
 +  * **Extended: 1.40** 
 +  * added two new classes //td.itemL.a// and //a.search// 
 + 
 +==== theme/contentfooter.css ==== 
 + 
 +  * **Extended: 1.19** 
 +  * created a global constant value BUMBLEBEE_VERSION 
 +  * used //copyrightowner// variable from //configreader// class 
 + 
 +==== theme/pagelayout.css ==== 
 + 
 +  * **Extended: 1.10** 
 +  * reduce padding-top from footer 
 +  * added new footer "p" to clean 
 +  * added new classes used in //help action//: sflogo, photo, photoimg, floatleft, floatright, menulist, naventry, table tabular definition, dd, dt, formula, question, answer 
 + 
 +==== theme/contentheader.css ==== 
 + 
 +  * **Extended: 1.9** 
 +  * added conditions to show header with options from the configuration file 
 + 
 +===== Configuration files (config/) ===== 
 + 
 +==== config/bumblebee.ini ==== 
 + 
 +  * **Extended: 1.19** 
 +  * added some documentation 
 +  * added an option to show a warning if folder "install" is still in the server, only for administrations 
 +  * added timezone variable 
 +  * change some default values 
 +  * added template and subject for emails when the user forgets his/her password 
 +  * added order to choose in //consume action// 
 +  * added options about how to show the header 
 + 
 +==== config/ldap.ini ==== 
 + 
 +  * **Extended: 1.4** 
 +  * remove blank spaces 
 + 
 +===== Install files (install/) ===== 
 + 
 +==== install/install.ini ==== 
 + 
 +  * **Extended: 1.18** 
 +  * make global "require loadconfig.php" 
 + 
 +==== install/upgrade.ini ==== 
 + 
 +  * **Extended: 1.6** 
 +  * corrected dbhost 
 +  * use //configreader// class 
 +  * new step to verify upgrade 
 + 
 +==== install/setup-tables.sql ==== 
 + 
 +  * **Extended: 1.11** 
 +  * added comments 
 +  * added IFNOT EXISTS 
 +  * added UNIQUE KEYS 
 + 
 +==== install/installer/checks.php ==== 
 + 
 +  * **Extended: 1.12** 
 +  * use //configreader// class 
 +  * corrected errors in checks with includes 
 +  * used FPDF 
 +  * deleted NON_FATAL_CONFIG global variable 
 +  * not used //makeAbsURL// 
 +  * not used //magicTab// <color black/yellow>(no trobo aquesta funció o variable per enlloc)</color> 
 +  * corrected return password 
 + 
 +==== install/installer/loadconfig.php ==== 
 + 
 +  * **Extended: 1.5** 
 +  * remove global variables NON_FATAL_CONFIG and REBASE_INSTALL 
 + 
 +==== install/installer/createdatabase.php ==== 
 + 
 +  * **Extended: 1.5** 
 +  * used //configreader// class 
 + 
 +==== install/installer/upgradedatabase.php ==== 
 + 
 +  * **Extended: 1.9** 
 +  * used //configreader// class 
 +  * do not upgrade permissions
  
  
  
sermn_wiki/userpages/marta/changelog_114_a_116.1318780942.txt.gz · Last modified: 2011/10/16 18:02 by miquel