• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Prefer classic block comments in css to avoid potential side-effects

Chat Redesign: set min-width to the send form and the 'Full screen' trigger so they do not overlap in very small widths

Chat Redesign: set min-width to the send button, so it does not collapse in very small widths

Chat Redesign: use hyphens and overflow-wrap to manage line overflow, instead of just blindly breaking all words

Chat Redesign: hide background scroll bar in 'Full screen' mode

Chat Redesign: avoid timestamp float overlapping by clearing floats after the message block

Don't use the "javascript:" presudo-URL idiom to avoid CSP complaints from the browser

Chat Redesign: be more explicit in the send icon padding and border, to avoid unintended theme inheritance

Use again more standard idiom to fix user picture border this time

Use more standard-friendly idioms when rendering user information (fixes colors in IE)

Use a more standard-friendly idiom to attach an event handler (fixes IE)

Chat Redesign: avoid breakage produced by veeeeeeery long words by breaking them using the 'word-break' css property

Chat Redesign: revert setting automatically the focus on the input field after 'Full screen' switch, as it produces the not so nice effect on mobile devices of triggering the on-screen keyboard

Chat Redesign: add a fixed height to the 'xowiki-chat-messages-and-form' element on small widths, to make room for the user list and the input field.

Chat Redesign: restore focus on input field after 'Full screen' switch

Chat reform:

- reduce code duplication by determining the proper chat class dynamically and storing it in an nsv

- move static content in the resources path. Serving them is now independent from the mounted xowiki path

- get rid of the ajax url path

    • -0
    • +20
    ./scripted-streaming-chat.js
  1. … 8 more files in changeset.
Give xowiki chat also some kind of nice skin and centralize css retrieval

TODO: something smarter can be done in order to retrieve the proper css, based e.g. on theme, chat skin (to be implemented) etc. To be discussed is some way to resolve resources based on the theme.

  1. … 3 more files in changeset.
Improve spacing on toc

merged changes from the oacs-5-9 branch and resolved conflicts

    • -0
    • +1572
    ./flowplayer/flowplayer-3.2.6.js
  1. … 7827 more files in changeset.
fix for cases in repeat fields, where min != 1

  1. … 1 more file in changeset.
Fix ck-editor in connection with repeat fiels: make sure to use the actual id provided as argument (rather than the definition id of e.g. item.0)

  1. … 1 more file in changeset.
Fix spelling errors

  1. … 22 more files in changeset.
fix label + input display for radio buttons, especially for bootstrap; horizontal display works again

  1. … 1 more file in changeset.
- prevent double registration of events in nested repeat steups (many thanks to Thomas Renner for the patch)

- fix for complex interaction of nested repeat fields and ckeditor instances (many thanks to Thomas Renner for the help)

  1. … 1 more file in changeset.
- add repeat fields dynamically via js if needed.

This can improves load times for long complex nested repeat structure significantly

  1. … 1 more file in changeset.
- deactivate IPAD HACK since it leads to a type error

- added support for HTML5 attribute "multiple" to form-field "file"

(requires updated naviserver for handling multiple files via [ns_getform])

- added dropzone to xowiki menubar

(easy means for uploading one or many files to the current folder)

  1. … 7 more files in changeset.
file flowplayer-3.2.6.js was initially added on branch oacs-5-9.

    • -0
    • +0
    ./flowplayer/flowplayer-3.2.6.js
- remove unused minified .sj files

- add non-minified files instead were needed

    • -0
    • +1572
    ./flowplayer/flowplayer-3.2.6.js
    • -24
    • +0
    ./flowplayer/flowplayer-3.2.6.min.js
    • -98
    • +0
    ./overlib/Mini/overlib_anchor_mini.js
    • -28
    • +0
    ./overlib/Mini/overlib_centerpopup_mini.js
    • -36
    • +0
    ./overlib/Mini/overlib_crossframe_mini.js
    • -45
    • +0
    ./overlib/Mini/overlib_csstyle_mini.js
    • -49
    • +0
    ./overlib/Mini/overlib_debug_mini.js
    • -1
    • +0
    ./overlib/Mini/overlib_exclusive_mini.js
    • -38
    • +0
    ./overlib/Mini/overlib_followscroll_mini.js
    • -33
    • +0
    ./overlib/Mini/overlib_hideform_mini.js
    • -32
    • +0
    ./overlib/Mini/overlib_setonoff_mini.js
  1. … 3 more files in changeset.