maxpozdeev
|
a41eae1ea7
|
rename DBCore::defaultInstance()
|
2023-03-24 18:23:06 +03:00 |
|
maxpozdeev
|
8815569861
|
** remove "tags" and "tags_ids" fields from tasks table (used for better performance)
|
2023-03-24 18:19:21 +03:00 |
|
maxpozdeev
|
3a68339cb9
|
- fix deprecation notices in php 8.2
(cherry picked from commit 8833e7c417)
|
2023-03-23 22:35:49 +03:00 |
|
maxpozdeev
|
d721feb1e4
|
fix issue with null coalescing priority
|
2022-08-12 12:10:55 +03:00 |
|
maxpozdeev
|
46de0c09de
|
* implement feed key to allow to get an export or rss of password-protected lists (just add &key=YOUR_KEY to the url)
|
2022-08-11 17:59:57 +03:00 |
|
maxpozdeev
|
6d01a37418
|
fix missing var in export and rss feed scripts
|
2022-08-08 01:02:10 +03:00 |
|
Max Pozdeev
|
c937596d43
|
remove trailing ?> in the end of php files
|
2022-02-07 19:16:07 +03:00 |
|
Max Pozdeev
|
acfb316e9a
|
convert indention to spaces in php files
|
2022-02-06 23:37:02 +03:00 |
|
Max Pozdeev
|
f5fd1f74bb
|
support markdown in rss feed
|
2022-01-15 00:07:03 +03:00 |
|
Max Pozdeev
|
341eeac12a
|
maintain license headers
|
2022-01-14 22:45:30 +03:00 |
|
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 |
|