-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG.txt
64 lines (58 loc) · 3.24 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Search and Replace Scanner 7.x-1.x-dev, 2024-xx-xx
--------------------------------------------------
#3151659 by anoopsingh92, DamienMcKenna, VladimirAus, erikaagp, nitin_lama: Fix
the errors/warnings reported by PHP_CodeSniffer.
#3440474 by DamienMcKenna: Move functionality into separate pages.inc file.
#3440512 by DamienMcKenna: Search/replace on summary field doesn't work.
#3442036 by DamienMcKenna: Search result list is encoded incorrectly.
#3440527 by DamienMcKenna, jonathan1055, fjgarlin: Gitlab-CI setup.
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 extend, added
hooks so other modules can extend the search/replace logic.
#2976444 by DamienMcKenna: Fix Link field handling.
Search and Replace Scanner 7.x-1.0, 2018-05-19
----------------------------------------------
#2971838 by DamienMcKenna: Add a CHANGELOG.txt file.
#1193366 by DamienMcKenna, Nitesh Pawar, 44sunsets, Shreya Shetty: Support Link
field.
#2616640 by Eric_A, DamienMcKenna, _vid, gtoffoli, petschep, Suraj_Vantagode,
Bool Boost, hass, urix, danheisel, xaa: Field language broken.
#2971524 by DamienMcKenna: Write a first test.
#2971844 by DamienMcKenna: Add test dependencies.
#2971844 by DamienMcKenna: Write test coverage for the search functionality.
#2973179 by DamienMcKenna: Processing hits "not enough time" if
max_execution_time is 0.
#2280999 by DamienMcKenna: Replacement in field collection.
#2971845 by DamienMcKenna: Write test coverage for the text replacement
functionality.
#2905579 by DamienMcKenna: Drupal Coding Standards.
#2971525 by DamienMcKenna: Move settings page into a separate file.
Search and Replace Scanner 7.x-1.0-beta1, 2015-10-16
----------------------------------------------------
By rossetti: Started D7 port.
#1789136 by ericras: JavaScript bugs w/7.x version.
#1668686 by ericras: Add t() wrapper to 'Replace' text.
#1789964 by ericras: Search does not include Field Collections.
#1788174 by ericras: Strict warning fix for drupal_render() calls.
#1578284 by ericras: Add menu item to Content menu in addition to tab.
By ericras: Variable $shutting_down not set if there were no results.
By ericras: Coding Standards, whitespace, documentation and creation of
theme.inc.
By ericras: Typo in 'scanner.theme.inc'.
#1587488 by ericras: Better notice when no matches found when replacing.
By ericras: Remove permission descriptions, not needed.
By ericras: Change search regexp to match all results & display in ul.
By ericras: Use length of string match, not regular expression.
By ericras: Proper html display of "Can't display search result..." warning.
By ericras: Fix errant use of $search_db in D6->D7 upgrade from db_query to
db_select.
Whole word search was broken. $search_db no longer needed as we are not
building a string of query params any longer with D7. Need to use $where
string in the conditions because that includes the [[:<:]] brackets.
By ericras: Properly combine (now removed) $search_db and $where into new
$where.
By ericras: Change 'scanning' to 'searching' for consistency.
By ericras: Update variable names and structure to be more standard.