CHANGELOG.txt |
CHANGELOG.txt |
|
Search and Replace Scanner 7.x-1.1, 2018-11-09
----------------------------------------------
#2978697 by DamienMcKenna: Add link on admin/content/scanner page to settings
page.
#2978853 by DamienMcKenna: Refactor codebase to make it easier to… |
INSTALL.txt |
INSTALL.txt |
|
Scanner Search and Replace
--------------------------
BEFORE YOU START:
Backup your database! Scanner Search and Replace is a very powerful tool, and
as such is very dangerous. You can easily destroy your entire site with it. Be
sure to backup your… |
LICENSE.txt |
LICENSE.txt |
|
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc. 675 Mass Ave,
Cambridge, MA 02139, USA. Everyone is permitted to copy and distribute
verbatim copies of this license document, but… |
README.txt |
README.txt |
|
Scanner Search and Replace
--------------------------
I. DESCRIPTION:
The Search and Replace Scanner can do regular expression matches
against a configurable list of title, body and text fields.
This is useful for finding html strings that… |
scanner.admin.inc |
scanner.admin.inc |
|
Administrative / settings functionality. |
scanner.api.php |
scanner.api.php |
|
API documentation and examples for the Search and Replace Scanner module. |
scanner.css |
scanner.css |
|
#scanner-confirm-form .scanner-buttons .scanner-button-msg {
position: absolute;
top: 0;
left: 0;
z-index: 100;
width: 100%;
height: 100%;
background-color: #000;
opacity: 0.75;
font-size: 1.2em;
padding-left:… |
scanner.info |
scanner.info |
|
name = Search and Replace Scanner
description = Perform search and replace on chosen text fields.
core = 7.x
configure = admin/config/content/scanner
; Tests.
; Some helper logic.
test_dependencies[] = devel
files[] =… |
scanner.install |
scanner.install |
|
Search and Replace Scanner install scripts, etc. |
scanner.module |
scanner.module |
|
Search and Replace Scanner - works on all nodes text content. |
scanner.theme.inc |
scanner.theme.inc |
|
Theme callbacks for the scanner module. |
ScannerBaseTestCase.test |
tests/ScannerBaseTestCase.test |
|
Base test class to make other tests simpler. |
ScannerBasicsTestCase.test |
tests/ScannerBasicsTestCase.test |
|
Test basic search & replace functionality. |
ScannerUiTestCase.test |
tests/ScannerUiTestCase.test |
|
Some tests for the Search and Replace Scanner module. |
ScannerWithFieldCollectionTestCase.test |
tests/ScannerWithFieldCollectionTestCase.test |
|
Test integration with Field Collection. |
ScannerWithLinkTestCase.test |
tests/ScannerWithLinkTestCase.test |
|
Test integration with Link. |
scanner_with_fc_tests.info |
tests/scanner_with_fc_tests.info |
|
name = Scanner with Field Collection
description = "Some helper logic for the Scanner module's tests."
core = 7.x
; Don't show this on the modules admin page.
hidden = TRUE
dependencies[] = scanner:scanner
dependencies[] =… |
scanner_with_fc_tests.module |
tests/scanner_with_fc_tests.module |
|
Helper logic. |
scanner_with_link_tests.info |
tests/scanner_with_link_tests.info |
|
name = Scanner with Link
description = "Some helper logic for the Scanner module's tests."
core = 7.x
; Don't show this on the modules admin page.
hidden = TRUE
dependencies[] = scanner:scanner
dependencies[] =… |
scanner_with_link_tests.module |
tests/scanner_with_link_tests.module |
|
Helper logic. |