mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:02:54 +00:00
bug #540 and hush up a couple of log messages that are way too verbose
This commit is contained in:
parent
1ed6a2bd3d
commit
61a0f9c196
5 changed files with 11 additions and 11 deletions
2
boot.php
2
boot.php
|
@ -12,7 +12,7 @@ require_once('library/Mobile_Detect/Mobile_Detect.php');
|
||||||
require_once('include/features.php');
|
require_once('include/features.php');
|
||||||
|
|
||||||
define ( 'FRIENDICA_PLATFORM', 'Friendica');
|
define ( 'FRIENDICA_PLATFORM', 'Friendica');
|
||||||
define ( 'FRIENDICA_VERSION', '3.1.1681' );
|
define ( 'FRIENDICA_VERSION', '3.1.1684' );
|
||||||
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
|
define ( 'DFRN_PROTOCOL_VERSION', '2.23' );
|
||||||
define ( 'DB_UPDATE_VERSION', 1163 );
|
define ( 'DB_UPDATE_VERSION', 1163 );
|
||||||
define ( 'EOL', "<br />\r\n" );
|
define ( 'EOL', "<br />\r\n" );
|
||||||
|
|
|
@ -294,7 +294,7 @@ function construct_activity_target($item) {
|
||||||
if(! function_exists('limit_body_size')) {
|
if(! function_exists('limit_body_size')) {
|
||||||
function limit_body_size($body) {
|
function limit_body_size($body) {
|
||||||
|
|
||||||
logger('limit_body_size: start', LOGGER_DEBUG);
|
// logger('limit_body_size: start', LOGGER_DEBUG);
|
||||||
|
|
||||||
$maxlen = get_max_import_size();
|
$maxlen = get_max_import_size();
|
||||||
|
|
||||||
|
|
|
@ -529,7 +529,7 @@ class Item extends BaseObject {
|
||||||
*/
|
*/
|
||||||
public function get_data_value($name) {
|
public function get_data_value($name) {
|
||||||
if(!isset($this->data[$name])) {
|
if(!isset($this->data[$name])) {
|
||||||
logger('[ERROR] Item::get_data_value : Item has no value name "'. $name .'".', LOGGER_DEBUG);
|
// logger('[ERROR] Item::get_data_value : Item has no value name "'. $name .'".', LOGGER_DEBUG);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -6,9 +6,9 @@
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: 3.1.1681\n"
|
"Project-Id-Version: 3.1.1684\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2013-04-25 00:02-0700\n"
|
"POT-Creation-Date: 2013-04-28 00:02-0700\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -1086,7 +1086,7 @@ msgstr ""
|
||||||
msgid " on Last.fm"
|
msgid " on Last.fm"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/bbcode.php:210 ../../include/bbcode.php:545
|
#: ../../include/bbcode.php:210 ../../include/bbcode.php:549
|
||||||
msgid "Image/photo"
|
msgid "Image/photo"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1097,11 +1097,11 @@ msgid ""
|
||||||
"href=\"%s\" target=\"external-link\">post</a>"
|
"href=\"%s\" target=\"external-link\">post</a>"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/bbcode.php:510 ../../include/bbcode.php:530
|
#: ../../include/bbcode.php:514 ../../include/bbcode.php:534
|
||||||
msgid "$1 wrote:"
|
msgid "$1 wrote:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: ../../include/bbcode.php:553 ../../include/bbcode.php:554
|
#: ../../include/bbcode.php:557 ../../include/bbcode.php:558
|
||||||
msgid "Encrypted content"
|
msgid "Encrypted content"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -75,11 +75,11 @@
|
||||||
{{if $item.vote.dislike}}
|
{{if $item.vote.dislike}}
|
||||||
<a href="#" id="dislike-{{$item.id}}" class="icon dislike" title="{{$item.vote.dislike.0}}" onclick="dolike({{$item.id}},'dislike'); return false"></a>
|
<a href="#" id="dislike-{{$item.id}}" class="icon dislike" title="{{$item.vote.dislike.0}}" onclick="dolike({{$item.id}},'dislike'); return false"></a>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{/if}}
|
|
||||||
|
|
||||||
{{if $item.vote.share}}
|
{{if $item.vote.share}}
|
||||||
<a href="#" id="share-{{$item.id}}" class="icon recycle" title="{{$item.vote.share.0}}" onclick="jotShare({{$item.id}}); return false"></a>
|
<a href="#" id="share-{{$item.id}}" class="icon recycle" title="{{$item.vote.share.0}}" onclick="jotShare({{$item.id}}); return false"></a>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
{{/if}}
|
||||||
|
|
||||||
|
|
||||||
{{if $item.star}}
|
{{if $item.star}}
|
||||||
|
|
Loading…
Reference in a new issue