Table of Contents
Last changes
2023
2023-01-06: v0.157
- π’ ADDED: support for multiple values of a column (OR) β¦ linkchecker shows button for all http status codes of a section
- βοΈ UPDATE: ahlogger - logger with enabled debug in the backend is compatible to PHP 8.2
- βοΈ UPDATE: update Medoo (database lib) to v2.1.7
- βοΈ UPDATE: update resource scan starts with head requests (it uses less resources)
- βοΈ UPDATE: local docker environment (internal stuff for development)
- βοΈ UPDATE: css - clickable tile with soft shadow animation
- βοΈ UPDATE: statusbar during index got a progress bar during indexing resources
- βοΈ UPDATE: fix deprecated warning on empty strings in preg_match() or str_replace()
2022
2022-12-12: v0.156
Important note:
This is a large update!
The folder structure was changed: The files of the software and web ui were moved to βpublic_htmlβ subfolder. This update will break installations that were initialized with a git pull
.
β> See Upgrade to v0.156
If you installed the software with git then you need to change the webserver config.
The reason is: I added my local dev environment (rootless docker) and rewrote the current help with markdown files and added it too.
Finally there were changes in the code to improve the search and to unify backend layout elements.
- π’ ADDED: docker development environment
- π’ ADDED: docs folder with markdown help
- π’ ADDED: Textareas with placeholders: on double click the default value is editable
- βοΈ UPDATE: software was moved to public_html subfolder
- βοΈ UPDATE: search index - hide newest and oldest data it delta is below 1d
- βοΈ UPDATE: unify display: search index url is linked to details; showing url has same button like in resources
- βοΈ UPDATE: search index - detail page contains http response header
- βοΈ UPDATE: search index - word list on detail page is a toggled content element now
- βοΈ UPDATE: search result - contains html elememts for preview with marks
- βοΈ UPDATE: search result - full content data were removed: added a preview snippet
- βοΈ UPDATE: show clear message if a cookie file exists but is not readable (no permissions)
- βοΈ UPDATE: public search
- highlight searchterms in title, url, description, keywords, preview β¦
- added variable for hits per term or which term was not found
- added meta information including timers and request data
- added {{TOTALTIME}} (time in ms for search) and {{HITCOUNT}} (number of search results) in head template
- added {{COUNTER}} in search result template for number of search result item
- output template: added html placeholders to show data with and without marked searchterm hits eg. {{TITLE}} and {{HTML_TITLE}}
- placeholders from head can be used in search result template too
- βοΈ UPDATE: internal search - show times to prepare, database search, sorting results and total time
2022-10-23: v0.155
- π£ FIX: php error in setup on missing defaultUrls
- βοΈ UPDATE: deselect OK status buttons on linked resources only
- βοΈ UPDATE: backend search additionally can search in html response
2022-10-18: v0.154
- π£ FIX: http header of a failed page in detail page
- βοΈ UPDATE: css of default theme: move all colors into variables to simplify custom skins
- βοΈ UPDATE: link details show switch from secure https to unsecure http
- βοΈ UPDATE: resource details disable http ok links
2022-09-06: v0.153
- π£ FIX: add support of git repo outside approot
- π£ FIX: php error on if a project was not crawled
- π£ FIX: relative redirect urls
- βοΈ UPDATE: use session_write_close
- βοΈ UPDATE: skips by extension
- βοΈ UPDATE: reduce memory usage while crawling
- βοΈ UPDATE: log viewer shows filtered view as default
- βοΈ UPDATE: jquery 3.6.0 β> jquery 3.6.1
- βοΈ UPDATE: pure 2.0.6 β> pure 2.1.0
- βοΈ UPDATE: chartjs 3.6.0 β> chartjs 3.9.1