[Rt-commit] rt branch, 4.6/article-styling, repushed
Michel Rodriguez
michel at bestpractical.com
Tue Jan 7 09:45:32 EST 2020
The branch 4.6/article-styling was deleted and repushed:
was c2ce5db25701058acd65fb2ab77a04887b3412a0
now 3c70d6a96ba40b08addc99412450b335228cd3b1
1: 3f917fc406 = 1: 3f917fc406 Convert linked classes in Articles > Search to a portlet
2: 466138bdc4 = 2: 466138bdc4 Make [Update] in Articles > Overview look like Take link in ticket searches.
3: 0331880db6 = 3: 0331880db6 Fix the heading format in the Article search results, in the Advanced search section.
4: 22cfa87708 = 4: 22cfa87708 Add formating to Topics in the article search results.
5: b3014163c9 = 5: b3014163c9 Change "Modify this search" to the gear icon in the article search result page.
6: c2ce5db257 ! 6: 56387cc4d6 Change "Search for articles" to "Article search" and remove "Search results" in articles search results.
@@ -50,7 +50,11 @@
# Case insensitive search on large field.
DoArticleSearch($m, $class->Name, 'lorem');
-$m->text_contains('Search results'); # Did we do a search?
-+$m->text_contains('Last Updated'); # Did we do a search?
TODO:{
local $TODO = 'Case insensitive search on LONGBLOB not available in MySQL'
if RT->Config->Get('DatabaseType') eq 'mysql';
++ $m->text_contains('Last Updated'); # Did we do a search?
+ $m->text_contains('hoi polloi 4');
+ }
+
+
-: ------- > 7: 3c70d6a96b Add div#article-search around article search results with a more specific CSS rule.
More information about the rt-commit
mailing list