Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: WackoWiki/wackowiki
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6.1.10
Choose a base ref
...
head repository: WackoWiki/wackowiki
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref

Commits on May 26, 2022

  1. minor fixes

    vendeeglobe committed May 26, 2022
    Copy the full SHA
    c27e8ba View commit details
  2. minor fixes

    vendeeglobe committed May 26, 2022
    Copy the full SHA
    d92be7c View commit details
  3. minor fix

    vendeeglobe committed May 26, 2022
    Copy the full SHA
    dc4527a View commit details

Commits on May 28, 2022

  1. Copy the full SHA
    d40efec View commit details
  2. Copy the full SHA
    20b9357 View commit details

Commits on May 29, 2022

  1. updated message sets

    vendeeglobe committed May 29, 2022
    Copy the full SHA
    c760219 View commit details
  2. minor fixes

    vendeeglobe committed May 29, 2022
    Copy the full SHA
    5d479bb View commit details
  3. Copy the full SHA
    e34d3f1 View commit details
  4. merged ranges in class

    vendeeglobe committed May 29, 2022
    Copy the full SHA
    7d44ff8 View commit details
  5. removed redundant comma

    vendeeglobe committed May 29, 2022
    Copy the full SHA
    f1f6e01 View commit details
  6. simplified regex

    vendeeglobe committed May 29, 2022
    Copy the full SHA
    6666ec5 View commit details

Commits on May 30, 2022

  1. minor fixes

    vendeeglobe committed May 30, 2022
    Copy the full SHA
    ec5ed14 View commit details
  2. only code styling

    vendeeglobe committed May 30, 2022
    Copy the full SHA
    7249392 View commit details
  3. minor fixes

    vendeeglobe committed May 30, 2022
    Copy the full SHA
    b5f9267 View commit details

Commits on May 31, 2022

  1. Copy the full SHA
    5f6da18 View commit details
  2. Copy the full SHA
    3015b26 View commit details
  3. Copy the full SHA
    533c3b4 View commit details
  4. minor fixes

    vendeeglobe committed May 31, 2022
    Copy the full SHA
    c145a7e View commit details

Commits on Jun 1, 2022

  1. minor fixes

    vendeeglobe committed Jun 1, 2022
    Copy the full SHA
    61bafc3 View commit details
  2. Copy the full SHA
    9e191db View commit details
  3. minor fixes

    vendeeglobe committed Jun 1, 2022
    Copy the full SHA
    187330f View commit details

Commits on Jun 3, 2022

  1. Copy the full SHA
    3bd784e View commit details
  2. only code styling

    vendeeglobe committed Jun 3, 2022
    Copy the full SHA
    4cba549 View commit details
  3. Copy the full SHA
    dd8736a View commit details
  4. minor fixes

    vendeeglobe committed Jun 3, 2022
    Copy the full SHA
    35b8ad0 View commit details
  5. Copy the full SHA
    5ce016f View commit details

Commits on Jun 4, 2022

  1. Copy the full SHA
    97ee2e8 View commit details
  2. minor fixes

    vendeeglobe committed Jun 4, 2022
    Copy the full SHA
    3ddd9de View commit details
  3. minor fixes

    vendeeglobe committed Jun 4, 2022
    Copy the full SHA
    2ed8916 View commit details
  4. only code styling

    vendeeglobe committed Jun 4, 2022
    Copy the full SHA
    dba1236 View commit details
  5. minor fixes

    vendeeglobe committed Jun 4, 2022
    Copy the full SHA
    36a2c4c View commit details
  6. only code styling

    vendeeglobe committed Jun 4, 2022
    Copy the full SHA
    8f02848 View commit details

Commits on Jun 5, 2022

  1. minor fixes

    vendeeglobe committed Jun 5, 2022
    Copy the full SHA
    833c315 View commit details
  2. minor fix

    vendeeglobe committed Jun 5, 2022
    Copy the full SHA
    cc39cd8 View commit details

Commits on Jun 7, 2022

  1. minor fixes

    vendeeglobe committed Jun 7, 2022
    Copy the full SHA
    751a0b2 View commit details
  2. Copy the full SHA
    6bda8cf View commit details

Commits on Jun 8, 2022

  1. Copy the full SHA
    872808a View commit details
  2. Copy the full SHA
    2d7d04b View commit details

Commits on Jun 13, 2022

  1. fixes broken comment feed

    vendeeglobe committed Jun 13, 2022
    Copy the full SHA
    f1b12c8 View commit details

Commits on Jun 14, 2022

  1. Copy the full SHA
    f653fe2 View commit details
  2. Copy the full SHA
    1de1514 View commit details
  3. minor visibility fixes

    vendeeglobe committed Jun 14, 2022
    Copy the full SHA
    56c2dd2 View commit details
  4. only code styling

    vendeeglobe committed Jun 14, 2022
    Copy the full SHA
    dbc6e8d View commit details

Commits on Jun 15, 2022

  1. Copy the full SHA
    9538525 View commit details

Commits on Jun 16, 2022

  1. only code styling

    vendeeglobe committed Jun 16, 2022
    Copy the full SHA
    41d0b00 View commit details

Commits on Jun 18, 2022

  1. adds config option 'session_notice'

    turns the session termination notice On or Off, which indicates the
    cause of the session termination
    
    default: Off
    vendeeglobe committed Jun 18, 2022
    Copy the full SHA
    022d19a View commit details

Commits on Jun 19, 2022

  1. renamed message set

    vendeeglobe committed Jun 19, 2022
    Copy the full SHA
    f54ac9b View commit details
  2. Copy the full SHA
    97013a0 View commit details

Commits on Jun 20, 2022

  1. Copy the full SHA
    ba590b3 View commit details
  2. Copy the full SHA
    a64aef6 View commit details
Showing 1,175 changed files with 98,536 additions and 60,133 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -23,6 +23,8 @@
!/file/perpage/.htaccess
/file/thumb/*
!/file/thumb/.htaccess
/file/thumb_local/*
!/file/thumb_local/.htaccess

# Eclipse IDE
.buildpath
@@ -31,4 +33,4 @@

# PHPStorm IDE
.idea
*.iml
*.iml
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) 2003-2022, WackoWiki Team <https://wackowiki.org>
Copyright (c) 2003-2024, WackoWiki Team <https://wackowiki.org>
Copyright (c) 2002, WakkaWiki, Hendrik Mans <hendrik@mans.de>
All rights reserved.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# WackoWiki

WackoWiki is a light and easy to install multilingual Wiki-engine.
Supports WYTIWYG-editing, page rights (ACLs), design themes (skins), file upload, email notification and much more. Compatible with PHP 7.3 - 8.1 and MariaDB / MySQL.
Supports WYTIWYG-editing, page rights (ACLs), design themes (skins), file upload, email notification and much more. Compatible with PHP 8.0 - 8.4 and MariaDB / MySQL.

## Instructions and help

Loading