This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
sermn_wiki:userpages:marta:changelog_117_a_130 [2012/02/23 13:21] ferrannp [ChangeLog file] |
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 ' | * bugfix: when do the action ' | ||
| + | * bugfix: when you masqued, in "my 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 26: | Line 27: | ||
| * **Extended: 1.64** | * **Extended: 1.64** | ||
| - | * bugfixes for loading of i18n module: added //require_once ' | + | * bugfixes for loading of i18n module: added require_once ' |
| * added another // | * added another // | ||
| - | |||
| ===== General files (inc/) ===== | ===== General files (inc/) ===== | ||
| Line 127: | 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/ | ||
| + | * **Extended: 1.0** | ||
| + | * use $this-> | ||
| ==== inc/ | ==== inc/ | ||
| * **Extended: 1.30.2** | * **Extended: 1.30.2** | ||
| Line 206: | Line 210: | ||
| ===== Install files (install/) ===== | ===== Install files (install/) ===== | ||
| + | |||
| + | ==== install/ | ||
| + | * **Extended: 1.13.1 ** | ||
| + | * strip the magicTag out of the html as it changes every time (copy of 1.1.5 version) | ||
| ==== install/ | ==== install/ | ||
| Line 214: | 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 | ||
| + | |||
| + | |||