Commit graph

1316 commits

Author SHA1 Message Date
Heiko August
5d58c4c857
Fix(es) for the uploads management (#367)
* Fix: use existing variable instead non exisiting one
* Fix: check for non-emptyness of the array and not for it's existence

I found no further issues.
2018-04-16 19:51:18 +02:00
Heiko August
829b03a154 Fix: three cases of forgotten exclamation mark as part of HTML-comment-syntax 2018-04-16 18:33:38 +02:00
Heiko August
4f3ee7330c Fix: superfluous and erroneous single quotes 2018-04-16 18:33:38 +02:00
Heiko August
b300faf040 Fix: added cursor:pointer; for labels also to the minified CSS file 2018-04-13 16:59:31 +02:00
Heiko August
9e67bb781e Fix: added the changes for notice about automatic e-mails to all language files 2018-04-13 16:59:31 +02:00
Heiko August
7c8e502633
Change: width and height attributes to img tag of uploaded images (#368)
Add width and height attributes to in entries included images with an upload as source.
2018-04-12 20:31:04 +02:00
Heiko August
86861aef46
Merge pull request #364 from ilosuna/uploads
Base of a new page in the admin panel for managing uploads (currently uploaded images).
2018-04-11 17:48:07 +02:00
Heiko August
0737d82843 Fix: put image dependent code into an if-block with the check for image presence 2018-04-11 17:35:11 +02:00
Heiko August
0152a4ec1e Change: add styling rules for the confirmation list 2018-03-30 20:11:28 +02:00
Heiko August
d774095e49
Bugfix, use correct setting name instead name of abandoned setting (#366)
* Fix: used non existing setting for removing read state after X days

The database query for removing the read state from entries after X days was broken.
The query used the setting "read_state_expiration_date" which was itself removed with version 2.4.3.
2018-03-30 13:59:59 +02:00
Heiko August
09687f5096
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:07:30 +02:00
Heiko August
e6c1f72508 Change: remove the uploads from the file system 2018-03-29 16:08:02 +02:00
Heiko August
0fea8768bc Change: check also the presence of the CSRF-token 2018-03-29 16:07:34 +02:00
Heiko August
d4187e4249 Change: unify the two loops for displaying the image name and setting the hidden input 2018-03-29 16:03:32 +02:00
Heiko August
df3d9c057d Change: cosmetical changes for the section header and the image icon 2018-03-29 16:02:46 +02:00
Heiko August
88023e95e2 Change: new settings uploads_per_page to the install, update and admin scripts 2018-03-29 15:17:37 +02:00
Heiko August
d4760c901b Change: add a link back to the uploads-list to the breadcrumb navigation 2018-03-29 11:31:50 +02:00
Heiko August
2000bd62d8 Change: add confirmation page for deleting uploaded files 2018-03-29 11:12:51 +02:00
Heiko August
423e5be239 Change: rename submit button 2018-03-29 09:58:14 +02:00
Heiko August
80e2e1424d Change: make the height of #usernav independent from a magic number 2018-03-28 14:50:35 +02:00
Heiko August
d9e62e69a2 Change: set an own block formatting context for #usernav 2018-03-25 22:25:28 +02:00
Heiko August
5962dc318e Change: adapt the user list pagination to the upload list 2018-03-25 22:24:38 +02:00
Heiko August
5bd77256b0 Change: basic set of rules for the list of uploads in the admin area 2018-03-22 22:37:49 +01:00
Heiko August
e36a1c81eb Change: add admin view for management of the uploads
It's atually incomplete, no pagination at the moment, even if it's necessary.
2018-03-22 22:35:54 +01:00
Heiko August
41522306e3 Change: add the link to the upload management view to the admin menu 2018-03-22 22:25:38 +01:00
Heiko August
13f3f3133f Merge branch 'master' of https://github.com/ilosuna/mylittleforum 2018-03-20 15:00:34 +01:00
Michael Loesler
ce501e02ff
Date format (#363)
- change date format to prevent encoding problems for special characters
(e.g. März)
- https://mylittleforum.net/forum/index.php?id=10623
2018-03-18 22:08:10 +01:00
Michael Loesler
eeaad29f66
Add email note (#362)
- add notification of generated message
- https://github.com/ilosuna/mylittleforum/issues/358
2018-03-12 22:39:40 +01:00
Michael Loesler
5f8d77da62
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-10 21:36:00 +01:00
Micha
34d75375ad
Change project page link (#357)
- add link to mylittleforum.net
2018-03-01 22:10:48 +01:00
Heiko August
db312a6d90 Merge branch 'master' because of a conflict 2018-02-23 11:08:33 +01:00
Micha
248b1a567b 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-02-23 10:56:18 +01:00
Micha
f1d06a2492
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-02-22 22:42:32 +01:00
Heiko August
4e135c84aa
Merge pull request #352 from auge8472/bugfix
Bugfix for display of the avatar in the admin user edit form and it's label.

fixes #349
fixes #351
2018-02-22 21:32:48 +01:00
Heiko August
25246a6442 Fix: add missed string for avatar, user edit in the admin panel got no label 2018-02-22 21:27:31 +01:00
Heiko August
1743050af3 Fix: read avatar with the function getAvatar also in the admin panel 2018-02-22 21:25:01 +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