Commit graph

1206 commits

Author SHA1 Message Date
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
Heiko August
1a611241c6
Merge pull request #300 from auge8472/quotes
enclose language strings in single quotes …

Commited via merge because of the load of changes in 12 different files. This fixes #298
2017-12-15 10:35:29 +01:00
Micha
1589ce7fd7
correct label (#304)
- change not defined $lang['error_input_too_long'] to
$lang['error_username_too_long']
2017-12-13 09:53:30 +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
Heiko August
b14bc3f179 Fix: enclosing means a quote at the begin AND at the end of the string. 2017-12-11 22:52:03 +01:00
Heiko August
e53cbc95e9 Fix: forgot to add the key-value-pair for word delimiter 2017-12-11 22:51:09 +01:00
Heiko August
2ad8f86ba9 Change: set value strings into single quotes (except multi line strings) 2017-12-11 22:47:22 +01:00
Heiko August
8aa987bb51 Change: set value strings into single quotes (except multi line strings) 2017-12-11 22:09:16 +01:00
Heiko August
31c02359fe Fix: added forgotten word delimiter in croatian language file 2017-12-08 16:18:19 +01:00
Heiko August
1dd2c6d16f Change: dsemi ready translation of e-mail-content from english to french language 2017-12-08 16:17:39 +01:00
Heiko August
d35b024836 Change: set value strings into single quotes (except multi line strings) 2017-12-08 16:17:20 +01:00
Heiko August
212114f6fd Change: set value strings into single quotes (except multi line strings) 2017-12-05 22:28:14 +01:00
Heiko August
31cc55ccd3 Fix: replace "it's" with "it is" because of the conflict with enclosing quotes 2017-12-03 22:53:00 +01:00
Heiko August
a98404c762 Change: set value strings into single quotes (except multi line strings) 2017-12-03 22:38:22 +01:00
Heiko August
c1e8610da7 Change: set value strings into single quotes (except multi line strings) 2017-12-03 21:59:22 +01:00
Heiko August
a57998528a Fix: forgotten opening quotes 2017-12-03 20:03:47 +01:00
Heiko August
e2e08c531d Change: set value strings into single quotes (except multi line strings) 2017-12-03 20:02:25 +01:00
Heiko August
2a9acd567d Change: set value strings into single quotes (except multi line strings) 2017-12-03 19:25:53 +01:00
Heiko August
cb9c536c92
Fix: wrong values in the arrays of allowed values (#296)
Allowed are the values `0` and `1` and not `1` and `2`.
2017-11-28 22:15:06 +01:00
Heiko August
665064228f
Change: fix values for URL-parameter fold_threads (#295)
0 = unfolded threads (default)
1 = folded threads

fixes #293
2017-11-28 22:06:54 +01:00
Heiko August
151d6f0ed2
Change: fix values for URL-parameter toggle_thread_display (#294)
0 = nested view (threaded view, default)
1 = linear view (table view)

fixes #292
2017-11-28 21:50:00 +01:00
Heiko August
2e9f31de49
Change: introduce new URL-parameter to select view of the threads list view (#291)
Change: change the behaviour of `toggle_view` from 'true' to '0' or '1', fixes #283
2017-11-27 09:49:43 +01:00
Heiko August
713bae4f8c
Refactoring of index.inc.php … (#290)
* Change: don't set a value for an integer field into quote signs
* Cleanup: reformatting of the file index.inc.php
2017-11-22 22:37:55 +01:00
Micha
c5ab0b7314
Bookmarktags (#287)
* Tags for Bookmarks

- add tags for user-defined bookmarks
- https://github.com/ilosuna/mylittleforum/issues/254

* Update/Install instructions

- update install and update scripts

* Add GH-IDs

- add GitHub ids

* Remove isset

- remove isset() because it is checked above
2017-11-20 16:03:39 +01:00
Micha
8b493fcdca
Redirect after LogIn (#286)
* Redirect after LogIn

- Redirect user to last visited page after login
- https://github.com/ilosuna/mylittleforum/issues/282
- Refactoring index.php
- https://github.com/ilosuna/mylittleforum/pull/275
2017-11-12 11:16:35 +01:00
Micha
e3c0df31af
Remove entries_read column (#285)
- Removing column entries_read from userdata-table
- https://github.com/ilosuna/mylittleforum/issues/284
2017-11-11 12:48:01 +01:00
Heiko August
16dc507884
Merge pull request #281 from auge8472/v2.4.6
changes for update to version 2.4.6

closes #280
2017-11-05 16:18:52 +01:00