Commit graph

411 commits

Author SHA1 Message Date
Max Pozdeev
293f120426 * Facelifting: replace png and gif icons with svg 2020-08-18 19:25:46 +03:00
Max Pozdeev
3d4a21f83f * Facelifting: unbold tab title 2020-08-14 16:11:11 +03:00
Max Pozdeev
69e0f42223 * Facelifting: repalce rounded corners images of tabs with css border-radius (patch by Yury Zezegov - bitbucket.org/yuryzezegov) 2020-08-14 14:36:47 +03:00
Max Pozdeev
e77cf69185 - Bugfix: need to swap implode() parameters due to PHP 7.4 deprecation 2020-08-14 12:18:57 +03:00
Max Pozdeev
08d673f8ae Update icons to SVG: calendar 2020-08-14 12:10:02 +03:00
Max Pozdeev
4897b6c47b * Facelifting. The begining 2020-08-14 10:58:56 +03:00
Max Pozdeev
6a92bc43cc - Fix malfunction due to deprecated gpc notice in PHP 7.4 (mtt now requires php 5.4+) 2020-08-13 21:41:44 +03:00
Max Pozdeev
a2ad0822ec Version changed to 1.5 2019-09-07 12:15:26 +03:00
Max Pozdeev
c859e1db31 - escape formulas in CSV export (fix) 2019-06-29 20:19:40 +03:00
Max Pozdeev
8085658e53 little changes in error logging 2019-06-29 19:05:48 +03:00
Max Pozdeev
e1b21839b2 - bugfix: mysql password was displayed in stack trace when connect failed 2019-06-29 19:01:40 +03:00
Max Pozdeev
d29e82a543 log errors in exception handler 2019-06-29 18:51:33 +03:00
Max Pozdeev
f836683a9c more info on sqlite query error 2019-06-29 18:47:06 +03:00
Max Pozdeev
dca80918e2 formatting fixed 2019-06-29 18:16:21 +03:00
Max Pozdeev
242d95d384
Merge pull request #1 from nmcgann/change-mysqli
Convert mysql_ function calls to mysqli_ procedural routines.
2019-06-29 18:06:03 +03:00
Max Pozdeev
8c67075b8c - escape formulas in CSV export 2019-06-29 17:08:41 +03:00
Max Pozdeev
71d989ab47 * use semicolons instead of commas as separator and add BOM in CSV export 2019-06-29 17:05:18 +03:00
Max Pozdeev
3b7e951050 init .gitignore 2019-06-29 16:25:49 +03:00
Neil McGann
78b2e6b91e Convert mysql_ function calls to mysqli_ procedural routines. 2014-11-18 10:11:42 +00:00
Max Pozdeev
d4bc53a52d repo moved to GitHub 2014-01-28 19:05:50 +04:00
Max Pozdeev
181a52e843 Code license changed to GNU GPL v2+. Version changed to 1.4.3 2014-01-28 16:38:06 +04:00
Max Pozdeev
d93e216088 * catch exception in exception handler :) 2011-05-30 18:45:35 +04:00
Max Pozdeev
b77ff34a1b * language settings for demo 2011-05-30 18:44:56 +04:00
Max Pozdeev
44f25d6c3e Added tag v1.4.2 for changeset 31a315e8df21 2011-03-21 12:54:46 +03:00
Max Pozdeev
83eb886673 version changed to v1.4.2 2011-03-21 12:53:30 +03:00
Max Pozdeev
9c613012b9 * 'tagcloud' string added 2011-03-21 12:46:10 +03:00
Max Pozdeev
538ad0f135 - bugfix: can not change password in Opera 2011-03-20 11:34:06 +03:00
Max Pozdeev
0a9955d2a4 * charset header for lang js 2011-03-03 17:18:13 +03:00
Max Pozdeev
a3dd5e36ec * always print content-type header with correct charset to override webserver defaults 2011-03-02 15:40:29 +03:00
Max Pozdeev
fea919b7cd fix in russian translation 2011-03-02 15:15:16 +03:00
Max Pozdeev
f2e13d99d0 Added tag v1.4.1 for changeset d1ac197a666c 2011-02-15 23:01:38 +03:00
Max Pozdeev
55635462d0 version changed to v1.4.1 2011-02-15 23:01:06 +03:00
Max Pozdeev
31ab4d54da * disable priority popup in pda style 2011-02-14 10:18:30 +03:00
Max Pozdeev
ee7a80de54 - bugfix: Error while filtering by 2 tags or more in mysql version (thanks to Горан Трајковић) 2011-02-10 16:52:52 +03:00
Max Pozdeev
5d04caa646 French translation updated (by liryk) 2011-01-29 22:05:08 +03:00
Max Pozdeev
1a37cb840b German translation updated (by Pascal) 2011-01-29 22:04:39 +03:00
Max Pozdeev
44dd8649ed Spanish translation updated (by Antonio Garcia Marin) 2011-01-28 00:09:14 +03:00
Max Pozdeev
f1f3a8f3dc versions of ru and en translations fixed 2011-01-25 00:36:43 +03:00
Max Pozdeev
a89ce1273d Added tag v1.4.0 for changeset 28cf9a929259 2011-01-25 00:02:21 +03:00
Max Pozdeev
dff5998f8c version changed to v1.4.0 2011-01-24 23:59:53 +03:00
Max Pozdeev
9adcadab67 + ability to open all task tab on page load using "list=-1" query string parameter or "#alltasks" or "#list/-1" 2011-01-23 20:11:10 +03:00
Max Pozdeev
627c6661da - bugfix: show all tags not working in task add form if the form was opened for the first time 2011-01-21 23:07:30 +03:00
Max Pozdeev
f2aa838179 + ability to use feed of current tasks (without completed);
+ added date of task completion to feed
2011-01-20 18:43:06 +03:00
Max Pozdeev
4960c0467d - fix fo prev commit (not worked in webkit) 2011-01-18 09:52:58 +03:00
Max Pozdeev
9a6fa69020 + need to confirm page close if task was edited and not saved 2011-01-15 23:47:31 +03:00
Max Pozdeev
fce44e85f9 * tagPreviewDelay in options 2011-01-12 13:49:13 +03:00
Max Pozdeev
c3fba7503f Added tag v1.4b3 for changeset 847d67bc45c2 2011-01-09 00:55:32 +03:00
Max Pozdeev
622a7ff37e version changed to v1.4b3 2011-01-09 00:55:16 +03:00
Max Pozdeev
decbffe22a * Russian translation updated to v1.4b3 2011-01-09 00:55:00 +03:00
Max Pozdeev
be19bad8bd * en translation updated 2011-01-09 00:54:22 +03:00