History log of /plugin/publish/_test/ (Results 1 – 19 of 19)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
a94f9b5f24-Sep-2024 Anna Dabrowska <dabrowska@cosmocode.de>

Tests: update method signatures

453cca2023-May-2018 Michael Große <grosse@cosmocode.de>

test: slightly improve mail body test

replacing sleep with waitForTick should make the test faster, this also tests that we have the
correct summary in the mail

faf1789a23-May-2018 Michael Große <grosse@cosmocode.de>

fix: don't prevent creator from a new page's metadata ��

Calling pageinfo() durint IO_WIKIPAGE_WRITE of newly created pages
caused the page's metadata file to be written prematurely which in turn
ca

fix: don't prevent creator from a new page's metadata ��

Calling pageinfo() durint IO_WIKIPAGE_WRITE of newly created pages
caused the page's metadata file to be written prematurely which in turn
caused the creator to be omitted from the page's metadata.

This reworks the create_mail_body action to no longer call pageinfo().

See also splitbrain/dokuwiki#2401

show more ...


/plugin/publish/.travis.yml
mail.unit.test.php
/plugin/publish/action/approve.php
/plugin/publish/action/hide.php
/plugin/publish/action/mail.php
/plugin/publish/action/removeattic.php
/plugin/publish/helper.php
/plugin/publish/lang/de/lang.php
/plugin/publish/lang/de/settings.php
/plugin/publish/lang/en/lang.php
/plugin/publish/lang/es/lang.php
/plugin/publish/lang/es/mailapprovetext.txt
/plugin/publish/lang/es/mailchangetext.txt
/plugin/publish/lang/es/settings.php
/plugin/publish/lang/fr/lang.php
/plugin/publish/lang/fr/mailapprovetext.txt
/plugin/publish/lang/fr/mailchangetext.txt
/plugin/publish/lang/fr/settings.php
/plugin/publish/lang/hr/lang.php
/plugin/publish/lang/it/lang.php
/plugin/publish/lang/it/mailapprovetext.txt
/plugin/publish/lang/it/mailchangetext.txt
/plugin/publish/lang/it/settings.php
/plugin/publish/lang/ja/lang.php
/plugin/publish/lang/ja/settings.php
/plugin/publish/lang/ko/lang.php
/plugin/publish/lang/ko/mailapprovetext.txt
/plugin/publish/lang/ko/mailchangetext.txt
/plugin/publish/lang/ko/settings.php
/plugin/publish/lang/nl/lang.php
/plugin/publish/lang/nl/settings.php
/plugin/publish/lang/no/lang.php
/plugin/publish/lang/pl/lang.php
/plugin/publish/lang/pl/settings.php
/plugin/publish/lang/sv/lang.php
/plugin/publish/lang/sv/mailapprovetext.txt
/plugin/publish/lang/sv/mailchangetext.txt
/plugin/publish/lang/sv/settings.php
/plugin/publish/lang/zh/lang.php
/plugin/publish/lang/zh/mailapprovetext.txt
/plugin/publish/lang/zh/mailchangetext.txt
/plugin/publish/lang/zh/settings.php
/plugin/publish/plugin.info.txt
/plugin/publish/script.js
/plugin/publish/style.css
/plugin/publish/syntax.php
889aa2d217-Nov-2015 Michael Große <grosse@cosmocode.de>

Fix and refactor dir handling

2f82ebfc17-Nov-2015 Michael Große <grosse@cosmocode.de>

Use correct links in every environment

credit issue splitbrain/dokuwiki#1315

2caf0be817-Nov-2015 Michael Große <grosse@cosmocode.de>

Fix coverage information

8368b68d17-Nov-2015 Michael Große <grosse@cosmocode.de>

Parametrize test and add more cases

91a2d0d127-Jul-2015 Michael Große <grosse@cosmocode.de>

Test methods from helper class

eb718fbb15-Apr-2015 Michael Große <grosse@cosmocode.de>

Fix wrong username when sending approve mail.

c447490b09-Apr-2015 Michael Große <grosse@cosmocode.de>

Store mail templates in extra files

f31c659509-Apr-2015 Michael Große <grosse@cosmocode.de>

Fix wrong language in comment and rename function

4f5c41db07-Apr-2015 Michael Große <grosse@cosmocode.de>

Code cleanup for phpcs and add phpdocs

e620622207-Apr-2015 Michael Große <grosse@cosmocode.de>

Reduce signature of create_mail_body

Only the action string is actually necessary.

bc4555ca07-Apr-2015 Michael Große <grosse@cosmocode.de>

Handle body creation both for change and approve

The mail-bodies for change and approval mails are very similar and can
be handled in one method. Using an extra method for this text creation
makes i

Handle body creation both for change and approve

The mail-bodies for change and approval mails are very similar and can
be handled in one method. Using an extra method for this text creation
makes it easier to test.

show more ...

39e8797407-Apr-2015 Michael Große <grosse@cosmocode.de>

Add test for change mail body

efec8cf107-Apr-2015 Michael Große <grosse@cosmocode.de>

Finish diff-link test

1d7b4c3402-Apr-2015 Michael Große <grosse@cosmocode.de>

Update tests

abc3ac6401-Apr-2015 Michael Große <grosse@cosmocode.de>

Fixed existing tests and added some for mail

Implemented workaround for Issue splitbrain/dokuwiki#1099

6249ebcd27-Jan-2015 Michael Große <grosse@cosmocode.de>

Add general and start specific tests