Micha
c7639c96bc
Change project page link ( #357 )
...
- add link to mylittleforum.net
2018-03-30 13:17:44 +02:00
Heiko August
f731921683
cursor: pointer; for HTML-element label ( #365 )
...
* Change: set the mouse pointer to pointer (hand) when hovering over a label because it's an interactive element.
2018-03-30 13:15:00 +02:00
Michael Loesler
9e1b673f11
Add email note ( #362 )
...
- add notification of generated message
- https://github.com/ilosuna/mylittleforum/issues/358
2018-03-14 13:34:29 +01:00
Michael Loesler
79834034bb
Parameter for folding ( #360 )
...
- fix type conflict for storing folding state
- https://github.com/ilosuna/mylittleforum/issues/293
- https://mylittleforum.net/forum/index.php?id=10561
2018-03-14 13:33:45 +01:00
Micha
48abb6b661
Change project page link ( #357 )
...
- add link to mylittleforum.net
2018-03-14 13:33:07 +01:00
Micha
98a017ec3c
Avatar handling ( #353 )
...
- add getAvatar on several placed to handle name convention
- Overwrite https://github.com/ilosuna/mylittleforum/pull/352 because it
is incomplete and due to a conflict in editing this issue
2018-03-14 13:32:21 +01:00
Heiko August
06a3a9fa90
Fix: add getAvatar on several placed to handle name convention
...
Fix is made by @loesler, rebuilt it because of a merge conflict
2018-02-23 11:03:45 +01:00
Heiko August
c3a7d2d679
Fix: add missed string for avatar, user edit in the admin panel got no label
2018-02-22 21:39:22 +01:00
Heiko August
9d1ab0744a
Fix: read avatar with the function getAvatar also in the admin panel
2018-02-22 21:38:53 +01:00
Heiko August
fa9375033a
Merge pull request #347 from auge8472/v2.4.8
...
Add the necessary changes for the release of version 2.4.8
2018-02-18 21:13:56 +01:00
Heiko August
b8cd70eb96
Change: add version number 2.4.8 to the files index.php and VERSION
2018-02-18 21:09:28 +01:00
Heiko August
168be9b49e
Change: add the last version 2.4.7 to the array of updatable versions
2018-02-18 21:06:56 +01:00
Heiko August
05e998c48a
Change: add the list of changed files
2018-02-18 21:05:36 +01:00
Heiko August
37ec48371d
Change: add a further cfix to the changelog
2018-02-18 20:09:16 +01:00
Heiko August
30103ea25c
Fix: remove column "tags" from the create statement for table mlf2_entries ( #346 )
2018-02-18 20:04:03 +01:00
Heiko August
5fc063cd3e
Change: add the changelog for the version 2.4.8
2018-02-18 19:51:57 +01:00
Heiko August
dcc8fabb78
Fix: remove a more or less empty line in the 2.4.7-section
2018-02-18 19:50:54 +01:00
Heiko August
a4dae52ba0
Fix: add the release date of version 2.4.7 to the corresponding section of the changelog
2018-02-18 19:49:41 +01:00
Heiko August
bca457d77f
Change: translate "Bookmark" and it's plural as "Lesezeichen" ( #345 )
...
fixes #332
2018-02-11 19:04:14 +01:00
Heiko August
f93987bd2c
Merge pull request #344 from auge8472/addlangs
...
- new language: Danish
- enhanced translation: Swedish
- a few corrections: English
Especially the swedish translation is a mix of the old translation by Rövarn (rovarn at gmail dot com) and a newer, enhanced translation by Tommy Niellson (tommy at svenska-lok dot se). I fiddled much with online dictionaries to get a feeling for the swedish language and the sentence structure but don't know anything more about it, than I can detect by reading the language file (even german and swedish languages are IMHO very similar). Please have a look at the translation (especially grammar), if you are a swedish speaker/reader and inform us about erros I made during the unification.
2018-02-11 18:53:47 +01:00
Heiko August
0ef709b7fb
Change: added translations by Tommy Niellson (tommy@svenska-lok.se)
2018-02-11 18:40:23 +01:00
Heiko August
5ccfff1cf0
Change: add the strings that accrued since 2.4.3 and the changed keys
2018-02-09 12:12:06 +01:00
Heiko August
db5b7c8416
Fix: correct spelling error
2018-02-09 12:11:20 +01:00
Heiko August
0a9e48fdde
New: file for danish language, translation by Tommy Nielsson tommy@jernbanen.dk
2018-02-09 11:06:21 +01:00
Heiko August
3bb6045875
Fix: corrected the path to the CSS-files, important for updates from older versions ( #342 )
2018-02-05 15:08:29 +01:00
Heiko August
b3dbb10dbd
Merge pull request #341 from auge8472/bugfix
...
Bugfixes for invalid backup-mode-check and disused table column mlf2_entries.tags
2018-02-05 12:16:18 +01:00
Heiko August
cab27fcacd
Fix: remove column name "tags", column does no longer exist
2018-02-05 12:11:38 +01:00
Heiko August
e86fa9f14d
Fix: allow values greater than 7 up to 10 for backup modes
2018-02-05 12:07:32 +01:00
Mark Hoschek
01792da413
Update README.md
2018-02-03 14:55:24 +01:00
Heiko August
b8d0bf3bb4
Fix: forgotten masking chars for "'" inside strings ( #338 )
...
fixes #337
2018-02-02 12:52:33 +01:00
Micha
fd7e3cdc51
CSRF-token ( #336 )
...
- adding CSRF-token to editable user area
- https://github.com/ilosuna/mylittleforum/issues/320
2018-01-26 18:15:21 +01:00
Micha
ebc08678eb
Correct variable ( #335 )
...
- crorrecting variable in mysqli_free_result
- https://github.com/ilosuna/mylittleforum/issues/334
2018-01-26 17:48:04 +01:00
Heiko August
bb85b0d817
Fix: remove a few empty lines, the first and the two last caused Header-sent-errors ( #329 )
2018-01-09 23:02:44 +01:00
Heiko August
27cda188ac
Fix: remove the table alias from the ORDER-BY-clause because the name in SELECT as also no alias ( #328 )
...
fixes #326
2018-01-09 22:51:27 +01:00
Heiko August
5f39d557b9
Fixes for a few issues in the templates ( #327 )
...
* Fix: remove a doubled closing select-tag
* Change: removed a few empty lines from the template
* Fix: remove the size attribute from a input of type submit, makes no sense
2018-01-09 22:41:27 +01:00
Micha
df80e8140b
Correct PHP version
...
- see https://github.com/ilosuna/mylittleforum/issues/325
2018-01-05 15:41:01 +01:00
Heiko August
4354f5b651
Merge pull request #323 from auge8472/v2.4.7
...
Changes for the release of version 2.4.7
2018-01-04 23:16:52 +01:00
Heiko August
db530fb1ee
Change: add the new version number and date to index.php and number to config/VERSION
2018-01-04 23:03:43 +01:00
Heiko August
b0cc114d48
Fix: corrected vaule of a PR-number
2018-01-04 22:56:31 +01:00
Heiko August
931f00b331
Change; file list refomatted again
2018-01-04 22:54:52 +01:00
Heiko August
288b499b55
Change: added and documented the changed files
2018-01-04 22:51:27 +01:00
Heiko August
565ebfa62c
Change: set correct version jump
2018-01-04 22:32:54 +01:00
Heiko August
99af0245bd
Change: reformatted all comments for documenting the number of PRs in the list of changed files
2018-01-04 22:32:08 +01:00
Heiko August
9b9ba18936
Fix: set the URL of the interim project page because the original page is not accessible at the moment ( #322 )
2018-01-04 21:52:43 +01:00
Heiko August
c917efd553
Change: added the code changes for version 2.4.7 to the changelog
2018-01-04 21:45:43 +01:00
Heiko August
824217abf1
Fix: set empty birthday date to NULL instead 0000-00-00, adapt the queries ( #321 )
...
fixes #317
2018-01-04 20:48:28 +01:00
Heiko August
bd53748e48
Fix: check for existence of the variable and also for it's non-emptyness ( #319 )
...
fixes #316
2018-01-03 19:43:03 +01:00
Heiko August
9548f5b71d
Fix: replace the link to the temporary inaccessible project forum with the one to the interim forum ( #318 )
...
The link to the original project forum will be restored, when it's accessible again. See therefore also #314
2018-01-03 11:29:24 +01:00
Heiko August
508222c4a9
Cleanup: remove unused array, corrected a few spelling errors ( #315 )
...
see therefore also #288
2017-12-27 21:46:39 +01:00
Micha
df1a5d3b71
Honeypot ( #305 )
...
* Add inputs as honey pot
- add csrf-token for postings
- Add files to update script
- add CSS class and label
- add label for honey pot descriptions
2017-12-17 11:01:40 +01:00