Commit graph

58 commits

Author SHA1 Message Date
Heiko August
7c5d798c19 Change: add the new version number to the introducing comment block in index.php 2022-05-08 18:07:13 +02:00
Michael Lösler
fa5fa08746
Installation routine (#591)
- set `error_reporting = 0` for smarty because this function depends on the php function `error_reporting()`
- check `$db_settings['database']` as suggested by @auge8472 cf. https://mylittleforum.net/forum/index.php?id=12699
- call `mysqli_select_db` function removed
2022-04-29 16:49:55 +02:00
Michael Loesler
f04a6773bf load emails config
- loaded emails config from  language file as defined in e.g. posting.inc.php
2020-04-29 10:51:18 +02:00
Michael Loesler
5927fd1129 daily actions
- added function call of daily actions to the end of the index.php
2020-04-29 10:51:18 +02:00
Heiko August
612bec8777 Change: add the new version number to the files config/VERSION and index.php 2019-09-24 22:11:00 +02:00
Michael Loesler
414168b8f2
Replace definition of constant array by normal array (#507)
- since PHP 5 doesn't support arrays in define(), the config files are invalid, see https://mylittleforum.net/forum/index.php?id=11912
- removed define() function call and used _normal_ arrays syntax
- created a single instance of B8 instead of using multiple instances (added new include file)
2019-08-17 19:35:42 +02:00
Heiko August
182cafaaeb Change: new version number 2.4.99.2 2019-08-08 15:07:12 +02:00
Michael Loesler
14bdcb9c45
PHPMailer (#498)
* PHPMailer

- added PHPMailer (https://github.com/PHPMailer/PHPMailer) as module to enable SMTP support, see https://github.com/ilosuna/mylittleforum/issues/348

* File/SQL update

- added files to update list
- added SQL property php_mailer (1 == on -> use PHPMailer, 0 == off  -> use php mail function)
2019-07-18 22:15:00 +02:00
Michael Loesler
285fb013ef
B8 config file (#493)
- created config file for B8
- see https://github.com/ilosuna/mylittleforum/issues/492
2019-06-24 22:11:00 +02:00
Heiko August
7b88070648 Change: add new version string to index.php 2019-06-01 22:50:00 +02:00
Michael Loesler
b728c20711
Comment (#433)
- clean/correct comments
2018-12-22 10:18:00 +01:00
Michael Loesler
816dd522f3
LC_NUMERIC (#429)
- added `setlocale(LC_NUMERIC, "C");` to handle the decimal separator (in case of content switching)
- https://github.com/ilosuna/mylittleforum/issues/428
2018-12-19 20:36:25 +01:00
Michael Loesler
1615ee4a0a
Flash button (#390)
* Removing flash

- removing the option "FLASH" button
- https://github.com/ilosuna/mylittleforum/issues/376

* Change update script

- add changes to update script
- VERSION array is not correct!!!

* Correction id

- correcting id to #390
2018-07-16 23:15:56 +02:00
Heiko August
b8cd70eb96 Change: add version number 2.4.8 to the files index.php and VERSION 2018-02-18 21:09:28 +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
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
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
Heiko August
574dc6e4d8 Change: new version number 2.4.6 in index.php and config/VERSION 2017-11-05 16:15:22 +01:00
Heiko August
8989197d2a Change: set the new version number 2017-10-09 22:45:35 +02:00
Heiko August
b2c6213b43 Preparations for version 2.4.4 (#258)
* Change: add the array of the changed files to the update script
* Change: add the list of changes to CHANGELOG
* Change: new version string in index.php and in config/VERSION
2017-10-03 18:22:19 +02:00
Heiko August
5f7b857dc9 Change: add new version string to index.php and config/VERSION 2017-07-09 21:48:11 +02:00
Heiko August
de27ceb6c4 Fix: no identification of IE, use universal cache directive instead (#207) 2017-04-20 16:00:11 +02:00
Heiko August
7ff76d4264 Change: add the new version number to index.php and config/VERSION 2017-03-12 12:48:02 +01:00
Heiko August
2d3edcea26 Change: new version number in the index page 2017-02-20 19:40:13 +01:00
Heiko August
c7ea843859 Change: adjust the copyright notice and added the new version number to the index file 2017-02-16 09:25:48 +01:00
Heiko August
d24c75a7e6 data for new pre release 2.3.99.3 (#164)
* Change: add changes and fixes for version 2.3.99.3
* Change: add the data for version 2.3.99.3
* Change: add the new version number 2.3.99.3
2017-02-05 13:58:09 +01:00
Heiko August
ba42369e62 added the necessary code for a new release (v2.3.99.2) (#153)
* Change: add a block for the updated files of the intern pre release 2.3.99.1
* Change: make intern testing version 2.3.99.1 updateable
* Change: added changelog for the pre release 2.3.99.2

see also #152 
* Change: added the version string to the comment block in the index.php

* Change: added the infos about the co-authors
2017-01-24 19:52:46 +01:00
Heiko August
ae2395f784 Fix: restore old behaviour of smartys config_overwrite
Before issue #11 the value of config_overwrite was false.
To allow overwriting of config items it was changed to true.
That led to bugs with items, that should act as arrays.
2016-12-26 22:49:53 +01: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
bd2b8497e1 Change: added last informations about version 2.3.7 2016-10-10 12:36:35 +02:00
Micha
ecf3d53608 Add correct Version (#31)
Add correct version number to index.php
2016-10-05 18:11:02 +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
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
3724c802f5 Change: actual version string for the index.php 2016-08-04 22:07:14 +02:00
Alex
b814a956cb Update version info, install SQL schema and update script 2015-02-08 11:23:11 +01:00
Alex
944186166b bugfix in posting.js/posting.min.js 2014-04-10 20:55:44 +02: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
c08afa1687 JavaScript fix ( http://mylittleforum.net/forum/index.php?id=6718 ), Smarty updated, Bad Behavior updated, GeSHi updated, set default time zone to UTC 2012-11-21 10:33:22 +01:00
Alex
ce099e861f Updated Bad Behavior, Changelog and Update script 2011-09-01 11:06:39 +02:00
Alex
bc1fc24ecd modifications for Smarty 3 2011-03-16 19:54:47 -03:00
Alex
52fc96477a Smarty, Bad Behavior and GeSHi updated 2011-03-11 17:22:33 -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
9e2811ca2f minor CSS and JavaScript modifications 2010-10-25 16:52:09 -03:00
Alex
2c96affcf7 update file updated 2010-07-10 10:57:10 -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
e686f76d0b Mail header separator changed from "\r\n" to "\n" 2010-05-28 15:56:21 +02:00