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
|
dafd4d81a6
|
require php 5.6
|
2021-07-24 18:27:23 +03:00 |
|
Max Pozdeev
|
62e1dc0c96
|
* changes in error logging: show only in debug mode
|
2021-07-24 18:16:16 +03:00 |
|
Max Pozdeev
|
ae22d091bf
|
move mtt.js options to php js_options()
|
2021-04-21 15:03:26 +03:00 |
|
Max Pozdeev
|
ae8cc12e2f
|
Merge branch 'master' into v1.6.x
|
2021-04-19 20:55:01 +03:00 |
|
Max Pozdeev
|
924a2147ff
|
* do not use stop_gpc() for compatibility with PHP 8
|
2021-04-19 20:12:24 +03:00 |
|
Max Pozdeev
|
20bd4cd822
|
* start to make responsive (600px breakpoint); remove singletab commands; remove urls to mobile and desktop themes
|
2020-10-19 23:48:19 +03:00 |
|
Max Pozdeev
|
b39782a246
|
- fix urls for rss and export in ie8 theme
|
2020-10-05 18:16:20 +03:00 |
|
Max Pozdeev
|
a61679200d
|
- remove unnecessary error_log()
|
2020-09-30 22:37:35 +03:00 |
|
Max Pozdeev
|
d778971aa7
|
* do not use server port while MTT Url detection
|
2020-09-30 21:24:28 +03:00 |
|
Max Pozdeev
|
a94f3034d1
|
- Bugfix: builder can not set version
|
2020-09-27 18:38:33 +03:00 |
|
Max Pozdeev
|
15fb7f86b0
|
dont die if language file not found
|
2020-09-24 19:21:13 +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
|
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
|
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
|
7c72aa8b5d
|
rename pda.css to mobile.css; updated mobile_url
|
2020-09-04 15:26:51 +03:00 |
|
Max Pozdeev
|
24385cd3b2
|
move js to includes folder
|
2020-09-04 15:01:10 +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
|
827fc92609
|
* Use language files in json format, in new folder
|
2020-09-04 14:26:28 +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
|
27307633c0
|
* add links to desktop and mobile versions to footer
|
2020-08-19 10:42:31 +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
|
8085658e53
|
little changes in error logging
|
2019-06-29 19:05:48 +03:00 |
|
Max Pozdeev
|
e1b21839b2
|
- bugfix: mysql password was displayed in stack trace when connect failed
|
2019-06-29 19:01:40 +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
|
b77ff34a1b
|
* language settings for demo
|
2011-05-30 18:44:56 +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
|
caf05208c5
|
* do not show all tasks menu item for readonly user
|
2010-12-15 14:50:04 +03:00 |
|
Max Pozdeev
|
c405f03ce7
|
* Time zone have to be specified in settings
|
2010-10-25 10:45:04 +04:00 |
|
Max Pozdeev
|
cde17eb3b2
|
* removed unnecessary global var
|
2010-07-18 21:28:21 +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
|
0322d55c9d
|
- fixed missing _SERVER[REQUEST_URI] on IIS
|
2010-06-05 21:39:17 +04:00 |
|
Max Pozdeev
|
278bb61f68
|
* setup.php fixed: added more checks, table prefix
|
2010-04-29 13:38:08 +04:00 |
|
Max Pozdeev
|
8134fd3e71
|
+ can specify in URL the id of list to open.
|
2010-02-10 14:27:44 +03:00 |
|
Max Pozdeev
|
19ed24a621
|
* corrected urls in get_mttinfo() and ajax requests
* new name of session cookie
|
2010-02-07 16:26:11 +03:00 |
|
Max Pozdeev
|
301a75f779
|
* MTTPATH constant added
|
2010-02-06 20:35:39 +03:00 |
|
Max Pozdeev
|
6967812626
|
+ In task edit: show dates when the task was created and completed
|
2009-12-15 22:58:28 +03:00 |
|
Max Pozdeev
|
b4ea7fc924
|
+ localized settings
|
2009-12-15 17:49:32 +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
|
44746f7ce7
|
* optimized calls of updateAccessStatus()
|
2009-11-26 14:46:00 +03:00 |
|
Max Pozdeev
|
d7ccf95a65
|
+ Can publish lists separetely
|
2009-11-22 15:24:36 +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 |
|