Commit graph

1089 commits

Author SHA1 Message Date
maxpozdeev
b589fcbdb5 use MTTExtensionLoaderException while loading extensions 2025-05-12 15:22:34 +03:00
maxpozdeev
30e6d8c5ae + can use own markdown converter with MTTMarkdown::setInstanceClass 2025-05-12 15:03:08 +03:00
maxpozdeev
0c451ee8ee add get_filever() 2025-04-08 00:03:30 +03:00
maxpozdeev
d34378032f add theme_scripts action and link_css_dark id 2025-04-08 00:02:43 +03:00
maxpozdeev
302a827eca * fix background color of inputs in mobile settings 2025-04-05 20:35:19 +03:00
maxpozdeev
5346491f37 change array_is_list polyfill 2025-04-04 01:27:09 +03:00
maxpozdeev
42baf175aa fix: extensions were not loaded due to non-list storage 2025-04-04 01:26:38 +03:00
maxpozdeev
1c30cf12d1 update COPYRIGHT file 2025-03-11 12:26:17 +03:00
maxpozdeev
7f84eaa713 add Estonian translation (thanks to Rivo Zängov) 2025-03-03 21:29:10 +03:00
maxpozdeev
591f1ca11c fix prev commit 2025-03-03 20:38:51 +03:00
maxpozdeev
a4635a1933 more checks of arrays 2025-03-03 15:09:14 +03:00
maxpozdeev
70d3e08c11 * do not write session data on every request 2025-02-27 21:34:32 +03:00
maxpozdeev
0679aa53eb remove unused tag 2025-02-26 18:53:31 +03:00
maxpozdeev
58642b9535 - Fix missing task's list name in All Tasks list after task was moved to another list (GH-107) 2025-02-25 22:09:23 +03:00
maxpozdeev
4c2033aa8c - Fix incorrect list name in task viewer opened from All tasks list (GH-107) 2025-02-25 21:46:11 +03:00
maxpozdeev
4356dd2c62 - dont show edit task button in taskviewer in readonly mode 2025-02-23 23:26:25 +03:00
maxpozdeev
dd4c38438b * better handling of auto_increment in backup extension 2025-02-23 22:12:08 +03:00
maxpozdeev
ac1df904ca update .htaccess 2025-02-21 22:18:46 +03:00
maxpozdeev
8e926b1208 update the percentage of translation completeness 2025-02-21 19:09:08 +03:00
maxpozdeev
7754719702 + Can filter tags in tag cloud (GH-105) 2025-02-21 12:20:27 +03:00
maxpozdeev
722a0a401c fix typo 2025-02-21 10:42:54 +03:00
maxpozdeev
99afe12cba Use randomString in setup for csrf token 2025-02-20 18:29:04 +03:00
maxpozdeev
846b4222fe - Fix: unable to upgrade old setups with db v1.4 with password protection 2025-02-20 17:28:47 +03:00
maxpozdeev
2841e12a30 * Batch of small UI changes 2025-02-19 22:38:55 +03:00
maxpozdeev
f7a7294466 Update jQuery UI to v1.14.1 2025-02-19 18:42:29 +03:00
maxpozdeev
0a093d4029 Merge branch 'master' of git@github.com:maxpozdeev/mytinytodo.git 2025-02-18 22:38:19 +03:00
Max Pozdeev
81a2dc6981
Add sys reqs to README.md 2025-02-18 22:37:37 +03:00
maxpozdeev
c7f935f1c8 Update jQuery UI Touch Punch to 1.1.5 with my patches 2025-02-17 22:17:25 +03:00
maxpozdeev
b6a6bc0ca4 add comments to avoid notices in ide 2025-02-17 12:31:10 +03:00
maxpozdeev
8082278af5 + Can filter tasks by having any tag or not having tags (closes GH-64) 2025-02-17 12:30:30 +03:00
maxpozdeev
4548aa17de Set version to 1.8.2 2025-02-16 18:40:42 +03:00
maxpozdeev
5cbe0d93a7 Added info about percent of translations completion 2025-02-16 18:28:56 +03:00
Max Pozdeev
510d04c48f
Merge pull request #100 from AlainRnet/patch-1
Update fr translation (thanks @AlainRnet)
2025-02-16 18:26:01 +03:00
maxpozdeev
360661f002 Restore authors history in zh-cn translation 2025-02-16 14:41:49 +03:00
maxpozdeev
0a56396091 Fix tabs in ru,en 2025-02-16 14:27:29 +03:00
maxpozdeev
a2b472f2d8 + Show counters of new tasks in the Select List menu 2025-02-16 00:27:50 +03:00
maxpozdeev
c11b7f5b34 + Can show a counter of new tasks as a favicon (GH-5, GH-25) 2025-02-15 21:50:09 +03:00
maxpozdeev
b05f40f77c Move js call of tasks/newCounter to js api file 2025-02-15 20:37:54 +03:00
maxpozdeev
30b08bd87c update .gitignore 2025-02-15 13:34:24 +03:00
maxpozdeev
2cbc827bca remove dev docker files 2025-02-15 13:34:03 +03:00
maxpozdeev
6b5c8221de add xml to .editorconfig 2025-02-15 13:18:24 +03:00
maxpozdeev
430de1793c little refactoring in updater extension 2025-02-09 01:08:22 +03:00
maxpozdeev
9bcb0cb7b1 Update Parsedown 1.7.4 to remove deprecation notice in PHP 8.4 2025-02-08 23:44:25 +03:00
maxpozdeev
96aaba10aa do not use E_STRICT 2025-02-05 23:49:13 +03:00
maxpozdeev
49b02cd4f8 - Fix empty page while print in firefox (closes GH-103) 2025-02-01 23:56:24 +03:00
maxpozdeev
c611762c9e - Fix margin of title in print style 2025-02-01 23:08:14 +03:00
maxpozdeev
2b5f31dab0 Fix authors and duplicates in French translation 2025-02-01 21:36:56 +03:00
Max Pozdeev
57681c8390
Merge pull request #83 from wangyouworld/master
Update zh-cn translation (thanks @wangyouworld GH-83)
2025-01-30 20:25:19 +03:00
maxpozdeev
7136e9f26c Fix indentation for easy diff 2025-01-30 20:22:01 +03:00
maxpozdeev
f952ddc130 add types to url_dir() definition 2025-01-21 16:16:27 +03:00