a5d77536d6
Merge pull request #95 from dokuwiki-translate/lang_update_1127_1747730598
...
Translation update (de)
2025-05-20 17:28:08 +02:00
8bdbf1ea86
translation update
2025-05-20 10:45:49 +02:00
97ee8b96d7
Version upped
2025-05-15
2025-05-16 01:12:51 +02:00
762252ad3b
make PAGEISHIDDEN return an integer
2025-05-15 10:32:12 +02:00
ba0d12e7d1
separate hidden check from ACL check
...
GETACCESSLEVEL now no longer returns 0 for hidden pages but only does
ACL checking. Instead PAGEISHIDDEN can be used to do a hidden check
independently from ACL checking.
2025-05-15 10:16:14 +02:00
3cefd6f2e9
Merge pull request #94 from dokuwiki-translate/lang_update_1062_1740267189
...
Translation update (th)
2025-03-25 08:40:50 +01:00
c476a47ada
Merge pull request #93 from dokuwiki-translate/lang_update_994_1731963867
...
Translation update (pt-br)
2025-03-25 08:39:51 +01:00
668d4a8351
translation update
2025-02-23 00:35:45 +01:00
02efc00fce
translation update
2024-11-18 22:05:06 +01:00
aa8878b967
Merge pull request #92 from dokuwiki-translate/lang_update_939_1725262621
...
Translation update (de)
2024-09-03 11:03:49 +02:00
58585cf759
translation update
2024-09-02 09:40:45 +02:00
62ec892877
Version upped
2024-06-25
2024-06-25 23:51:52 +02:00
c062217a88
Admin Interface: preserve whitespace in results
2024-06-25 19:54:57 +02:00
6a7ba7e1b0
Version upped
2024-03-05
2024-03-05 23:51:40 +01:00
cd6717da22
Merge pull request #88 from cosmocode/bot/autofix
...
🤖 Automatic code style fixes
2024-03-05 08:57:51 +01:00
e062c24746
🤖 Automatic code style fixes
2024-03-05 07:40:43 +00:00
78ba3cf28f
Merge pull request #90 from dokuwiki-translate/lang_update_832_1709621893
...
Translation update (fr)
2024-03-05 08:39:53 +01:00
d294e082ac
translation update
2024-03-05 08:01:03 +01:00
03d30bf39b
Version upped
2024-01-25
2024-01-25 23:51:35 +01:00
735cfd098d
Merge pull request #89 from cosmocode/disabled
...
Throw an exception if constructor gets called on a disabled plugin
2024-01-25 15:44:17 +01:00
48c6692f46
Throw an exception if contructor gets called on a disabled plugin
2024-01-25 15:40:55 +01:00
9ac2cb9b11
Merge pull request #86 from cosmocode/gh-tests
...
Update GitHub workflows
2024-01-25 15:34:21 +01:00
c76618fb80
Rename methods to camelCase
2024-01-25 15:30:29 +01:00
34d20bcd74
Merge pull request #87 from cosmocode/optimize
...
Try optimizing the database before closing the connection
2024-01-25 15:20:43 +01:00
14fe8e2799
More style fixes
2024-01-25 14:50:15 +01:00
a7a40fb292
Automatic code style fixes
2024-01-25 13:06:49 +01:00
549d6b89b9
Try optimizing the database before closing the connection
2024-01-25 10:58:59 +01:00
1b58dea534
Version upped
2024-01-08
2024-01-08 23:51:39 +01:00
9a026de610
Update Github Workflows
2024-01-08 14:51:42 +01:00
180725576c
Merge pull request #85 from cosmocode/download-db
...
Admin: direct download of database file
2024-01-08 14:45:39 +01:00
04a1c67a0e
Admin: direct download of database file
2024-01-08 14:38:38 +01:00
5846abbb3c
Merge pull request #82 from dokuwiki-translate/lang_update_719_1696662098
...
Translation update (fr)
2023-12-13 14:00:51 +01:00
f71a7e8381
Merge pull request #84 from dokuwiki-translate/lang_update_765_1702439411
...
Translation update (ja)
2023-12-13 13:46:06 +01:00
a7b369874d
translation update
2023-12-13 04:55:12 +01:00
093cf58398
translation update
2023-10-07 09:05:27 +02:00
6cb8d74b94
Version upped
2023-08-17
2023-08-17 23:51:40 +02:00
f71fd1504a
don't log errors when opts table does not exist
...
This is to be expected on new setups and not an error. Other errors
would be problematic though.
This should be the last commit related to #80
2023-08-17 09:42:23 +02:00
7467a7966b
Version upped
2023-08-01
2023-08-01 23:51:35 +02:00
74c4ec2549
Set busy timeout and use WAL mode. #80
...
The busy timout should tell the Sqlite driver to wait to acquire locks
instead of aborting immeadiately.
The Write-Ahead Logging mode should make parallel accesses to the
database more efficient. https://www.sqlite.org/wal.html
2023-08-01 09:10:27 +02:00
6a16f71964
Merge pull request #81 from dokuwiki-translate/lang_update_687_1690412187
...
Translation update (ko)
2023-07-31 09:26:26 +02:00
64e92f7ac6
translation update
2023-07-27 01:00:32 +02:00
a4a13ef1c4
Version upped
2023-07-22
2023-07-22 23:51:33 +02:00
e49844fb93
add exception logging for #80
...
This should help to pinpoint the problem
2023-07-22 19:25:00 +02:00
fe64ba38fa
never set db version to 0. related to #80
...
There is no need to initially set the database version to 0, returning 0
is enough to run the appropriate migrations.
This will partially fix #80 . The underlying problem is probably a
temporary database lock that causes an exception in getOpt(). This still
needs to be addressed.
2023-07-22 19:19:06 +02:00
fd7ab75f00
Version upped
2023-07-20
2023-07-20 23:51:37 +02:00
c70cffc97c
abort migration handling early
...
We especially do not need to run VACUUM on every initialization.
2023-07-20 21:28:59 +02:00
949fa8b889
Merge pull request #79 from dokuwiki-translate/lang_update_668_1687628682
...
Translation update (ru)
2023-06-26 08:32:53 +02:00
ecfa727de8
translation update
2023-06-24 19:45:26 +02:00
eec509745d
Version upped
2023-06-21
2023-06-22 08:21:14 +02:00
f84dbd127b
Merge pull request #73 from cosmocode/devel
...
Refactoring
2023-06-22 08:04:48 +02:00