- 28 Nov, 2011 6 commits
-
-
Łukasz Nowak authored
Additionaly start to use full text search.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
follow_up is used to related Software Release with Software Product.
-
- 25 Nov, 2011 12 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
They shall be same as rest of website.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
- 24 Nov, 2011 13 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Make inline list with sexy >>.
-
Łukasz Nowak authored
Styling will come soon.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
During rendering URL to images object access based API have to be used anyway.
-
Antoine Catton authored
Conflicts: slapos/grid/slapgrid.py
-
Łukasz Nowak authored
Use getPermanentURL in order to render URLs to documents in context of web site instead of manual manipulation.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
There are much less words then characters in most of languages, so it make iteration shorter.
-
- 23 Nov, 2011 9 commits
-
-
Łukasz Nowak authored
Just fill until box get overflown.
-
Łukasz Nowak authored
The per character precision is not needed and expensive. Chomp slice faster, as anyway text will be truncated.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
The logic has been flipped out. It is required in order to ask for height() of drawn elements -- they have to be already connected to DOM. In order to improve the code design of drawing the UI shall be changed and dynamic ellipsis calculation improved.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Unfortunately ellipsis libraires are not capable to do ellipsis on not shown elements. Even worse: they add dynamic styling in order to apply ellipsis. Implement own ellipsis algorithm. It is work in progress: we need to unhide elements early in order to have height calculation.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
text-overlap: ellipsis works only for one line presentation with no wrap. There is not known CSS way to have ellipsis in end of box, so dotdotdot plugin has been chosen. As elements are created dynamically update elements after the document is ready, otherwise dotdotdot will not be able to apply required changes.
-