| .. |
|
api
|
do not use string_agg in sqlite due to not implemented in old lib versions (like php docker images)
|
2025-05-13 11:14:40 +03:00 |
|
lang
|
update percentage of translations done
|
2025-05-13 09:29:40 +03:00 |
|
.htaccess
|
move js files from includes to content
|
2022-07-10 18:07:54 +03:00 |
|
class.config.php
|
+ Can show a counter of new tasks as a favicon (GH-5, GH-25)
|
2025-02-15 21:50:09 +03:00 |
|
class.db.mysql.php
|
can log sql queries to file
|
2025-01-20 00:35:22 +03:00 |
|
class.db.mysqli.php
|
can log sql queries to file
|
2025-01-20 00:35:22 +03:00 |
|
class.db.postgres.php
|
can log sql queries to file
|
2025-01-20 00:35:22 +03:00 |
|
class.db.sqlite3.php
|
can log sql queries to file
|
2025-01-20 00:35:22 +03:00 |
|
class.dbconnection.php
|
can log sql queries to file
|
2025-01-20 00:35:22 +03:00 |
|
class.dbcore.php
|
* Remove restriction on having some characters (<, >, &, ', ") in list names (closes GH-108)
|
2025-05-12 15:52:24 +03:00 |
|
class.lang.php
|
+ Can filter tasks by having any tag or not having tags (closes GH-64)
|
2025-02-17 12:30:30 +03:00 |
|
class.sessionhandler.php
|
* do not write session data on every request
|
2025-02-27 21:34:32 +03:00 |
|
classes.php
|
use MTTExtensionLoaderException while loading extensions
|
2025-05-12 15:22:34 +03:00 |
|
common.php
|
change array_is_list polyfill
|
2025-04-04 01:27:09 +03:00 |
|
filters.php
|
* add filter action for smart syntax parser
|
2023-09-09 17:31:26 +03:00 |
|
index.html
|
add index.html to forbid the index
|
2020-09-22 21:47:58 +03:00 |
|
markup.commonmark.php
|
declare strict types in markup scripts
|
2022-08-08 01:21:58 +03:00 |
|
markup.parsedown.php
|
* open links in markdown notes in new window (fixes GH-72)
|
2023-09-05 22:49:09 +03:00 |
|
markup.php
|
+ can use own markdown converter with MTTMarkdown::setInstanceClass
|
2025-05-12 15:03:08 +03:00 |
|
notifications.php
|
+ new notifications for tasks (edited, completed, deleted) and lists (deleted, deleted complted tasks)
|
2023-08-19 18:24:40 +03:00 |
|
smartsyntax.php
|
add support of 3-letter weekdays for duedate in smart syntax
|
2023-09-10 12:01:39 +03:00 |
|
theme.php
|
add theme_scripts action and link_css_dark id
|
2025-04-08 00:02:43 +03:00 |
|
version.php
|
Set version to 1.8.2
|
2025-02-16 18:40:42 +03:00 |