Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XWIKI-21492: Underline inline links #2694

Merged
merged 37 commits into from
Apr 18, 2024
Merged

Commits on Oct 30, 2023

  1. XWIKI-21492: Underline inline links

    * Added various UI to change values for misc accessibility prefs.
    
    TODO: add the backend part in XWikiUsersDocumentInitializer.java L104 and the actual useful part in stylesheets.vm L54
    Sereza7 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    14d93af View commit details
    Browse the repository at this point in the history
  2. XWIKI-21492: Underline inline links

    * Removed unused accessibility options from the prototype
    Sereza7 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    d97e093 View commit details
    Browse the repository at this point in the history
  3. XWIKI-21492: Underline inline links

    * Added the parameter logic
    Sereza7 committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    59e3c22 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. XWIKI-21492: Underline inline links

    * Tried out updating the less skin variables, still unfinished
    Sereza7 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    78dc29c View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. XWIKI-21492: Underline inline links

    * Added various UI to change values for misc accessibility prefs.
    
    TODO: add the backend part in XWikiUsersDocumentInitializer.java L104 and the actual useful part in stylesheets.vm L54
    Sereza7 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    4959418 View commit details
    Browse the repository at this point in the history
  2. XWIKI-21492: Underline inline links

    * Removed unused accessibility options from the prototype
    Sereza7 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    ea1e0e4 View commit details
    Browse the repository at this point in the history
  3. XWIKI-21492: Underline inline links

    * Added the parameter logic
    Sereza7 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    5e6335b View commit details
    Browse the repository at this point in the history
  4. XWIKI-21492: Underline inline links

    * Tried out updating the less skin variables, still unfinished
    Sereza7 committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    2ec89a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b841c0d View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. XWIKI-21492: Underline inline links

    * Removed the tentative for personnalized LESS parameters - font size here
    Sereza7 committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    3855a6a View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. XWIKI-21492: Underline inline links

    * Added back the preference for text size (flawed implementation like what it used to be)
    * Fixed the place where we loaded the CSS
    Sereza7 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    864b32d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51295dc View commit details
    Browse the repository at this point in the history
  3. XWIKI-21492: Underline inline links

    * Cleaning up PR
    Sereza7 committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    43b7ce3 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    766f617 View commit details
    Browse the repository at this point in the history
  2. XWIKI-21492: Underline inline links

    * Updated translations
    * Removed a useless improt from stylesheets.vm
    * Changed option order
    Sereza7 committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    344d906 View commit details
    Browse the repository at this point in the history
  3. XWIKI-21492: Underline inline links

    * Fixed codestyle
    
    Co-authored-by: Michael Hamann <[email protected]>
    Sereza7 and michitux authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    71191ee View commit details
    Browse the repository at this point in the history
  4. XWIKI-21492: Underline inline links

    * Fixed codestyle
    
    Co-authored-by: Michael Hamann <[email protected]>
    Sereza7 and michitux authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    f689000 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Configuration menu
    Copy the full SHA
    af84d5b View commit details
    Browse the repository at this point in the history
  2. XWIKI-21492: Underline inline links

    * Added translations for the field values
    Sereza7 committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    acb4768 View commit details
    Browse the repository at this point in the history
  3. XWIKI-21492: Underline inline links

    * Updated the title level
    Sereza7 committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    18c1f4d View commit details
    Browse the repository at this point in the history
  4. XWIKI-21492: Underline inline links

    * Removed the reference to the flamingo skin
    Sereza7 committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    b4e00a6 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. XWIKI-21492: Underline inline links

    * Changed the cache policy on the user preference file
    Sereza7 committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    6b9d08c View commit details
    Browse the repository at this point in the history
  2. XWIKI-21492: Underline inline links

    * Updated the selector
    Sereza7 committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    9b88f8f View commit details
    Browse the repository at this point in the history
  3. XWIKI-21492: Underline inline links

    * Added backwards compatibility: if the old parameter is set to 'accessible' on the profile, it will set the old preferences
    Sereza7 committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    7e5d8f0 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Configuration menu
    Copy the full SHA
    5da3f61 View commit details
    Browse the repository at this point in the history
  2. XWIKI-21492: Underline inline links

    * Updated the selector to behave more consistently.
    Sereza7 committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    d2941bf View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. XWIKI-21492: Underline inline links

    * Added underline and font size options to the XWiki and Space preferences.
    Sereza7 committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    32a7cca View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. XWIKI-21492: Underline inline links

    * Removed the reliance on wiki defined font-size to prefer user defined font-size
    Sereza7 committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    7bf473e View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Revert "XWIKI-21492: Underline inline links"

    This reverts commit 7bf473e.
    Sereza7 committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    eba9834 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. XWIKI-21492: Underline inline links

    * Removed the SSX
    * Added style directly in general.less
    * Added logic related to preferences in the template htmlheader.vm
    Sereza7 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    3ae794d View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. XWIKI-21492: Underline inline links

    * Added an unsetter for the accessibility parameter, and defaults for the new parameters that would get changed if the accessibility parameter is already set.
    * Used `@font-size-base` instead of the user preferences as the basis for body fonts.
    Sereza7 committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    09af3b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. XWIKI-21492: Underline inline links

    * Removed changes related to font-size from the PR
    Sereza7 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    6d02af5 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    cc1aae8 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    0a6a53f View commit details
    Browse the repository at this point in the history
  2. XWIKI-21492: Underline inline links

    * Removed leftover translations
    Sereza7 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    674b74f View commit details
    Browse the repository at this point in the history
  3. XWIKI-21492: Underline inline links

    * Deprecated a translation key instead of completely removing it.
    Sereza7 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    5c627bc View commit details
    Browse the repository at this point in the history
  4. XWIKI-21492: Underline inline links

    * Fixed the preference conditions for underlining preferences
    Sereza7 committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    df185ba View commit details
    Browse the repository at this point in the history