Commit graph

418 commits

Author SHA1 Message Date
Max Pozdeev
c44d7bcd44 fix style for RTL languages 2020-09-20 17:20:34 +03:00
Max Pozdeev
17b271b88e * can override language with 'lang' cookie or query param 2020-09-20 16:46:07 +03:00
Max Pozdeev
580640e412 move themes to /content/themes/ folder 2020-09-18 23:10:39 +03:00
Max Pozdeev
83ac15e582 Move langs to /content/lang/ folder 2020-09-18 23:02:45 +03:00
Max Pozdeev
658ec2fbc6 move DefaultLang class to mytinytodo_lang.php in the root; remove folder /lang/ 2020-09-18 22:06:10 +03:00
Max Pozdeev
4566110e95 fix tag filter in ie8 theme 2020-09-18 17:29:03 +03:00
Max Pozdeev
723788d19e * add ie8 theme based on the old default theme from v1.5 2020-09-17 21:10:20 +03:00
Max Pozdeev
d388c48cb3 little fixes for theme support 2020-09-17 18:51:29 +03:00
Max Pozdeev
c63434f468 fixes for IE; update task-menu icon 2020-09-17 10:41:27 +03:00
Max Pozdeev
79f412a983 fix link in menu 2020-09-16 22:08:07 +03:00
Max Pozdeev
a92ae4d74b Correct title for tab with all tasks 2020-09-16 22:06:06 +03:00
Max Pozdeev
9ff6e86e3d replace float in task; update 2 task icons 2020-09-16 17:14:52 +03:00
Max Pozdeev
7022121c43 fix js for IE11 compatibility 2020-09-14 23:25:22 +03:00
Max Pozdeev
e199c7b6f9 fix the size of images for svg viewbox 2020-09-14 22:43:15 +03:00
Max Pozdeev
a36834d62f replace float in tabs 2020-09-14 22:38:17 +03:00
Max Pozdeev
8b45cae0ad replace float in #toolbar 2020-09-14 20:32:26 +03:00
Max Pozdeev
2519d6e54d replace float in footer 2020-09-14 15:11:43 +03:00
Max Pozdeev
3529269f36 replace css float with flex in top block 2020-09-13 22:48:35 +03:00
Max Pozdeev
27220c974d use .urlForList() 2020-09-13 16:32:55 +03:00
Max Pozdeev
56e78b451c use 'a href' for a list feed and exports instead of location.href 2020-09-12 20:50:29 +03:00
Max Pozdeev
734c407917 little more security for config values 2020-09-12 17:02:15 +03:00
Max Pozdeev
dbfa448576 * add basic auto-detection of mobile devices (disabled yet) 2020-09-12 16:17:43 +03:00
Max Pozdeev
3caf17be9d basic handling of unknown list in history 2020-09-12 00:05:36 +03:00
Max Pozdeev
a35c71ed04 * add more space to menu 2020-09-11 22:29:52 +03:00
Max Pozdeev
82689265f6 use viewBox in svg images 2020-09-11 18:44:47 +03:00
Max Pozdeev
d637240272 * use browser history while tab switching 2020-09-11 18:29:15 +03:00
Max Pozdeev
c7c8572148 js: remove loadListsAtStart() 2020-09-11 15:22:53 +03:00
Max Pozdeev
5608d46e6c * 'list' query param redirect to hash route 2020-09-10 12:23:16 +03:00
Max Pozdeev
1a6a480f15 fix footer in print.css 2020-09-08 14:55:37 +03:00
Max Pozdeev
4929663437 remove unnecessary need_auth() 2020-09-08 14:50:06 +03:00
Max Pozdeev
bd698949a5 replace global var $needAuth with function need_auth() 2020-09-08 14:37:29 +03:00
Max Pozdeev
d99c85c4eb move some properties to init() in mtt js 2020-09-08 14:15:05 +03:00
Max Pozdeev
5d579d3ada * can disable instant search in mtt js 2020-09-07 21:39:39 +03:00
Max Pozdeev
17abe4af93 + Can search task by id using syntax #id 2020-09-07 20:55:16 +03:00
Max Pozdeev
4757842448 * List name can have @ and # symbols - revert partially [e34b90f] 2020-09-05 17:07:39 +03:00
Max Pozdeev
c27c487017 * Tag name can not have # symbol 2020-09-05 16:59:39 +03:00
Max Pozdeev
fcccd1428a * enable strict mode in mtt.js 2020-09-05 16:39:31 +03:00
Max Pozdeev
207ccd824d put js confirm() and prompt() into wrapper with callbacks 2020-09-05 16:33:12 +03:00
Max Pozdeev
7123cab29f update COPYRIGHT 2020-09-04 15:47:25 +03:00
Max Pozdeev
7c72aa8b5d rename pda.css to mobile.css; updated mobile_url 2020-09-04 15:26:51 +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