Skip to content

Commit 606abce

Browse files
committed
Grammar: removed on, not removed in (date)
1 parent 0f0ec3b commit 606abce

File tree

2 files changed

+28
-28
lines changed

2 files changed

+28
-28
lines changed

.github/workflows/deletedFiles.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# It compares the current master with the data/deleted.files file and cleans the file from any re-introduced files.
33
# It compares the current master with the stable branch and adds all deleted files to the data/deleted.files file
44
# unless they are already listed there or are excluded from the release archives (export-ignore in .gitattributes).
5-
# Any additions are made to the top of the list with a single trailing line before the first "# removed in" line.
6-
# Finally, the list of newly removed entries receives a header "# removed in $(date -I)" with the current ISO date.
5+
# Any additions are made to the top of the list with a single trailing line before the first "# removed on" line.
6+
# Finally, the list of newly removed entries receives a header "# removed on $(date -I)" with the current ISO date.
77

88
name: "Update deleted files"
99
on:
@@ -40,13 +40,13 @@ jobs:
4040
continue
4141
fi
4242
if ( ! test -f "data/deleted.files.tmp"); then
43-
awk -v "input=# newly removed" '/# removed in/ && !found {print input; found=1} 1' data/deleted.files > data/deleted.files.tmp && cp data/deleted.files{.tmp,}
43+
awk -v "input=# newly removed" '/# removed on/ && !found {print input; found=1} 1' data/deleted.files > data/deleted.files.tmp && cp data/deleted.files{.tmp,}
4444
fi
45-
awk -v "input=$F" '/# removed in/ && !found {print input; found=1} 1' data/deleted.files > data/deleted.files.tmp && cp data/deleted.files{.tmp,}
45+
awk -v "input=$F" '/# removed on/ && !found {print input; found=1} 1' data/deleted.files > data/deleted.files.tmp && cp data/deleted.files{.tmp,}
4646
done
4747
if (test -f "data/deleted.files.tmp"); then
48-
awk '/# removed in/ && !found {printf("\n"); found=1} 1' data/deleted.files > data/deleted.files.tmp && mv data/deleted.files{.tmp,}
49-
sed -i "s/^# newly removed/# removed in $(date -I)/" data/deleted.files
48+
awk '/# removed on/ && !found {printf("\n"); found=1} 1' data/deleted.files > data/deleted.files.tmp && mv data/deleted.files{.tmp,}
49+
sed -i "s/^# newly removed/# removed on $(date -I)/" data/deleted.files
5050
fi
5151
5252
- name: Create Pull Request

data/deleted.files

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# but were removed later. An up to date DokuWiki should not have any of
33
# the files installed
44

5-
# removed in 2022-06-26
5+
# removed on 2022-06-26
66
.travis.yml
77
appveyor.yml
88
inc/IXR_Library.php
@@ -90,7 +90,7 @@ lib/images/smileys/icon_lol.gif
9090
lib/images/smileys/fixme.gif
9191
lib/images/smileys/delete.gif
9292

93-
# removed in 2020-06-01
93+
# removed on 2020-06-01
9494
inc/PluginInterface.php
9595
inc/PluginTrait.php
9696
inc/HTTPClient.php
@@ -216,7 +216,7 @@ lib/plugins/config/settings/extra.class.php
216216
lib/plugins/styling/iris.js
217217
lib/scripts/jquery/jquery-migrate.min.js
218218

219-
# removed in 2018-04-22
219+
# removed on 2018-04-22
220220
data/security.png
221221
data/security.xcf
222222
inc/EmailAddressValidator.php
@@ -247,11 +247,11 @@ lib/scripts/jquery/jquery-ui.js
247247
lib/scripts/jquery/jquery.js
248248
lib/tpl/dokuwiki/css/_admin.css
249249

250-
# removed in 2016-06-26
250+
# removed on 2016-06-26
251251
inc/cliopts.php
252252
lib/tpl/dokuwiki/css/mixins.less
253253

254-
# removed in 2015-08-10
254+
# removed on 2015-08-10
255255
inc/TarLib.class.php
256256
inc/geshi.php
257257
inc/geshi/4cs.php
@@ -484,7 +484,7 @@ lib/scripts/drag.js
484484
lib/scripts/jquery/jquery-ui-theme/images/animated-overlay.gif
485485
lib/scripts/tw-sack.js
486486

487-
# removed in 2014-05-05
487+
# removed on 2014-05-05
488488
lib/images/fileicons/audio.png
489489
lib/plugins/plugin/admin.php
490490
lib/plugins/plugin/classes/ap_delete.class.php
@@ -598,7 +598,7 @@ lib/plugins/plugin/lang/zh/lang.php
598598
lib/plugins/plugin/plugin.info.txt
599599
lib/plugins/plugin/style.css
600600

601-
# removed in 2013-11-18
601+
# removed on 2013-11-18
602602
lib/images/arrow_down.gif
603603
lib/images/arrow_up.gif
604604
lib/images/at.gif
@@ -609,7 +609,7 @@ lib/images/list-minus.gif
609609
lib/images/list-plus.gif
610610
lib/images/pencil.png
611611

612-
# removed in 2013-10-28
612+
# removed on 2013-10-28
613613
lib/images/interwiki/meatball.gif
614614
lib/images/interwiki/wiki.gif
615615
lib/plugins/acl/ajax.php
@@ -660,10 +660,10 @@ lib/tpl/dokuwiki/css/mobile.css
660660
lib/tpl/dokuwiki/css/pagetools.css
661661
lib/tpl/dokuwiki/css/structure.css
662662

663-
# removed in 2013-05-10
663+
# removed on 2013-05-10
664664
lib/plugins/info/lang/sl/lang.php
665665

666-
# removed in 2013-04-06
666+
# removed on 2013-04-06
667667
inc/adLDAP.php
668668
inc/auth/ad.class.php
669669
inc/auth/basic.class.php
@@ -672,15 +672,15 @@ inc/auth/mysql.class.php
672672
inc/auth/pgsql.class.php
673673
inc/auth/plain.class.php
674674

675-
# removed in 2012-09-10
675+
# removed on 2012-09-10
676676
lib/images/icon-file.png
677677
lib/images/icon-thumb.png
678678
lib/images/interwiki/skype.png
679679
lib/plugins/acl/rtl.css
680680
lib/plugins/config/rtl.css
681681
lib/plugins/plugin/rtl.css
682682

683-
# removed in 2011-11-10
683+
# removed on 2011-11-10
684684
lib/_fla/.htaccess
685685
lib/_fla/MultipleUpload.as
686686
lib/_fla/README
@@ -692,11 +692,11 @@ lib/scripts/ajax.js
692692
lib/scripts/events.js
693693
lib/scripts/subscriptions.js
694694

695-
# removed in 2011-05-25
695+
# removed on 2011-05-25
696696
conf/words.aspell.dist
697697
lib/styles/style.css
698698

699-
# removed in 2010-11-07
699+
# removed on 2010-11-07
700700
inc/lang/ar/subscribermail.txt
701701
inc/lang/az/subscribermail.txt
702702
inc/lang/bg/subscribermail.txt
@@ -744,7 +744,7 @@ inc/lang/uk/subscribermail.txt
744744
inc/lang/zh/subscribermail.txt
745745
inc/lang/zh-tw/subscribermail.txt
746746

747-
# removed in rc2010-10-07
747+
# removed on rc2010-10-07
748748
conf/msg
749749
inc/lang/bg/wordblock.txt
750750
inc/lang/ca-valencia/wordblock.txt
@@ -795,7 +795,7 @@ inc/lang/zh-tw/wordblock.txt
795795
inc/lang/zh/wordblock.txt
796796
lib/scripts/pngbehavior.htc
797797

798-
# removed in rc2009-12-02
798+
# removed on rc2009-12-02
799799
inc/lang/ar/wordblock.txt
800800
inc/lang/ca-va/
801801
lib/plugins/acl/lang/ca-va/
@@ -805,11 +805,11 @@ lib/plugins/popularity/lang/ca-va/
805805
lib/plugins/revert/lang/ca-va/
806806
lib/plugins/usermanager/lang/ca-va/
807807

808-
# removed in rc2009-01-30
808+
# removed on rc2009-01-30
809809
lib/plugins/upgradeplugindirectory
810810
lib/plugins/upgradeplugindirectory/action.php
811811

812-
# removed in rc2009-01-26
812+
# removed on rc2009-01-26
813813
inc/auth/punbb.class.php
814814
inc/lang/ko/edit.txt_bak
815815
inc/lang/ko/lang.php_bak
@@ -823,7 +823,7 @@ lib/plugins/usermanager/images/no_user_edit.png
823823
lib/plugins/usermanager/images/user_edit.png
824824
lib/tpl/default/UWEB.css
825825

826-
# removed in rc2008-03-31
826+
# removed on rc2008-03-31
827827
inc/aspell.php
828828
inc/geshi/css-gen.cfg
829829
inc/lang/fr/admin_acl.txt
@@ -869,7 +869,7 @@ lib/plugins/acl/lang/zh-tw/intro.txt
869869
lib/scripts/spellcheck.js
870870
lib/styles/spellcheck.css
871871

872-
# removed in 2007-06-26
872+
# removed on 2007-06-26
873873
inc/parser/wiki.php
874874
lib/images/interwiki/bug.gif
875875
lib/plugins/base.php
@@ -879,7 +879,7 @@ lib/plugins/plugin/inc/zip.lib.php
879879
lib/scripts/domLib.js
880880
lib/scripts/domTT.js
881881

882-
# removed in 2006-11-06
882+
# removed on 2006-11-06
883883
inc/admin_acl.php
884884
inc/magpie
885885
inc/magpie/rss_cache.inc
@@ -891,7 +891,7 @@ lib/tpl/default/mediaedit.php
891891
lib/tpl/default/media.php
892892
lib/tpl/default/mediaref.php
893893

894-
# removed in 2006-03-09
894+
# removed on 2006-03-09
895895
data/pages/wiki/playground.txt
896896
inc/auth/ldap.php
897897
inc/auth/mysql.php

0 commit comments

Comments
 (0)