| .. |
|
api
|
- fix: alltasks tab was not filled if new list with tasks was created in another session
|
2023-12-02 14:13:39 +03:00 |
|
lang
|
Updated de language file via myTinyTodo translation maker v2.1.
|
2024-04-03 22:45:24 +02:00 |
|
.htaccess
|
move js files from includes to content
|
2022-07-10 18:07:54 +03:00 |
|
class.config.php
|
+ add setting for counter of new tasks (disabled by default) (2 strings added for translation)
|
2024-01-23 13:35:19 +03:00 |
|
class.db.mysql.php
|
add db::ciEquals()
|
2023-09-06 22:30:23 +03:00 |
|
class.db.mysqli.php
|
add db::ciEquals()
|
2023-09-06 22:30:23 +03:00 |
|
class.db.postgres.php
|
fix index in postgres
|
2023-09-06 22:30:57 +03:00 |
|
class.db.sqlite3.php
|
- fix deprecation notice in PHP 8.4
|
2024-08-14 23:01:19 +03:00 |
|
class.dbconnection.php
|
add db::ciEquals()
|
2023-09-06 22:30:23 +03:00 |
|
class.dbcore.php
|
+ can use manual sorting in reverse order (i.e. new tasks are on top)
|
2023-11-23 23:16:40 +03:00 |
|
class.lang.php
|
* show "no tags" in tag cloud and task editor
|
2023-08-14 13:37:39 +03:00 |
|
class.sessionhandler.php
|
- fix: expired and unremoved session breaks the work
|
2022-09-08 23:16:31 +03:00 |
|
classes.php
|
normalize ext loader func to be able to have '-' in ext directory name
|
2024-08-10 20:01:04 +03:00 |
|
common.php
|
* can use weekday for duedate in smart syntax; can use ! and @ for duedate prefix (GH-26)
|
2023-09-10 11:54:22 +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
|
declare strict types in markup scripts
|
2022-08-08 01:21:58 +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
|
little refactoring of js api driver
|
2023-11-23 21:51:54 +03:00 |
|
version.php
|
set version to 1.8.1
|
2023-12-02 14:31:39 +03:00 |