Commit Graph

21 Commits

Author SHA1 Message Date
Michal Čihař
4179690250 Improved database search to allow search for exact phrase match
Add option to search exact phrase as substring, what was currently
missing.

While doing that, also improve testsuite for generating the clauses.

Fixes #12388

Signed-off-by: Michal Čihař <michal@cihar.com>
2017-03-27 12:02:29 +02:00
Piyush Agrawal
d25eeb4587 templating getRadioFields(), getDropDown() in Util.php
Signed-off-by: Piyush Agrawal <poush12@gmail.com>
2017-01-31 01:39:59 +05:30
Patric Gustafsson
708a9f30fd Fix test
Signed-off-by: Patric Gustafsson <patricjgustafsson@outlook.com>
2016-11-16 14:36:18 +02:00
Patric Gustafsson
3ecfa98907 Merge remote-tracking branch 'upstream/master' 2016-11-15 19:19:17 +02:00
Deven Bansod
d833ba5655 Merge branch 'QA_4_6'
Conflicts:
	js/db_search.js
	libraries/DbSearch.php
	test/classes/DbSearchTest.php
2016-11-15 22:26:11 +05:30
Michal Čihař
59b2c5a63a Fix markup and tests
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-11-15 17:41:38 +01:00
Patric Gustafsson
1bd5fe709d Merge remote-tracking branch 'upstream/master' 2016-11-15 18:08:24 +02:00
Deven Bansod
3b8f9a55f6 Fix tests related to DBSearch
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2016-11-14 10:55:30 +05:30
Michal Čihař
dad93483c1 Merge branch 'QA_4_6' 2016-11-10 11:08:36 +01:00
Deven Bansod
956f3179cb Fix Navigation tests and Export tests
Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
2016-11-04 11:55:46 +05:30
Patric Gustafsson
aee48c8e91 Remove odd_row parameter from test functions
Some functions still sent the odd_row parameter with the functions.
This caused some errors when buildning.

Signed-off-by: Patric Gustafsson <patricjgustafsson@outlook.com>
2016-08-17 17:58:25 +03:00
Patric Gustafsson
80d625dec8 Remove odd CSS class handling from PHP code
Odd class is no longer needed as it's now done with CSS.

Signed-off-by: Patric Gustafsson <patricjgustafsson@outlook.com>
2016-08-15 16:44:01 +03:00
Michal Čihař
ea73fded71 Adjust tests to token removal from GET
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-07-28 11:22:45 +02:00
Michal Čihař
3074d94525 Merge branch 'QA_4_6' 2016-05-17 10:44:59 +02:00
Michal Čihař
574fee04f7 Fix test failures after changing links
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-05-17 10:44:54 +02:00
Durgesh
0b64827930 Refactored url parmeters generating, Issue #11990
Signed-off-by: Durgesh <007durgesh219@gmail.com>
2016-02-22 14:36:41 +05:30
Michal Čihař
2d47e41084 Remove no longer needed variables
Signed-off-by: Michal Čihař <michal@cihar.com>
2016-02-12 15:18:21 +01:00
Michal Čihař
86d3d0bc04 Define theme for all tests
This allows to unify environment.

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-02-12 15:14:39 +01:00
Michal Čihař
b450e58dbb Remove require of libraries included in test bootstrap
There is no need to specify them in every test when we already do it
globally.

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-01-12 16:43:16 +01:00
Madhura Jayaratne
2b7cfb595d Move the rest of the tests related to objects under a common parent test
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-12-18 21:32:34 +11:00
Madhura Jayaratne
ab49273856 Rename test classes
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
2015-10-15 20:57:27 +11:00