Commit graph

302 commits

Author SHA1 Message Date
Micha
adbf996962 Transfer read state to new tabel (#81)
- SQL to transfer read state from 'userdata_table' to new table
'read_status_table'
- SQL to remove column 'entries_read' from 'userdata_table'
2016-11-17 21:26:22 +01:00
Micha
9e75d0397a Remove read status of entries on delete (#76)
* Remove read status of entries on delete

- remove "read status" on user delete
- remove "read status" on posting delete

* Primary key

- Remove unique definition and add primary key "read_status_table"
2016-11-16 22:50:21 +01:00
Heiko August
1519b0091d Fix: don't add column id (PK, Auto Increment) when read_per_user is an unique index (#79) 2016-11-16 19:50:05 +01:00
Heiko August
d680aa4757 Create read-status-table (#74)
* Change: new table mlf2_read_entries
* Fix: forgot to add the assembling of the table name in update script
* Change: add column time to store the last request for an entry
* Fix: rename column 'e_id' to 'posting_id' for consistency

fixes #71
2016-11-14 10:56:04 +01:00
Micha
2735994677 consider modified lang files (#69)
- add lang-directory to update routine v2.4
2016-11-06 20:27:49 +01:00
Heiko August
6627539a28 version check from file (#66)
* Change: read new version number from file in case of an update

* Fix: put the version checks into a block, that will only be executed in absence of an error

* Fix: stop update even with equal version numbers of current installation and update version

* Fix: compare the current version with the array of allowed version numbers, not with version number of the update

* Change: replace $update['version'] with $newVersion

It's not part of the given data and will be read from the file VERSION.
Thatswhy it is now a separated variable.

* Change: use the file VERSION to get the version number

* Fix: relative path must be given from the requested script, not the included one
2016-11-06 13:36:04 +01:00
Micha
e4c278ff94 show number of unlocked users (#64)
* show number of unlocked users

- SQL-SELECT is added to count the number of unlocked users
- Number of unlocked users is shown in sidebar
- Issue: https://github.com/ilosuna/mylittleforum/issues/62

* Ckeck register_mode

- register_mode value is checked in SQL

* Overwork CSS, SQL, Templates and Image

- SQL checks for empty activate_code
- rename class to non-activated-users
- rename key in lang-fiels to non_activated_users_link
- add new files to update script
2016-11-03 23:24:57 +01:00
Micha
5613288940 Overwrite db_settings on update (#59)
- overwrite the db_settings and add new database table 'bookmarks'
- marked changed files with pull-ids
2016-10-22 16:50:01 +02:00
Micha
aeec3ce2d4 Remove Subfolders (#55)
* Remove Subfolders

- remove subfolders from update list, if the parent folder is also in
list, cf. http://mylittleforum.net/forum/index.php?id=9359
2016-10-20 14:32:39 +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
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
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
Alex
dcf930630a Update changelog and update script 2016-05-31 17:05:05 +02:00
Alex
23e0c4d353 PHP 7 modifications (e.g. replace mysql_* by mysqli_* functions) 2016-05-31 14:08:09 +02:00
Alex
7eb9702031 Sticky thread fix, iOS JS fix, template and translation fixes (http://mylittleforum.net/forum/index.php?id=8512) 2016-03-13 17:49:28 +01:00
Alex
522981ecbc Update changelog and update script 2015-02-08 17:26:18 +01:00
Alex
000eb668da Update update script 2015-02-08 11:41:25 +01:00
Alex
b814a956cb Update version info, install SQL schema and update script 2015-02-08 11:23:11 +01:00
Alex
dd62d1d304 update file adjustment 2014-04-10 21:09:27 +02:00
Alex
442f9ca004 modified update file 2014-03-30 17:28:06 +02:00
Alex
7deea2a545 bugfix in posting.inc.php 2014-03-13 21:57:51 +01:00
Alex
6ca4006171 language bug fix, theme switch bug fix, Smarty updated, Bad Behavior updated, Swedish language file added 2013-11-23 16:56:36 +01:00
Alex
207cf78ed3 minor language file and template changes 2012-11-28 17:23:50 +01:00
Alex
90deb8fd98 implemented Stop Forum Spam 2012-11-25 16:58:35 +01:00
Alex
06abf7cafc updated update script 2012-11-25 10:50:00 +01:00
Alex
ce099e861f Updated Bad Behavior, Changelog and Update script 2011-09-01 11:06:39 +02:00
Alex
f93200f736 added admin options to user profile page, added akismet check of registered users 2011-06-17 21:19:17 +02:00
Alex
71524482d6 minor JavaScript modifications 2011-05-12 10:44:49 +02:00
Alex
52fc96477a Smarty, Bad Behavior and GeSHi updated 2011-03-11 17:22:33 -03:00
Alex
f918959589 imagecopyresized() replaced by imagecopyresampled(), modifications in stringparser_bbcode class 2011-02-17 11:01:54 -03:00
Alex
ff590a40c9 Timestamp exclusively fetched from database now, minor template modifications 2011-02-13 10:52:06 -03:00
Alex
81ce36f193 Chinese and Croatian language files updated 2010-11-21 17:55:04 -03:00
Alex
97b4316157 JavaScript fix for insert link button 2010-10-27 17:36:07 -03:00
Alex
9e2811ca2f minor CSS and JavaScript modifications 2010-10-25 16:52:09 -03:00
Alex
11111a73ea control characters filter for rss feed implemented 2010-07-08 20:38:05 -03:00
Alex
3703dd8c6c minor template bug fixed; rss feed uses cached entry data now 2010-07-08 10:19:48 -03:00
Alex
d2f81286df Template bug fixed 2010-06-21 11:56:11 +02:00
Alex
e375f60b6e Template bugfix (user_postings.inc.tpl) 2010-06-10 21:11:15 +02:00
Alex
e4ade0bb80 Minor language file changes 2010-05-29 11:52:14 +02:00
Alex
fc4d187605 Minor JS improvements 2010-05-28 20:26:31 +02:00
Alex
e686f76d0b Mail header separator changed from "\r\n" to "\n" 2010-05-28 15:56:21 +02:00
Alex
78495dc877 Bugfix: JS error if not logged in and forum is accessible by registered users only 2010-05-24 19:59:44 +02:00
Alex
55cefb91ff Minor JavaScript improvements, Russian language file updated 2010-05-20 15:07:41 +02:00
Alex
8060dae691 Bugfix: Thumbnail feature didn't work in Safari 2010-05-18 20:43:46 +02:00
Alex
01e19a5871 minor changes in update script 2010-05-12 17:21:31 +02:00