Skip to content

Commit

Permalink
Merge pull request #18 from ILIAS-eLearning/trunk
Browse files Browse the repository at this point in the history
Trunk fixes
  • Loading branch information
bogenschlag committed Sep 18, 2015
2 parents 5d9013f + d186cea commit aa06e57
Show file tree
Hide file tree
Showing 8 changed files with 295 additions and 263 deletions.
2 changes: 1 addition & 1 deletion Services/COPage/classes/class.ilPCResourcesGUI.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ function edit($a_insert = false)
$types = array();
foreach($sub_objs as $k => $so)
{
if ($k != "itgr" & $k != "icrs")
if ($k != "itgr")
{
$types[$k] = $this->lng->txt("objs_".$k)." (".(int) $type_counts[$k].")";
}
Expand Down
2 changes: 1 addition & 1 deletion Services/Tagging/classes/class.ilTagging.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ static function writeTagsForUserAndObject($a_obj_id, $a_obj_type, $a_sub_obj_id,
{
if (!in_array(strtolower($tag), $inserted))
{
$tag = str_replace(" ", "_", trim($tag));
//$tag = str_replace(" ", "_", trim($tag));
$ilDB->manipulate("INSERT INTO il_tag (user_id, obj_id, obj_type,".
"sub_obj_id, sub_obj_type, tag) VALUES (".
$ilDB->quote($a_user_id, "integer").",".
Expand Down
18 changes: 12 additions & 6 deletions Services/Tagging/classes/class.ilTaggingGUI.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,9 @@ function getTaggingInputHTML()
$tags = ilTagging::getTagsForUserAndObject($this->obj_id, $this->obj_type,
$this->sub_obj_id, $this->sub_obj_type, $this->getUserId());
$ttpl->setVariable("VAL_TAGS",
ilUtil::prepareFormOutput(implode($tags, " ")));
ilUtil::prepareFormOutput(implode($tags, ", ")));
$ttpl->setVariable("TXT_SAVE", $lng->txt("save"));
$ttpl->setVariable("TXT_COMMA_SEPARATED", $lng->txt("comma_separated"));
$ttpl->setVariable("CMD_SAVE", $this->savecmd);
$ttpl->setVariable("NAME_TAGS", $this->getInputFieldName());

Expand All @@ -157,8 +158,10 @@ function saveInput()
global $lng;

$input = ilUtil::stripSlashes($_POST[$this->getInputFieldName()]);
$input = str_replace(",", " ", $input);
$itags = explode(" ", $input);
$input = str_replace("\r", "\n", $input);
$input = str_replace("\n\n", "\n", $input);
$input = str_replace("\n", ",", $input);
$itags = explode(",", $input);
$tags = array();
foreach($itags as $itag)
{
Expand Down Expand Up @@ -308,8 +311,9 @@ function getHTML()
$tags = ilTagging::getTagsForUserAndObject($this->obj_id, $this->obj_type,
$this->sub_obj_id, $this->sub_obj_type, $this->getUserId());
$tpl->setVariable("VAL_TAGS",
ilUtil::prepareFormOutput(implode($tags, " ")));
ilUtil::prepareFormOutput(implode($tags, ", ")));
$tpl->setVariable("TXT_SAVE", $lng->txt("save"));
$tpl->setVariable("TXT_COMMA_SEPARATED", $lng->txt("comma_separated"));
$tpl->setVariable("CMD_SAVE", "saveJS");

$os = "ilTagging.cmdAjaxForm(event, '".
Expand Down Expand Up @@ -351,8 +355,10 @@ function getHTML()
function saveJS()
{
$input = ilUtil::stripSlashes($_POST["tags"]);
$input = str_replace(",", " ", $input);
$itags = explode(" ", $input);
$input = str_replace("\r", "\n", $input);
$input = str_replace("\n\n", "\n", $input);
$input = str_replace("\n", ",", $input);
$itags = explode(",", $input);
$tags = array();
foreach($itags as $itag)
{
Expand Down
5 changes: 3 additions & 2 deletions Services/Tagging/templates/default/tpl.edit_tags.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
<h3>{TAGS_TITLE}</h3>
<!-- END tags_title_bl -->
<form id="ilTagFormAjax" method="post" name="cmd" action="#" onsubmit="{ON_SUBMIT}">
<textarea id="tags" class="noRTEditor form-control" name="tags" wrap="virtual" style="width:450px;" rows="4">{VAL_TAGS}</textarea><br />
<input class="btn btn-default" type="submit" name="cmd[{CMD_SAVE}]" value="{TXT_SAVE}">
<textarea id="tags" class="noRTEditor form-control" name="tags" wrap="virtual" rows="4">{VAL_TAGS}</textarea>
<div class="help-block il_Description">{TXT_COMMA_SEPARATED}</div>
<input class="btn btn-default" type="submit" name="cmd[{CMD_SAVE}]" value="{TXT_SAVE}">
</form>
<!-- BEGIN other_users_bl -->
<h3>{TITLE_OTHER}</h3>
Expand Down
1 change: 1 addition & 0 deletions Services/Tagging/templates/default/tpl.tags_input.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
<input class="btn btn-default" type="submit" name="cmd[{CMD_SAVE}]" value="{TXT_SAVE}" />
</span>
</div>
<div class="help-block il_Description">{TXT_COMMA_SEPARATED}</div>
469 changes: 246 additions & 223 deletions lang/ilias_hu.lang

Large diffs are not rendered by default.

59 changes: 30 additions & 29 deletions lang/setup_hu.lang
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Copyright (c) 1998-2014 ILIAS open source, Extended GPL, see docs/LICENSE */
/**
* ILIAS language file
* @translator 5.1.x 2015-07-06 Kiss-Kálmán Dániel <[email protected]>
* @translator 5.1.x 2015-09-17 Kiss-Kálmán Dániel <[email protected]>
* @translator 31603 Antónia Berecz <[email protected]>
* @module setup language file hungarian
* @modulegroup language
Expand Down Expand Up @@ -99,7 +99,7 @@ database_create#:#Adatbázis létrehozása
database_exists#:#az adatbázis létezik
database_install#:#Adatbázis telepítése
database_installed#:#Adatbázis telepítve.
database_is_uptodate#:#Adatbázisa frissítve.
database_is_uptodate#:#Adatbázisa naprakész.
database_needs_update#:#Adatbázisa frissítésre szorul.
database_not_exists_create_first#:#Az adatbázis nem létezik. Először az adatbázist hozza létre.
database_ready#:#Az adatbázis elkészült.
Expand All @@ -117,7 +117,7 @@ db_error_please_check#:#Ellenőrizze az adatbázis-kiszolgáló nevét, a felhas
db_host#:#Adatbázis-kiszolgáló
db_mysql#:#MySQL (MyISAM)
db_name#:#Adatbázisnév
db_needs_update#:#Frissíteni kell az adatbázist.
db_needs_update#:#Az adatbázist frissíteni szükséges.
db_not_installed#:#Nincs telepítve az adatbázis.
db_oracle#:#Oracle
db_pass#:#Adatbázisjelszó
Expand Down Expand Up @@ -347,7 +347,7 @@ no_path_zip#:#Nincs megadva Zip elérési útvonal.
no_setup_pass_given#:#Nincs megadva setup-jelszó.
no_username#:#Nincs megadva felhasználónév.
no_valid_client_id#:#Nincs érvényes kliens-azonosító (ID).
none#:#Semmi
none#:#Nincs
not_configured#:#Nincs konfigurálva
not_connected_to_db#:#Nem kapcsolódott az adatbázishoz
online#:#on-line
Expand Down Expand Up @@ -520,7 +520,7 @@ unzip_path_comment_win#:#Importfájlok kicsomagolásához szükséges, pl. 'C:/t
unzip_path_comment#:#Importfájlok kicsomagolásához szükséges, pl. 'C:/tools/unzip/unzip.exe'.
unzip_path#:#Unzip elérési útvonal
unzip#:#Kicsomagolás
update_applied#:#A frissítés alkalmazva van
update_applied#:#Frissítés(ek) sikeren telepítve
update_error#:#Hiba frissítés közben
update_not_found#:#A frissítés nem található
url_to_latex#:#LaTeX CGI script URL-je
Expand Down Expand Up @@ -592,8 +592,8 @@ passwd_encoder_client_bcrypt_salt_info_php537#:#<span style="color:red;font-weig
passwd_encoder_bcrypt_client_salt_invalid#:#Az ILIAS nem tudja meghatározni a kliens salt-ját vagy a salt nem megfelelő. Ellenőrizze a fájl hozzáférési jogosultságait és a fájl tartalmát.
passwd_encoding_configured#:#konfigurált
passwd_encoding_not_configured#:#nincs konfigurálva
global_cache#:#Globális cache
global_cache_configuration#:#Globális cache konfiguráció
global_cache#:#Globális gyorsítótár
global_cache_configuration#:#Globális gyorsítótár konfiguráció
activate_global_cache#:#Aktivál
global_cache_service_type#:#Cache szolgáltatások
global_cache_service_type_0#:#PHP-Statikus-Cache
Expand All @@ -612,25 +612,26 @@ ps_auto_https#:#Automatikus HTTPS felismerés
https_settings#:#HTTPS beállítások
alert#:#Figyelmeztetés
pre_opcache_comments#:#opcache.load_comments értéke legyen 1
pre_load_comments#:#PHP-OPCache load_commentsmemcache_servers#:#Memcached-Nodes###30 08 2015 new variable
memcache_status#:#Active###30 08 2015 new variable
memcache_host#:#Host###30 08 2015 new variable
memcache_port#:#Port###30 08 2015 new variable
memcache_weight#:#Weight###30 08 2015 new variable
memcache_actions#:#Actions###30 08 2015 new variable
memcache_edit#:#Edit node###30 08 2015 new variable
memcache_add#:#Add Memcached node###30 08 2015 new variable
memcache_delete#:#Delete node###30 08 2015 new variable
memcache_cancel#:#Cancel###30 08 2015 new variable
memcache_update#:#Save node###30 08 2015 new variable
memcache_status_server#:#Reachable###30 08 2015 new variable
cache_activate_clng#:#Language###30 08 2015 new variable
cache_activate_obj_def#:#Object Definition###30 08 2015 new variable
cache_activate_ilctrl#:#Control Flow###30 08 2015 new variable
cache_activate_comp#:#Components###30 08 2015 new variable
cache_activate_tpl#:#Template (HTML)###30 08 2015 new variable
cache_activate_events#:#Events###30 08 2015 new variable
cache_activated_components#:#Activated Components###30 08 2015 new variable
cache_flush#:#Flush all caches###30 08 2015 new variable
cache_activate_tpl_blocks#:#Template (Blocks)###30 08 2015 new variable
cache_activate_tpl_variables#:#Template (Variablen###30 08 2015 new variable
pre_load_comments#:#PHP-OPCache load_comments
memcache_servers#:#Memcached-csomópontok
memcache_status#:#Aktív
memcache_host#:#Kiszolgáló
memcache_port#:#Port
memcache_weight#:#Súly
memcache_actions#:#Műveletek
memcache_edit#:#Csomópont módosítása
memcache_add#:#Memcached-csomópont hozzáadása
memcache_delete#:#Csomópont törlése
memcache_cancel#:#Mégsem
memcache_update#:#Csomópont mentése
memcache_status_server#:#Elérhető
cache_activate_clng#:#Nyelv
cache_activate_obj_def#:#Objektum definiálása
cache_activate_ilctrl#:#Folyamatirányítás
cache_activate_comp#:#Komponensek
cache_activate_tpl#:#Minta (HTML)
cache_activate_events#:#Események
cache_activated_components#:#Aktivált komponensek
cache_flush#:#Összes gyorsítótár ürítése
cache_activate_tpl_blocks#:#Minta (Blokkok)
cache_activate_tpl_variables#:#Minta (Változók)
2 changes: 1 addition & 1 deletion setup/sql/dbupdate_04.php
Original file line number Diff line number Diff line change
Expand Up @@ -7731,7 +7731,7 @@

if($data['cnt'] > 0)
{
$db_step = 4584;
$db_step = $nr;

$ps_delete_mf_by_obj_and_usr = $ilDB->prepareManip(
"DELETE FROM mail_obj_data WHERE obj_id = ? AND user_id = ?",
Expand Down

0 comments on commit aa06e57

Please sign in to comment.