Commit graph

270 commits

Author SHA1 Message Date
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
Heiko August
3f4b3b0c22 Change: new version number in version file 2017-02-20 19:41:20 +01:00
Heiko August
2d3edcea26 Change: new version number in the index page 2017-02-20 19:40:13 +01:00
Heiko August
50c9a41b60 Change: add infos about the changes of version 2.4.1 to the changelog 2017-02-20 19:38:06 +01:00
Heiko August
5e0a92a982 Change: add code for the update to version 2.4.1 2017-02-20 19:30:44 +01:00
Heiko August
de3e4ceb16 Fix: add a more descriptive error message for absence of the new file VERSION (#173)
fixes #173
2017-02-20 16:30:31 +01:00
Micha
097e1b4e46 CSS (#171)
- fix problem with read-class
- see http://mylittleforum.net/forum/index.php?id=9827
2017-02-17 21:41:23 +01:00
Micha
56812c67a9 PHP-Object (#170)
- PHP object is initialized by an array-type to be valid with PHP 5.2
and 5.3.
- see https://github.com/ilosuna/mylittleforum/issues/169
- see http://mylittleforum.net/forum/index.php?id=9828
2017-02-17 21:36:21 +01:00
Heiko August
ab2e6b48d1 Merge pull request #168 from ilosuna/v2.4
last changes for new version 2.4
2017-02-16 09:38:03 +01:00
Heiko August
a05f884f90 Remove: old update file for 2.x to 2.3 2017-02-16 09:35:57 +01:00
Heiko August
6908bda953 Change: new version number in file VERSION 2017-02-16 09:32:59 +01:00
Heiko August
c7ea843859 Change: adjust the copyright notice and added the new version number to the index file 2017-02-16 09:25:48 +01:00
Heiko August
f06e9b80cb Change: add list of the changes for version 2.4 to the changelog 2017-02-16 09:20:21 +01:00
Heiko August
a102812e23 Change: make the update script ready for version 2.4 2017-02-16 09:19:03 +01:00
Micha
1c3f95c2e0 Add hidden field for category (#167)
- a hidden field is added, if select is disabled to transfer the category-value
- https://github.com/ilosuna/mylittleforum/issues/166
- http://mylittleforum.net/forum/index.php?id=9779
2017-02-12 18:32:33 +01:00
Micha
2005df442a Extract Download-URI from ATOM-Feed (#165)
- Download/info uri is extracted from ATOM using LINK-element
- RexEx to get the version is updated to match both: '1.2.3' and
'v1.2.3'
- URI is stored in 'temp_infos_table' as 'last_version_uri'
2017-02-05 15:29:07 +01:00
Heiko August
d24c75a7e6 data for new pre release 2.3.99.3 (#164)
* Change: add changes and fixes for version 2.3.99.3
* Change: add the data for version 2.3.99.3
* Change: add the new version number 2.3.99.3
2017-02-05 13:58:09 +01:00
Heiko August
0b4b88b7e7 Change: add radio button to remove specified gender (#163)
fixes #157
2017-02-05 13:15:30 +01:00
Heiko August
fef88d86da Fix: use dirty die instead wrong break (#162)
fixes #158
2017-02-05 12:29:48 +01:00
Heiko August
d0ab56e596 Change: add spans for hideable interpunction (#161)
Additional preparation for responsive themes.
2017-02-05 11:26:42 +01:00
Micha
6889beb723 Check for Null-Value (#160)
- check for Null-Value via COALESCE
- https://github.com/ilosuna/mylittleforum/issues/159
2017-02-04 14:28:25 +01:00
Heiko August
28288031ee Change: new version number (#154)
closes #152
2017-01-24 19:58:19 +01:00
Heiko August
ba42369e62 added the necessary code for a new release (v2.3.99.2) (#153)
* Change: add a block for the updated files of the intern pre release 2.3.99.1
* Change: make intern testing version 2.3.99.1 updateable
* Change: added changelog for the pre release 2.3.99.2

see also #152 
* Change: added the version string to the comment block in the index.php

* Change: added the infos about the co-authors
2017-01-24 19:52:46 +01:00
Heiko August
19f83455db Fix: don't duplicate language keys and include the version number inside smarty (#151)
fixes #147
2017-01-23 21:58:36 +01:00
Heiko August
2a0d0a8086 Fix: the block for stating an entry new or read was outside the loop (#150)
fixes #148
2017-01-22 18:05:09 +01:00
Heiko August
d74f44ea39 Merge pull request #149 from auge8472/master
redo the last merge because of asynchronisms between the trunk and my repo
2017-01-22 17:32:37 +01:00
Heiko August
798d173ccd Fix: a new entry can't be read and a read one can't be new (#144)
* Fix: a new entry can't be read and a read one can't be new
* Fix: set read or new status in one code block

An entry is either new or read but it can't be both. Decide
the status in one block and use the new read status for registered
users and the old cookie based behaviour for not registered visitors.

fixes #128
2017-01-05 23:10:14 +01:00
Heiko August
14c8ae3bf6 Fix: set read or new status in one code block
An entry is either new or read but it can't be both. Decide
the status in one block and use the new read status for registered
users and the old cookie based behaviour for not registered visitors.
2017-01-05 23:05:08 +01:00
Heiko August
a84a4a8b53 Fix: a new entry can't be read and a read one can't be new
An entry is either new or read but it can't be both.
Use the new read status for registered users and the old
cookie based behaviour for not registered visitors.
2017-01-05 22:52:40 +01:00
Heiko August
ae2395f784 Fix: restore old behaviour of smartys config_overwrite
Before issue #11 the value of config_overwrite was false.
To allow overwriting of config items it was changed to true.
That led to bugs with items, that should act as arrays.
2016-12-26 22:49:53 +01:00
Heiko August
2cd8659d47 Fix: add the listing comma to chinese word separators 2016-12-26 22:49:53 +01:00
Micha
34b3dd2b4c restrict the 'edited by' - output (#135)
- restrict the if statement by: $settings['dont_reg_edit_by_admin']==1
as well as $settings['dont_reg_edit_by_mod']==1 in last condition
2016-12-26 15:43:27 +01:00
Micha
379ef3f5b7 Activate and unlock user by admin (#136)
- users can be activated by admins but they are not automated unlocked.
--> Add unlock-condition to activate sql
2016-12-10 10:23:57 +01:00
Micha
9133153112 - check existence of $total_views (#133)
- check existence of $total_views to avoid php warning
2016-12-05 17:19:56 +01:00
Heiko August
e4fe0fb1b0 Merge pull request #131 from auge8472/bugfixing
fixed several bugs
2016-12-04 20:06:11 +01:00
Heiko August
8667351996 Fix: forgot to add the changes of PR #122 to the minified file versions 2016-12-04 20:02:15 +01:00
Heiko August
4dd17c6b0c Fix: correcting wrong parenthesis 2016-12-04 19:37:49 +01:00