Commit graph

819 commits

Author SHA1 Message Date
Michael Loesler
be0f30bd8a button element
replaced input by button element
2019-05-23 19:40:06 +02:00
Heiko August
ef2f119072 Fix: correct the path to images to an absolute URL in the RSS feed
Code was provided by Mardor (https://bauforum.wirklichewelt.de/) and enhanced with htmlspecialchars.
2019-05-23 16:19:12 +02:00
Michael Loesler
7329edac0a Quote-Button
- removed quote link
- added new quote button
- see https://github.com/ilosuna/mylittleforum/issues/474
2019-05-22 22:14:19 +02:00
Heiko August
44c5502003 Cleanup: remove trailing tabs from the end of a code line 2019-05-14 22:10:11 +02:00
Heiko August
ae2e5c6ad4 Fix: take sticky topics from other categories into account when listing topics of a category or a category selection 2019-05-14 22:10:11 +02:00
Heiko August
4de9c00874
Merge pull request #471 from auge8472/sticky
Allow to pin a thread either to a category or to all categories (if at all)
2019-05-14 21:29:13 +02:00
Heiko August
bff9ba67d0 Change: check sticky value for > 0 instead == 1 because 2 is now also a valid value 2019-05-14 21:25:23 +02:00
Heiko August
5fd15c6231 Change: allow values 0, 1, 2 as values for mlf2_entries.sticky, was 0 and 1 before 2019-05-14 21:09:01 +02:00
Heiko August
9aed913a29 Change: new group of radio buttons for choosing the sticky status
It distinguish between the cases of having categories in the forum and to have no categories.
2019-05-14 13:43:28 +02:00
Heiko August
58acc07a86 Change: provide strings for not pinning a thread, pinning it to category and pinning it to all categories 2019-05-14 13:42:25 +02:00
Heiko August
7e47397b7b Make it possible to restrict the access to the users list to admins and mods (#470)
* Change: make it possible to restrict the access to the users list to admins and mods

* Fix: correct the order of setting values in the if-statement

0 is restrictest, 2 is public

* Fix: IDs have to be unique in a HTML document, remove duplication
2019-05-13 12:47:12 +02:00
Michael Loesler
08a51e090e Checking CSRF-token
- checked CSRF on delete posting
2019-05-07 08:53:06 +02:00
Michael Loesler
1be23bd776 CSRF token in delete links
- added CSRF token in template files at delete links
2019-05-07 08:53:06 +02:00
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