1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-26 03:30:48 +03:00

Доработки

This commit is contained in:
Mzhelskiy Maxim 2016-10-22 20:58:53 +07:00
parent f0077cadca
commit 079cb8d695
5 changed files with 1245 additions and 476 deletions

View file

@ -1,4 +1,4 @@
LiveStreet 2.0.0.dev
LiveStreet 2.0.0.beta
Free social engine.

View file

@ -1,4 +1,4 @@
LiveStreet 2.0.0.dev
LiveStreet 2.0.0.beta
Бесплатный движок блого-социальной сети.

View file

@ -36,7 +36,7 @@
<div class="{$component}-status {if $isOnline}{$component}-status--online{/if}">
{if $isOnline}
{$aLang.user.status.online}
{else}
{elseif $session}
{$date = {date_format date=$session->getDateLast() hours_back="12" minutes_back="60" day_back="8" now="60*5" day="day H:i" format="j F в G:i"}|lower}
{if $user->getProfileSex() != 'woman'}

View file

@ -64,18 +64,7 @@ class InstallStepInstallDb extends InstallStep
'check_table' => 'topic'
)));
if ($bResult) {
/**
* todo: убрать перед релизом и добавить его в основной дамп
*/
list($bResult, $aErrors) = array_values($this->importDumpDB($oDb,
InstallCore::getDataFilePath('sql/patch_1.0.3_to_2.0.0.sql'), array(
'engine' => $sEngineDB,
'prefix' => InstallCore::getRequestStr('db.table.prefix'),
'check_table' => 'cron_task'
)));
if ($bResult) {
return true;
}
return true;
}
}
return $this->addError(join('<br/>', $aErrors));

File diff suppressed because it is too large Load diff