Releases

Post your questions about the "SimpleCalendar" component here.

Re: Releases

Postby fabrizio on 12 Nov 2009, 22:20



Current version: 0.7.13b - released 2009-11-12 (download link)
- bug - PDF print broken. Fixed.
- bug - the calendar list view always paginates even if the pagination menu is not shown, causing the list to stop after a number (usually 20) items and no way to see more items. Fixed.
- bug - groupAbbr column not shown in calendar list view. Fixed.
- bug - pagination broken in frontend view when search was enabled.


fabrizio
 
Posts: 1273
Joined: 31 Jan 2009, 12:23
Location: Lugano, Switzerland

Re: Releases

Postby fabrizio on 27 Nov 2009, 19:28

Current version: 0.7.14b - released 2009-11-27 (download link)
- Improvement - RSS feeds of new calendar items -- BETA!!
- bug - PDF print still broken. Now 100% fixed. :)
- bug - Notices should not be an issue anymore.
fabrizio
 
Posts: 1273
Joined: 31 Jan 2009, 12:23
Location: Lugano, Switzerland

Re: Releases

Postby fabrizio on 05 Dec 2009, 13:46

Current version: 0.7.15b - released 2009-12-05 (download link)
- Improvement - Basic JoomFish support
- Improvement - Place was a required field, although no connections are made to it anymore. Corrected. Thanks to Rob.
- Improvement - Dutch translation improved - thanks to Bart!
- bug - Alias was a compulsory field in frontend add event, although not marked. Corrected. Thanks to Rob.
- bug - Settings intro text field was not displaying properly, preventing the settings from being saved. Fixed. Introductory text can now be rich-text HTML.
- bug - a click on the Search box Reset button triggered a Javascript error in IE7+IE8 - fixed. Thanks to sbourdon
- bug - [MODULE] Always "Show more..." link had erratic behaviour - fixed. Thanks to Rob.
- bug - "Show page title" set to NO in Menu settings had no effect on the title. Fixed. Thanks to Rob.
fabrizio
 
Posts: 1273
Joined: 31 Jan 2009, 12:23
Location: Lugano, Switzerland

Re: Releases

Postby fabrizio on 07 Feb 2010, 18:20

Current version: 0.7.16b - released 2010-02-07 (download link)
- bug - In print view an error with the pagination display prevented it from displaying properly. Fixed. Thanks to Felix
- bug - GMap search box provided the correct pinpoint position, but the "Save" button does not appear right away. Fixed.
- bug - GMap search box failed to open if SEF/SEO "add URL suffix" was enabled. Fixed.
- bug - use of split() function replaced with explode() -> split() is deprecated and gives a warning on newer versions of PHP (5.3.x), for which Joomla is not quite ready yet (in case you wonder).
- bug - Entry Place is not compulsory anymore: if missing, it messes up the frontend detail view. Fixed.
- bug - Event status combo box wasn't visible from the admin backend if the file upload box is hidden.
- Improvement - Added new column "entryAddress" (one-line, 128 chars) for additional address info. Will improve it in future versions, if needed.
- Improvement - E-Mail notification (using Joomla's built in e-mail) in case a frontend user adds an event but the auto-publish feature is turned off. See here: viewtopic.php?f=3&t=440&p=2024#p2024 Thanks for the request!
- Improvement - Changed date format in "created time" column to match limitations imposed by PHP4.
- Improvement - "Show only future events" flag in Settings improved: it is now possible to filter only past events, only future events, or both. Field renamed to "Show events from" [past|future|both]". This feature was suggested by a number of users. It will be further developed.
fabrizio
 
Posts: 1273
Joined: 31 Jan 2009, 12:23
Location: Lugano, Switzerland

Re: Releases

Postby fabrizio on 17 Feb 2010, 23:40

Current version: 0.7.17b - released 2010-02-11 (download link)
- Improvement - Better UID for iCal export: thanks to 'mb21': viewtopic.php?f=3&t=477
- bug - PDF print and RSS feeds don't work anymore - fixed. Thanks to Matthias: viewtopic.php?f=3&t=476&p=2135#p2128
- bug - Buggy google maps from backend. Fixed. (Note: for some misterious reasons it now asks for a login/password... I will rewrite the GoogleMaps in a modal box soon, so I won't give it top priority right now).
- bug - "onMouseOver" needs to be written all in small caps to pass W3C validation. Thanks to Erwin for the test: viewtopic.php?f=3&t=481
- Improvement - GoogleMaps in a modal box instead of a popup. See here for more information.
- Improvement - Selectable width of the frontend list columns :!: See here for more information.
fabrizio
 
Posts: 1273
Joined: 31 Jan 2009, 12:23
Location: Lugano, Switzerland

SimpleCalendar 0.8b released

Postby fabrizio on 18 Feb 2010, 22:23

Current version: 0.8b - released 2010-02-18 (download link)
- bug - missing </div> tag in backend event edit form. Fixed.
- bug - More W3C validation errors adressed.
- bug - PDF view issues corrected: missing value caused whole row to be moved - fixed. Large empty space at the beginning reduced a little (still not satisfactory, but I don't know where else to look - any ideas?).
- bug - SimpleCalendarCountdown module: the format parameter was ignored. Fixed.
- Improvement - Select list "Show events from past/future/both" and "Reverse sort order" moved from settings to Menu parameters --> This change invalidates all previous menu items. PLEASE UPDATE your menu items!
- Improvement - New languages: he-IL (hebrew) and ca-ES (catalan), thanks to 'hamutalwz' and 'peret'
- Improvement - Clickable categories list. Only active categories based on the menu item selections are shown. "Category colours" label changed to "Categories". --> This change invalidates all previous links. Please update them and/or empty your SEO's cache.
- Improvement - Backend categories and statuses in the list now sport the colour they are associated with.
- Improvement - SEF/SEO Routing improved. This invalidates all previous menu items and detail pages links. Please update your links!!! Also new Module version that reads the most probable ItemID value.
- Improvement - Corrected bad Javascript and CSS definitions inside the BODY tag.
fabrizio
 
Posts: 1273
Joined: 31 Jan 2009, 12:23
Location: Lugano, Switzerland

Current version: 0.8.1b

Postby fabrizio on 20 Feb 2010, 16:40

Current version: 0.8.1b - released 2010-02-20 (download link)
- bug - Javascript error in gmapunload.js file causes a warning (most prominent in IE). Fixed
- bug - Backend entry GoogleMaps not updating. Fixed.
- bug - Map is not loading in the admin backend. Fixed.
- bug - Groups GMAP search popup not updated yet. Fixed.
- bug - PDF list view paginates where it shouldn't. Fixed.
- bug - In frontend list view, if two consecutive events had the same month but not the same date (e.g. 23.02.2010 and the next 01.02.2011), the list view grouped them under the same Month/Year. Fixed.
- Improvement - Better Google Maps modal box. Removed excessive <body> tag, added script declaration directly into the template. Should be loading faster.
fabrizio
 
Posts: 1273
Joined: 31 Jan 2009, 12:23
Location: Lugano, Switzerland

Re: Releases

Postby fabrizio on 08 Mar 2010, 22:50

Current version: 0.8.2b - released 2010-03-08 (download link)
- bug - Fatal error: Cannot redeclare quoted_printable_encode() in VCAL view. Fixed.
- bug - Missing routing directive for RSS/Atom feeds. Fixed.
- bug - Item copy throws a DB insert query error. Fixed.
- bug - Crosshair in GoogleMaps modal box gone missing. Fixed.
- bug - Fixed a bug that caused an error while reading the categories list under certain circumstances.
- bug - Routing in modules does not work if no menu item points to a publicly available list. Fixed.
- bug - Broken file upload procedure restored. New frontend column 'attachment' (displays the small attachment image, can be placed anywhere).
- Improvement - An introductory text to each calendar list view can now be specified inside the menu item properties. It has precedence over the text specified within the backend parameters. Plain text only (Joomla limitation!).
- Improvement - Frontend categories colours now listed in their selected order.

New versions of SimpleCalendar Search plugin and SimpleCalendar countdown module:
- bug - Generated links in SC search plugin not SEF-ready. Fixed.
fabrizio
 
Posts: 1273
Joined: 31 Jan 2009, 12:23
Location: Lugano, Switzerland

Re: Releases

Postby fabrizio on 10 Mar 2010, 09:41

Current version: 0.8.3b - released 2010-03-10 (download link)
- bug - Output.class.php file missing on new install and does not get updated. Fixed.
- Improvement - New frontend column 'status_color': same as category_color, but for statuses. See here for an example
fabrizio
 
Posts: 1273
Joined: 31 Jan 2009, 12:23
Location: Lugano, Switzerland

Re: Releases

Postby fabrizio on 30 Mar 2010, 19:20

Current version: 0.8.4b - released 2010-03-30 (download link)
- bug - from_time and to_time frontend column do not display properly. Fixed.
- bug - SC Module: fixed position of UL tag. (post). Fixed.
- bug - Uninstall error (missing output.class.php file) fixed.
- Improvement - Backend column "Published" is now sortable as well. Thanks to hpssweb for the idea.
- Improvement - It is now possible to prevent the list view from linking to the detail view for unregistered users. Thanks to mortantscher for the idea.
- Not a SC bug - New GoogleMaps modal box is missing a valid CSS file. --> bug in Joomla 1.5.15 that loads the wrong CSS file (rtl). Link.
- Improvement - Feed (RSS, Atom) icons now available in the calendar list view, in addition to the default position (browser location bar) Image


Next version: 0.8.5b (not yet released - pre-release (alpha) versions available here)
- bug - Due to an unfortunate naming convention, the map menu slider behaves erratically in certain situations. Fixed.
- bug - Status ID doesn't get copied when using the event copy function. TBF
- Improvement - Basic help system


Planned improvements
[list]
[*] Logo file upload box for the group data entry. (2009-03-05)
fabrizio
 
Posts: 1273
Joined: 31 Jan 2009, 12:23
Location: Lugano, Switzerland

Previous

Return to SimpleCalendar

Who is online

Users browsing this forum: No registered users and 1 guest