v1.6
Version 1.6 is the first major version since 2011. Mostly a bug fix release, no new features were added, but there are many internal changes.
Added compatibility with PHP 7.4. Minimal required version is v5.4.
jQuery was updated to v3.x branch.
Front-end html code now uses flexbox in most cases and SVG images as well.
That’s why support of Internet Explorer 8 was removed, but if you really need you can enable old ie8 theme (see readme.txt in ie8.zip in MTT bundle).
Support of Internet Explorer 11 and ie8 theme will be removed in the next major version.
New version uses translation files in json format. Old language files in php format can be converted to the new format in the settings. Download all languages you use and copy them to ‘content/lang’ folder. Translation maker is not updated yet.
Directory structure was changed. Added new folders: ‘content’ and ‘includes’. ‘themes’ directory was moved to ‘content’. jQuery and other internal files moved to ‘includes’ folder. Translation files are located in ‘lang’ directory in ‘content’ folder. ‘tmp’ and ‘db’ directories were not changed.
To upgrade installed version to this one just upload the contents of bundle excluding folder ‘db’. If you have translations go to settings and convert it. After upgrading you may delete ‘themes’, ‘lang’, ‘jquery’ folders in MTT root.
Update 2020-10-03
v1.6.1 is published.
Update 2020-10-14
v1.6.2 is published.
Update 2020-10-19
v1.6.3 is published
All the changes you can find in changelog.
Great update. Very good work…
I was already missing a mobile version.
Thank you very much.
PS: Would it be possible to implement pagination? I have a very long list of tasks …
Thank you very much for providing this very handy piece of software! I’ve been a very happy user from the beginning, and use your tool to collect url’s in lists and tag them for easy sorting.
And I concur with Lagar, pagination or some way to limit the amount of ‘tasks’ on screen would be very welcome. I now start a new task list when over 1500 ‘tasks’. This wouldn’t be a problem but you loose the ability to search in everything because the search is in one list at the time.
Keep up the good work!
Thank you for your excellent work!
autotag in fullnewtask does not correctly
Hi!
Thank you for great job!
Is it planned to divide pages into separate accesses future?
Hi I like this software, it would be more useful if it have an option to display “modified date” next to the task – I know it can display the “create date” but I recommend that the “modified date” option is more useful, thanks for your time.
Thank you for your efforts, do you plan to add basic importing? That will be very fine.
Hello,
Excellent product that suits my needs perfectly. Just an improvement that would greatly help us. We use it as a check for our recurring daily tasks. It would be great to be able to import / export a task list in csv. (for us the same every day). A remarks field in addition to notes would be welcome too. Thank you for continuing to develop the product. Good work.
Thank you for continuing to contribute to the growth of this great application.
Happy New Year.
Great little application. Is there any plan to provide email notification of tasks with due dates on them? That would be a great feature.
Hi Max and all,
Thank you very much for this nice tool: nice, simple and complete at the same time 🙂
I wanted to test the password for settings but I get errors (and I have to delete line 13 in /mytinytodotome/db/config.php :
( //$config[‘password’] = ‘azerty’; )
mytinytodo 1.6.3 and -old- PHP Version 5.6.34
******************* ERRORS : *********************************
Warning: session_start(): open(/var/www/sda/1/5/monsite/sessions/sess_f9d62542a1fe61ec38865fca1e191010, O_RDWR) failed: No such file or directory (2) in /var/www/sda/1/5/monsite/mytinytodotome/init.php on line 143
Warning: session_start(): Cannot send session cache limiter – headers already sent (output started at /var/www/sda/1/5/monsite/mytinytodotome/init.php:143) in /var/www/sda/1/5/monsite/mytinytodotome/init.php on line 143
Warning: Cannot modify header information – headers already sent by (output started at /var/www/sda/1/5/monsite/mytinytodotome/init.php:143) in /var/www/sda/1/5/monsite/mytinytodotome/content/themes/default/index.php on line 1
***************** END OF ERRORS ****************************
Session files are stored in ‘sessions’ directory. Need to set permissions to this directory for PHP to read/write here.
Thanks for your fast return Max !
in /tmp/ sessions I have :
1- user can read, write, and execute it;
2- members of this group can read only;
3- others may only read it.
and I an not authorized to modify this ( use a free service)
Regards.
Try to set $config[‘session’] = ‘default’;
This will use system default location for session files.
Or try to set $config[‘session’] = ‘files’;
Hi Max,
No: whether I choose default or files it doesn’t work 🙁
It’s not a big deal either: I’ll work without this option 😉
Thanks again for this software.
Hi Max, how are you?
I have installed a test version of version 1.7 and I have encountered a problem when searching for tasks when there are accents present in some phrase typed in some task. It gives me a zero result, I have to write it exactly the same in the search to obtain results.
I know it’s a trial version, it’s just commenting on it. With version 1.67 I don’t have that problem, it works perfectly.
Greetings and thank you very much for all your effort.
Hello again Max. I confirm that the problem of the accents in the searches only affects SQLITE databases, with MySQL it works perfectly.
Thank you very much…
PS: I tried with a fresh install
Solid work and I am considering to donate but I can’t get the task edit/action menu to open (to edit a task etc.) on iOS. Anyone with a fix for the mobile.css maybe?
Hey Max, would be really cool if you could fix the mobile.css task action menu. It won’t show up right now and I can’t edit or delete tasks 🙁
Hi! Probably this is due to small action button. Try to add this line to mobile.css :
.taskactionbtn { padding: 0.4rem; }
You can double tap on task to open editor.
That just helped a little by making the three dots easier to tap. But I think there’s a conflict with the used jQuery UI library. The click event on the three dots should show the content menu, but I see that – on mobile – a mousedown event is captured as well, which dismisses the menu immediately.
Seems, I caught it. This happens in lists with manual sorting (by hand), no click event triggered on task tap.
Will try to fix asap.
I made some fixes – https://github.com/maxpozdeev/mytinytodo/commits/v1.6.x
You can test them in updated demo – https://www.mytinytodo.net/demo/
Yay! That did it! Thanks Max!
Hi –
total noob here – can you give explicit / detailed instructions for installing on my home-server? I can get to my apache www folder, but I’m not sure where to put the mytinytodo setup file – in the www folder or somewhere else?
Thanks, looks great, just wish I could figure out how to install it.
Wow what a great work! It would be better than Microsoft To do if you add notification telegram feature!