Commit graph

32 commits

Author SHA1 Message Date
Max Pozdeev
f0c8fa4d22 * dropped the ability to upgrade database from old versions 1.1 and 1.2 2021-07-27 13:10:17 +03:00
Max Pozdeev
0a5fdbbffa move DBConnection class to separate file 2021-07-26 22:04:12 +03:00
Max Pozdeev
e1c5540c13 continue refactor db classes 2021-07-26 19:13:57 +03:00
Max Pozdeev
938a72e7ed move Config class to separate file 2021-07-25 19:20:24 +03:00
Max Pozdeev
648364aa23 * add support of PDO mysql extension (try it by default while setup) 2021-07-25 00:10:27 +03:00
Max Pozdeev
3c769c6d31 rename mysql class to class.db.mysqli.php 2021-07-24 23:17:19 +03:00
Max Pozdeev
a2af3e7f77 Check if mysql extension is available while mysql setup 2021-06-27 15:39:53 +03:00
Max Pozdeev
78b02537f8 apply editorconfig (line endings and final empty line) 2020-10-14 21:20:44 +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
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
e34b90fe33 * Newly created list shows completed tasks; List name can not have @ and # symbols 2020-08-29 12:35:07 +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
d85d546ed1 - bugfix: possible 'table is locked' sqlite error while setup 2011-01-06 22:25:22 +03:00
Max Pozdeev
e9f14e2fc2 Merge with 1.4 2010-09-09 23:33:40 +04:00
Max Pozdeev
6a1a9b9d17 * setup can upgrade to v1.4 (also added UUID fields) 2010-08-14 21:02:35 +04:00
Max Pozdeev
6065eac14f * setup.php has html title now 2010-08-01 14:32:35 +04:00
Max Pozdeev
1a30f6476b + big commit for v1.4: new table for tags, multiple tags filter... 2010-06-08 18:34:58 +04:00
Max Pozdeev
278bb61f68 * setup.php fixed: added more checks, table prefix 2010-04-29 13:38:08 +04:00
Max Pozdeev
8be18ac673 * removed 'v' from version string 2010-02-07 22:41:58 +03:00
Max Pozdeev
87a9911539 * added application version into setup title 2009-12-29 14:09:19 +03:00
Max Pozdeev
9ff55df1e9 * some strings in setup.php made more version independent 2009-12-27 15:43:14 +03:00
Max Pozdeev
a4337974d6 + added support of prefix for db tables 2009-12-02 15:37:10 +03:00
Max Pozdeev
27487f8385 * lists.ow field added into database 2009-11-26 21:26:11 +03:00
Max Pozdeev
2e7506dc38 * taskview field added into database 2009-11-26 15:45:35 +03:00
Max Pozdeev
d666317ae7 * task date converted to timestamp
* setup updated
- timezone usage fixed in some places
2009-11-13 15:38:55 +03:00
Max Pozdeev
c966be4f6f + edit settings page 2009-10-05 12:19:09 +04:00
Max Pozdeev
8a89b2845e + setup will ask to select db type on first install and will overwrite config file
* changes in config file
2009-09-27 21:45:57 +04:00
Max Pozdeev
1c90205332 * setup and db indexes' structure updated 2009-09-19 22:09:21 +04:00
Max Pozdeev
41bb96e2a4 + can add lists and rename, view tasks and tagcloud according to the curently selected list
(but not to add tasks, search, etc)
2009-09-19 18:41:48 +04:00
Max Pozdeev
6ac78d4305 initial, based on v1.2.5 2009-08-27 16:48:09 +04:00