Commit graph

1206 commits

Author SHA1 Message Date
Michael Loesler
443b997b19
Mail encoding (#467)
- removed get_mail_encoding function
- set charset to defined value in i18n file
- reformatted my_mail function
- see https://mylittleforum.net/forum/index.php?id=11715
2019-04-28 19:58:53 +02:00
Michael Loesler
a0d9601e75
missing function (#466)
- remove missing function call, see https://mylittleforum.net/forum/index.php?id=11612 and https://github.com/ilosuna/mylittleforum/pull/437
2019-02-22 17:51:04 +01:00
Michael Loesler
304080db39
B8 (#463)
- update module to version 0.6.2, cf. https://nasauber.de/blog/T/165/b8_0.6.2_out_now
2019-02-13 20:22:55 +01:00
Heiko August
53e4d8fe69 Fix: remove one superfluous parenthese, caused an PHP-error 2019-02-12 12:31:59 +01:00
Heiko August
8d420c9987 Fix: CSS-changes for PR #364 wasn't taken over to the file style.min.css 2019-02-11 22:48:06 +01:00
Heiko August
5d9ef8a670
Merge pull request #460 from auge8472/clean-update
Clean update, rework of the update scripts for master branch
2019-02-11 22:15:40 +01:00
Heiko August
9359bc4f8f Change: set the version number to 2.4.99.0 2019-02-11 22:14:01 +01:00
Heiko August
e3ed30c5ec Fix: remove datasets from INSERT that are introduced with prior versions 2019-02-11 22:09:54 +01:00
Heiko August
caaf050a70 Change: provide a list of columns to fill for the placeholder admin
The working with only the values caused erros in case of a changing table structure again and again. Nothing one want's to run in.
2019-02-11 14:22:25 +01:00
Heiko August
d949320841 Fix: once again, backticks in table name prevents script from replacing the table name prefix 2019-02-11 12:12:20 +01:00
Heiko August
a402ef3ebc Fix: wrong button name in the install script, prevents the installation from running 2019-02-11 12:11:20 +01:00
Heiko August
e3e79a1a45 Fix: replace curly brackets with the correct square brackets 2019-02-11 12:00:11 +01:00
Heiko August
71da3517d5 Change: add uploads management table to the update script 2019-02-10 20:57:32 +01:00
Heiko August
1caa253ca6 Change: correct a few formatting issues 2019-02-10 20:32:49 +01:00
Heiko August
da0701ff09 Change: set the new table names for the first feature, the bayes filter 2019-02-10 20:31:40 +01:00
Heiko August
d9e745b832 Change: set new starting point, we'll begin with version 2.4.19.1 2019-02-10 20:30:32 +01:00
Heiko August
9aa9c20068 Change: remove outdated code from the 2.3.5-to-2.4-update-script 2019-02-08 14:43:56 +01:00
Heiko August
c946faf9a5 Change: add update steps from 2.4.14 to 2.4.19.1 and disable-enable-forum-code 2019-02-08 14:43:09 +01:00
Heiko August
be7b57eabf Change: remove the list of files to update for not supported versions 2019-02-08 14:29:40 +01:00
Heiko August
39ed7c0114 Change: let's start with the current version 2.4.19.1 with the update script to 2.5
There was to many versions (13) inbetween. Beginning with the current version seems to be a clean starting point.
2019-02-08 14:26:00 +01:00
Heiko August
9962a12f18 Change: add list of files to update for all versions since 2.4.8 2019-02-08 14:22:43 +01:00
Heiko August
fc24f674b2 Change: small code style thingamabobs 2019-02-08 13:56:47 +01:00
Heiko August
aa608b5737 Change: use the function compare_versions for version comparision 2019-02-08 13:55:15 +01:00
Heiko August
4f5b437685 Change: disable the forum before upgrading the database and reenable it afterwards 2019-02-08 13:54:23 +01:00
Heiko August
f04c22bcd4 CHange: add function for comparisions of version numbers down to last position 2019-02-08 13:50:37 +01:00
Heiko August
1d1d9ea2a7 Change: inserted the queries for all 2.4-versions starting with 2.4.8 2019-02-08 13:49:29 +01:00
Heiko August
4a83e085e3 Fix: mysqli_fetch_all does not work everywhere, use mysqli_fetch_assoc in a loop instead 2019-02-07 16:21:58 +01:00
Heiko August
b8c091428c Fix: fetching one line of a database request results in a flat array, there is no line 0 2019-02-07 16:21:58 +01:00
Heiko August
9a06fb2836 Fix: provide a column list to prevent the query to break
Number of values to store differs from number of columns in the table.
2019-02-03 22:58:40 +01:00
Heiko August
631c81206a Fix: setting last_changes was and should stay a Unix timestamp 2019-02-03 22:58:40 +01:00
Heiko August
6e771d0854 Fix: use mysqli_fetch_all to get all settings with one request 2019-02-03 22:58:40 +01:00
Heiko August
a93f2bfe0d Fix: use backticks to enclose column names, not apostrophes 2019-02-03 22:58:40 +01:00
Heiko August
bd8ba08d3a Fix: wrong sytax for UPDATE, used AND instead the correct comma 2019-02-01 12:59:06 +01:00
Heiko August
e63149cf1e Change: reformat the code of the installation script 2019-02-01 12:27:16 +01:00
Heiko August
540d2f44a0 Change: new HTML5-based user interface for the installation script 2019-02-01 12:27:16 +01:00
Heiko August
6983018fb3 Change: new HTML head section for the installation script 2019-02-01 12:27:16 +01:00
Heiko August
c9558997ff Fix: no hardcoded table names, dammit! 2019-01-31 20:49:45 +01:00
Heiko August
702fd7e8c9 Fix: add forgotten entries for a few new tables 2019-01-30 22:05:25 +01:00
Heiko August
ad7a4be945 Bugfix: remove backticks around table names, causes break of table name prefix replacement 2019-01-30 22:05:25 +01:00
Heiko August
4012ba9a6e
Merge pull request #451 from auge8472/uploads
Store information about uploads in a database table
2019-01-30 21:49:33 +01:00
Heiko August
c420390255 Change: add new table mlf2_uploads to the installation script and the database settings script 2019-01-30 21:46:55 +01:00
Heiko August
cd66dabdbf Change: add the create query for the new table mlf2_uploads 2019-01-30 21:42:38 +01:00
Heiko August
0dad01beb0 Change: define $user_id with users id or NULL, write entry to database after storing the new image 2019-01-30 21:24:56 +01:00
Heiko August
5bfa5776af Cleanup: a few reformattings, no functional changes 2019-01-30 21:22:29 +01:00
Michael Loesler
912b4b77f0
introduction elements (#450)
- removed introduction elements for BB code button, see https://mylittleforum.net/forum/index.php?id=11318
2019-01-28 23:21:09 +01:00
Heiko August
374b36af53 Change: replace use of $settings with new request for data to exclude temporary infos
A few temporary infos are amended to the settings array for the normal service.
2019-01-28 13:15:49 +01:00
Heiko August
327b03e374 Change: installation queries for moved settings 2019-01-28 13:15:49 +01:00
Heiko August
36b3f5e9b9 Change: move setting version to table mlf2_temp_infos 2019-01-28 13:15:49 +01:00
Heiko August
f67baeec2f Change: move setting access_permission_checks to table mlf2_temp_infos 2019-01-28 13:15:49 +01:00
Heiko August
edb6b59e2d Change: move setting last_changes to the table mlf2_temp_infos 2019-01-28 13:15:49 +01:00