|
Ran
|
Jobs
6
|
Files
0
|
Run time
–
|
Badge
README BADGES
|
push
travis-ci
Add SearchableText indexing for text in blocks (#844) * Add SearchableText indexing for text in blocks; used for document implementing IBlock interface * add news file * Do not fail if block has no text attr. * Remove unused zcml ns. * Use safe_nativestring from CMFPlone. * Do not introduce a hard dependency on p.a.contenttypes. * Refactor p.a.contenttypes conditional zcml registration. * Revert "Use safe_nativestring from CMFPlone." This reverts commit a06556f19. * Downgrade astunparse to 1.6.2. Co-authored-by: Timo Stollenwerk <tisto@users.noreply.github.com>