From: <var...@us...> - 2014-09-18 14:28:29
|
Revision: 9094 http://sourceforge.net/p/phpwiki/code/9094 Author: vargenau Date: 2014-09-18 14:28:21 +0000 (Thu, 18 Sep 2014) Log Message: ----------- No tabs Modified Paths: -------------- trunk/lib/WysiwygEdit/FCKeditor.php trunk/lib/plugin/WikicreoleTable.php trunk/locale/fr/pgsrc/Aide%2FPluginRessourcesRss trunk/locale/fr/pgsrc/ModifsR%C3%A9centesPhpWiki trunk/locale/it/pgsrc/PaginaDiProva Modified: trunk/lib/WysiwygEdit/FCKeditor.php =================================================================== --- trunk/lib/WysiwygEdit/FCKeditor.php 2014-09-18 14:21:42 UTC (rev 9093) +++ trunk/lib/WysiwygEdit/FCKeditor.php 2014-09-18 14:28:21 UTC (rev 9094) @@ -26,9 +26,9 @@ $this->_htmltextid = "edit-content"; // FCKEditor1; $this->_wikitextid = "editareawiki"; $this->_jsdefault = " -oFCKeditor.BasePath = '$this->BasePath'; -oFCKeditor.Height = 300; -// oFCKeditor.ToolbarSet = 'Basic' ; +oFCKeditor.BasePath = '$this->BasePath'; +oFCKeditor.Height = 300; +// oFCKeditor.ToolbarSet = 'Basic' ; oFCKeditor.Config.DefaultLanguage = '$LANG'; oFCKeditor.Config.LinkBrowserURL = oFCKeditor.BasePath + 'editor/filemanager/browser/default/browser.html?Connector=connectors/php/connector.php'; oFCKeditor.Config.ImageBrowserURL = oFCKeditor.BasePath + 'editor/filemanager/browser/default/browser.html?Type=Image&Connector=connectors/php/connector.php'; @@ -66,7 +66,7 @@ $out = HTML( JavaScript(" var oFCKeditor = new FCKeditor( '$htmltextid' ) ; -oFCKeditor.Value = '" . $textarea->_content[0]->asXML() . "';" +oFCKeditor.Value = '" . $textarea->_content[0]->asXML() . "';" . $this->_jsdefault . " oFCKeditor.Create();"), HTML::div(array("id" => $this->_wikitextid, Modified: trunk/lib/plugin/WikicreoleTable.php =================================================================== --- trunk/lib/plugin/WikicreoleTable.php 2014-09-18 14:21:42 UTC (rev 9093) +++ trunk/lib/plugin/WikicreoleTable.php 2014-09-18 14:28:21 UTC (rev 9094) @@ -158,11 +158,11 @@ /** * Compute cell in spreadsheet table * @param array $table: two-dimensional table - * @param int $i: first index of cell to compute - * @param int $j: second index of cell to compute - * @param int $imax: first table dimension - * @param int $jmax: second table dimension - * @return int + * @param int $i: first index of cell to compute + * @param int $j: second index of cell to compute + * @param int $imax: first table dimension + * @param int $jmax: second table dimension + * @return int */ private function compute_table_cell($table, $i, $j, $imax, $jmax) { Modified: trunk/locale/fr/pgsrc/Aide%2FPluginRessourcesRss =================================================================== --- trunk/locale/fr/pgsrc/Aide%2FPluginRessourcesRss 2014-09-18 14:21:42 UTC (rev 9093) +++ trunk/locale/fr/pgsrc/Aide%2FPluginRessourcesRss 2014-09-18 14:28:21 UTC (rev 9094) @@ -52,7 +52,7 @@ * sources ~PhpWikiRss pour PhpWiki:RecentChanges : {{{ <<RssFeed feed=PhpWikiRss description="PhpWiki:RecentChanges" - url=http://phpwiki.sourceforge.net/phpwiki/RecentChanges?format=rss>> + url=http://phpwiki.sourceforge.net/phpwiki/RecentChanges?format=rss>> }}} * [PhpWikiDemo:sidebar/] _Exemple barre verticale_ Modified: trunk/locale/fr/pgsrc/ModifsR%C3%A9centesPhpWiki =================================================================== --- trunk/locale/fr/pgsrc/ModifsR%C3%A9centesPhpWiki 2014-09-18 14:21:42 UTC (rev 9093) +++ trunk/locale/fr/pgsrc/ModifsR%C3%A9centesPhpWiki 2014-09-18 14:28:21 UTC (rev 9094) @@ -7,4 +7,4 @@ Content-Transfer-Encoding: binary <<RssFeed feed=PhpWikiRecentChanges description="PhpWiki:RecentChanges" - url=http://phpwiki.sourceforge.net/phpwiki/RecentChanges?format=rss>> + url=http://phpwiki.sourceforge.net/phpwiki/RecentChanges?format=rss>> Modified: trunk/locale/it/pgsrc/PaginaDiProva =================================================================== --- trunk/locale/it/pgsrc/PaginaDiProva 2014-09-18 14:21:42 UTC (rev 9093) +++ trunk/locale/it/pgsrc/PaginaDiProva 2014-09-18 14:28:21 UTC (rev 9094) @@ -37,39 +37,39 @@ ** l2 ---- old lists - * level 1 - * l1 - *l2 - *l2 - *l3 - *l3 - *l4 - *l3 - *l5 - *l3 - #one - #two - #one - #two - *l1 - #three - #four - *l1 - *l2 - # one - # two + * level 1 + * l1 + *l2 + *l2 + *l3 + *l3 + *l4 + *l3 + *l5 + *l3 + #one + #two + #one + #two + *l1 + #three + #four + *l1 + *l2 + # one + # two preformatted text some more text - *l1 - *l4 - # number - # number + *l1 + *l4 + # number + # number this is a plain paragraph - * bullet + * bullet this is a plain paragraph again - # number + # number ---- **Link tests** # normal: FrontPage This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |