Commit graph

452 commits

Author SHA1 Message Date
Max Pozdeev
59168da504 update .gitignore 2020-09-04 15:22:39 +03:00
Max Pozdeev
abab919953 move jquery to includes folder 2020-09-04 15:19:49 +03:00
Max Pozdeev
1e70710be7 Do not use mytinytodo_lang.php in theme 2020-09-04 15:15:56 +03:00
Max Pozdeev
750d74f797 Fix newlines in language files 2020-09-04 15:11:32 +03:00
Max Pozdeev
24385cd3b2 move js to includes folder 2020-09-04 15:01:10 +03:00
Max Pozdeev
756e4839db suppress warning if /lang/ folder does not exists 2020-09-04 14:50:09 +03:00
Max Pozdeev
47758f08c2 move common.php to includes folder 2020-09-04 14:45:24 +03:00
Max Pozdeev
3719405bd7 move db classes to includes folder 2020-09-04 14:42:07 +03:00
Max Pozdeev
b27a957c00 convert all language files in repo to json 2020-09-04 14:36:41 +03:00
Max Pozdeev
827fc92609 * Use language files in json format, in new folder 2020-09-04 14:26:28 +03:00
Max Pozdeev
a5cc36ea64 mobile theme can be loaded with ?mobile parameter as well 2020-09-02 16:52:25 +03:00
Max Pozdeev
dc856902fe move build script to repo 2020-09-01 12:42:25 +03:00
Max Pozdeev
e34b90fe33 * Newly created list shows completed tasks; List name can not have @ and # symbols 2020-08-29 12:35:07 +03:00
Max Pozdeev
48778729d3 * FL: update inline add task icon 2020-08-28 23:42:05 +03:00
Max Pozdeev
08306acd8d * click with Cmd and Ctrl on tag in tagcloud will exclude the tag (like in tasklist) 2020-08-28 17:43:46 +03:00
Max Pozdeev
73668d7a7e * Facelifting: move tag filters upper in toolbar, and redesigned 2020-08-28 17:40:44 +03:00
Max Pozdeev
88d040eab4 Facelifting: change width to 1000px 2020-08-27 21:03:01 +03:00
Max Pozdeev
36fee462df - Bugfix: filter by multiple tags shows completed taks when list settings was off 2020-08-26 22:37:03 +03:00
Max Pozdeev
fa4875d2d7 * migrate to jQuery 3.5.1 2020-08-26 20:34:03 +03:00
Max Pozdeev
ab2d10da45 * migrate jQuery to v.12.4 2020-08-25 22:24:39 +03:00
Max Pozdeev
973bfa9eed fix for prev commit 2020-08-25 21:44:13 +03:00
Max Pozdeev
92bbc9bb58 * Facelifting: added css transitions, icon color by opacity, use rem units 2020-08-25 18:52:02 +03:00
Max Pozdeev
6c4898b923 experiments: avoid opcode cache 2020-08-24 20:25:28 +03:00
Max Pozdeev
9b6437924d * show full year in short date format unless 21st century 2020-08-24 20:24:11 +03:00
Max Pozdeev
d8cfe5e319 use css transform for .task-toggle arrow 2020-08-24 00:11:47 +03:00
Max Pozdeev
bc248bd6af UI little fixes 2020-08-24 00:03:29 +03:00
Max Pozdeev
d1f34cc6eb * use full year in duedate field 2020-08-23 22:46:00 +03:00
Max Pozdeev
babe849346 .duedate-arrow removed, arrow is set with .duedate:before content 2020-08-23 12:13:10 +03:00
Max Pozdeev
07271cf645 tags autocomplete moved to db storage 2020-08-22 18:59:10 +03:00
Max Pozdeev
82d6d660bb use autocomplete plugin from jQuery UI 2020-08-22 18:43:04 +03:00
Max Pozdeev
1d71b923f4 move calendar icon path to template js init 2020-08-21 16:58:26 +03:00
Max Pozdeev
30c9cca2d4 * little fixes in mobile UI 2020-08-21 15:58:10 +03:00
Max Pozdeev
e446d16f26 use @VERSION for dev no-caching 2020-08-19 21:24:25 +03:00
Max Pozdeev
700b87aa99 * update jQuery to v1.8.3, jQuery UI to v1.12.1 to fix possible UI issues 2020-08-19 17:56:04 +03:00
Max Pozdeev
27307633c0 * add links to desktop and mobile versions to footer 2020-08-19 10:42:31 +03:00
Max Pozdeev
1808267267 - bugfix: fixed incorrect view of selected tab in unauthorized mode 2020-08-19 10:12:27 +03:00
Max Pozdeev
ec6e58180e added copyright for new images 2020-08-18 22:02:43 +03:00
Max Pozdeev
e83feb585d fresh icon for new tab 2020-08-18 22:00:41 +03:00
Max Pozdeev
f850bd6ca2 - bugfix: auth form size on windows was too small 2020-08-18 21:42:57 +03:00
Max Pozdeev
2b3c150138 * update preloader icon 2020-08-18 20:49:41 +03:00
Max Pozdeev
ba8983df8e - Bugfix: need to swap implode() parameters due to PHP 7.4 deprecation (one more line) 2020-08-18 19:29:11 +03:00
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