Commit graph

19 commits

Author SHA1 Message Date
Max Pozdeev
e1c5540c13 continue refactor db classes 2021-07-26 19:13:57 +03:00
Max Pozdeev
afc95dba32 + added rss feed of task changes (New/Updated/Completed) 2020-10-22 20:39:28 +03:00
Max Pozdeev
f035fa3464 * do not allow urls and any html elements in task title (escape all); format the note in php (not js) using mttMarkup_v1 2020-10-21 23:47:32 +03:00
Max Pozdeev
78b02537f8 apply editorconfig (line endings and final empty line) 2020-10-14 21:20:44 +03:00
Max Pozdeev
734c407917 little more security for config values 2020-09-12 17:02:15 +03:00
Max Pozdeev
bd698949a5 replace global var $needAuth with function need_auth() 2020-09-08 14:37:29 +03: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
a3dd5e36ec * always print content-type header with correct charset to override webserver defaults 2011-03-02 15:40:29 +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
4073c51250 + added feeds of completed tasks and changed tasks 2010-08-18 22:23:17 +04:00
Max Pozdeev
3b2cc1261b + allow <b>,<i>,<u>,<s> html tags in task title and notes 2010-02-10 18:06:41 +03:00
Max Pozdeev
8134fd3e71 + can specify in URL the id of list to open. 2010-02-10 14:27:44 +03:00
Max Pozdeev
301a75f779 * MTTPATH constant added 2010-02-06 20:35:39 +03:00
Max Pozdeev
a4337974d6 + added support of prefix for db tables 2009-12-02 15:37:10 +03:00
Max Pozdeev
7ab0d27dd1 * Config::get('var') instead of $config['var'] 2009-11-30 20:59:16 +03:00
Max Pozdeev
d7ccf95a65 + Can publish lists separetely 2009-11-22 15:24:36 +03:00
Max Pozdeev
4623e12be7 * forgot to update feed.php to use new date format 2009-11-13 16:36:50 +03:00
Max Pozdeev
3299ee2546 * added into translation: feed title and description 2009-11-04 21:25:29 +03:00
Max Pozdeev
285bd80c26 + RSS 2.0 feed 2009-11-01 17:42:36 +03:00