- 24 Nov, 2011 2 commits
-
-
Łukasz Nowak authored
Use getPermanentURL in order to render URLs to documents in context of web site instead of manual manipulation.
-
Ł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.
-
- 22 Nov, 2011 16 commits
-
-
Łukasz Nowak authored
Make text side to image. Make all entries the same size.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
It will allow to create history friendly urls and do param based selection.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
It will be mainly used for deparam functionality.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
This is good technique in order to have the whole DOM prepared.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
This is asynchronous small query which allows to extend list of presented software releases dynamically on user click on "More..." button.
-
Łukasz Nowak authored
Thanks to this hitting enter in search box will result in refresh.
-
Łukasz Nowak authored
-
- 21 Nov, 2011 2 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
- 18 Nov, 2011 6 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
It is shared by all shop inputs.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Conflicts: master/bt5/vifib_web/bt/revision
-
Łukasz Nowak authored
There is no need to show SoftwareInstance_view.
-
- 17 Nov, 2011 5 commits
-
-
Łukasz Nowak authored
-
Antoine Catton authored
-
Antoine Catton authored
Reorder the business template list on BusinessConfiguration_setupVifibStandardBT5 to match with vifib tests.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Do not care about software products: users are only interested in software releases. By default show some software releases. Follow protection against json XSS (make it incorrect javascript). Drop not needed methods. Use catalog directly while fetching list of software releases.
-