Commit graph

115 commits

Author SHA1 Message Date
Heiko August
ad40232432
Merge branch 'voting-feature' into legacy_2.4 2023-01-22 21:08:57 +01:00
Michael Loesler
d1e07039e9 Corrected comment (#532)
- corrected comment in i18n files, i.e. replaced `</--` by `<!--`
- see https://github.com/ilosuna/mylittleforum/pull/530
2020-09-30 13:35:41 +02:00
Heiko August
852c0e8f53 Change: add link to top of page to every entry and the footer of every page 2020-09-27 23:28:00 +02:00
Heiko August
dbd9f971bd Fix: provide backup functionality for the tags tables 2020-09-22 22:06:15 +02:00
Heiko August
630eb91f28 Fix: add forgotten backup function for subscriptions 2020-09-15 23:14:14 +02:00
Michael Loesler
cf1befe791 Key for error message (#523)
- Key 'error_email_wrong' was not unique and provides error message "Array"
- changed one key in lang-files 'error_email_wrong' --> 'admin_reg_error_email_wrong'
- see https://mylittleforum.net/forum/index.php?id=12205
2020-09-11 16:45:47 +02:00
Florian Caspar
dabe72c76b update of language files for voting management 2020-01-19 04:39:59 +01:00
Florian Caspar
9d374a2f90 updated language files 2020-01-02 01:33:58 +01:00
Florian Caspar
8c79ad769b Voting feature added. 2020-01-02 01:26:37 +01:00
Heiko August
4462463abf Change: make the link text for hiding spam from the main view more descriptive 2019-02-03 12:04:58 +01:00
Heiko August
d11b75fea5 Change: make the link text more descriptiv (#445)
"show spam" was to near to "list spam". The first toggles the visibility in the main view, the latter shows a list of only spam entries. With "display spam in thread list" the purpose of the link function gets more clear.
2019-01-13 15:47:42 +01:00
Heiko August
a6ded1dc9e Change: add code to enforce minimal count of chars from character classes in a password (PR: #438, #439, author: @loesler) 2019-01-02 22:42:17 +01:00
Heiko August
e53bb1d911 Change: rearrange the german strings for the reset of the terms of use and privacy agreements 2019-01-02 21:53:32 +01:00
Heiko August
083b7d126e Change: new link texts for the reset of the agreements 2019-01-02 21:50:22 +01:00
Michael Loesler
f470f50482 Change user password (#435)
- removed field to confirm changed password in user area
- see: https://github.com/ilosuna/mylittleforum/pull/412, https://github.com/ilosuna/mylittleforum/pull/403
2019-01-02 21:39:25 +01:00
Michael Loesler
177e5d7308 Remove account (#434)
* Remove user account

- added option _remove user account_ to user area

* Validate password

- requesting password to remove user account

* Remove button/clean code

- removed button as suggested by @auge8472 (https://mylittleforum.net/forum/index.php?id=11181)
- cleaned lang-files and template
2019-01-02 21:37:15 +01:00
Heiko August
336bfd389a Changhe: update of the danish translation, author: Tommy Nilsson 2018-11-22 23:07:36 +01:00
Heiko August
827f492a58 Change: removed the workaround of using US-locales for a PHP-bug that was solved ages ago with PHP 5.2 (#405)
fixes #361
2018-11-22 22:53:13 +01:00
Heiko August
a374791642 add unsubscribing function for messages about replies (#399)
* Change: add a link to unsubscribe from the e-mails informing about replies to a specific own entry
* Change: processing subscription quitting, code, text and subtemplate
* Change: add a new table for the handling of subscriptions
* Change: remove subscription flag from antres table, set it in subscriptions table instead
* Change: rename the entry-id and the UUID-column, add a timestamp
* Change: remove the GET-parameter checker, is unnecessary
* Change: add query to delete the row of the subscription from the database table
* Change: rebuild the function emailNotification2ParentAuthor
2018-11-22 22:50:32 +01:00
flatnick
b1dce240ae Change: Update norwegian.lang (#400), author: Github user @flatnick
Added new strings, that was introduced meanwhile (@auge8472).
2018-11-22 22:48:42 +01:00
Michael Loesler
ddd1891d87 Typo (#404)
- replaced hidde by hide
2018-11-22 22:42:08 +01:00
Michael Loesler
80174a1bc8 Password visibility (#403)
- add a check box behind the passwords field
- add two lang. phrases to display a helpful tooltip
- if the check box is checked, the password is shown in plain text otherwise the text field function for passwords is used (e.g. showing *****) 
- see https://github.com/ilosuna/mylittleforum/pull/402
- remove uri to YUI compressor 
- password confirmation field removed
- `error_pw_conf_wrong` key removed
2018-11-22 22:38:53 +01:00
Michael Loesler
fb025551e7 underline character (#401)
- underline character in data_privacy_statement removed in lang-files
2018-11-22 22:32:56 +01:00
Heiko August
8c3da39fcf Fix: another occurence of single quotes in a string, has to be masked 2018-08-12 16:56:54 +02:00
Heiko August
f59b3cdd00 Fix: add dedicated button strings for agreement and disagreement 2018-06-10 19:18:50 +02:00
Heiko August
3e81c092e9 Change: output the agreement page with the data privacy statement or the terms of use 2018-06-10 19:17:47 +02:00
Heiko August
843bd37246 Change: make accepting of the data privacy statement mandatory to save the entry, if enabled 2018-06-10 18:17:39 +02:00
Heiko August
45ff85a7d2 Change: add the checkbox for data privacy statement and the necessary code to the registration form 2018-06-10 18:14:49 +02:00
Heiko August
7942b6c783 Change: add settings for an explicit data privacy statement, resolve conflict 2018-06-10 18:07:24 +02:00
Heiko August
d9b6716840 Fix: three cases of forgotten exclamation mark as part of HTML-comment-syntax 2018-04-16 20:04:37 +02:00
Heiko August
8bad83b557 Fix: superfluous and erroneous single quotes 2018-04-16 20:04:05 +02:00
Heiko August
6f51f5ab3b Fix: added the changes for notice about automatic e-mails to all language files 2018-04-13 17:08:00 +02:00
Michael Loesler
75d9484ea3 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-30 13:22:03 +02:00
Michael Loesler
251c19313f Add email note (#362)
- add notification of generated message
- https://github.com/ilosuna/mylittleforum/issues/358
2018-03-30 13:21:11 +02: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
bca457d77f
Change: translate "Bookmark" and it's plural as "Lesezeichen" (#345)
fixes #332
2018-02-11 19:04:14 +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
b8d0bf3bb4
Fix: forgotten masking chars for "'" inside strings (#338)
fixes #337
2018-02-02 12:52:33 +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
Heiko August
6afc638225
Merge branch 'master' into quotes 2017-12-12 23:33:30 +01:00
Heiko August
df8d7f64b6 Fix: removed obsolete string (key: error_bookmark_tags_too_long) 2017-12-12 23:18:45 +01:00
Heiko August
ce23d97b0f Fix: new key-value-pair for limiting the number of bookmark tags 2017-12-12 23:11:08 +01:00
Micha
cd401caf42
Change TAG handling (#297)
* Remove phrase in lang files

- Remove TAG-phrase 'error_bookmark_tags_too_long'
- was added by https://github.com/ilosuna/mylittleforum/pull/287

* Add tables

- tags_table for tag values
- bookmark_tags_table for connection between tags and bookmarks

* Change install/update script

- Add new tables
- Suggestion for transfering old tags from postings to new tag table

* Add tags to bookmark

- adapt SQLs for new TAG-table

* SQL korrigiert

- Klammerausdruck korrigiert

* LEFT-Join

- Correcting SQL JOIN vs. LEFT JOIN
- Replace function call

* Replace Functions

- add/replace functions for TAG handling

* TAGS for postings

- Add Tags for postings

* Add new table

- add binding table for tags and postings

* - Change TAG handling

- search function
- posting
- thread view
- update script
- install script

* Limiting number of Tags

- set tag limit to 10 for bookmarks
- add error message

* Remove BTREE

- reomve USING BTREE clausel as suggested by @auge8472

* Remove BTREE

- remove USING BTREE as suggested by @auge8472
- add new table entry_tags_table

* Remove variable

- remove variable $tagStr

* Remove first tab

- clean up file

* Add InnoDB

- Add ENGINE=InnoDB to new tables

* Add table names

- add table names to install script

* add updated files

- add updated files of issue #297

* add AUTO_INCREMENT

- add AUTO_INCREMENT to 'tags_table' definition

* Correcting table name / check for prior errors

- correct tabel name of entry_tags_table
- check empty property of error-array
- add error message, if b_settings.php is unwriteable

* Store posting tags

- add new sql to store the posting tags in entry_tags table
2017-12-12 22:53:37 +01:00
Heiko August
87e486ad0c Change: set value strings into single quotes (except multi line strings) 2017-12-12 22:51:42 +01:00
Heiko August
bebc2db55e Change: set value strings into single quotes (except multi line strings) 2017-12-12 22:15:06 +01:00
Heiko August
920d9c5c25 Change: set value strings into single quotes (except multi line strings) 2017-12-12 21:40:23 +01:00
Heiko August
6cd6f75b3c Change: set value strings into single quotes (except multi line strings) 2017-12-12 21:01:51 +01:00