Seite 5 von 130
Verfasst: 22.08.2007 15:31
von BB-BF-BM
Version 0.2.0 ist noch nicht an phpBB 3 RC4 angepasst, deswegen ist dort noch von phpBB 3 RC 3 die Rede...
Version 0.3.0 wird jedoch auf jeden Fall mit phpBB3 RC4 kompatibel sein...
Verfasst: 24.08.2007 17:43
von nickvergessen
und wann?
Verfasst: 28.08.2007 09:35
von kellamaster
Wollte nur kurz berichten, dass nach dem Update auf RC5 der Calendar auch bei mir funktioniert

Endlich kann ichs ausprobieren!
Verfasst: 31.08.2007 11:09
von BB-BF-BM
So, neue Version ist fertig
Ein Update-Skript ist noch nicht vorhanden...
Verfasst: 31.08.2007 13:23
von kellamaster
Veröffentlichst du auch noch ne Textdatei codechanges 0.2.0 -> 0.3.0 damit ich net einfach iwelche Änderungen überspiele?
Verfasst: 31.08.2007 14:20
von BB-BF-BM
Code: Alles auswählen
#
#-----[ COPY ]------------------------------------------
#
copy adm/style/acp_calendar.html to adm/style/acp_calendar.html
copy calendar/functions.php to calendar/functions.php
copy includes/acp/info/acp_calendar.php to includes/acp/info/acp_calendar.php
copy includes/acp/acp_calendar.php to includes/acp/acp_calendar.php
copy language/de/mods/calendar.php to language/de/mods/calendar.php
copy language/de/mods/info_acp_calendar.php to language/de/mods/info_acp_calendar.php
copy language/de/mods/permissions_calendar.php to language/de/mods/permissions_calendar.php
copy styles/prosilver/template/calendar.html to styles/prosilver/template/calendar.html
copy styles/prosilver/theme/calendar.css to styles/prosilver/theme/calendar.css
copy calendar.php to calendar.php
#
#-----[ OPEN ]------------------------------------------
#
language/de/acp/common.php
#
#-----[ FIND ]------------------------------------------
#
'ACP_BOTS' => 'Spiders/Robots',
'ACP_CALENDAR' => 'Kalender',
'ACP_CALENDAR_CATS' => 'Kategorien verwalten',
'ACP_CALENDAR_CONFIG' => 'Einstellungen verwalten',
#
#-----[ REPLACE WITH ]------------------------------------------
#
'ACP_BOTS' => 'Spiders/Robots',
#
#-----[ FIND ]------------------------------------------
#
'LOG_BOT_ADDED' => '<strong>Neuen Bot hinzugefügt</strong><br />» %s',
'LOG_BOT_DELETE' => '<strong>Bot entfernt</strong><br />» %s',
'LOG_BOT_UPDATED' => '<strong>Bot aktualisiert</strong><br />» %s',
'LOG_CAL_CONFIG' => '<strong>Kalender-Einstellungen geändert</strong>',
'LOG_CAL_CAT_ADDED' => '<strong>Kalender-Kategorie hinzugefügt</strong>',
'LOG_CAL_CAT_EDITED' => '<strong>Kalender-Kategorie geändert</strong>',
'LOG_CAL_CAT_DELETED' => '<strong>Kalender-Kategorie gelöscht</strong>',
#
#-----[ REPLACE WITH ]------------------------------------------
#
'LOG_BOT_ADDED' => '<strong>Neuen Bot hinzugefügt</strong><br />» %s',
'LOG_BOT_DELETE' => '<strong>Bot entfernt</strong><br />» %s',
'LOG_BOT_UPDATED' => '<strong>Bot aktualisiert</strong><br />» %s',
#
#-----[ SQL ]------------------------------------------
#
DELETE FROM `phpbb_cal_config` WHERE name = 'next_days';
ALTER TABLE `phpbb_cal_conds` ADD `priority` INT(11) DEFAULT '1' NOT NULL;
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
das dürfte alles gewesen sein...
Verfasst: 31.08.2007 15:45
von kellamaster
Super danke!
Verfasst: 31.08.2007 16:36
von BB-BF-BM
Anscheinend hat sich nochwas geändert von RC3/RC4 zu RC5:
Code: Alles auswählen
#
#-----[ OPEN ]------------------------------------------
#
calendar.php
#
#-----[ FIND ]------------------------------------------
#
$cond_ary = request_var('cond', array('' => ''));
#
#-----[ REPLACE WITH ]------------------------------------------
#
$cond_ary = request_var('cond', array(0 => array('' => '')));
#
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------
#
# EoM
Das Download-Paket habe ich aktualisiert.
install_calendar.php
Verfasst: 01.09.2007 16:06
von Michael-N
Hallo,
habe ich da was übersehen?
In der File-List ist sie nicht aufgeführt .... und im zip ist sie auch nicht?
copy install_calendar.php to install_calendar.php
Gruß
Michael
Verfasst: 01.09.2007 16:47
von BB-BF-BM
stimmt, die habe ich vergessen
Download-Paket wurde aktualisiert.