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
Heiko August
5c528c183c
Merge pull request #6 from auge8472/master
...
Fix: correct some misspellings
2016-07-18 14:52:27 +02:00
Heiko August
1f8cd40a46
Change: use german word "los" instead english "go"
2016-07-18 14:46:10 +02:00
Mark Hoschek
32c76d9483
Merge pull request #5 from auge8472/master
...
direct link to list of own postings
2016-07-15 17:07:57 +02:00
Heiko August
7415bd2c34
Change: correct formatting, removed a bunch of unnecessary blanks
2016-07-13 11:14:41 +02:00
Heiko August
f9334a15bd
Change: better understandable phrasing
2016-07-13 11:13:11 +02:00
Heiko August
d97a8f377d
Change: make a "1" to "ein(e/er)"
...
This is common ine formulations in the German languag.
2016-07-13 11:07:23 +02:00
Heiko August
8f3b2ffcc4
Fix: several spelling and grammar errors
2016-07-13 11:00:56 +02:00
Heiko August
1f670580c4
Fix: double use of key name causes problems with additional templates
2016-07-04 20:15:52 +02:00
Heiko August
3a1b7c0d62
Change: use user_id instead p_user_id, because it's in use anyway
2016-07-04 11:52:26 +02:00
Heiko August
c6622a6636
Fix: use proper masking of ampersands
2016-07-04 11:48:37 +02:00
Heiko August
442509b80b
Feature: include link to a list of the logged in users own entries
2016-07-04 11:41:45 +02:00
Mark Hoschek
614958722d
Merge pull request #4 from auge8472/master
...
Fix: error in the cornercase of connecting the database server
2016-06-23 20:36:56 +02:00
Heiko August
aa246404de
Fix: error in cornercase of failure while connectiong to database server
...
The script can't use the connection identifier to report it's absence. Use the correct function for this case.
2016-06-23 10:49:40 +02:00
Mark Hoschek
ebb28d8eed
Workaround for Firefox-bug #2
2016-06-22 18:57:34 +02:00
Mark Hoschek
65af7cceb6
Merge pull request #3 from auge8472/master
...
Fix: field last_login can now store NULL values
2016-06-22 18:43:31 +02:00
Heiko August
dc60c18780
Fix: field last_login can now store NULL values
...
When a user should be registered, she/he was (in that moment) never logged in. Thatswhy the field last_login should stay empty (NULL) what was forbiddeen by the old table definition.
fixes ilosuna/mylittleforum#1
2016-06-22 13:03:10 +02:00
Alex
2c47d5c73f
Update Changelog
2016-06-02 20:47:01 +02:00