Aktuelle Version und Erweiterungen von myTinyTodo (v1.8)
  • PHP 64.5%
  • JavaScript 23.7%
  • CSS 11.8%
Find a file
2026-03-07 14:54:56 +01:00
src Modal dialogs without text input will set initial focus on the Ok button 2026-03-07 14:54:56 +01:00
.editorconfig add xml to .editorconfig 2025-02-15 13:18:24 +03:00
.gitignore update .gitignore 2025-02-15 13:34:24 +03:00
buildtar.php Added info about percent of translations completion 2025-02-16 18:28:56 +03:00
composer.json Update Parsedown 1.7.4 to remove deprecation notice in PHP 8.4 2025-02-08 23:44:25 +03:00
composer.lock update symfony/polyfill-intl-normalizer to v1.32 2025-05-13 09:55:23 +03:00
composer.sh can use podman for composer 2025-01-19 22:30:50 +03:00
README.md Add sys reqs to README.md 2025-02-18 22:37:37 +03:00

myTinyTodo

Your tiny todo list

Original website - http://www.mytinytodo.net/

System requirements

  • PHP 7.2 or greater
  • PHP extensions:
    • mbstring
    • pdo_sqlite, intl (SQLite version)
    • pdo_mysql or mysqli (MySQL version)
    • pdo_pgsql (PostgreSQL version)
  • One of databases:
    • MySQL 5.7 or greater / MariaDB 10.2 or greater
    • PostgreSQL 10 or greater
    • SQLite (system library)

Supported browsers: Chrome 49, Safari 10, Firefox 53.

Internet Explorer and Opera with Presto engine are not supported.