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

Introduce new javascript tree based at Fancytree #269

Merged
merged 46 commits into from
Dec 20, 2023
Merged

Introduce new javascript tree based at Fancytree #269

merged 46 commits into from
Dec 20, 2023

Commits on Aug 2, 2020

  1. Configuration menu
    Copy the full SHA
    18472eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7986a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    808dade View commit details
    Browse the repository at this point in the history
  4. ajax.php remove old functions, update phpdocs

    These functions are already moved to action.php, and are only by
    internal calls. The remaining functions are also used for handling
    external requests.
    Klap-in committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    ddcbc96 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a143e62 View commit details
    Browse the repository at this point in the history
  6. javascript jsdocs, explanation, stricter, some renaming

    set more specific cookie
    Klap-in committed Aug 2, 2020
    Configuration menu
    Copy the full SHA
    92555e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2020

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

Commits on Jul 5, 2021

  1. fancytree treemenu library

    Klap-in committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    10a8bfa View commit details
    Browse the repository at this point in the history
  2. jquery ui contextmenu plugin

    Klap-in committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    00f34eb View commit details
    Browse the repository at this point in the history
  3. first basic implementation of fancytree

    - clean up autoloaded included
    - code formatting
    - unneeded if defined die's
    - renaming of methodes
    
    - first proof of concept fancytree and contextmenu
    - fancytree, temporary data via json in div
    - temporary options 'treenew','treeold', 'treeboth'
    Klap-in committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    ce42931 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Move parts to Search class

    Klap-in committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    7be2863 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Configuration menu
    Copy the full SHA
    75682dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    adc30c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. unittest for sorting

    Klap-in committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    2fcc157 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0418bdf View commit details
    Browse the repository at this point in the history
  3. php8 warning fixes, reformating

    ´
    Klap-in committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    fbf842a View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. fix looping over unset entries

    PHP Notice:  Undefined offset: 21 in
    ...lib/plugins/indexmenu/syntax/indexmenu.php on line 707
    PHP Notice:  Trying to access array offset on value of type null in
    ...lib/plugins/indexmenu/syntax/indexmenu.php on line 707
    Klap-in committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    8437fb1 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. move syntax test

    Klap-in committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    5ef2ce0 View commit details
    Browse the repository at this point in the history
  2. extend tests

    Klap-in committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    1c0c7a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3507a2 View commit details
    Browse the repository at this point in the history
  4. load css for skin seperately

    Klap-in committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    6c8660a View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2023

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

Commits on Nov 2, 2023

  1. import all styles for fancytree skins

    - duplicate skin-common.less to all skin folders to workaround import
    limitation of lesserphp library as the recenter (multiple) option is not
    supported.
    - some tuning of the styles
    - indexmenu does not include styles and fonts for the svg styles. Needs
    to be provided separately by template e.g. bootstrap3 template or by
    plugins e.g. icons plugin. Consider in later stage to add svgs of only
    the used icons.
    Klap-in committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    208beef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff62de4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f2cdf0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #270 from samuelet/bot/autofix

    🤖 Automatic code style fixes
    Klap-in authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    a732e01 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. remove admin for installing and sharing the themes for dTree

    dTree will be deprecated, as it is difficult to maintain. Therefore,
    also the old infrastructure supporting it.
    Klap-in committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    6b5051e View commit details
    Browse the repository at this point in the history
  2. code reformatting

    Klap-in committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    6e3a865 View commit details
    Browse the repository at this point in the history
  3. remove constant

    the file location is already used hard code on a lot of places
    Klap-in committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    60adb51 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Configuration menu
    Copy the full SHA
    0c01b11 View commit details
    Browse the repository at this point in the history
  2. reformatting tests

    Klap-in committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    a1bb268 View commit details
    Browse the repository at this point in the history
  3. phps: ignorefile ajax.php

    Klap-in committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    78e9f00 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. phpdocs

    Klap-in committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    c14a574 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e5911b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d615a6 View commit details
    Browse the repository at this point in the history
  4. update url

    Klap-in committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    23b4edc View commit details
    Browse the repository at this point in the history
  5. little refactoring

    Klap-in committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    8ecd7c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. use hsc(), phpdocs

    Klap-in committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    7dfebf2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37ef35a View commit details
    Browse the repository at this point in the history
  3. improve preventing looping

    Klap-in committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    530547c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c399e0 View commit details
    Browse the repository at this point in the history
  5. update tests with url output

    Klap-in committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    97f3419 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bddf740 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Fancytree must use another function for building the tree data

    Effects mainly lazyloading/expanding/number of level retrieved per ajax
    call
    Klap-in committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    9de877a View commit details
    Browse the repository at this point in the history
  2. phpdocs test

    Klap-in committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    e1781ab View commit details
    Browse the repository at this point in the history
  3. modify skin-xp icons: replace blue lazy expander icon by a normal plu…

    …s icon
    
    add more info about the icons sprite layout
    Klap-in committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    eea77f0 View commit details
    Browse the repository at this point in the history