Commit graph

47 commits

Author SHA1 Message Date
maxpozdeev
522010e34e add appearance to settings 2022-07-11 00:52:50 +03:00
maxpozdeev
6f60e75c45 replace tabs with spaces in php files 2022-07-10 15:35:19 +03:00
Max Pozdeev
82318c6df0 prevent possible errors if language files are broken 2022-04-15 21:29:59 +03:00
Max Pozdeev
acfb316e9a convert indention to spaces in php files 2022-02-06 23:37:02 +03:00
Max Pozdeev
553a66651c + Password is stored as hash 2022-02-06 14:08:15 +03:00
Max Pozdeev
4988741e62 + ability to see config params as json with #settings.json or ctrl+click on settings 2022-02-01 16:40:56 +03:00
Max Pozdeev
1c0e07a156 * add Markdown checkbox to settings 2022-02-01 16:35:07 +03:00
Max Pozdeev
7f4d48b8a1 remove converter of old lang files 2022-02-01 00:06:33 +03:00
Max Pozdeev
341eeac12a maintain license headers 2022-01-14 22:45:30 +03:00
Max Pozdeev
f23ca43eea * use simple token in settings
(cherry picked from commit 866c34e2e0)
2022-01-12 01:31:18 +03:00
Max Pozdeev
9c891da92c * make settings safer
(cherry picked from commit 7f2ac0c0c2)
2022-01-12 01:27:44 +03:00
Max Pozdeev
5248a9bc33 * fix incorrect title in browser history in some cases 2022-01-12 00:37:55 +03:00
Max Pozdeev
73ab4ac10f * use database table for session handling 2021-07-29 16:52:44 +03:00
Max Pozdeev
476abbd08b make settings UI more mobile friendly 2021-07-25 16:46:52 +03:00
Max Pozdeev
2c2255d73b updated translation of smart syntax description 2021-07-25 15:25:11 +03:00
Max Pozdeev
8ad3362693 polish css structures 2021-04-20 17:37:17 +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
78b02537f8 apply editorconfig (line endings and final empty line) 2020-10-14 21:20:44 +03:00
Max Pozdeev
15fb7f86b0 dont die if language file not found 2020-09-24 19:21:13 +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
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
756e4839db suppress warning if /lang/ folder does not exists 2020-09-04 14:50:09 +03:00
Max Pozdeev
827fc92609 * Use language files in json format, in new folder 2020-09-04 14:26:28 +03:00
Max Pozdeev
9b6437924d * show full year in short date format unless 21st century 2020-08-24 20:24:11 +03:00
Max Pozdeev
4897b6c47b * Facelifting. The begining 2020-08-14 10:58:56 +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
8f6f265509 - bugfix: incorrect selectbox value for custom short date format in settings 2011-01-08 14:45:44 +03:00
Max Pozdeev
708cda0bf5 - one more var to translation (Custom) 2011-01-08 13:41:00 +03:00
Max Pozdeev
667384fab3 * Date formats fixed (improved?) 2010-10-26 22:45:50 +04:00
Max Pozdeev
c405f03ce7 * Time zone have to be specified in settings 2010-10-25 10:45:04 +04:00
Max Pozdeev
66e4d8f832 + Language name instead of its code in settings 2010-09-10 21:48:15 +04:00
Max Pozdeev
6675e2d6cb + back buton in settings header 2010-08-18 12:09:18 +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
32bbe8bf10 * added option in settings to show task dates 2010-02-10 20:28:31 +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
b4ea7fc924 + localized settings 2009-12-15 17:49:32 +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
4d23ad97dd * settings: title field css fixed 2009-11-12 16:47:52 +03:00
Max Pozdeev
f0c4de0852 + can change page title in settings 2009-11-04 21:45:28 +03:00
Max Pozdeev
3121148bcd * copyrights added to other files 2009-10-22 12:29:01 +04:00
Max Pozdeev
ec01d14659 forgot to add file to repo (since 36:c3581c26eb5c) 2009-10-22 12:23:24 +04:00