News about releases and updates are posted here.
Post Reply
PaderDesign
Administrator
Posts: 144
Joined: Tue 15. Apr 2008, 15:34
Location: Altenbeken
Contact:

v1.2.61_069 Optimized Version released

Post by PaderDesign »

Hello everyone,

today I released the optimized GigKalender v1.2.61_069.

Updates available for
v1.2.61_043
v1.2.61_059

These changes were made:
v1.2.61_069: Translated installation.txt to english
v1.2.61_068: Bugfix: Admin: List/Guestbook/News: Changing entries per page in page navigation throws "Notice: Array to string conversion in index.php on line 23" --> index.php:18: added " AND !is_array($value)"
v1.2.61_067: Bugfix: Admin: List/Guestbook/News: Changing entries per page in page navigation throws "Notice: Array to string conversion in index.php on line 18" --> index.php:18: added " AND !is_array($value)"
v1.2.61_066: Bugfix: Admin: Import: Gigs: Venue: Import of "xxx'xxx" becomes "xxx\'xxx" in database --> functions\import\12\gigs.php > removed for-Loop in Line12
v1.2.61_065: Bugfix: Admin: Import: Guestbook: Name: Import of "QM'ler" becomes "QM'ler" in database --> AltenEintragHinzufuegen() rewritten (like EintragHinzufuegen() with strip_tags() and mysql_real_escape_string() )
v1.2.61_064: Backend: Admin: Import: Guestbook: AltenEintragHinzufuegen(): Generating a new $Code not necessary > removed
v1.2.61_063: Bugfix: Backend: Calendar: Adding Gigs: In URL-fields Autocomplete shows the same URLs with and without a closing Slash if both is in database
v1.2.61_062: Bugfix: Frontend: CSS: If more than one view was embeddeded into a website more than one calls of id="GigKalender" were made > changed to class="GigKalender"
v1.2.61_061: Backend: Calendar, News, Guestbook: Default number of table raws set to 25.
v1.2.61_060: Bugfix: Frontend: Guestbook: Wrong URL for sign in the first entry when guestbook is empty and guestbook included into a website.

IMPORTANT HINT for this new version:
If you embedded a view from the GigKalender in a webpage and changed the style with your own CSS file then you have to change the CSS definitions from IDs to classes.
Example:

Code: Select all

#GigKalender {
  font-size:1em;
}
has to be

Code: Select all

.GigKalender {
  font-size:1em;
}
All files can be downloaded here:
http://www.paderdesign.de/gigkalender/downloads.html

I wish you all a nice weekend,
PaderDesign

Post Reply