Commit graph

1206 commits

Author SHA1 Message Date
Heiko August
d29bc6e6e1 Change: outdated function calls removed 2016-10-13 22:17:52 +02:00
Heiko August
60177376e8 Change: removed some code fragments from user.inc.php 2016-10-13 22:16:13 +02:00
Heiko August
f4411f4858 Change: removed outdated code from posting.inc.php 2016-10-13 22:08:39 +02:00
Heiko August
3400ebdd88 Change: remove spreaded funtion calls, are unified nowadays 2016-10-13 22:03:55 +02:00
Heiko August
65fe952d86 Change: removed some outdated one-line code fragments 2016-10-13 22:01:23 +02:00
Heiko August
c69cc38bba Change: remove outdated code 2016-10-13 21:53:33 +02:00
Heiko August
6d1790955d Change: remove unused email sending code
Was disabled before because of a possible leak of a forums userdata.
2016-10-13 21:53:11 +02:00
Heiko August
3d05edf1c5 Change: remove old language-overwrite-code 2016-10-13 21:52:46 +02:00
Heiko August
8a05122d6d Change: remove old, unused behaviour for email text formatting 2016-10-13 21:52:13 +02:00
Heiko August
2e5881b35a Change: remove outdated image-size-code 2016-10-13 21:51:40 +02:00
Heiko August
b6420298d6 Change: remove unused code 2016-10-13 21:51:07 +02:00
Heiko August
82cb503bce Change: unused code for mail-header-building 2016-10-13 21:50:34 +02:00
Heiko August
636b0a3c49 Change: remove unused forum-entry-actualisation-queries 2016-10-13 21:50:06 +02:00
Heiko August
e0f09510c4 Change: remove unused search-for-user-query
It has it's more sophisticated successor below.
2016-10-13 21:49:37 +02:00
Heiko August
da80492dc8 Change: remove unused language file check 2016-10-13 21:49:01 +02:00
Heiko August
1ecc3a3064 Change: remove unused md5-function calls, md5 is outdated! 2016-10-13 21:48:32 +02:00
Heiko August
6fd860a5ea Change: remove query to list all entries of a special user
The request lists all entries of an user when these entries should be deleted.
It's not in use anymore.
2016-10-13 21:47:44 +02:00
Heiko August
204c31e8b9 Change: remove outdated check for existing user name
The check is since ages executed a few lines before in another way.
2016-10-13 21:46:45 +02:00
Heiko August
3cc4af4642 Change: remove query to change edited category name in entries-table
The name is only stored in the category-table.
The entries store only the category-ID.
2016-10-13 21:44:31 +02:00
Micha
5c736336c4 Bookmark, JavaScript and CSS, Preview window (#39)
* Bookmark

Add bookmark function to single postings

* Multiple changes

- Add bookmark function, cf.
https://github.com/ilosuna/mylittleforum/issues/38
- Show preview window on hover, if desired(!): set ajax_preview=2, cf.
https://github.com/ilosuna/mylittleforum/pull/37
- Replacing of inline-style elements in JS code by CSS classes, cf.
https://github.com/ilosuna/mylittleforum/pull/18 and
https://github.com/ilosuna/mylittleforum/issues/16

* Update db_settings.php

* Add phrases

Add content for issue https://github.com/ilosuna/mylittleforum/issues/32

* bubble-icon behavior

- Disable bubble-icon if posting is empty
https://github.com/ilosuna/mylittleforum/issues/40
- Add CSS issue https://github.com/ilosuna/mylittleforum/pull/41
2016-10-13 18:29:35 +02:00
Heiko August
5f477e35b8 Change: included the files that changed between v2.3.7beta and the final 2.3.7-release 2016-10-10 13:23:26 +02:00
Heiko August
c328783422 Fix: converted the scope fix (8718955c49) into the main.min.js 2016-10-10 13:20:19 +02:00
Heiko August
bd2b8497e1 Change: added last informations about version 2.3.7 2016-10-10 12:36:35 +02:00
Heiko August
bd1f5a6613 Change: set max-width for images in the ajax-preview (#41)
Images with a great width stuck out of the preview block. Now it's shrinked to the elements size.
2016-10-10 12:18:26 +02:00
Micha
e70650269e Fix: closing behavior (#36)
* Fix: closing behavior

Fix for closing issue, cf.
http://mylittleforum.net/forum/index.php?id=8428 The window will not
close, if the scollbar inside the preview element is clicked.

* Fix: Variable scope

Fix for type error, cf.
https://github.com/ilosuna/mylittleforum/issues/35#issuecomment-252064541
2016-10-07 14:45:15 +02:00
Heiko August
0db01527f7 Change: translated a few strings to german language (#34)
* Change: translated a few strings

* Change: alter one of the translations as suggested by @derletztekick
2016-10-06 17:10:25 +02:00
Heiko August
95617c542a Fix: misspelling in German language file (#33) 2016-10-06 15:50:50 +02:00
Micha
ecf3d53608 Add correct Version (#31)
Add correct version number to index.php
2016-10-05 18:11:02 +02:00
Heiko August
5bc858e7b0 Fix: replace graphic separators with CSS-text (with :before) (#30) 2016-10-05 16:27:43 +02:00
Heiko August
8c8cce952e Fix: missing user name in users entries list (#29)
Reinsert the variable $user_name. The context sensitive handling of it's content stays beside the handover to Smarty. This is because of the clear view in case of a maintenance necessity. fixes #28
2016-10-05 12:47:41 +02:00
Heiko August
6a787e4d88 Change: added changelog for version 2.3.7 (#27) 2016-10-04 20:10:56 +02:00
Heiko August
1a3140f1f8 Change: add update and install routines for version 2.3.7 (#26)
fixes #26
2016-10-04 19:41:40 +02:00
Micha
9a8ae4a277 Fix: update function (#22)
Fix bug in update function, fixes #21
2016-10-04 19:25:38 +02:00
Micha
5eacca5fb3 login blocking configuration (#20)
* login blocking configuration

The setting variable 'temp_block_ip_after_repeated_failed_logins' has
now a new meaning. A zero means off/not used and a value greater than
zero indicates a timespan.

* Version

Add version '2.3.6'
2016-10-04 18:01:01 +02:00
Micha
26bf7b9b93 Update Bad-Behavior (#24)
Update Bad-Behavior to version 2.2.19
2016-10-04 17:54:24 +02:00
Heiko August
6649238b81 Fix: button bar slipped below the textarea because of too little space (#23)
fixes #9
2016-10-04 17:53:27 +02:00
Micha
c24ed047a0 Constructor for PHP7 (#13)
- Add __construct-Function to classes to be valid for PHP7
- Check length of content-string @matchesCriterium-function to avoid a
PHP note
2016-10-02 19:43:54 +02:00
Micha
9c5b4ef657 context sensitive masking of HTML-output (fix #17)
* Fix: context sensitive escaping in user edit form (admin)

* Fix: context sensitive escaping in user register form (admin)

* Fix: context sensitive escaping in users list (admin)

* Fix: context sensitive escaping in e-mail addresses list (admin)

* Fix: context sensitive escaping in the contact form

* Fix: context sensitive escaping in entry output

* Fix: context sensitive escaping when saving an edited entry

* Fix: context sensitive escaping for online status in user list (normal)

* Fix: context sensitive escaping in the user list (normal)

* Fix: context sensitive escaping in an users personal data (normal)

* Fix: context sensitive escaping in an users entries list (normal)

* Fix: context sensitive escaping in the profile edit form (normal)

* context sensitive masking of HTML-output

* Fix: context sensitive escaping for numeric values
2016-10-02 17:13:23 +02:00
Micha
ceb734b9d0 Update Smarty (#12)
Update Smarty to current version 3.1.30
2016-09-28 09:57:49 +02:00
Heiko August
981f29b8ce Merge pull request #11 from ilosuna/error-in-error-messages
Fix: CSRF bug, relative path bug, error in language handling, spelling error

Fixes authored by: @derletztekick
2016-09-26 14:09:20 +02:00
Micha
216217a7a9 Spelling error
Correcting eng. lang file, cf.
http://mylittleforum.net/forum/index.php?id=9216
2016-09-23 21:57:38 +02:00
Micha
c0dd93eda9 error in error messages
Fixing Issues #8, cf. https://github.com/ilosuna/mylittleforum/issues/8
2016-09-22 22:32:47 +02:00
Micha
c71bef80e6 CSS Relative Path Overwrite Protection
The smarty-variable $FORUM_ADDRESS was added to create absolute URIs to
CSS and JS files.
2016-09-20 22:04:34 +02:00
Micha
03064a5c11 CSRF protection
A page token was added to the user-register/change form to avoid an
unauthorized access from external page while an admin is logged in.
2016-09-20 21:59:35 +02:00
Heiko August
17516e3ae9 Merge pull request #7 from auge8472/master
All necessary changes for update etc., that I forgot when I created the tag v2.3.6
2016-08-04 22:17:23 +02:00
Heiko August
3724c802f5 Change: actual version string for the index.php 2016-08-04 22:07:14 +02:00
Heiko August
db137c7a2a Change: actualise the changelog with the infos about v2.3.6 2016-08-04 22:05:13 +02:00
Heiko August
637271a15c Fix: only use mysqli-functions, when updating to 2.3.6
The forum uses since v2.3.5 the mysqli instead the mysql library in PHP.
Thatswhy there can't be an update function from older versions.

There is no update to v2.3.6 without an interim step via version 2.3.5.
2016-08-04 21:44:51 +02:00
Heiko August
ae29e0fca1 Change: update update script, new version strings 2016-08-04 21:09:59 +02:00
Heiko August
0b47232444 Change: set the URL to the new download location 2016-08-04 21:01:36 +02:00