[koha-commits] main Koha release repository branch master updated. v19.05.00-1193-g8f23c95

Git repo owner gitmaster at git.koha-community.org
Sun Nov 3 09:10:42 CET 2019


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  8f23c95052ffd52885e849c9c004a3572ffb2226 (commit)
       via  838dd983b2eca723f4c67f91b3825652ec3f8663 (commit)
       via  b53e068651c521a989bd13387cef7fef8975d1e7 (commit)
       via  5b8d2d8658b7b8c7f70963c296428ee8cad49998 (commit)
       via  374f59f3cd7bebc9fe7d8c7fd8eae5afda769bf4 (commit)
       via  687d3035eec7a99d1737dfdcc460a16dd4e2d476 (commit)
       via  dfdf3a74454d3844b6ed82f549d67f25c7001ded (commit)
       via  e0a9cbd8a4446bb771d0a8104aa5e58e8da1dd60 (commit)
       via  cce9d03bf911a2279a62e742f48fbe56be91e021 (commit)
       via  6a2ba8b6b23f482dcf8bbe53668d93519a11edf5 (commit)
       via  fe4a9bdc94d1a1a7c89be645ee74b6c8991fadf1 (commit)
      from  f7325a6ed70fab67576eb0b5a74314d6a6191372 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8f23c95052ffd52885e849c9c004a3572ffb2226
Author: Martin Renvoize <martin.renvoize at ptfs-europe.com>
Date:   Sun Nov 3 07:46:29 2019 +0000

    Bug 23841: Compiled CSS
    
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 838dd983b2eca723f4c67f91b3825652ec3f8663
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Oct 21 12:00:03 2019 +0000

    Bug 23841: Add link to bibliographic details page in item details breadcrumbs
    
    This patch adds a link to the default bibliographic details page from
    the breadcrumbs menu on the item details page.
    
    The patch also makes a minor update to staff client CSS to allow for use
    of biblio-default-view.inc to generate the link and have it styled
    correctly.
    
    To test, apply the patch and update the staff client CSS
    (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client).
    
    Locate an record in the catalog and view the item details page. Verify
    that the breadcrumbs menu includes a link back to the bibliographic
    details page as defined in the IntranetBiblioDefaultView system
    preference.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit b53e068651c521a989bd13387cef7fef8975d1e7
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Tue Oct 29 17:40:47 2019 +0000

    Bug 23506: Display correct icon in staff client and OPAC
    
    When the leader6 is set to 'i' the MARC21slim2intranetDetail.xsl
    attempts to display 'SO.png' which does not exist.
    
    TEST PLAN:
    1. Find or create a record with an 'i' as the 6th position in the 000 leader.
    2. Do to the OPAC detail page and staff detail for an item in that record.
    3. Notice the material type icon does not display because SO.png does not exist.
    4. Apply patch and restart_all
    5. Look at the opac detail and staff detail page again after clearning the browser cache.
    6. The material type icon now displays (MU.png), this is the same icon used on the OPAC results page.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 5b8d2d8658b7b8c7f70963c296428ee8cad49998
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Fri Nov 1 15:38:49 2019 +0000

    Bug 23946: Remove Noun Project icons from the About page
    
    This patch removes the part of the About page which gives attribution
    for Noun Project icons on the staff client home page.
    
    To test, apply the patch and view the About page in the staff client.
    There should be no reference to Noun Project icons.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 374f59f3cd7bebc9fe7d8c7fd8eae5afda769bf4
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Mon Oct 7 14:57:32 2019 +0000

    Bug 22661: TinyMCE/WYSIWYG editor doesn't translate
    
    This patch updates the TinyMCE editor to the latest version (5.0.16) and
    adds a translatable include file which will allow the TinyMCE interface
    to show the same translation as Koha.
    
    The configuration of the editor has been updated according to the new
    version's requirements, keeping all the tools available we had before
    and adding emoji support.
    
    To test, apply the patch and enable the UseWYSIWYGinSystemPreferences
    system preference.
    
    TESTING THE UPGRADED EDITOR
    
     - Go to Administration -> System preferences -> OPAC.
     - Multiple instances of the TinyMCE editor should appear on the page:
       opaccredits, OpacCustomSearch, OpacLoginInstructions, etc.
     - Test adding and editing content to one or more of these editors.
       Confirm that the various editor tools work correctly.
     - Verify that changing the contents of any editor (including via paste)
       enables the corresponding "Save all X preferences" button.
    
     - Test the news editor under Tools -> News.
    
     - Test the library "OPAC info" editor in libraries administration:
       Administration -> Libraries -> Edit library -> OPAC info.
    
    TESTING TRANSLATABILITY
    
     - Update a translation:
    
       > cd misc/translator
       > perl translate update fr-FR
    
     - Open the corresponding .po file for the staff client, e.g.
       misc/translator/po/fr-FR-staff-prog.po
     - Locate strings pulled from includes/str/tinymce_i18n.inc for
       translation, e.g.:
    
       #. SCRIPT
       #: intranet-tmpl/prog/en/includes/str/tinymce_i18n.inc:1
       #, fuzzy
       msgid "File"
       msgstr "Fichier :"
    
     - Edit the "msgstr" string however you want (it's just for testing) and
       remove the "fuzzy" line.
     - Install the updated translation:
    
       > perl translate install fr-FR
    
     - Go to Administration -> System preferences -> OPAC.
     - In each instance of the TinyMCE editor, the first menu item should
       have as its label the translation "msgstr" string you edited.
    
     - Check that the "About" page shows updated information about
       the TinyMCE version, 5.0.16.
    
    Signed-off-by: Michal Denar <black23 at gmail.com>
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 687d3035eec7a99d1737dfdcc460a16dd4e2d476
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Fri Oct 18 12:56:43 2019 +0000

    Bug 23862: add enumchron to holds-table
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Séverine QUEUNE <severine.queune at bulac.fr>
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit dfdf3a74454d3844b6ed82f549d67f25c7001ded
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Oct 31 19:03:59 2019 +0000

    Bug 23938: Restore title display in last checked out box
    
    To test:
    1 - Check out to a patron
    2 - Note the display under the checkotu box does not have title
    3 - Apply patch
    4 - Checkout another item
    5 - Note the title displays
    
    Signed-off-by: Owen Leonard <oleonard at myacpl.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit e0a9cbd8a4446bb771d0a8104aa5e58e8da1dd60
Author: Bin Wen <bin.wen at inlibro.com>
Date:   Mon Oct 7 09:01:39 2019 -0400

    Bug 23762: Editing is_html status of email template fails under multi-languages
    
    To test:
    1.Enable multi-languages
    2.Set the preference 'TranslateNotices' on  'Allow'
    3.Go to: tools==>Notices & slips==>Edit (one notice)
    4.Click on the "Email" in the Default, uncheck the checkbox for 'HTML Messages'.
    5.Save
    6.Reopen the notice, nothing changed.
    7.Apply the patch
    8.Repeat the steps 4 and 5
    9.Success.
    
    Signed-off-by: Katrin Fischer <katrin.fischer.83 at web.de>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit cce9d03bf911a2279a62e742f48fbe56be91e021
Author: Ere Maijala <ere.maijala at helsinki.fi>
Date:   Thu Oct 24 13:35:52 2019 +0300

    Bug 23089: Fix QueryBuilder tests.
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit 6a2ba8b6b23f482dcf8bbe53668d93519a11edf5
Author: Nick <nick at bywatersolutions.com>
Date:   Thu Oct 10 16:06:08 2019 +0000

    Bug 23089: Fix sorting on sum and regular fields
    
    As of bug 20589 we no longer analyze sort fields and so we no longer need to append ".phrase"
    to our sort in searches.
    
    Additionally, sort fields based on 'sum' should also use sum in building the value to sort on
    
    To test:
    0 - Be using ES
    1 - Find the most circulated item in your collection
    2 - Search for '*'
    3 - Sort by popularity DESC
    4 - Note that item is not first
    5 - Try to sort by anything but relevancy, it fails
    6 - Apply patch
    7 - Redo searches and sorts
    8 - Things should now work as expected
    
    Signed-off-by: Ere Maijala <ere.maijala at helsinki.fi>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

commit fe4a9bdc94d1a1a7c89be645ee74b6c8991fadf1
Author: Nick <nick at bywatersolutions.com>
Date:   Thu Oct 10 16:05:50 2019 +0000

    Bug 23089: Unit tests
    
    Signed-off-by: Ere Maijala <ere.maijala at helsinki.fi>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>

-----------------------------------------------------------------------

Summary of changes:
 Koha/SearchEngine/Elasticsearch.pm                 |    1 +
 Koha/SearchEngine/Elasticsearch/QueryBuilder.pm    |    3 -
 admin/searchengine/elasticsearch/field_config.yaml |    1 +
 .../lib/tiny_mce/jquery.tinymce.min.js             |   91 +
 koha-tmpl/intranet-tmpl/lib/tiny_mce/langs/en.js   |    1 -
 koha-tmpl/intranet-tmpl/lib/tiny_mce/license.txt   |   12 +-
 .../lib/tiny_mce/plugins/advhr/css/advhr.css       |    5 -
 .../lib/tiny_mce/plugins/advhr/editor_plugin.js    |    1 -
 .../lib/tiny_mce/plugins/advhr/js/rule.js          |   43 -
 .../lib/tiny_mce/plugins/advhr/langs/en_dlg.js     |    1 -
 .../lib/tiny_mce/plugins/advhr/rule.htm            |   58 -
 .../lib/tiny_mce/plugins/advimage/css/advimage.css |   13 -
 .../lib/tiny_mce/plugins/advimage/editor_plugin.js |    1 -
 .../tiny_mce/plugins/advimage/editor_plugin_src.js |   50 -
 .../lib/tiny_mce/plugins/advimage/image.htm        |  235 -
 .../lib/tiny_mce/plugins/advimage/img/sample.gif   |  Bin 1624 -> 0 bytes
 .../lib/tiny_mce/plugins/advimage/js/image.js      |  464 -
 .../lib/tiny_mce/plugins/advimage/langs/en_dlg.js  |    1 -
 .../lib/tiny_mce/plugins/advlink/css/advlink.css   |    8 -
 .../lib/tiny_mce/plugins/advlink/editor_plugin.js  |    1 -
 .../lib/tiny_mce/plugins/advlink/js/advlink.js     |  543 --
 .../lib/tiny_mce/plugins/advlink/langs/en_dlg.js   |    1 -
 .../lib/tiny_mce/plugins/advlink/link.htm          |  338 -
 .../lib/tiny_mce/plugins/autoresize/plugin.min.js  |    9 +
 .../lib/tiny_mce/plugins/charmap/plugin.min.js     |    9 +
 .../lib/tiny_mce/plugins/code/plugin.min.js        |    9 +
 .../tiny_mce/plugins/contextmenu/editor_plugin.js  |    1 -
 .../lib/tiny_mce/plugins/emoticons/js/emojis.js    | 9015 ++++++++++++++++++++
 .../tiny_mce/plugins/emoticons/js/emojis.min.js    |    2 +
 .../lib/tiny_mce/plugins/emoticons/plugin.min.js   |    9 +
 .../lib/tiny_mce/plugins/hr/plugin.min.js          |    9 +
 .../lib/tiny_mce/plugins/image/plugin.min.js       |    9 +
 .../lib/tiny_mce/plugins/link/plugin.min.js        |    9 +
 .../lib/tiny_mce/plugins/lists/plugin.min.js       |    9 +
 .../lib/tiny_mce/plugins/print/editor_plugin.js    |    1 -
 .../lib/tiny_mce/plugins/save/editor_plugin.js     |    1 -
 .../plugins/searchreplace/css/searchreplace.css    |    6 -
 .../plugins/searchreplace/editor_plugin.js         |    1 -
 .../plugins/searchreplace/js/searchreplace.js      |  142 -
 .../tiny_mce/plugins/searchreplace/langs/en_dlg.js |    1 -
 .../plugins/searchreplace/searchreplace.htm        |  100 -
 .../lib/tiny_mce/plugins/table/cell.htm            |  180 -
 .../lib/tiny_mce/plugins/table/css/cell.css        |   17 -
 .../lib/tiny_mce/plugins/table/css/row.css         |   25 -
 .../lib/tiny_mce/plugins/table/css/table.css       |   13 -
 .../lib/tiny_mce/plugins/table/editor_plugin.js    |    1 -
 .../lib/tiny_mce/plugins/table/js/cell.js          |  319 -
 .../lib/tiny_mce/plugins/table/js/merge_cells.js   |   27 -
 .../lib/tiny_mce/plugins/table/js/row.js           |  254 -
 .../lib/tiny_mce/plugins/table/js/table.js         |  501 --
 .../lib/tiny_mce/plugins/table/langs/en_dlg.js     |    1 -
 .../lib/tiny_mce/plugins/table/merge_cells.htm     |   32 -
 .../lib/tiny_mce/plugins/table/plugin.min.js       |    9 +
 .../lib/tiny_mce/plugins/table/row.htm             |  158 -
 .../lib/tiny_mce/plugins/table/table.htm           |  188 -
 .../tiny_mce/skins/content/dark/content.min.css    |    7 +
 .../tiny_mce/skins/content/default/content.min.css |    7 +
 .../skins/content/document/content.min.css         |    7 +
 .../tiny_mce/skins/content/writer/content.min.css  |    7 +
 .../skins/ui/oxide-dark/content.inline.min.css     |    7 +
 .../tiny_mce/skins/ui/oxide-dark/content.min.css   |    7 +
 .../skins/ui/oxide-dark/content.mobile.min.css     |    7 +
 .../skins/ui/oxide-dark/fonts/tinymce-mobile.woff  |  Bin 0 -> 4624 bytes
 .../lib/tiny_mce/skins/ui/oxide-dark/skin.min.css  |    7 +
 .../skins/ui/oxide-dark/skin.mobile.min.css        |    7 +
 .../tiny_mce/skins/ui/oxide/content.inline.min.css |    7 +
 .../lib/tiny_mce/skins/ui/oxide/content.min.css    |    7 +
 .../tiny_mce/skins/ui/oxide/content.mobile.min.css |    7 +
 .../skins/ui/oxide/fonts/tinymce-mobile.woff       |  Bin 0 -> 4624 bytes
 .../lib/tiny_mce/skins/ui/oxide/skin.min.css       |    7 +
 .../tiny_mce/skins/ui/oxide/skin.mobile.min.css    |    7 +
 .../lib/tiny_mce/themes/advanced/about.htm         |   52 -
 .../lib/tiny_mce/themes/advanced/anchor.htm        |   26 -
 .../lib/tiny_mce/themes/advanced/charmap.htm       |   55 -
 .../lib/tiny_mce/themes/advanced/color_picker.htm  |   70 -
 .../tiny_mce/themes/advanced/editor_template.js    |    1 -
 .../lib/tiny_mce/themes/advanced/image.htm         |   80 -
 .../tiny_mce/themes/advanced/img/colorpicker.jpg   |  Bin 2584 -> 0 bytes
 .../lib/tiny_mce/themes/advanced/img/flash.gif     |  Bin 239 -> 0 bytes
 .../lib/tiny_mce/themes/advanced/img/icons.gif     |  Bin 11982 -> 0 bytes
 .../lib/tiny_mce/themes/advanced/img/iframe.gif    |  Bin 600 -> 0 bytes
 .../lib/tiny_mce/themes/advanced/img/pagebreak.gif |  Bin 325 -> 0 bytes
 .../lib/tiny_mce/themes/advanced/img/quicktime.gif |  Bin 301 -> 0 bytes
 .../lib/tiny_mce/themes/advanced/img/realmedia.gif |  Bin 439 -> 0 bytes
 .../lib/tiny_mce/themes/advanced/img/shockwave.gif |  Bin 384 -> 0 bytes
 .../lib/tiny_mce/themes/advanced/img/trans.gif     |  Bin 43 -> 0 bytes
 .../lib/tiny_mce/themes/advanced/img/video.gif     |  Bin 597 -> 0 bytes
 .../tiny_mce/themes/advanced/img/windowsmedia.gif  |  Bin 415 -> 0 bytes
 .../lib/tiny_mce/themes/advanced/js/about.js       |   73 -
 .../lib/tiny_mce/themes/advanced/js/anchor.js      |   56 -
 .../lib/tiny_mce/themes/advanced/js/charmap.js     |  363 -
 .../tiny_mce/themes/advanced/js/color_picker.js    |  345 -
 .../lib/tiny_mce/themes/advanced/js/image.js       |  253 -
 .../lib/tiny_mce/themes/advanced/js/link.js        |  159 -
 .../tiny_mce/themes/advanced/js/source_editor.js   |   78 -
 .../lib/tiny_mce/themes/advanced/langs/en.js       |    1 -
 .../lib/tiny_mce/themes/advanced/langs/en_dlg.js   |    1 -
 .../lib/tiny_mce/themes/advanced/link.htm          |   57 -
 .../lib/tiny_mce/themes/advanced/shortcuts.htm     |   47 -
 .../themes/advanced/skins/default/content.css      |   50 -
 .../themes/advanced/skins/default/dialog.css       |  118 -
 .../themes/advanced/skins/default/img/buttons.png  |  Bin 3133 -> 0 bytes
 .../themes/advanced/skins/default/img/items.gif    |  Bin 64 -> 0 bytes
 .../advanced/skins/default/img/menu_arrow.gif      |  Bin 68 -> 0 bytes
 .../advanced/skins/default/img/menu_check.gif      |  Bin 70 -> 0 bytes
 .../themes/advanced/skins/default/img/progress.gif |  Bin 1787 -> 0 bytes
 .../themes/advanced/skins/default/img/tabs.gif     |  Bin 1322 -> 0 bytes
 .../tiny_mce/themes/advanced/skins/default/ui.css  |  219 -
 .../themes/advanced/skins/highcontrast/content.css |   24 -
 .../themes/advanced/skins/highcontrast/dialog.css  |  106 -
 .../themes/advanced/skins/highcontrast/ui.css      |  106 -
 .../themes/advanced/skins/o2k7/content.css         |   48 -
 .../tiny_mce/themes/advanced/skins/o2k7/dialog.css |  118 -
 .../themes/advanced/skins/o2k7/img/button_bg.png   |  Bin 2766 -> 0 bytes
 .../advanced/skins/o2k7/img/button_bg_black.png    |  Bin 651 -> 0 bytes
 .../advanced/skins/o2k7/img/button_bg_silver.png   |  Bin 2084 -> 0 bytes
 .../lib/tiny_mce/themes/advanced/skins/o2k7/ui.css |  222 -
 .../themes/advanced/skins/o2k7/ui_black.css        |    8 -
 .../themes/advanced/skins/o2k7/ui_silver.css       |    5 -
 .../lib/tiny_mce/themes/advanced/source_editor.htm |   25 -
 .../lib/tiny_mce/themes/mobile/theme.min.js        |    9 +
 .../lib/tiny_mce/themes/silver/theme.min.js        |    9 +
 .../lib/tiny_mce/themes/simple/editor_template.js  |    1 -
 .../lib/tiny_mce/themes/simple/img/icons.gif       |  Bin 806 -> 0 bytes
 .../lib/tiny_mce/themes/simple/langs/en.js         |    1 -
 .../themes/simple/skins/default/content.css        |   25 -
 .../tiny_mce/themes/simple/skins/default/ui.css    |   32 -
 .../tiny_mce/themes/simple/skins/o2k7/content.css  |   17 -
 .../themes/simple/skins/o2k7/img/button_bg.png     |  Bin 5102 -> 0 bytes
 .../lib/tiny_mce/themes/simple/skins/o2k7/ui.css   |   35 -
 koha-tmpl/intranet-tmpl/lib/tiny_mce/tiny_mce.js   |    1 -
 .../intranet-tmpl/lib/tiny_mce/tiny_mce_gzip.js    |  137 -
 .../intranet-tmpl/lib/tiny_mce/tiny_mce_gzip.pl    |  369 -
 .../intranet-tmpl/lib/tiny_mce/tiny_mce_popup.js   |    5 -
 .../intranet-tmpl/lib/tiny_mce/tinymce.min.js      |    9 +
 .../lib/tiny_mce/utils/editable_selects.js         |   70 -
 .../intranet-tmpl/lib/tiny_mce/utils/form_utils.js |  210 -
 .../intranet-tmpl/lib/tiny_mce/utils/mctabs.js     |  162 -
 .../intranet-tmpl/lib/tiny_mce/utils/validate.js   |  252 -
 .../intranet-tmpl/prog/css/src/staff-global.scss   |    5 +
 koha-tmpl/intranet-tmpl/prog/css/staff-global.css  |    2 +-
 .../prog/en/includes/str/tinymce_i18n.inc          |  400 +
 .../prog/en/includes/wysiwyg-systempreferences.inc |   82 +-
 koha-tmpl/intranet-tmpl/prog/en/modules/about.tt   |   21 +-
 .../prog/en/modules/admin/branches.tt              |   24 +-
 .../prog/en/modules/catalogue/moredetail.tt        |    2 +-
 .../prog/en/modules/circ/circulation.tt            |    2 +-
 .../prog/en/modules/tools/koha-news.tt             |   29 +-
 .../intranet-tmpl/prog/en/modules/tools/letter.tt  |    4 +-
 .../prog/en/xslt/MARC21slim2intranetDetail.xsl     |    2 +-
 koha-tmpl/intranet-tmpl/prog/js/holds.js           |    4 +
 .../bootstrap/en/xslt/MARC21slim2OPACDetail.xsl    |    2 +-
 svc/holds                                          |    1 +
 t/Koha/SearchEngine/Elasticsearch.t                |   22 +-
 .../Koha/SearchEngine/Elasticsearch/QueryBuilder.t |    4 +-
 tools/letter.pl                                    |    4 +-
 156 files changed, 9811 insertions(+), 7946 deletions(-)
 create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/jquery.tinymce.min.js
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/langs/en.js
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advhr/css/advhr.css
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advhr/editor_plugin.js
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advhr/js/rule.js
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advhr/langs/en_dlg.js
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advhr/rule.htm
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advimage/css/advimage.css
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advimage/editor_plugin.js
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advimage/editor_plugin_src.js
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advimage/image.htm
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advimage/img/sample.gif
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advimage/js/image.js
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advimage/langs/en_dlg.js
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advlink/css/advlink.css
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advlink/editor_plugin.js
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advlink/js/advlink.js
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advlink/langs/en_dlg.js
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/advlink/link.htm
 create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/autoresize/plugin.min.js
 create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/charmap/plugin.min.js
 create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/code/plugin.min.js
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/contextmenu/editor_plugin.js
 create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/emoticons/js/emojis.js
 create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/emoticons/js/emojis.min.js
 create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/emoticons/plugin.min.js
 create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/hr/plugin.min.js
 create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/image/plugin.min.js
 create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/link/plugin.min.js
 create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/lists/plugin.min.js
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/print/editor_plugin.js
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/save/editor_plugin.js
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/searchreplace/css/searchreplace.css
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/searchreplace/editor_plugin.js
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/searchreplace/js/searchreplace.js
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/searchreplace/langs/en_dlg.js
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/searchreplace/searchreplace.htm
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/cell.htm
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/css/cell.css
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/css/row.css
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/css/table.css
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/editor_plugin.js
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/js/cell.js
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/js/merge_cells.js
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/js/row.js
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/js/table.js
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/langs/en_dlg.js
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/merge_cells.htm
 create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/plugin.min.js
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/row.htm
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/plugins/table/table.htm
 create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/skins/content/dark/content.min.css
 create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/skins/content/default/content.min.css
 create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/skins/content/document/content.min.css
 create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/skins/content/writer/content.min.css
 create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/skins/ui/oxide-dark/content.inline.min.css
 create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/skins/ui/oxide-dark/content.min.css
 create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/skins/ui/oxide-dark/content.mobile.min.css
 create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/skins/ui/oxide-dark/fonts/tinymce-mobile.woff
 create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/skins/ui/oxide-dark/skin.min.css
 create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/skins/ui/oxide-dark/skin.mobile.min.css
 create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/skins/ui/oxide/content.inline.min.css
 create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/skins/ui/oxide/content.min.css
 create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/skins/ui/oxide/content.mobile.min.css
 create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/skins/ui/oxide/fonts/tinymce-mobile.woff
 create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/skins/ui/oxide/skin.min.css
 create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/skins/ui/oxide/skin.mobile.min.css
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/about.htm
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/anchor.htm
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/charmap.htm
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/color_picker.htm
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/editor_template.js
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/image.htm
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/colorpicker.jpg
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/flash.gif
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/icons.gif
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/iframe.gif
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/pagebreak.gif
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/quicktime.gif
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/realmedia.gif
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/shockwave.gif
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/trans.gif
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/video.gif
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/img/windowsmedia.gif
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/js/about.js
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/js/anchor.js
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/js/charmap.js
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/js/color_picker.js
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/js/image.js
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/js/link.js
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/js/source_editor.js
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/langs/en.js
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/langs/en_dlg.js
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/link.htm
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/shortcuts.htm
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/default/content.css
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/default/dialog.css
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/default/img/buttons.png
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/default/img/items.gif
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/default/img/menu_arrow.gif
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/default/img/menu_check.gif
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/default/img/progress.gif
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/default/img/tabs.gif
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/default/ui.css
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/highcontrast/content.css
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/highcontrast/dialog.css
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/highcontrast/ui.css
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/o2k7/content.css
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/o2k7/dialog.css
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/o2k7/img/button_bg.png
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_black.png
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_silver.png
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/o2k7/ui.css
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/o2k7/ui_black.css
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/skins/o2k7/ui_silver.css
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/advanced/source_editor.htm
 create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/mobile/theme.min.js
 create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/silver/theme.min.js
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/simple/editor_template.js
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/simple/img/icons.gif
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/simple/langs/en.js
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/simple/skins/default/content.css
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/simple/skins/default/ui.css
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/simple/skins/o2k7/content.css
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/simple/skins/o2k7/img/button_bg.png
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/themes/simple/skins/o2k7/ui.css
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/tiny_mce.js
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/tiny_mce_gzip.js
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/tiny_mce_gzip.pl
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/tiny_mce_popup.js
 create mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/tinymce.min.js
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/utils/editable_selects.js
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/utils/form_utils.js
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/utils/mctabs.js
 delete mode 100644 koha-tmpl/intranet-tmpl/lib/tiny_mce/utils/validate.js
 create mode 100644 koha-tmpl/intranet-tmpl/prog/en/includes/str/tinymce_i18n.inc


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list