Commit graph

1206 commits

Author SHA1 Message Date
Heiko August
970b783e58 Change: add next version number (2.4.4) to the array of updateable versions 2017-10-09 22:42:34 +02:00
Heiko August
1f03d65082 Fix: corrected wrong variable name (#262) 2017-10-09 22:29:15 +02:00
Heiko August
d86b4a6d6c Change: small privacy enhancement, don't send always a referrer (#260)
1st meta element: old draft, see https://wiki.whatwg.org/wiki/Meta_referrer
2nd meta element: actual draft, see https://w3c.github.io/webappsec-referrer-policy/
2017-10-09 15:56:17 +02:00
Heiko August
e6faf1425d Change: remove orphaned code for folding threads (#259)
fixes #257
2017-10-03 19:17:11 +02:00
Heiko August
b2c6213b43 Preparations for version 2.4.4 (#258)
* Change: add the array of the changed files to the update script
* Change: add the list of changes to CHANGELOG
* Change: new version string in index.php and in config/VERSION
2017-10-03 18:22:19 +02:00
Heiko August
10384a34d4 Fix: readded lost marking of the opening posting as new … (#256)
* Fix: readded lost marking of the opening posting as new in case of a new answer
* Change: simplify the if- and else-if-statements
    No need for nested if-statements.
    A further simplfication is possible.
    But IMHO it would make the statement more or less unreadable.
* Fix: ensure $fold_threads to be boolean and hand it over to getMessageStatus
2017-10-03 17:21:36 +02:00
Heiko August
49421f2a85 Change: outsourcing of read- and new-status handling into a function (#255)
fixes #245
2017-09-17 21:23:18 +02:00
Micha
9dab3e042d Handling of the read state in entry thread (#251)
Handling of the read state in entry thread by using code from
thread.inc.php

see also #245
2017-09-16 18:37:11 +02:00
Heiko August
a839c58490 Fix: mention the check for the actual version of config/VERSION (#250)
fixes #244
2017-09-15 00:28:03 +02:00
Heiko August
48f2066317 Fix: allow e-mail-addresses with TLDs longer than 4 chars (#249)
The regular expression allows now TLDs with two or more chars. fixes #246
2017-08-31 23:00:10 +02:00
Micha
6b8cad5dc8 Change user_type-argument in js_defaults-query (#248)
- user_type argument is corrected in js_defaults-query
- http://mylittleforum.net/forum/index.php?id=10259
- https://github.com/ilosuna/mylittleforum/issues/247
2017-08-25 17:05:51 +02:00
Heiko August
f8afdd9363 Fix: forgot to add the change in includes/user.inc.php (#243)
... in the update-script
2017-07-10 15:37:28 +02:00
Heiko August
99a9d1050b Merge pull request #236 from auge8472/v2.4.3
preparations for version 2.4.3
2017-07-09 21:52:05 +02:00
Heiko August
5f7b857dc9 Change: add new version string to index.php and config/VERSION 2017-07-09 21:48:11 +02:00
Heiko August
50c2514514 Change: add entries for version 2.4.3 to the changelog 2017-07-09 21:46:11 +02:00
Heiko August
e93157dba4 Fix: rename key for uneven password inputs because of collision with … (#237)
* Fix: rename key for uneven password inputs because of collision with different but same named key
* Fix: use the new key name
2017-05-28 14:32:43 +02:00
Heiko August
39b9de62a1 Merge of PR #235: fixes for a few bugs in the update script
commit with merge because of being able to distinct between the bugs
2017-05-24 15:55:46 +02:00
Heiko August
cc07e2f22b Fix: the function expects one parameter, not two of them 2017-05-24 15:49:50 +02:00
Heiko August
2cdb553edf Fix: hunted a silly bug in string concatenation 2017-05-24 15:49:12 +02:00
Heiko August
dea8985f5b Fix: once again, don't use table names from the testing environment 2017-05-24 15:42:14 +02:00
Heiko August
dd4198a737 Change: add TODO markers to non-english language files (#234) 2017-05-24 15:05:14 +02:00
Heiko August
b2a66abba7 Handling of the read state reset methods and values (#233)
* Change: use new settings for handling of read state
* Change: add new setings to the SQL-files for update and installation
* Change: queries for new settings and removal of outdated settings to the update script
* Change: remove outdated setting from the SQL file for installation
* Change: new form elements and language strings for read status handling
* Fix: add a check for non exisiting setting reset_read_state
* Fix: wrong name of setting in the form elements
* Change: ensure a valid value for the read state reset method
* Fix: correct wrong name for form field and hardcoded value
2017-05-24 15:04:06 +02:00
Heiko August
4ff0fdbb46 Change: list of changed files 2017-05-23 18:56:14 +02:00
Heiko August
1159f67c0d Change: add version 2.4.2 to the list of updateable versions 2017-05-23 18:55:13 +02:00
Heiko August
c680a768b5 change collation for mlf2_userdata.user name to utf8_bin (#227)
* Fix: set collation of "user_name" to utf8_bin to distinguish i.e. between "a" and "ä"
* Fix: change collation for user name to utf8_bin also in the update process
* Change: reorder the list of queries to the correct order
* Change: clarify the description of instructions
2017-05-14 13:48:51 +02:00
Heiko August
f2f89b5376 Fix: wrong file name in the preamble comment (#228) 2017-05-12 14:42:12 +02:00
Heiko August
45d2bf30a2 distinguish between new and not marked as read also for registered users (#219)
* Fix: an entry is only new, if it is, not, if it's unread
* Change: intendation by tab on a few places

fixes #209
2017-05-01 19:58:52 +02:00
Heiko August
5322d1bc06 pre-populate the field for forum-URL with the correct protocol string (#208)
* Change: new function get isProtocolHTTPS
* Change: use the function to distinguish between a request over HTTP or HTTPS

If a forum will be installed over HTTPS, the pre-populated form field for the forum URL should reflect this.
2017-04-24 16:12:26 +02:00
Heiko August
c7eb04da8b Fix: expand further form fields, which was forgotten until now (#210) 2017-04-21 18:55:05 +02:00
Heiko August
de27ceb6c4 Fix: no identification of IE, use universal cache directive instead (#207) 2017-04-20 16:00:11 +02:00
Micha
d96bf2d022 Last reply (#197)
- extend SQL query for 'last_reply' column
- add last_reply to SQL query
 fixes #195
2017-04-11 12:48:38 +02:00
Micha
173fd88ab1 - simplify get_category_ids (#198)
- replace loop over array items by inbuilt function array_keys
2017-04-08 12:17:22 +02:00
Heiko August
ec70486b46 Add further indices to speed up the queries … (#192)
* Change: add indices to the entries table, speeds up the query execution
* Change: add indices to the read status table, speeds up the query execution
* Change: further index for column last_reply
* Change: additional indices for user data table
2017-03-31 16:50:53 +02:00
Micha
18b2131def replace graphic separator (#194)
- replace graphic separators with CSS-text (with :before)
2017-03-25 12:59:36 +01:00
Heiko August
ea6ce021b9 Fix: restore lost CSS-rule for #image-canvas img (#191)
fixes #186
2017-03-19 14:09:13 +01:00
Heiko August
b213544bc7 Fix: replace outdated url of the YUI compressor project page (#190)
fixes #189
2017-03-19 13:58:42 +01:00
Heiko August
dea15a2e9d Merge pull request #185 from auge8472/v2.4.2a
V2.4.2a, last fixes for the update script
2017-03-12 13:57:39 +01:00
Heiko August
8ec1075fa7 Fix: when fetching one line, the counter is wrong 2017-03-12 13:54:10 +01:00
Heiko August
bdeda781ed Fix: wrong string delimiters, used ones for names for the values 2017-03-12 13:54:05 +01:00
Heiko August
78047df9ee Merge pull request #184 from auge8472/v2.4.2
V2.4.2, all necessary changes for the new release
2017-03-12 12:53:46 +01:00
Heiko August
7ff76d4264 Change: add the new version number to index.php and config/VERSION 2017-03-12 12:48:02 +01:00
Heiko August
345119c126 Change: add the changes of version 2.4.2 to the changelog 2017-03-12 12:47:31 +01:00
Heiko August
ebddccbbe6 Change: add the version 2.4.1 to the list of updateable versions 2017-03-12 12:46:58 +01:00
Heiko August
c8a80b33c8 Change: add the list of files which has to be actualised 2017-03-12 12:46:34 +01:00
Heiko August
005e9b33f2 Change: update function for version 2.4.2
Check the structure of settings table. If column 'name' has no PK, set it.
2017-03-12 12:18:43 +01:00
Heiko August
95b1591628 Fix: don't set class .read for not logged in visitors (#183) 2017-03-12 11:15:10 +01:00
Heiko August
cce4483b3f Fix: no-gender radio button also in the admin form for user edit (#181)
fixes #175
2017-03-02 16:58:47 +01:00
Heiko August
fad5db214c Fix: create PK for settings table also when installing (#180)
fixes #179
2017-03-02 16:47:14 +01:00
Micha
911ae16911 Sorting Update List (#178)
- The files as well as the folders are sorted (by php function sort)
- see https://github.com/ilosuna/mylittleforum/issues/177
2017-02-26 20:00:40 +01:00
Heiko August
403be41285 last step to version 2.4.1 (#174)
Infos about v2.4.1
2017-02-20 19:46:09 +01:00