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

Prepare DokuWiki Index refactoring #74

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open

Commits on Jun 23, 2020

  1. PSR-12 coding style

    ssahara committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    58a98a7 View commit details
    Browse the repository at this point in the history
  2. refactor getStopwords()

    set class property stopwords when it is necessary instead of constructor.
    use idx_get_stopwords()
    ssahara committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    d46e537 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93cd068 View commit details
    Browse the repository at this point in the history
  4. refactor getTagCloud()

    ssahara committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    f36fa34 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    46516ea View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

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

Commits on Jun 26, 2020

  1. Configuration menu
    Copy the full SHA
    7ca8a55 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7250513 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    255df11 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2020

  1. better syntax handling

    ssahara committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    b44f62a View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2020

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

Commits on Aug 20, 2023

  1. Configuration menu
    Copy the full SHA
    881121a View commit details
    Browse the repository at this point in the history
  2. remove unused, simplify

    Klap-in committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    71edd97 View commit details
    Browse the repository at this point in the history
  3. code reformatting

    Klap-in committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    e3ac4e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. phpdocs, use Sort, typo

    Klap-in committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    a59cdf7 View commit details
    Browse the repository at this point in the history
  2. change default for list_tags_of_subns to on

    Most places subnamespaces are considered with their parent, therefore,
    this default feels more intuitive
    Klap-in committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    98d81fa View commit details
    Browse the repository at this point in the history