Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
theme will follow after some tests.
|
|
|
|
|
|
|
|
|
|
Conflicts:
actions/requesttoken.php
classes/File.php
install.php
lib/noticeform.php
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
button so there's some visual feedback that something's happening.
|
|
|
|
|
|
|
|
with attachment views as well (Ticket 1761)
|
|
|
|
structure
|
|
|
|
committ e0b877b26c5e93809b2a53b6c46326d5e31fa0e8.
|
|
commit e0b877b26c5e93809b2a53b6c46326d5e31fa0e8.
|
|
Arguably, the earlier structure was unnecessarily verbose. Same as commit
e0b877b26c5e93809b2a53b6c46326d5e31fa0e8.
|
|
|
|
Same as commit e0b877b26c5e93809b2a53b6c46326d5e31fa0e8.
|
|
To speed up DOM load by cutting down 3 nodes in each notice list item.
Generally each notice option should be a list item in a <ul>, however,
there is no tangible benefit for the user using this approach. In this
case, minimalism is favoured. Similarly, the new approach will make 5
fewer function calls on the server side.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
deep/crazy conversations the notice options don't misalign.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
calculate the height of the XHR response container without actually
loading it into the DOM).
|