Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README | 2012-04-11 | 2.9 kB | |
Clubdata_V2.beta7.tgz | 2012-04-11 | 8.1 MB | |
Totals: 2 Items | 8.1 MB | 0 |
Again a bug fix release and some changes: - moved from htmlarea to tiny_mce and upgraded adodb - improved compatibility with windows and older versions of php - fixed bug in member logins ========================================================================================================================== Changelog since beta6 --------------------- 2012-04-11 Franz Domes <franz.domes@gmx.de> * V2.03 BETA 7 released 2011-05-14 Franz Domes <franz.domes@gmx.de> * Fixed bug 3302118 (Attributes not shown when switching from advanced search to simple search in search for e-mails) * Changed search presets in search for conferences 2011-05-01 Franz Domes <franz.domes@gmx.de> * Replaced adodb 4.66 by adodb 5.11 * Changed error-handling in getFieldList() to differentiate between addresstabs which do not exists and database errors. (One prerequisite to be able to delete the firm tab if not needed) * Changed default view of module list to Memberlist (instead of search) * Changed index.php to always show main module if not logged in * Improved selection of startpage (via configuration parameter 27). Now, you can either give the name of a module (like main) or you can give a parameter string as passed in the URL (this string must start by a question mark and must contain a entry mod=<modulename>). (e.g. ?mod=list&view=Memberlist&InitView=1 to start with a list of all members) 2011-04-30 Franz Domes <franz.domes@gmx.de> * Replaced htmlarea by tiny_mce as htmlarea is no longer supported and makes problem under windows 2011-04-18 Franz Domes <franz.domes@gmx.de> * Fixed Bug 3206981: Fatal error when exporting member summary to Excel 2011-03-06 Franz Domes <franz.domes@gmx.de> * Added function is__writable (with two underscores) to avoid windows bug in function is_writable (with one underscore) * Updated installation function (install.php and install.php5) to work with Windows (XAMPP) 2011-03-05 Franz Domes <franz.domes@gmx.de> * Cropped Logo to support smaller screen resolutions * Changed index.php and index.php5 to make configuration parameter work (at least to a certain degree) 2011-02-17 Franz Domes <franz.domes@gmx.de> * BUGFIX: changed regexp of globVar sort in v_Memberlist.php to avoid error when paging 2011-01-06 Franz Domes <franz.domes@gmx.de> * enhanced creation of emails * fixed bug where mailing type was not stored with saved emails * Members may see email-details, but without BCC list 2011-01-05 Franz Domes <franz.domes@gmx.de> * fixed bug where members couldn't save their data. Needed to change handling of attributes. * fixed links which leads to unauthorized functions when logged in as member * fixed php incompatibility in calendar.js.php 2011-01-04 Franz Domes <franz.domes@gmx.de> * replaced preg_filter in install.php by preg_grep and preg_replace as this function exists only since PHP V5.3