From: <var...@us...> - 2022-01-18 15:29:50
|
Revision: 10906 http://sourceforge.net/p/phpwiki/code/10906 Author: vargenau Date: 2022-01-18 15:29:48 +0000 (Tue, 18 Jan 2022) Log Message: ----------- TOOLBAR_IMAGE_PULLDOWN is true by default Modified Paths: -------------- trunk/config/config-default.ini trunk/locale/it/pgsrc/NoteDiRilascio trunk/pgsrc/Help%2FImages trunk/pgsrc/ReleaseNotes Modified: trunk/config/config-default.ini =================================================================== --- trunk/config/config-default.ini 2022-01-18 14:07:21 UTC (rev 10905) +++ trunk/config/config-default.ini 2022-01-18 15:29:48 UTC (rev 10906) @@ -4,6 +4,9 @@ DEBUG = 0 ENABLE_PAGEPERM = true ENABLE_EDIT_TOOLBAR = true +TOOLBAR_IMAGE_PULLDOWN = true +; TOOLBAR_PAGELINK_PULLDOWN = * +; TOOLBAR_TEMPLATE_PULLDOWN = Template* JS_SEARCHREPLACE = true ENABLE_DOUBLECLICKEDIT = false ENABLE_OPEN_GRAPH = false @@ -144,8 +147,6 @@ ; FORTUNE_DIR = /usr/share/fortune ; GOOGLE_LICENSE_KEY = "..." BLOG_DEFAULT_EMPTY_PREFIX = true -; TOOLBAR_PAGELINK_PULLDOWN = * -; TOOLBAR_TEMPLATE_PULLDOWN = Template* ; External executables: ; USE_EXTERNAL_HTML2PDF = "htmldoc --quiet --format pdf14 --no-toc --no-title %s" Modified: trunk/locale/it/pgsrc/NoteDiRilascio =================================================================== --- trunk/locale/it/pgsrc/NoteDiRilascio 2022-01-18 14:07:21 UTC (rev 10905) +++ trunk/locale/it/pgsrc/NoteDiRilascio 2022-01-18 15:29:48 UTC (rev 10906) @@ -1,4 +1,4 @@ -Date: Sun, 16 Jan 2022 20:37:57 +0000 +Date: Tue, 18 Jan 2022 16:29:05 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=NoteDiRilascio; @@ -21,6 +21,7 @@ === Changes === * Warn user that leaving the page will lose modifications. +* TOOLBAR_IMAGE_PULLDOWN is true by default. * Remove ADODB DATABASE_TYPE. Use SQL (Pear) or PDO. * Add “Rename” tab in Sidebar theme. * Page locking and unlocking is now saved in page history (in Edit mode). Modified: trunk/pgsrc/Help%2FImages =================================================================== --- trunk/pgsrc/Help%2FImages 2022-01-18 14:07:21 UTC (rev 10905) +++ trunk/pgsrc/Help%2FImages 2022-01-18 15:29:48 UTC (rev 10906) @@ -1,4 +1,4 @@ -Date: Mon, 28 Dec 2020 19:46:14 +0000 +Date: Tue, 18 Jan 2022 16:29:05 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=Help%2FImages; @@ -22,6 +22,8 @@ Select an image and click //Insert//. The image will be inserted without options or alternative text. +##TOOLBAR_IMAGE_PULLDOWN## must be set to ##true## for the icon to appear in the toolbar (default). + === Syntax === You give access to the uploaded image with the following syntax. Modified: trunk/pgsrc/ReleaseNotes =================================================================== --- trunk/pgsrc/ReleaseNotes 2022-01-18 14:07:21 UTC (rev 10905) +++ trunk/pgsrc/ReleaseNotes 2022-01-18 15:29:48 UTC (rev 10906) @@ -1,4 +1,4 @@ -Date: Sun, 16 Jan 2022 20:37:57 +0000 +Date: Tue, 18 Jan 2022 16:29:05 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=ReleaseNotes; @@ -21,6 +21,7 @@ === Changes === * Warn user that leaving the page will lose modifications. +* TOOLBAR_IMAGE_PULLDOWN is true by default. * Remove ADODB DATABASE_TYPE. Use SQL (Pear) or PDO. * Add “Rename” tab in Sidebar theme. * Page locking and unlocking is now saved in page history (in Edit mode). This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |