Johannes Meyer
48286e0d59
Use View::translate() instead of mt() and t() ...
2015-02-23 16:42:25 +01:00
Johannes Meyer
e588ea2714
Fix filter expression handling when lowering to achieve case-insensitivity
...
fixes #8435
2015-02-16 13:05:24 +01:00
Johannes Meyer
2dea398f3b
Mute all icons that are part of an anchor and add simple labels to such anchors
...
The labels I've added are probably just of temporary nature as it's not
defined yet how to handle link labels properly for screen readers. What
is sure is that all icons that are part of a link are not important for the
meaning of it as this is expressed by the link itself.
refs #8360
refs #8358
2015-02-16 11:02:09 +01:00
Johannes Meyer
27cb5e24db
Ensure that all standalone icons have proper labels
...
refs #8358
2015-02-16 10:53:48 +01:00
Johannes Meyer
5321c2f9e5
Mute icons properly using the new automatic mechanisms of our view helpers
...
refs #8360
2015-02-16 10:52:42 +01:00
Marius Hein
fdcad4928e
Tinystatesummary: Adjust styles for summaries and headers
...
refs #7976
2015-02-12 15:07:44 +01:00
Johannes Meyer
d37129dfed
Remove the old and redundant config/show-configuration view script
2015-02-12 13:49:31 +01:00
Johannes Meyer
9232c5cf22
Add aria-hidden="true" to all icons that exist only for design reasons
...
refs #8360
2015-02-12 13:49:31 +01:00
Davide Demuru
3dee49a0cd
fixed transaltions
...
Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
2015-02-12 11:26:35 +01:00
Davide Demuru
be27ab4875
added compiled translation file
...
Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
2015-02-12 11:26:35 +01:00
Davide Demuru
c068ab21af
Added new monitoring.po for italian language
...
Signed-off-by: Eric Lippmann <eric.lippmann@netways.de>
2015-02-12 11:26:35 +01:00
Eric Lippmann
f00f598014
doc/lib: Fix undefined entity   and too greedy regex
2015-02-12 10:24:55 +01:00
Eric Lippmann
8e7faa8170
doc/lib: Use <h1> for search headings
...
refs #6630
2015-02-11 15:53:41 +01:00
Eric Lippmann
fdec27d8a1
doc/lib: Remove DocSearchIterator::count()
...
refs #6630
2015-02-11 15:53:23 +01:00
Eric Lippmann
53af279ec2
doc/lib: Fix search criteria not splitting "complex" search strings correctly
...
refs #6630
2015-02-11 15:52:08 +01:00
Eric Lippmann
310201eb5b
doc/lib: Throw LogicException if text is added without having a heading
2015-02-11 15:51:31 +01:00
Eric Lippmann
57a0b0005e
doc/lib: Fix PDF rendering
...
refs #6630
2015-02-11 15:15:37 +01:00
Eric Lippmann
03100b8c59
doc/lib: Move all renderer classes to the renderer namespace
...
refs #6630
2015-02-11 14:10:12 +01:00
Eric Lippmann
d1aed4f773
doc/lib: Rename SectionFilterIterator to DocSectionFilterIterator
...
refs #6630
2015-02-11 14:06:41 +01:00
Eric Lippmann
6c6c41a4f2
doc/lib: Remove controls from the search view script
...
Otherwise the dashboard is broken when searching.
refs #6630
2015-02-11 14:05:32 +01:00
Eric Lippmann
924e67f2aa
doc/lib: Rename Renderer to DocRenderer
...
refs #6630
2015-02-11 14:05:18 +01:00
Eric Lippmann
3aff91d204
doc/lib: Rename TocRenderer to DocTocRenderer
...
refs #6630
2015-02-11 14:02:12 +01:00
Eric Lippmann
96ea02e59f
doc/lib: Rename SectionRenderer to DocSectionRenderer
...
refs #6630
2015-02-11 14:01:19 +01:00
Eric Lippmann
16d388f4e3
doc/lib: Use CSS classes controls and content in the view scripts
2015-02-11 13:58:55 +01:00
Eric Lippmann
e26154e88a
doc/lib: Remove unused less mixins
2015-02-11 13:58:39 +01:00
Eric Lippmann
27c53a315f
doc/lib: Add missing search view script
...
refs #6630
2015-02-11 13:58:22 +01:00
Eric Lippmann
f33b6a918c
doc/lib: Remove unused view scripts
2015-02-11 13:58:06 +01:00
Eric Lippmann
195aa581cb
doc/lib: Fix that highlighting a search messes up the text around the match
...
refs #6630
2015-02-11 13:48:23 +01:00
Eric Lippmann
54292eed20
Merge branch 'master' into feature/doc-search-6630
2015-02-11 13:28:06 +01:00
Eric Lippmann
6f1fdad9c2
doc/lib: Add CSS for highlighting search results
...
refs #6630
2015-02-11 13:27:04 +01:00
Eric Lippmann
fa37f84cac
doc/lib: Search in module documentations too
...
refs #6630
2015-02-11 13:22:27 +01:00
Eric Lippmann
4931418c03
doc/lib: Pass highlight-search parameter to the renderer
...
refs #6630
2015-02-11 13:21:01 +01:00
Eric Lippmann
57ca11cb76
doc/lib: Highlight search when displaying a chapter
...
refs #6630
2015-02-11 13:20:30 +01:00
Eric Lippmann
512eb3fe83
doc/lib: Remove DocSearchRenderer::highlight()
...
refs #6630
2015-02-11 13:16:55 +01:00
Eric Lippmann
ab78757483
doc/lib: Add DocSearchMatch::highlight()
...
refs #6630
2015-02-11 13:16:49 +01:00
Eric Lippmann
1053e62e20
doc/lib: Fix DocSearchIterator::count() counting too many
...
Because DocSearchIterator is a recursive filter iterator and we accept
any hode having children, those children not matching any of the search criteria
were counted too because of iterator_count.
refs #6630
2015-02-11 13:03:46 +01:00
Eric Lippmann
21b65d8079
doc/lib: Show trace in case an exception is thrown during rendering
...
refs #6630
2015-02-11 13:03:01 +01:00
Eric Lippmann
d2520f1286
doc/lib: Prefer @type over @var in the DocParser
...
refs #6630
2015-02-11 13:02:33 +01:00
Eric Lippmann
bd71dbdbdc
doc/lib: Rearrange imports in the DocIterator
...
refs #6630
2015-02-11 13:02:04 +01:00
Eric Lippmann
0b1a9c1659
doc/lib: Apply role and css class toc to the toc
...
refs #6630
2015-02-11 12:58:31 +01:00
Eric Lippmann
e2b34023cd
doc/lib: Add SearchController
...
At the moment only Icinga Web 2's documentation is available for searching.
refs #6630
2015-02-10 17:14:16 +01:00
Eric Lippmann
3b20e49940
doc/lib: Add renderer for doc searches
...
refs #6630
2015-02-10 17:13:17 +01:00
Eric Lippmann
e7b0f8d30f
doc/lib: Add iterator over doc sections that match a given search criteria
...
refs #6630
2015-02-10 17:12:43 +01:00
Eric Lippmann
267c36d8d1
doc/lib: Add class DocSearchMatch represeting a search match
...
refs #6630
2015-02-10 17:11:48 +01:00
Eric Lippmann
312d18d14a
doc/lib: Add DocSearch class for creating search criteria
...
refs #6630
2015-02-10 17:11:00 +01:00
Eric Lippmann
005ef8c92f
doc/lib: Update controllers and views according to the recent changes
...
refs #6630
2015-02-10 17:09:56 +01:00
Eric Lippmann
41355fe0e2
doc/lib: Drop navigation added to each section
...
refs #6630
2015-02-10 17:08:48 +01:00
Eric Lippmann
5965638e23
doc/lib: Open toc links in the next container
...
refs #6630
2015-02-10 17:07:24 +01:00
Eric Lippmann
52de56fb65
doc/lib: Use TreeNodeIterator in the SectionFilterIterator
...
refs #6630
2015-02-10 17:06:11 +01:00
Eric Lippmann
9093795f64
doc/lib: Add common used methods to the abstract Renderer
...
refs #6630
2015-02-10 17:05:24 +01:00