Home arrow Changelogs arrow com_mls_events
com_mls_events 0.1.6 PDF Print E-mail
Written by Samuel Suter   
Monday, 26 March 2007

Fixed [#1058] (Bug): Parse error - Critical error in com_mls_events which destroyes the site

[168] Cast variables within saveConfig() to avoid parsing issues on resulting mls_events.config.php

M /trunk/com_mls_events/admin.mls_events.php

[169] extcal_approve_mode always defaulted to 1

M /trunk/com_mls_events/admin.mls_events.php

 
com_mls_events 0.1.5 PDF Print E-mail
Written by Samuel Suter   
Wednesday, 07 February 2007

Fixed [#1041] (Bug): Error in backend when no league-plugin is installed

Fixed [#1042] (Bug): CBE Support

[100] This should fix the issues with the participants in the frontend. See: http://www.mylansite.org/index.php?option=com_joomlaboard&Itemid=2&func=view&id=379&catid=4

M /trunk/com_mls_events/mls_events.php

[102] Reviews not displayed in frontend

M /trunk/com_mls_events/mls_events.php

[135] Adding comupgrade.xml

M /trunk/com_mls_events/install/comupgrade.xml

[137] Removed file/folder

D /trunk/com_mls_events/install/comupgrade.xml

[138] Re-added comupgrade.xml as I screwed something up here before

A /trunk/com_mls_events/install/comupgrade.xml

[139] JavaScript check if an event has been selected when adding a new eventtime

M /trunk/com_mls_events/admin.mls_events.html.php

[144] Check on Configuration page if ExtCal is installed

M /trunk/com_mls_events/admin.mls_events.php
 

[157] Replace PHP short open tags in all files

M /trunk/com_mls_catering/comupgrade.class.php
M /trunk/com_mls_events/admin.mls_events.html.php
M /trunk/com_mls_events/comupgrade.class.php
M /trunk/com_mls_events/mls_events.html.php
M /trunk/com_mls_lang/install.mls_lang.php
M /trunk/com_mls_paypal/comupgrade.class.php
M /trunk/com_mls_paypal/mls_paypal.html.php
M /trunk/com_mls_seatmap/admin.mls_seatmap.html.php
M /trunk/com_mls_seatmap/comupgrade.class.php
M /trunk/com_mls_seatmap/mls_seatmap.html.php
M /trunk/com_mls_teams/admin.mls_teams.html.php
M /trunk/com_mls_teams/comupgrade.class.php
M /trunk/com_mls_teams/mls_teams.html.php
M /trunk/com_mls_tournaments/admin.mls_tournaments.html.php
M /trunk/com_mls_tournaments/admin.mls_tournaments.php
M /trunk/com_mls_tournaments/comupgrade.class.php
M /trunk/com_mls_tournaments/mls_tournaments.html.php
M /trunk/com_mls_tournaments/mls_tournaments.php
M /trunk/mod_mls_catering/mod_mls_catering.php
M /trunk/mod_mls_checklist/mod_mls_checklist.php
M /trunk/mod_mls_eventmenu/mod_mls_eventmenu.php
M /trunk/mod_mls_eventstatus/mod_mls_eventstatus.php
 

[163] com_mls_events: Preparing for 0.1.5 release, changing umlauts in german.php, removed warning message when no league plugins are installed

M /trunk/com_mls_events/admin.mls_events.php
M /trunk/com_mls_events/install/comupgrade.xml
M /trunk/com_mls_events/lang/english.php
M /trunk/com_mls_events/lang/german.php
M /trunk/com_mls_events/mls_events.xml
 

[164] com_mls_events: Changed year in common footer, remove old upgrade triggers in admin.mls_events.php

M /trunk/com_mls_events/admin.mls_events.html.php
M /trunk/com_mls_events/admin.mls_events.php
M /trunk/com_mls_events/mls_events.html.php
 

 
com_mls_events 0.1.4 PDF Print E-mail
Written by Samuel Suter   
Monday, 11 September 2006
Fixed [#1029] (Bug): Double post of info entered in the payment instructions field
 
com_mls_events 0.1.3 PDF Print E-mail
Written by Samuel Suter   
Tuesday, 06 June 2006

Fixed [#1008] (ToDo): Display seat in participants list

Fixed [#1009] (FMR): Customize the participants list in the frontend

Fixed [#1021] (ToDo): Remove line 265 in admin.mls_events.php

New feature:
There is a new feature called "Coupons". You can create Coupons in the backend for specific events. When a user enrols for an event, he can enter a coupon-code and if it is valid, he will automatically be marked as paid. This is cool and handy if you are giving away free entry tickets in a competition. You can define validity periods for coupons and for security reasons you can also apply filters. So for example, a coupon is only valid if the email-address of the user vending it contains "moensch@%%.org". Very cool :)

 
com_mls_events 0.1.2 PDF Print E-mail
Written by Samuel Suter   
Saturday, 18 March 2006

Fixed [#1015] (Bug): ExtCal not updating if single quote (') in fields

Fixed [#1016] (Bug): Deleted Event leaves ExtCal entry

Fixed [#1018] (Bug): Publish status change not updating ExtCal

Changed:
Cleaned up some code in the frontend to be more compatible with thows nice templates (mainly replaced <td class="componentheading">bla</td> with <td><div class="componentheading">blah</div</td>)

 
com_mls_events 0.1.1 PDF Print E-mail
Written by Samuel Suter   
Friday, 03 March 2006

Resolved
$checkout_time was defined twice in the mls_events.class.php.

Resolved
Warning message on the configuration page when ExtCal is not installed.

Changed
Removed the wwcl_id and ngl_id as this is now handled by the new Leagues plugins for the tournaments component.

Changed
You can edit the league-specific data from the admin backend for each league which is installed.

 
com_mls_events 0.1.0 PDF Print E-mail
Written by Samuel Suter   
Saturday, 19 November 2005
Resolved: #1063
BUG : Comments conflicts with other components (in this case exitPoll)
FIX : in the listcomments() function, <form> is not closed. I just add </form> at the end and show goes on :)

New feature:
ExtCal2 integration (http://mamboforge.net/projects/extcalendar/ ). Dynamic creation of event description using placeholders. ExtCal category selection

New feature:
Added a configuration pane

Changed:
In the backend, all usernames are now displayed as "Firstname Lastname (Username)" which makes finding users easier. Also all search options have been extended so you are able to search for both, username and realname.

Changed:
Some options are disabled in the backend when editing a participant. So you cannot change the user or event, which makes perfect sense.

New Feature:
You can now add a comment to a participant. An (i) button is displayed in the participants list if there is a comment, hovering over the button displays them.

Changed:
Changed the layout in the backend when creating an event just a little bit.

Changed:
General code-cleanup to make it look nicer on Joomla. Added some more filter options to the lists and changed some code to be more compliant with the core modules.

New feature:
New installer. From this version on, updates can be done by simply uninstalling the current version and installing the new version. All data will be preserved.
 
com_mls_events 0.0.2 PDF Print E-mail
Written by Samuel Suter   
Saturday, 19 November 2005
New feature: Interacts with the new com_mls_paypal component.
 
com_mls_events 0.0.1 PDF Print E-mail
Written by Samuel Suter   
Saturday, 19 November 2005
Notice: Initial Release
 
© 2008 myLANsite - Lanparty components for Joomla
Joomla! is Free Software released under the GNU/GPL License.