libkiwix/test
Matthieu Gautier 9375f97b60 Get correct href value on `onClick` for "warc2zim" files.
Next to come warc2zim archive will come with "wombat" embedded.
The purpose of wombat is to be an interface with js code to mask that
we are in a scrapped/zim context to the js.

So it rewrite the `.href` attributes to the original url (ie, an
absolute url to the original website), even if the local relative url
is valid.

Let's ask to wombat to not rewrite href in our special case.
2024-01-04 17:03:40 +01:00
..
data Enhanced the test data to demonstrate issue#950 2023-06-24 20:03:54 +04:00
book.cpp Deprecated Book::getLanguage() 2023-03-08 15:24:53 +01:00
httplib.h Fix warning in httplib. 2021-11-16 09:39:56 +01:00
kiwixserve.cpp Fix tests. 2020-01-20 17:00:18 +01:00
languageTools.cpp Move getLanguageSelfName to tools.h 2023-07-26 16:02:32 +05:30
library.cpp Do not index book's name as a phrase. 2023-11-08 10:29:31 +01:00
library_server.cpp Updated tests depending on kiwix-serve resources 2023-11-15 16:35:06 +04:00
lrucache.cpp uint is not defined on Windows 2022-06-10 11:21:35 +02:00
manager.cpp Make the `Manager` keep a `shared_ptr` instead of a raw Library reference. 2023-09-25 16:30:56 +02:00
meson.build Move getLanguageSelfName to tools.h 2023-07-26 16:02:32 +05:30
name_mapper.cpp Make the `UpdatableNameMapper` keep a `shared_ptr`. 2023-09-25 16:31:55 +02:00
opdsParsingTools.cpp Tests for readLanguagesFromFeed and readCategoriesFromFeed 2023-07-26 16:02:32 +05:30
opds_catalog.cpp Proper URI-encoding in kiwix::getSearchUrl() 2023-01-25 19:15:12 +04:00
otherTools.cpp Control characters are escaped in suggestions JSON 2023-11-17 14:55:01 +01:00
pathTools.cpp Do not include posix header on Windows 2022-01-19 16:15:59 +01:00
regex.cpp Got rid of unused *pendToFirstOccurence() funcs 2022-09-21 15:52:26 +04:00
server.cpp Get correct href value on `onClick` for "warc2zim" files. 2024-01-04 17:03:40 +01:00
server_helper.cpp Introduce a pagination object to render search result. 2022-05-23 19:12:17 +02:00
server_search.cpp Fix server_search test. 2023-06-30 12:04:42 +02:00
server_testing_tools.h Make the `Server` keep a `shared_ptr` instead of a raw NameMapper pointer. 2023-10-05 16:37:22 +02:00
stringTools.cpp Add download-links to tiles in /nojs 2023-03-29 19:02:56 +05:30
tagParsing.cpp Fix tests. 2020-01-20 17:00:18 +01:00