40b05ef419
Merge pull request #76 from neayi/main
...
Fixed an issue that would make LinkTitles cut words in the middle if they had accentuated characters
2024-11-22 10:21:39 +01:00
f054913380
Merge pull request #1 from alterphp/main
...
Fix https://github.com/neayi/tripleperformance/issues/417
2024-11-21 17:30:02 +01:00
8df3cd689c
Fix https://github.com/neayi/tripleperformance/issues/417
2024-11-21 11:11:57 +01:00
c5c142ebbf
Bump version number.
2024-01-05 07:57:39 +01:00
5e6702f47a
Update copyright year.
2024-01-05 07:56:56 +01:00
6c5141a8a5
Write changelog.
2024-01-05 07:54:52 +01:00
30ef824308
Fix deprecated string interpolation.
...
Fixes https://www.mediawiki.org/wiki/Topic:Xwfopidoqfv9r291
2024-01-04 08:02:59 +01:00
57a4db65be
Merge pull request #73 from paladox/patch-3
...
Fix Target and Source php files
2023-12-28 07:14:44 +01:00
71713f6f23
Update Target.php
2023-12-27 23:59:32 +00:00
39ad6aa3a2
Update Target.php
2023-12-27 23:52:36 +00:00
0bbad64680
Update Source.php
2023-12-27 23:51:01 +00:00
b5e4e0758c
Fix duplicate getPage functions in Source
...
Causing a fatal.
2023-12-27 23:44:13 +00:00
573cc2e15c
Merge pull request #72 from paladox/patch-2
...
Fix "Call to undefined method WikiPage::factory()"
2023-12-27 18:11:07 +01:00
4fc414be8b
Update Target.php
2023-12-22 17:04:58 +00:00
2a1e3a05e9
Update Source.php
2023-12-22 17:02:54 +00:00
ffaf50cdd9
Update Target.php
2023-11-29 13:39:06 -05:00
733b0e967d
Update Source.php
2023-11-29 13:35:51 -05:00
503fdfbbbf
Update Target.php
2023-11-29 13:34:42 -05:00
db42a48c07
Fix "Call to undefined method WikiPage::factory()"
2023-11-29 13:34:10 -05:00
c88c33007d
Merge pull request #71 from paladox/patch-1
...
Fix "Call to undefined method WikiPage::factory()"
2023-11-29 07:29:42 +01:00
c9af0dc860
Fix "Call to undefined method WikiPage::factory()"
2023-11-28 21:40:46 -05:00
b202254a12
Merge pull request #65 from neayi/bug-63-fixed-links-for-categories
...
Fixed issue #63 : when linking to a category, needs to prefix with a colon
2022-07-27 11:16:40 +02:00
289034ed15
Merge pull request #64 from neayi/fix-60-doeditcontent-is-deprecated
...
Fixed issue #60 : replaced deprecated method doEditContent with PageUpdater::saveRevision
2022-07-27 11:14:28 +02:00
29dcd69787
Fixed issue #63 : when linking to a category, needs to prefix with a colon
2022-06-27 19:45:18 +02:00
66cc926a5d
Fixed issue #60 : replaced deprecated method doEditContent with PageUpdater::saveRevision
2022-06-27 19:24:56 +02:00
c0e5396403
Update version information.
2022-03-13 12:25:20 +01:00
499412f61f
Add a shebang to the commandline script.
2022-03-13 12:21:51 +01:00
8061213e57
Print newline when being verbose.
2022-03-13 12:18:55 +01:00
203f8c866f
Add 'verbose' option to commandline script.
...
Addresses #61 , #48 .
2022-03-13 12:14:32 +01:00
d992823cf4
Update copyright year.
2022-03-13 11:42:37 +01:00
f6ebc8fc33
Install php7.4-sqlite in Docker image.
2022-03-13 11:40:58 +01:00
de10da2e20
Fix tests.
2022-03-13 11:38:51 +01:00
3e137529df
Update changelog.
2022-03-13 11:38:40 +01:00
4e868e3669
Exclude stuff betweeen input and select tags.
...
Addresses #58 to prevent LinkTitles from interfering with the
PageForms extension. Needs testing.
2022-01-12 07:15:40 +01:00
d6dd9eb153
Fix titles.
2021-05-08 15:11:13 +02:00
5bce7c4dd1
Prepare release v.8.0.1.
2021-05-08 15:10:16 +02:00
584c330eec
Fix typo in message designator.
2021-05-08 15:08:28 +02:00
96bdd0ad23
Prevent division by zero.
...
Closes #55 .
2021-05-08 15:06:55 +02:00
c1dca118de
Add note about main branch.
2021-04-25 14:03:28 +02:00
749211fcb1
Properly increase the index counter.
2021-04-07 07:12:08 +02:00
0fd1561c9e
Fix copyright year.
2021-04-06 21:48:36 +02:00
7237060a4a
Remove obsolete instructions for MW 1.24.
2021-04-06 21:44:59 +02:00
46949a9d53
Remove obsolete incompatibility notice.
2021-04-06 21:43:08 +02:00
4ac4e65a1e
Update table of contents.
2021-04-06 21:40:30 +02:00
588b7d6eba
Update version 8.0.0 information.
2021-04-06 21:35:59 +02:00
f9b5de64b2
Fix progress display in linktitles-cli.
...
Addresses #48 .
2021-04-06 21:19:49 +02:00
33bbfdef5c
Update copyright year.
2021-04-06 21:16:03 +02:00
1caa06a041
Merge pull request #53 from paladox/patch-1
...
Replace PageContentSave with MultiContentSave
2021-04-06 20:26:47 +02:00
06a42f90a8
added "data-sort-value" to ignored HTML attributes
2021-03-31 22:07:09 +02:00
af4b94ebf7
Mount code directory as a volume into the container.
...
`make test` now uses a volume to mount the directory containing the code
into the Docker container that is used for unit-testing. It is no longer
necessary to rebuild the container every time the code is changed.
2021-03-31 19:43:11 +02:00