27 Commits

Author SHA1 Message Date
azett
6b8a4776df Included Matthias Mauch's PHP7.1 patch. Besides other changes regarding PHP7 compatibility, it replaces all the class-named constructors with __construct(). Thanks a lot, Matthias!
Please visit his website http://www.aadmm.org/fp-patch/ and read patch-description.txt to learn more about the details of the patch.

I adapted the patch slighty: It now does not just add a __construct() function to the existing class-named one, instead it replaces it completely. Therefore, some parent::__construct() calls had to be changed, too.
2018-10-03 11:00:55 +02:00
Edoardo Vacchi
dd94f073bf Fix other method signatures 2013-11-28 20:44:52 +01:00
real_nowhereman
5a72665c23 fix a strict error by horribly breaking old PHP4 installations. 2012-03-24 15:20:41 +00:00
real_nowhereman
e5f7052516 updated to 0.3.3. also, removed all instances of '=&'; replaced with '=' 2011-08-25 19:33:18 +00:00
real_nowhereman
fb74b70049 support for custom alt, title attributes in [img] 2010-08-23 07:08:08 +00:00
real_nowhereman
fec91ae412 many minor edits, porting to jQuery (thanks to pierovdfn!) 2010-08-12 10:02:52 +00:00
real_nowhereman
c484b17f3a fix broken video tag (really) 2009-12-23 12:50:51 +00:00
real_nowhereman
47ae3abff6 fix broken video tag 2009-12-23 12:31:14 +00:00
real_nowhereman
8c2507554e fix in bbcode (newline printed as a result of a typo) 2009-10-18 09:04:14 +00:00
real_nowhereman
0079e71043 error in config poanel bbcode (escape html) 2009-10-06 10:00:36 +00:00
real_nowhereman
40e3b8625b some functions were incorrectly renamed 2009-02-28 10:47:23 +00:00
real_nowhereman
6b133960ed * merged quickspam plugin with coding-style branch
* other cosmetic changes
2009-02-25 15:06:35 +00:00
real_nowhereman
5944f87bb8 removing hardcoded 'view image' string ("fixes" title in lightbox) 2009-02-25 13:00:34 +00:00
real_nowhereman
0ec2ae43a3 removing hardcoded 'view image' string ("fixes" title in lightbox) 2009-02-25 12:02:46 +00:00
real_nowhereman
1f5c7a6bb5 division by zero in remote resizes, restore non-overridable addCode - there is already removeCode for that 2009-02-06 20:08:25 +00:00
real_nowhereman
5aa714b47e allowing plugins to override bbcode tags; added support for enclosures: needs plugin 2009-02-01 14:15:40 +00:00
real_nowhereman
975ead67e2 fixed empty title/alt if img metadata is empty 2008-12-07 15:01:48 +00:00
real_nowhereman
5d98b37dac fix "center" class in imgs... 2008-10-13 18:59:57 +00:00
real_nowhereman
9b5a673af7 adding simple metadata handling for jpegs (needs gd) 2008-10-08 11:45:17 +00:00
real_nowhereman
25b711d9be working around notice 2008-09-08 08:19:41 +00:00
real_nowhereman
64e3040cd3 Reverting escaping to true, you never know ;) 2008-01-31 09:18:06 +00:00
real_nowhereman
e71729de5c Fixed problem with [code] tag and inline html: please notice that it is now assumed that with inline html you're not using [html] tag, so DON'T because it will unescape the code twice which is BAD ;) 2008-01-31 09:14:15 +00:00
real_nowhereman
bee0261315 reworked a bit the organization of editor-specific functions 2008-01-05 12:36:22 +00:00
real_nowhereman
1b489fecef enabled [size] in bbcode 2007-12-05 20:06:18 +00:00
real_nowhereman
d021b5f625 bbcode: fixed newline in scaled imgs (before <a ) 2007-11-06 19:21:28 +00:00
real_nowhereman
c2cacb1183 fixed in bbcode alt text for images 2007-10-30 12:25:26 +00:00
real_nowhereman
a68630bf35 First revision of FlatPress Crescendo+1 ( 0.703+n :) ) 2007-10-30 10:30:07 +00:00