53 Commits

Author SHA1 Message Date
azett
75b84ca952 removed unneccessary type attribute 2022-06-18 12:08:34 +02:00
azett
6bafd11149 Made the BBCode toolbar of the editor work with Smarty 4. 2022-04-09 14:13:46 +02:00
azett
d841588901 Fixed BBcode and Quickspam templates 2022-02-06 15:17:45 +01:00
azett
52bf429a01 Replaced Smarty 2.6.31-dev with v 4.0.4, keeping the FP-specific Smarty plugins.
Updated calls to current Smarty API (register_function()/register_modifier()/register_block() -> registerPlugin(); assign_by_ref() -> assignByRef()).
Fixed file includes in templates with quotes.
Removed SmartyValidate.class.php includes.

Still work in progress as some errors still appear!
2022-01-23 15:02:33 +01:00
azett
9a0c93de9e Added Dutch language pack by Macmee - hartelijk bedankt! 2021-06-03 14:12:43 +02:00
azett
8b5a2cbd57 Fixed more template errors in order to get everything running with PHP 8.0.
Also: Fixed some PHP errors in BBCode plugin and Calender plugin.
Thanks for reporting, Matthias!
2021-02-07 12:10:19 +01:00
azett
e1e58d0a78 Italian language pack fix by Giacomo Margarito - grazie mille :) 2021-01-23 13:05:35 +01:00
azett
a44a898632 Added Spanish language pack - muchas gracias, Carlos a.k.a karelv! 2021-01-02 13:35:33 +01:00
azett
c539c2bb7e Fixed more template errors in order to get everything running with PHP 8.0.
Also: Removed some unneeded code.
2021-01-01 13:25:03 +01:00
azett
c2accdedcc Description and authors of all default plugins reworked. (Original plugin authors are mentioned in CONTRIBUTORS.md from now on.) 2020-10-24 20:42:59 +02:00
azett
adc500f191 New image attribute "loading" added. Default is "lazy", which results in better loading performance of the page. 2020-10-18 11:49:34 +02:00
azett
04900d4154 Optional parameter bug fixed. Deprecated curly braces syntax fixed. Thanks for reporting both, Matthias :) 2020-09-06 11:12:22 +02:00
azett
e65bb9c549 Added the Italian language pack by Giacomo Margarito - grazie mille! 2020-05-09 14:11:32 +02:00
azett
b2ed0e207d Added Brazilian Portuguese language pack by randy - thanks a lot!
Added Japanese setup translation by North Hill Work Studios - thanks as well!
Also: git:ignore for local test content folders
2020-04-17 12:16:45 +02:00
azett
259b230f85 Added the Jananese Language Pack by NORTH HILL WORK STUDIO: https://nhws.localinfo.jp/ 2020-04-16 12:39:15 +02:00
azett
a1f5d625ee Added French language pack by Marc Thibeault and Dimitri Soufflet - thank you for fixing it, Gee! 2020-04-06 16:06:53 +02:00
azett
eed50e31e8 "mail" tag is now part of te standard BBCode plugin. Thus, plugin "protectedmaillinks" removed. 2020-01-03 20:31:20 +01:00
azett
97fae60a29 Array and string offset access syntax with curly braces is deprecated as of PHP 7.4 - replaced with square brackets.
Also: Code formatting.
2019-12-25 18:54:10 +01:00
azett
76dbaa342b BBCode toolbar: Selectboxes of attachments and images are being sorted by name;
fixed redirects after login
2019-10-10 12:29:41 +02:00
azett
e949c087d5 Enhanced [video] element accepts video URLs from YouTube, Vimeo and Facebook. Originally suggested by vodka on the support forum: https://forum.flatpress.org/viewtopic.php?f=2&t=15#p50 - thx!
TO BE DONE: Does not support uploaded videos (like "attachs/video.mp4") yet.

Also: Source code formatting.
2019-10-07 17:00:40 +02:00
azett
72a8efd0c3 Bugfix: Removed UTF8 BOM from language files 2019-02-22 16:26:41 +01:00
azett
3fa488455b added Czech translation - mnohokrát děkuji, Lubomir! 2019-02-02 16:23:48 +01:00
azett
9bd174673b bbCode element "video" now serves Youtube videos in iFrames instead of Objects. Thanks abrother!
See http://flatpress.org/home/comments.php?entry=entry190112-133621#comment190112-184518
2019-01-20 17:05:33 +01:00
azett
85436639f2 added plugin ProtectedMailLinks;
icons (and some new bbcode elements!) for editor toolbar
2019-01-06 13:43:28 +01:00
azett
810310bfcc added German language files by laborix - thank you very much :) 2018-12-31 13:12:43 +01:00
azett
e72a859d85 added Greek language files from ghost's pull request: https://github.com/flatpressblog/flatpress/pull/6 - thanks a lot! 2018-12-31 12:53:16 +01:00
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