Branch: refs/heads/686-migrate-to-jquery3
Home: https://github.com/s9y/Serendipity
Commit: e288d7e43ef9e89a1d57bfc94e37fc4da0b59fa1
https://github.com/s9y/Serendipity/commit/e288d7e43ef9e89a1d57bfc94e37fc4da0b59fa1
Author: Thomas Hochstein <th...@in...>
Date: 2020-04-03 (Fri, 03 Apr 2020)
Changed paths:
M include/admin/overview.inc.php
Log Message:
-----------
Fix display of upgrade notification.
Signed-off-by: Thomas Hochstein <th...@in...>
Commit: aff7f2ed9cebc68844115276df87d413f678c234
https://github.com/s9y/Serendipity/commit/aff7f2ed9cebc68844115276df87d413f678c234
Author: Stephan Brunker <stephan@brunker2003>
Date: 2020-04-06 (Mon, 06 Apr 2020)
Changed paths:
M include/functions_entries.inc.php
Log Message:
-----------
functions_entries: use rewriteURL function for comment submit link
Commit: 4010d57d28f91b7f4326ddc9f8520aedb0764e00
https://github.com/s9y/Serendipity/commit/4010d57d28f91b7f4326ddc9f8520aedb0764e00
Author: Thomas Hochstein <th...@in...>
Date: 2020-04-11 (Sat, 11 Apr 2020)
Changed paths:
M plugins/serendipity_plugin_history/serendipity_plugin_history.php
Log Message:
-----------
Fix SQL error in plugin_history.
Since merging #665 `serendipity_plugin_history`
breaks with a SQL error message on every archive
page but the first one; see #693 for reason
and context.
Unset `$serendipity['GET']['page']` before
calling `serendipity_fetchEntries(`)` (and
reset afterwards) to fix that. That's the
correct way, I think, as
`serendipity_fetchEntries()` is not called
in page context here.
Signed-off-by: Thomas Hochstein <th...@in...>
Commit: 6522f043cf5993150ad86a0fe7831a2d06283004
https://github.com/s9y/Serendipity/commit/6522f043cf5993150ad86a0fe7831a2d06283004
Author: Thomas Hochstein <th...@in...>
Date: 2020-04-11 (Sat, 11 Apr 2020)
Changed paths:
M plugins/serendipity_plugin_history/serendipity_plugin_history.php
Log Message:
-----------
Merge pull request #694 from th-h/master
Fix SQL error in plugin_history.
Commit: 93ba22c8d4bc6b4d4e2ce26099448f2d3bb02b42
https://github.com/s9y/Serendipity/commit/93ba22c8d4bc6b4d4e2ce26099448f2d3bb02b42
Author: Thomas Hochstein <th...@in...>
Date: 2020-04-11 (Sat, 11 Apr 2020)
Changed paths:
M include/functions_entries.inc.php
Log Message:
-----------
Don't fallback to last page if $totalPages < 1.
See #693 for context. That should at least
avoid SQL errors.
Signed-off-by: Thomas Hochstein <th...@in...>
Commit: 9b65e717c1b1bdf77c2bc2ce7fe65769031321fd
https://github.com/s9y/Serendipity/commit/9b65e717c1b1bdf77c2bc2ce7fe65769031321fd
Author: Thomas Hochstein <th...@in...>
Date: 2020-04-11 (Sat, 11 Apr 2020)
Changed paths:
M include/functions_entries.inc.php
Log Message:
-----------
Add note to serendipity_fetchEntries().
I think that will help to think about the
context of serendipity_fetchEntries() calls.
Closes #693.
Signed-off-by: Thomas Hochstein <th...@in...>
Commit: bb021db22805fd0885fee8260e48527b99be4649
https://github.com/s9y/Serendipity/commit/bb021db22805fd0885fee8260e48527b99be4649
Author: Thomas Hochstein <th...@in...>
Date: 2020-04-11 (Sat, 11 Apr 2020)
Changed paths:
M plugins/serendipity_event_spartacus/serendipity_event_spartacus.php
Log Message:
-----------
Add note to serendipity_event_spartacus.php.
See #685.
Plugin version not incremented on purpose.
Signed-off-by: Thomas Hochstein <th...@in...>
Commit: 0d7f55e616e4d0f6d1aa071b89392e08cfac7c0d
https://github.com/s9y/Serendipity/commit/0d7f55e616e4d0f6d1aa071b89392e08cfac7c0d
Author: Stephan Brunker <stephan@brunker2003>
Date: 2020-04-14 (Tue, 14 Apr 2020)
Changed paths:
M include/admin/entries.inc.php
M include/admin/users.inc.php
M templates/2k11/admin/entries.inc.tpl
Log Message:
-----------
fix oddments in admin/users and admin/entries
Commit: a3f39396c63a57168f28d86ec56f435f01b1ca2c
https://github.com/s9y/Serendipity/commit/a3f39396c63a57168f28d86ec56f435f01b1ca2c
Author: Stephan Brunker <stephan@brunker2003>
Date: 2020-04-14 (Tue, 14 Apr 2020)
Changed paths:
M plugins/serendipity_event_spamblock/ChangeLog
M plugins/serendipity_event_spamblock/serendipity_event_spamblock.php
Log Message:
-----------
[event_spamblock] Don't refresh timeout when displaying preview
Commit: f32be57fb5f3c798494f759b8bc4ff1c17f0e740
https://github.com/s9y/Serendipity/commit/f32be57fb5f3c798494f759b8bc4ff1c17f0e740
Author: Thomas Hochstein <th...@in...>
Date: 2020-04-18 (Sat, 18 Apr 2020)
Changed paths:
M plugins/serendipity_event_entryproperties/ChangeLog
M plugins/serendipity_event_entryproperties/serendipity_event_entryproperties.php
Log Message:
-----------
Fix accidental deletion of extended properties.
Was mostly fixed by 8b51c37b98 (see #261),
but which missed 03cc73d77e and the other
older code before the foreach() loop.
Later on, 7fe8d91bc2 did the check for
'propertyform' the wrong way around.
Signed-off-by: Thomas Hochstein <th...@in...>
Commit: b2b1de66b65a8ada9279a11d87c9c5d68a9f37ed
https://github.com/s9y/Serendipity/commit/b2b1de66b65a8ada9279a11d87c9c5d68a9f37ed
Author: Thomas Hochstein <th...@in...>
Date: 2020-04-18 (Sat, 18 Apr 2020)
Changed paths:
M plugins/serendipity_event_entryproperties/ChangeLog
M plugins/serendipity_event_entryproperties/serendipity_event_entryproperties.php
Log Message:
-----------
Merge pull request #695 from th-h/thh-fixentryprop
Fix accidental deletion of extended properties.
Commit: c694fb0f4533eacd33423217a7ba21fdc7054d06
https://github.com/s9y/Serendipity/commit/c694fb0f4533eacd33423217a7ba21fdc7054d06
Author: Thomas Hochstein <th...@in...>
Date: 2020-04-20 (Mon, 20 Apr 2020)
Changed paths:
M include/functions_images.inc.php
Log Message:
-----------
Fix regexp to truncate media extensińs to 5 chars.
See 4ee1066b8996bada7f2e0beea5e8474ccb579ba2
and https://gist.github.com/mmitch/5b466e6f89efc6dccd7dce2cf7d72742
Thanks to @mmitch!
Signed-off-by: Thomas Hochstein <th...@in...>
Commit: 928f220c5a92fb306022293c6b85ad09e94106f8
https://github.com/s9y/Serendipity/commit/928f220c5a92fb306022293c6b85ad09e94106f8
Author: stephanbrunker <ste...@we...>
Date: 2020-04-23 (Thu, 23 Apr 2020)
Changed paths:
M plugins/serendipity_event_nl2br/Changelog
M plugins/serendipity_event_nl2br/serendipity_event_nl2br.php
Log Message:
-----------
[event nl2br] fix concatenation and spaces between newlines
Commit: 9cff057209320327eb51df39c5c20d9a667dd699
https://github.com/s9y/Serendipity/commit/9cff057209320327eb51df39c5c20d9a667dd699
Author: Thomas Hochstein <th...@in...>
Date: 2020-04-23 (Thu, 23 Apr 2020)
Changed paths:
M htmlarea/ckeditor_s9y_config.js
Log Message:
-----------
CK-Editor: allow details and summary.
Signed-off-by: Thomas Hochstein <th...@in...>
Commit: a80a57b780cbcfecfb0ce9a83e42999f4a7760f2
https://github.com/s9y/Serendipity/commit/a80a57b780cbcfecfb0ce9a83e42999f4a7760f2
Author: Thomas Hochstein <th...@in...>
Date: 2020-04-24 (Fri, 24 Apr 2020)
Changed paths:
M plugins/serendipity_plugin_comments/ChangeLog
M plugins/serendipity_plugin_comments/serendipity_plugin_comments.php
Log Message:
-----------
[plugin_comments] Don't strip HTML unconditionally.
If serendipity_event_unstrip_tags is active, we
don't want to strip HTML tags from comments; we
want to keep and encode them with entities. So
we should do that here, too.
As the frontend_display hook - that is catched by
serendipity_event_unstrip_tags - is called quite
late, we have to skip the strip_tags() call
before truncatin the entry.
(I'm not sure why we first strip _all_ tags and
later on keep _some_ tags (that have already
been removed), but that's maybe because the
frontend_display hook may have re-added some
tags? Be it as it may, we do that for 14
years, so I don't want to change that now.)
Signed-off-by: Thomas Hochstein <th...@in...>
Commit: e60dd8dd2d2d9aa5175b83fca3474a72d794b139
https://github.com/s9y/Serendipity/commit/e60dd8dd2d2d9aa5175b83fca3474a72d794b139
Author: Thomas Hochstein <th...@in...>
Date: 2020-04-24 (Fri, 24 Apr 2020)
Changed paths:
M plugins/serendipity_plugin_comments/ChangeLog
M plugins/serendipity_plugin_comments/serendipity_plugin_comments.php
Log Message:
-----------
Merge pull request #702 from th-h/thh-plugin-comments
[plugin_comments] Don't strip HTML unconditionally.
Commit: 507ede701a0eb4ccb1ab89dabdf7da0921f28f1b
https://github.com/s9y/Serendipity/commit/507ede701a0eb4ccb1ab89dabdf7da0921f28f1b
Author: Hanno Böck <ha...@ge...>
Date: 2020-04-24 (Fri, 24 Apr 2020)
Changed paths:
M serendipity_config.inc.php
Log Message:
-----------
Simplify cookie option code and set security flags httponly and samesite=Lax.
Include compatibility code for pre-7.3 PHP versions.
Commit: 706465778385f673ecd4791b9ec1ec8c7a5380fb
https://github.com/s9y/Serendipity/commit/706465778385f673ecd4791b9ec1ec8c7a5380fb
Author: Thomas Hochstein <th...@in...>
Date: 2020-04-24 (Fri, 24 Apr 2020)
Changed paths:
M lang/UTF-8/serendipity_lang_cn.inc.php
M lang/UTF-8/serendipity_lang_cs.inc.php
M lang/UTF-8/serendipity_lang_cz.inc.php
M lang/UTF-8/serendipity_lang_da.inc.php
M lang/UTF-8/serendipity_lang_de.inc.php
M lang/UTF-8/serendipity_lang_en.inc.php
M lang/UTF-8/serendipity_lang_es.inc.php
M lang/UTF-8/serendipity_lang_fa.inc.php
M lang/UTF-8/serendipity_lang_fi.inc.php
M lang/UTF-8/serendipity_lang_fr.inc.php
M lang/UTF-8/serendipity_lang_hu.inc.php
M lang/UTF-8/serendipity_lang_is.inc.php
M lang/UTF-8/serendipity_lang_it.inc.php
M lang/UTF-8/serendipity_lang_nl.inc.php
M lang/UTF-8/serendipity_lang_no.inc.php
M lang/UTF-8/serendipity_lang_pl.inc.php
M lang/UTF-8/serendipity_lang_pt.inc.php
M lang/UTF-8/serendipity_lang_pt_PT.inc.php
M lang/UTF-8/serendipity_lang_ro.inc.php
M lang/UTF-8/serendipity_lang_ru.inc.php
M lang/UTF-8/serendipity_lang_sa.inc.php
M lang/UTF-8/serendipity_lang_se.inc.php
M lang/UTF-8/serendipity_lang_sk.inc.php
M lang/UTF-8/serendipity_lang_tn.inc.php
M lang/UTF-8/serendipity_lang_tr.inc.php
M lang/UTF-8/serendipity_lang_tw.inc.php
M lang/UTF-8/serendipity_lang_zh.inc.php
M lang/serendipity_lang_cn.inc.php
M lang/serendipity_lang_cs.inc.php
M lang/serendipity_lang_cz.inc.php
M lang/serendipity_lang_da.inc.php
M lang/serendipity_lang_de.inc.php
M lang/serendipity_lang_en.inc.php
M lang/serendipity_lang_es.inc.php
M lang/serendipity_lang_fa.inc.php
M lang/serendipity_lang_fi.inc.php
M lang/serendipity_lang_fr.inc.php
M lang/serendipity_lang_hu.inc.php
M lang/serendipity_lang_is.inc.php
M lang/serendipity_lang_it.inc.php
M lang/serendipity_lang_nl.inc.php
M lang/serendipity_lang_no.inc.php
M lang/serendipity_lang_pl.inc.php
M lang/serendipity_lang_pt.inc.php
M lang/serendipity_lang_pt_PT.inc.php
M lang/serendipity_lang_ro.inc.php
M lang/serendipity_lang_ru.inc.php
M lang/serendipity_lang_sa.inc.php
M lang/serendipity_lang_se.inc.php
M lang/serendipity_lang_sk.inc.php
M lang/serendipity_lang_ta.inc.php
M lang/serendipity_lang_tn.inc.php
M lang/serendipity_lang_tr.inc.php
M lang/serendipity_lang_tw.inc.php
M lang/serendipity_lang_zh.inc.php
Log Message:
-----------
Change meaning of PLUGIN_DOCUMENTATION.
The "website" property fo the plugin bag used
to contain a link to external documentation,
but there is none left. So in future it may
point to a plugin website (or the website
of the plugin's author, if there is no
special page about the plugin).
Change language and translations accordingly.
Signed-off-by: Thomas Hochstein <th...@in...>
Commit: c1afdc5a78d7844161f30e2973b40e85d94ce7ee
https://github.com/s9y/Serendipity/commit/c1afdc5a78d7844161f30e2973b40e85d94ce7ee
Author: Thomas Hochstein <th...@in...>
Date: 2020-04-24 (Fri, 24 Apr 2020)
Changed paths:
M templates/2k11/style.css
Log Message:
-----------
Restrict block display of summary to trackbacks.
Summary elements in the entry body should get
a triangle symbol displayed (as we do in the
backend).
Signed-off-by: Thomas Hochstein <th...@in...>
Commit: 7bfa899cc3f028b16220ea75ed2f7b4b2d16e114
https://github.com/s9y/Serendipity/commit/7bfa899cc3f028b16220ea75ed2f7b4b2d16e114
Author: Thomas Hochstein <th...@in...>
Date: 2020-04-25 (Sat, 25 Apr 2020)
Changed paths:
M templates/2k11/style.css
Log Message:
-----------
Merge pull request #703 from th-h/thh-summary-css
Restrict block display of summary to trackbacks.
Commit: 1032bd9725927b0030d90ab2d8b2869c92ff0f2a
https://github.com/s9y/Serendipity/commit/1032bd9725927b0030d90ab2d8b2869c92ff0f2a
Author: Thomas Hochstein <th...@in...>
Date: 2020-04-25 (Sat, 25 Apr 2020)
Changed paths:
M docs/NEWS
M docs/RELEASE
Log Message:
-----------
Release 2.3.5
Signed-off-by: Thomas Hochstein <th...@in...>
Commit: 4df3ca647ff8d619a1a1da08235fa72bcc22f98b
https://github.com/s9y/Serendipity/commit/4df3ca647ff8d619a1a1da08235fa72bcc22f98b
Author: Thomas Hochstein <th...@in...>
Date: 2020-04-25 (Sat, 25 Apr 2020)
Changed paths:
M lang/UTF-8/serendipity_lang_de.inc.php
M lang/serendipity_lang_de.inc.php
Log Message:
-----------
Change German for dashboard upgrade notification.
Signed-off-by: Thomas Hochstein <th...@in...>
Commit: 906239faa1dd052f86caf4dc4cfbdb5480fe579a
https://github.com/s9y/Serendipity/commit/906239faa1dd052f86caf4dc4cfbdb5480fe579a
Author: Eike Rathke <er...@er...>
Date: 2020-04-26 (Sun, 26 Apr 2020)
Changed paths:
M include/functions_config.inc.php
Log Message:
-----------
Set hashtype = 2 when converting from MD5
Otherwise we'd end up with an attempt to authenticate with SHA1 against
BCRYPT that never succeeds, see
https://board.s9y.org/viewtopic.php?t=24720
Commit: 2b6a1a6a3bcc3fdea98fa50ae8a938cf414a144c
https://github.com/s9y/Serendipity/commit/2b6a1a6a3bcc3fdea98fa50ae8a938cf414a144c
Author: Stephan Brunker <stephan@brunker2003>
Date: 2020-04-28 (Tue, 28 Apr 2020)
Changed paths:
M plugins/serendipity_plugin_recententries/ChangeLog
M plugins/serendipity_plugin_recententries/serendipity_plugin_recententries.php
Log Message:
-----------
[plugin recententries] Fix multilingual issues
Commit: e1291fb54acd14f66a26c02e9042379b1452bdc9
https://github.com/s9y/Serendipity/commit/e1291fb54acd14f66a26c02e9042379b1452bdc9
Author: onli <on...@pa...>
Date: 2020-04-29 (Wed, 29 Apr 2020)
Changed paths:
M htmlarea/autoload.php
M htmlarea/ckeditor/ckeditor/CHANGES.md
M htmlarea/ckeditor/ckeditor/LICENSE.md
M htmlarea/ckeditor/ckeditor/README.md
M htmlarea/ckeditor/ckeditor/adapters/jquery.js
M htmlarea/ckeditor/ckeditor/bower.json
M htmlarea/ckeditor/ckeditor/build-config.js
M htmlarea/ckeditor/ckeditor/ckeditor.js
M htmlarea/ckeditor/ckeditor/composer.json
M htmlarea/ckeditor/ckeditor/config.js
M htmlarea/ckeditor/ckeditor/contents.css
M htmlarea/ckeditor/ckeditor/lang/af.js
M htmlarea/ckeditor/ckeditor/lang/ar.js
A htmlarea/ckeditor/ckeditor/lang/az.js
M htmlarea/ckeditor/ckeditor/lang/bg.js
M htmlarea/ckeditor/ckeditor/lang/bn.js
M htmlarea/ckeditor/ckeditor/lang/bs.js
M htmlarea/ckeditor/ckeditor/lang/ca.js
M htmlarea/ckeditor/ckeditor/lang/cs.js
M htmlarea/ckeditor/ckeditor/lang/cy.js
M htmlarea/ckeditor/ckeditor/lang/da.js
A htmlarea/ckeditor/ckeditor/lang/de-ch.js
M htmlarea/ckeditor/ckeditor/lang/de.js
M htmlarea/ckeditor/ckeditor/lang/el.js
M htmlarea/ckeditor/ckeditor/lang/en-au.js
M htmlarea/ckeditor/ckeditor/lang/en-ca.js
M htmlarea/ckeditor/ckeditor/lang/en-gb.js
M htmlarea/ckeditor/ckeditor/lang/en.js
M htmlarea/ckeditor/ckeditor/lang/eo.js
A htmlarea/ckeditor/ckeditor/lang/es-mx.js
M htmlarea/ckeditor/ckeditor/lang/es.js
M htmlarea/ckeditor/ckeditor/lang/et.js
M htmlarea/ckeditor/ckeditor/lang/eu.js
M htmlarea/ckeditor/ckeditor/lang/fa.js
M htmlarea/ckeditor/ckeditor/lang/fi.js
M htmlarea/ckeditor/ckeditor/lang/fo.js
M htmlarea/ckeditor/ckeditor/lang/fr-ca.js
M htmlarea/ckeditor/ckeditor/lang/fr.js
M htmlarea/ckeditor/ckeditor/lang/gl.js
M htmlarea/ckeditor/ckeditor/lang/gu.js
M htmlarea/ckeditor/ckeditor/lang/he.js
M htmlarea/ckeditor/ckeditor/lang/hi.js
M htmlarea/ckeditor/ckeditor/lang/hr.js
M htmlarea/ckeditor/ckeditor/lang/hu.js
M htmlarea/ckeditor/ckeditor/lang/id.js
M htmlarea/ckeditor/ckeditor/lang/is.js
M htmlarea/ckeditor/ckeditor/lang/it.js
M htmlarea/ckeditor/ckeditor/lang/ja.js
M htmlarea/ckeditor/ckeditor/lang/ka.js
M htmlarea/ckeditor/ckeditor/lang/km.js
M htmlarea/ckeditor/ckeditor/lang/ko.js
M htmlarea/ckeditor/ckeditor/lang/ku.js
M htmlarea/ckeditor/ckeditor/lang/lt.js
M htmlarea/ckeditor/ckeditor/lang/lv.js
M htmlarea/ckeditor/ckeditor/lang/mk.js
M htmlarea/ckeditor/ckeditor/lang/mn.js
M htmlarea/ckeditor/ckeditor/lang/ms.js
M htmlarea/ckeditor/ckeditor/lang/nb.js
M htmlarea/ckeditor/ckeditor/lang/nl.js
M htmlarea/ckeditor/ckeditor/lang/no.js
A htmlarea/ckeditor/ckeditor/lang/oc.js
M htmlarea/ckeditor/ckeditor/lang/pl.js
M htmlarea/ckeditor/ckeditor/lang/pt-br.js
M htmlarea/ckeditor/ckeditor/lang/pt.js
M htmlarea/ckeditor/ckeditor/lang/ro.js
M htmlarea/ckeditor/ckeditor/lang/ru.js
M htmlarea/ckeditor/ckeditor/lang/si.js
M htmlarea/ckeditor/ckeditor/lang/sk.js
M htmlarea/ckeditor/ckeditor/lang/sl.js
M htmlarea/ckeditor/ckeditor/lang/sq.js
M htmlarea/ckeditor/ckeditor/lang/sr-latn.js
M htmlarea/ckeditor/ckeditor/lang/sr.js
M htmlarea/ckeditor/ckeditor/lang/sv.js
M htmlarea/ckeditor/ckeditor/lang/th.js
M htmlarea/ckeditor/ckeditor/lang/tr.js
M htmlarea/ckeditor/ckeditor/lang/tt.js
M htmlarea/ckeditor/ckeditor/lang/ug.js
M htmlarea/ckeditor/ckeditor/lang/uk.js
M htmlarea/ckeditor/ckeditor/lang/vi.js
M htmlarea/ckeditor/ckeditor/lang/zh-cn.js
M htmlarea/ckeditor/ckeditor/lang/zh.js
A htmlarea/ckeditor/ckeditor/package.json
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/af.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js
A htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/az.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/da.js
A htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/de-ch.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/de.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/el.js
A htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/en-au.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/en-gb.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/en.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js
A htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/es-mx.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/es.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/et.js
A htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/eu.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js
A htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fo.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/he.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/id.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/it.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/km.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ko.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/no.js
A htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/oc.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/si.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/th.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/tt.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js
M htmlarea/ckeditor/ckeditor/plugins/a11yhelp/dialogs/lang/zh.js
M htmlarea/ckeditor/ckeditor/plugins/about/dialogs/about.js
M htmlarea/ckeditor/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png
M htmlarea/ckeditor/ckeditor/plugins/about/dialogs/logo_ckeditor.png
M htmlarea/ckeditor/ckeditor/plugins/clipboard/dialogs/paste.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/dialogs/codesnippet.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/icons/codesnippet.png
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/icons/hidpi/codesnippet.png
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/ar.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/az.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/bg.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/ca.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/cs.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/da.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/de-ch.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/de.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/el.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/en-au.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/en-gb.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/en.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/eo.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/es-mx.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/es.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/et.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/eu.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/fa.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/fi.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/fr-ca.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/fr.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/gl.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/he.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/hr.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/hu.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/id.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/it.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/ja.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/km.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/ko.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/ku.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/lt.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/lv.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/nb.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/nl.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/no.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/oc.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/pl.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/pt-br.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/pt.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/ro.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/ru.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/sk.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/sl.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/sq.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/sr-latn.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/sr.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/sv.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/th.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/tr.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/tt.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/ug.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/uk.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/vi.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/zh-cn.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lang/zh.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/CHANGES.md
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/LICENSE
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/README.md
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/README.ru.md
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/highlight.pack.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/arta.css
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/ascetic.css
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-dune.dark.css
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-dune.light.css
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-forest.dark.css
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-forest.light.css
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-heath.dark.css
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-heath.light.css
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.dark.css
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-lakeside.light.css
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-seaside.dark.css
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/atelier-seaside.light.css
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/brown_paper.css
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/brown_papersq.png
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/dark.css
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/default.css
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/docco.css
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/far.css
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/foundation.css
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/github.css
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/googlecode.css
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/idea.css
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/ir_black.css
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/magula.css
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/mono-blue.css
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/monokai.css
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/monokai_sublime.css
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/obsidian.css
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/paraiso.dark.css
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/paraiso.light.css
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.css
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/pojoaque.jpg
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/railscasts.css
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/rainbow.css
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/school_book.css
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/school_book.png
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/solarized_dark.css
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/solarized_light.css
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/sunburst.css
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-blue.css
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-bright.css
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night-eighties.css
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow-night.css
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/tomorrow.css
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/vs.css
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/xcode.css
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/lib/highlight/styles/zenburn.css
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/plugin.js
A htmlarea/ckeditor/ckeditor/plugins/codesnippet/samples/codesnippet.html
A htmlarea/ckeditor/ckeditor/plugins/colordialog/dialogs/colordialog.css
M htmlarea/ckeditor/ckeditor/plugins/colordialog/dialogs/colordialog.js
A htmlarea/ckeditor/ckeditor/plugins/copyformatting/cursors/cursor-disabled.svg
A htmlarea/ckeditor/ckeditor/plugins/copyformatting/cursors/cursor.svg
A htmlarea/ckeditor/ckeditor/plugins/copyformatting/styles/copyformatting.css
M htmlarea/ckeditor/ckeditor/plugins/dialog/dialogDefinition.js
A htmlarea/ckeditor/ckeditor/plugins/dialog/styles/dialog.css
M htmlarea/ckeditor/ckeditor/plugins/div/dialogs/div.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/af.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/ar.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/bg.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/bn.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/bs.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/ca.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/cs.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/cy.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/da.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/de.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/el.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/en-au.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/en-ca.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/en-gb.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/en.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/eo.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/es.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/et.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/eu.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/fa.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/fi.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/fo.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/fr-ca.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/fr.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/gl.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/gu.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/he.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/hi.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/hr.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/hu.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/id.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/is.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/it.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/ja.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/ka.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/km.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/ko.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/ku.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/lt.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/lv.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/mk.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/mn.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/ms.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/nb.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/nl.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/no.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/pl.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/pt-br.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/pt.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/ro.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/ru.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/si.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/sk.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/sl.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/sq.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/sr-latn.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/sr.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/sv.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/th.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/tr.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/tt.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/ug.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/uk.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/vi.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/zh-cn.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/lang/zh.js
R htmlarea/ckeditor/ckeditor/plugins/fakeobjects/plugin.js
M htmlarea/ckeditor/ckeditor/plugins/find/dialogs/find.js
M htmlarea/ckeditor/ckeditor/plugins/flash/dialogs/flash.js
M htmlarea/ckeditor/ckeditor/plugins/forms/dialogs/button.js
M htmlarea/ckeditor/ckeditor/plugins/forms/dialogs/checkbox.js
M htmlarea/ckeditor/ckeditor/plugins/forms/dialogs/form.js
M htmlarea/ckeditor/ckeditor/plugins/forms/dialogs/hiddenfield.js
M htmlarea/ckeditor/ckeditor/plugins/forms/dialogs/radio.js
M htmlarea/ckeditor/ckeditor/plugins/forms/dialogs/select.js
M htmlarea/ckeditor/ckeditor/plugins/forms/dialogs/textarea.js
M htmlarea/ckeditor/ckeditor/plugins/forms/dialogs/textfield.js
M htmlarea/ckeditor/ckeditor/plugins/forms/images/hiddenfield.gif
M htmlarea/ckeditor/ckeditor/plugins/icons.png
M htmlarea/ckeditor/ckeditor/plugins/icons_hidpi.png
M htmlarea/ckeditor/ckeditor/plugins/iframe/dialogs/iframe.js
M htmlarea/ckeditor/ckeditor/plugins/image/dialogs/image.js
M htmlarea/ckeditor/ckeditor/plugins/image/images/noimage.png
R htmlarea/ckeditor/ckeditor/plugins/lineutils/plugin.js
M htmlarea/ckeditor/ckeditor/plugins/link/dialogs/anchor.js
M htmlarea/ckeditor/ckeditor/plugins/link/dialogs/link.js
M htmlarea/ckeditor/ckeditor/plugins/link/images/anchor.png
M htmlarea/ckeditor/ckeditor/plugins/link/images/hidpi/anchor.png
M htmlarea/ckeditor/ckeditor/plugins/liststyle/dialogs/liststyle.js
M htmlarea/ckeditor/ckeditor/plugins/pagebreak/images/pagebreak.gif
A htmlarea/ckeditor/ckeditor/plugins/pastefromgdocs/filter/default.js
M htmlarea/ckeditor/ckeditor/plugins/pastefromword/filter/default.js
A htmlarea/ckeditor/ckeditor/plugins/pastetools/filter/common.js
A htmlarea/ckeditor/ckeditor/plugins/pastetools/filter/image.js
A htmlarea/ckeditor/ckeditor/plugins/preview/images/pagebreak.gif
A htmlarea/ckeditor/ckeditor/plugins/preview/styles/screen.css
A htmlarea/ckeditor/ckeditor/plugins/scayt/CHANGELOG.md
M htmlarea/ckeditor/ckeditor/plugins/scayt/README.md
A htmlarea/ckeditor/ckeditor/plugins/scayt/dialogs/dialog.css
M htmlarea/ckeditor/ckeditor/plugins/scayt/dialogs/options.js
A htmlarea/ckeditor/ckeditor/plugins/scayt/skins/moono-lisa/scayt.css
M htmlarea/ckeditor/ckeditor/plugins/smiley/dialogs/smiley.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/af.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ar.js
A htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/az.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/bg.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ca.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/cs.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/cy.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/da.js
A htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/de-ch.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/de.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/el.js
A htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/en-au.js
A htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/en-ca.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/en-gb.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/en.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/eo.js
A htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/es-mx.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/es.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/et.js
A htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/eu.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fa.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fi.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/fr.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/gl.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/he.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/hr.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/hu.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/id.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/it.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ja.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/km.js
A htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ko.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ku.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/lt.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/lv.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/nb.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/nl.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/no.js
A htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/oc.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/pl.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/pt.js
A htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ro.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ru.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/si.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sk.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sl.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sq.js
A htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sr-latn.js
A htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sr.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/sv.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/th.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/tr.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/tt.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/ug.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/uk.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/vi.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/lang/zh.js
M htmlarea/ckeditor/ckeditor/plugins/specialchar/dialogs/specialchar.js
M htmlarea/ckeditor/ckeditor/plugins/table/dialogs/table.js
A htmlarea/ckeditor/ckeditor/plugins/tableselection/styles/tableselection.css
M htmlarea/ckeditor/ckeditor/plugins/tabletools/dialogs/tableCell.js
M htmlarea/ckeditor/ckeditor/plugins/templates/dialogs/templates.css
M htmlarea/ckeditor/ckeditor/plugins/templates/dialogs/templates.js
M htmlarea/ckeditor/ckeditor/plugins/templates/templates/default.js
M htmlarea/ckeditor/ckeditor/plugins/templates/templates/images/template1.gif
M htmlarea/ckeditor/ckeditor/plugins/templates/templates/images/template2.gif
M htmlarea/ckeditor/ckeditor/plugins/templates/templates/images/template3.gif
R htmlarea/ckeditor/ckeditor/plugins/widget/lang/af.js
R htmlarea/ckeditor/ckeditor/plugins/widget/lang/ar.js
R htmlarea/ckeditor/ckeditor/plugins/widget/lang/ca.js
R htmlarea/ckeditor/ckeditor/plugins/widget/lang/cs.js
R htmlarea/ckeditor/ckeditor/plugins/widget/lang/cy.js
R htmlarea/ckeditor/ckeditor/plugins/widget/lang/da.js
R htmlarea/ckeditor/ckeditor/plugins/widget/lang/de.js
R htmlarea/ckeditor/ckeditor/plugins/widget/lang/el.js
R htmlarea/ckeditor/ckeditor/plugins/widget/lang/en-gb.js
R htmlarea/ckeditor/ckeditor/plugins/widget/lang/en.js
R htmlarea/ckeditor/ckeditor/plugins/widget/lang/eo.js
R htmlarea/ckeditor/ckeditor/plugins/widget/lang/es.js
R htmlarea/ckeditor/ckeditor/plugins/widget/lang/fa.js
R htmlarea/ckeditor/ckeditor/plugins/widget/lang/fi.js
R htmlarea/ckeditor/ckeditor/plugins/widget/lang/fr.js
R htmlarea/ckeditor/ckeditor/plugins/widget/lang/gl.js
R htmlarea/ckeditor/ckeditor/plugins/widget/lang/he.js
R htmlarea/ckeditor/ckeditor/plugins/widget/lang/hr.js
R htmlarea/ckeditor/ckeditor/plugins/widget/lang/hu.js
R htmlarea/ckeditor/ckeditor/plugins/widget/lang/it.js
R htmlarea/ckeditor/ckeditor/plugins/widget/lang/ja.js
R htmlarea/ckeditor/ckeditor/plugins/widget/lang/km.js
R htmlarea/ckeditor/ckeditor/plugins/widget/lang/ko.js
R htmlarea/ckeditor/ckeditor/plugins/widget/lang/ku.js
R htmlarea/ckeditor/ckeditor/plugins/widget/lang/nb.js
R htmlarea/ckeditor/ckeditor/plugins/widget/lang/nl.js
R htmlarea/ckeditor/ckeditor/plugins/widget/lang/no.js
R htmlarea/ckeditor/ckeditor/plugins/widget/lang/pl.js
R htmlarea/ckeditor/ckeditor/plugins/widget/lang/pt-br.js
R htmlarea/ckeditor/ckeditor/plugins/widget/lang/pt.js
R htmlarea/ckeditor/ckeditor/plugins/widget/lang/ru.js
R htmlarea/ckeditor/ckeditor/plugins/widget/lang/sk.js
R htmlarea/ckeditor/ckeditor/plugins/widget/lang/sl.js
R htmlarea/ckeditor/ckeditor/plugins/widget/lang/sq.js
R htmlarea/ckeditor/ckeditor/plugins/widget/lang/sv.js
R htmlarea/ckeditor/ckeditor/plugins/widget/lang/tr.js
R htmlarea/ckeditor/ckeditor/plugins/widget/lang/tt.js
R htmlarea/ckeditor/ckeditor/plugins/widget/lang/uk.js
R htmlarea/ckeditor/ckeditor/plugins/widget/lang/vi.js
R htmlarea/ckeditor/ckeditor/plugins/widget/lang/zh-cn.js
R htmlarea/ckeditor/ckeditor/plugins/widget/lang/zh.js
R htmlarea/ckeditor/ckeditor/plugins/widget/plugin.js
M htmlarea/ckeditor/ckeditor/plugins/wsc/README.md
M htmlarea/ckeditor/ckeditor/plugins/wsc/dialogs/tmpFrameset.html
M htmlarea/ckeditor/ckeditor/plugins/wsc/dialogs/wsc.js
M htmlarea/ckeditor/ckeditor/plugins/wsc/dialogs/wsc_ie.js
A htmlarea/ckeditor/ckeditor/plugins/wsc/skins/moono-lisa/wsc.css
A htmlarea/ckeditor/ckeditor/skins/moono-lisa/dialog.css
A htmlarea/ckeditor/ckeditor/skins/moono-lisa/dialog_ie.css
A htmlarea/ckeditor/ckeditor/skins/moono-lisa/dialog_ie8.css
A htmlarea/ckeditor/ckeditor/skins/moono-lisa/dialog_iequirks.css
A htmlarea/ckeditor/ckeditor/skins/moono-lisa/editor.css
A htmlarea/ckeditor/ckeditor/skins/moono-lisa/editor_gecko.css
A htmlarea/ckeditor/ckeditor/skins/moono-lisa/editor_ie.css
A htmlarea/ckeditor/ckeditor/skins/moono-lisa/editor_ie8.css
A htmlarea/ckeditor/ckeditor/skins/moono-lisa/editor_iequirks.css
A htmlarea/ckeditor/ckeditor/skins/moono-lisa/icons.png
A htmlarea/ckeditor/ckeditor/skins/moono-lisa/icons_hidpi.png
A htmlarea/ckeditor/ckeditor/skins/moono-lisa/images/arrow.png
A htmlarea/ckeditor/ckeditor/skins/moono-lisa/images/close.png
A htmlarea/ckeditor/ckeditor/skins/moono-lisa/images/hidpi/close.png
A htmlarea/ckeditor/ckeditor/skins/moono-lisa/images/hidpi/lock-open.png
A htmlarea/ckeditor/ckeditor/skins/moono-lisa/images/hidpi/lock.png
A htmlarea/ckeditor/ckeditor/skins/moono-lisa/images/hidpi/refresh.png
A htmlarea/ckeditor/ckeditor/skins/moono-lisa/images/lock-open.png
A htmlarea/ckeditor/ckeditor/skins/moono-lisa/images/lock.png
A htmlarea/ckeditor/ckeditor/skins/moono-lisa/images/refresh.png
A htmlarea/ckeditor/ckeditor/skins/moono-lisa/images/spinner.gif
A htmlarea/ckeditor/ckeditor/skins/moono-lisa/readme.md
M htmlarea/ckeditor/ckeditor/styles.js
A htmlarea/ckeditor/ckeditor/vendor/promise.js
M htmlarea/ckeditor_s9y_config.js
M htmlarea/ckeditor_s9y_plugin.js
M htmlarea/composer.json
M htmlarea/composer.lock
M htmlarea/composer/ClassLoader.php
A htmlarea/composer/LICENSE
M htmlarea/composer/autoload_classmap.php
M htmlarea/composer/autoload_namespaces.php
A htmlarea/composer/autoload_psr4.php
M htmlarea/composer/autoload_real.php
A htmlarea/composer/autoload_static.php
M htmlarea/composer/installed.json
Log Message:
-----------
Update ckeditor to 4.14.0, replace code wrap button with snippet
See https://board.s9y.org/viewtopic.php?f=10&t=24808 for context
Commit: c479e1c9d227dbbc46613cf47b2568dd0980ed66
https://github.com/s9y/Serendipity/commit/c479e1c9d227dbbc46613cf47b2568dd0980ed66
Author: Hanno Böck <ha...@ge...>
Date: 2020-04-30 (Thu, 30 Apr 2020)
Changed paths:
M plugins/serendipity_event_spamblock/serendipity_event_spamblock.php
Log Message:
-----------
escape filter words for regexp
Commit: 4db384f9264ffca56d460399729303902169c8aa
https://github.com/s9y/Serendipity/commit/4db384f9264ffca56d460399729303902169c8aa
Author: Stephan Brunker <ste...@we...>
Date: 2020-05-02 (Sat, 02 May 2020)
Changed paths:
M docs/NEWS
M templates/2k11/admin/comments.inc.tpl
Log Message:
-----------
2k11/admin/comments: Stay on the same page after approving
Commit: 24debf1b9edd05ef9e304829c405fe44d80ad73c
https://github.com/s9y/Serendipity/commit/24debf1b9edd05ef9e304829c405fe44d80ad73c
Author: Thomas Hochstein <th...@in...>
Date: 2020-05-02 (Sat, 02 May 2020)
Changed paths:
M lang/serendipity_lang_nl.inc.php
Log Message:
-----------
Change locale for Dutch language file.
The "nl" language file should have the
Dutch-Netherlands locale (as "de" has
"de_DE" and not "de_AT"). We could add a
"be" language file, if need be.
Signed-off-by: Thomas Hochstein <th...@in...>
Commit: e9f0864c8ca5b86f68aa396f868092bb6b6d317c
https://github.com/s9y/Serendipity/commit/e9f0864c8ca5b86f68aa396f868092bb6b6d317c
Author: Soatok Dreamseeker <soa...@gm...>
Date: 2020-05-03 (Sun, 03 May 2020)
Changed paths:
M composer.json
Log Message:
-----------
Switch from Zend to Laminas
Commit: 7e98987b5a913074c46ef343b36f867d10fa0ab9
https://github.com/s9y/Serendipity/commit/7e98987b5a913074c46ef343b36f867d10fa0ab9
Author: Soatok Dreamseeker <soa...@gm...>
Date: 2020-05-03 (Sun, 03 May 2020)
Changed paths:
R bundled-libs/zendframework/zend-db/.ci/mysql_fixtures.sh
R bundled-libs/zendframework/zend-db/.ci/mysql_fixtures_travis.sh
R bundled-libs/zendframework/zend-db/.ci/pgsql_fixtures.sh
R bundled-libs/zendframework/zend-db/.ci/sqlsrv_fixtures.sh
R bundled-libs/zendframework/zend-db/CHANGELOG.md
R bundled-libs/zendframework/zend-db/LICENSE.md
R bundled-libs/zendframework/zend-db/README.md
R bundled-libs/zendframework/zend-db/composer.json
R bundled-libs/zendframework/zend-db/docs/CODE_OF_CONDUCT.md
R bundled-libs/zendframework/zend-db/docs/CONTRIBUTING.md
R bundled-libs/zendframework/zend-db/docs/ISSUE_TEMPLATE.md
R bundled-libs/zendframework/zend-db/docs/PULL_REQUEST_TEMPLATE.md
R bundled-libs/zendframework/zend-db/docs/SUPPORT.md
R bundled-libs/zendframework/zend-db/docs/book/adapter.md
R bundled-libs/zendframework/zend-db/docs/book/index.html
R bundled-libs/zendframework/zend-db/docs/book/metadata.md
R bundled-libs/zendframework/zend-db/docs/book/result-set.md
R bundled-libs/zendframework/zend-db/docs/book/row-gateway.md
R bundled-libs/zendframework/zend-db/docs/book/sql-ddl.md
R bundled-libs/zendframework/zend-db/docs/book/sql.md
R bundled-libs/zendframework/zend-db/docs/book/table-gateway.md
R bundled-libs/zendframework/zend-db/phpcs.xml
R bundled-libs/zendframework/zend-db/src/Adapter/Adapter.php
R bundled-libs/zendframework/zend-db/src/Adapter/AdapterAbstractServiceFactory.php
R bundled-libs/zendframework/zend-db/src/Adapter/AdapterAwareInterface.php
R bundled-libs/zendframework/zend-db/src/Adapter/AdapterAwareTrait.php
R bundled-libs/zendframework/zend-db/src/Adapter/AdapterInterface.php
R bundled-libs/zendframework/zend-db/src/Adapter/AdapterServiceFactory.php
R bundled-libs/zendframework/zend-db/src/Adapter/Driver/AbstractConnection.php
R bundled-libs/zendframework/zend-db/src/Adapter/Driver/ConnectionInterface.php
R bundled-libs/zendframework/zend-db/src/Adapter/Driver/DriverInterface.php
R bundled-libs/zendframework/zend-db/src/Adapter/Driver/Feature/AbstractFeature.php
R bundled-libs/zendframework/zend-db/src/Adapter/Driver/Feature/DriverFeatureInterface.php
R bundled-libs/zendframework/zend-db/src/Adapter/Driver/IbmDb2/Connection.php
R bundled-libs/zendframework/zend-db/src/Adapter/Driver/IbmDb2/IbmDb2.php
R bundled-libs/zendframework/zend-db/src/Adapter/Driver/IbmDb2/Result.php
R bundled-libs/zendframework/zend-db/src/Adapter/Driver/IbmDb2/Statement.php
R bundled-libs/zendframework/zend-db/src/Adapter/Driver/Mysqli/Connection.php
R bundled-libs/zendframework/zend-db/src/Adapter/Driver/Mysqli/Mysqli.php
R bundled-libs/zendframework/zend-db/src/Adapter/Driver/Mysqli/Result.php
R bundled-libs/zendframework/zend-db/src/Adapter/Driver/Mysqli/Statement.php
R bundled-libs/zendframework/zend-db/src/Adapter/Driver/Oci8/Connection.php
R bundled-libs/zendframework/zend-db/src/Adapter/Driver/Oci8/Feature/RowCounter.php
R bundled-libs/zendframework/zend-db/src/Adapter/Driver/Oci8/Oci8.php
R bundled-libs/zendframework/zend-db/src/Adapter/Driver/Oci8/Result.php
R bundled-libs/zendframework/zend-db/src/Adapter/Driver/Oci8/Statement.php
R bundled-libs/zendframework/zend-db/src/Adapter/Driver/Pdo/Connection.php
R bundled-libs/zendframework/zend-db/src/Adapter/Driver/Pdo/Feature/OracleRowCounter.php
R bundled-libs/zendframework/zend-db/src/Adapter/Driver/Pdo/Feature/SqliteRowCounter.php
R bundled-libs/zendframework/zend-db/src/Adapter/Driver/Pdo/Pdo.php
R bundled-libs/zendframework/zend-db/src/Adapter/Driver/Pdo/Result.php
R bundled-libs/zendframework/zend-db/src/Adapter/Driver/Pdo/Statement.php
R bundled-libs/zendframework/zend-db/src/Adapter/Driver/Pgsql/Connection.php
R bundled-libs/zendframework/zend-db/src/Adapter/Driver/Pgsql/Pgsql.php
R bundled-libs/zendframework/zend-db/src/Adapter/Driver/Pgsql/Result.php
R bundled-libs/zendframework/zend-db/src/Adapter/Driver/Pgsql/Statement.php
R bundled-libs/zendframework/zend-db/src/Adapter/Driver/ResultInterface.php
R bundled-libs/zendframework/zend-db/src/Adapter/Driver/Sqlsrv/Connection.php
R bundled-libs/zendframework/zend-db/src/Adapter/Driver/Sqlsrv/Exception/ErrorException.php
R bundled-libs/zendframework/zend-db/src/Adapter/Driver/Sqlsrv/Exception/ExceptionInterface.php
R bundled-libs/zendframework/zend-db/src/Adapter/Driver/Sqlsrv/Result.php
R bundled-libs/zendframework/zend-db/src/Adapter/Driver/Sqlsrv/Sqlsrv.php
R bundled-libs/zendframework/zend-db/src/Adapter/Driver/Sqlsrv/Statement.php
R bundled-libs/zendframework/zend-db/src/Adapter/Driver/StatementInterface.php
R bundled-libs/zendframework/zend-db/src/Adapter/Exception/ErrorException.php
R bundled-libs/zendframework/zend-db/src/Adapter/Exception/ExceptionInterface.php
R bundled-libs/zendframework/zend-db/src/Adapter/Exception/InvalidArgumentException.php
R bundled-libs/zendframework/zend-db/src/Adapter/Exception/InvalidConnectionParametersException.php
R bundled-libs/zendframework/zend-db/src/Adapter/Exception/InvalidQueryException.php
R bundled-libs/zendframework/zend-db/src/Adapter/Exception/RuntimeException.php
R bundled-libs/zendframework/zend-db/src/Adapter/Exception/UnexpectedValueException.php
R bundled-libs/zendframework/zend-db/src/Adapter/ParameterContainer.php
R bundled-libs/zendframework/zend-db/src/Adapter/Platform/AbstractPlatform.php
R bundled-libs/zendframework/zend-db/src/Adapter/Platform/IbmDb2.php
R bundled-libs/zendframework/zend-db/src/Adapter/Platform/Mysql.php
R bundled-libs/zendframework/zend-db/src/Adapter/Platform/Oracle.php
R bundled-libs/zendframework/zend-db/src/Adapter/Platform/PlatformInterface.php
R bundled-libs/zendframework/zend-db/src/Adapter/Platform/Postgresql.php
R bundled-libs/zendframework/zend-db/src/Adapter/Platform/Sql92.php
R bundled-libs/zendframework/zend-db/src/Adapter/Platform/SqlServer.php
R bundled-libs/zendframework/zend-db/src/Adapter/Platform/Sqlite.php
R bundled-libs/zendframework/zend-db/src/Adapter/Profiler/Profiler.php
R bundled-libs/zendframework/zend-db/src/Adapter/Profiler/ProfilerAwareInterface.php
R bundled-libs/zendframework/zend-db/src/Adapter/Profiler/ProfilerInterface.php
R bundled-libs/zendframework/zend-db/src/Adapter/StatementContainer.php
R bundled-libs/zendframework/zend-db/src/Adapter/StatementContainerInterface.php
R bundled-libs/zendframework/zend-db/src/ConfigProvider.php
R bundled-libs/zendframework/zend-db/src/Exception/ErrorException.php
R bundled-libs/zendframework/zend-db/src/Exception/ExceptionInterface.php
R bundled-libs/zendframework/zend-db/src/Exception/InvalidArgumentException.php
R bundled-libs/zendframework/zend-db/src/Exception/RuntimeException.php
R bundled-libs/zendframework/zend-db/src/Exception/UnexpectedValueException.php
R bundled-libs/zendframework/zend-db/src/Metadata/Metadata.php
R bundled-libs/zendframework/zend-db/src/Metadata/MetadataInterface.php
R bundled-libs/zendframework/zend-db/src/Metadata/Object/AbstractTableObject.php
R bundled-libs/zendframework/zend-db/src/Metadata/Object/ColumnObject.php
R bundled-libs/zendframework/zend-db/src/Metadata/Object/ConstraintKeyObject.php
R bundled-libs/zendframework/zend-db/src/Metadata/Object/ConstraintObject.php
R bundled-libs/zendframework/zend-db/src/Metadata/Object/TableObject.php
R bundled-libs/zendframework/zend-db/src/Metadata/Object/TriggerObject.php
R bundled-libs/zendframework/zend-db/src/Metadata/Object/ViewObject.php
R bundled-libs/zendframework/zend-db/src/Metadata/Source/AbstractSource.php
R bundled-libs/zendframework/zend-db/src/Metadata/Source/Factory.php
R bundled-libs/zendframework/zend-db/src/Metadata/Source/MysqlMetadata.php
R bundled-libs/zendframework/zend-db/src/Metadata/Source/OracleMetadata.php
R bundled-libs/zendframework/zend-db/src/Metadata/Source/PostgresqlMetadata.php
R bundled-libs/zendframework/zend-db/src/Metadata/Source/SqlServerMetadata.php
R bundled-libs/zendframework/zend-db/src/Metadata/Source/SqliteMetadata.php
R bundled-libs/zendframework/zend-db/src/Module.php
R bundled-libs/zendframework/zend-db/src/ResultSet/AbstractResultSet.php
R bundled-libs/zendframework/zend-db/src/ResultSet/Exception/ExceptionInterface.php
R bundled-libs/zendframework/zend-db/src/ResultSet/Exception/InvalidArgumentException.php
R bundled-libs/zendframework/zend-db/src/ResultSet/Exception/RuntimeException.php
R bundled-libs/zendframework/zend-db/src/ResultSet/HydratingResultSet.php
R bundled-libs/zendframework/zend-db/src/ResultSet/ResultSet.php
R bundled-libs/zendframework/zend-db/src/ResultSet/ResultSetInterface.php
R bundled-libs/zendframework/zend-db/src/RowGateway/AbstractRowGateway.php
R bundled-libs/zendframework/zend-db/src/RowGateway/Exception/ExceptionInterface.php
R bundled-libs/zendframework/zend-db/src/RowGateway/Exception/I...
[truncated message content] |