| .. |
|
api
|
* adopt sql to support postgresql
|
2023-08-03 23:13:55 +03:00 |
|
lang
|
fixes in ru translation
|
2022-11-29 00:26:43 +03:00 |
|
.htaccess
|
move js files from includes to content
|
2022-07-10 18:07:54 +03:00 |
|
class.config.php
|
-fix: handle incorrect json in settings
|
2023-03-28 23:17:11 +03:00 |
|
class.db.mysql.php
|
+ now search is case-insensitive for non-latin characters in sqlite database
|
2022-11-10 21:24:41 +03:00 |
|
class.db.mysqli.php
|
+ now search is case-insensitive for non-latin characters in sqlite database
|
2022-11-10 21:24:41 +03:00 |
|
class.db.postgres.php
|
+ can setup postgresql database
|
2023-08-03 23:09:32 +03:00 |
|
class.db.sqlite3.php
|
+ search task in sqlite by normalized value (no diacritics) (use Normalizer from Intl extension)
|
2022-12-07 15:48:18 +03:00 |
|
class.dbconnection.php
|
* adopt sql to support postgresql
|
2023-08-03 23:13:55 +03:00 |
|
class.dbcore.php
|
* adopt sql to support postgresql
|
2023-08-03 23:13:55 +03:00 |
|
class.lang.php
|
log json decoding errors in translation loading
|
2022-11-14 19:51:39 +03:00 |
|
class.sessionhandler.php
|
- fix: expired and unremoved session breaks the work
|
2022-09-08 23:16:31 +03:00 |
|
classes.php
|
can setup web api url to use PATH_INFO
|
2023-03-24 18:51:46 +03:00 |
|
common.php
|
allow to select chars for randomString()
|
2022-09-08 11:18:31 +03:00 |
|
index.html
|
add index.html to forbid the index
|
2020-09-22 21:47:58 +03:00 |
|
markup.commonmark.php
|
declare strict types in markup scripts
|
2022-08-08 01:21:58 +03:00 |
|
markup.parsedown.php
|
declare strict types in markup scripts
|
2022-08-08 01:21:58 +03:00 |
|
markup.php
|
declare strict types in markup scripts
|
2022-08-08 01:21:58 +03:00 |
|
notifications.php
|
add simple callbacks to MTTNotificationCenter
|
2022-11-13 14:56:56 +03:00 |
|
theme.php
|
+ add theme_head_end notification
|
2022-11-14 19:09:45 +03:00 |
|
version.php
|
set version to 1.8-dev
|
2022-12-05 12:41:51 +03:00 |