67 Commits

Author SHA1 Message Date
Fraenkiman
67c5883d9b Update plugin.bbcode.php 2023-01-30 01:39:55 +01:00
Fraenkiman
91bc3e8f5a File and image selection Named in editor
Gives a face to the file and image selection in the editor
2023-01-30 01:39:55 +01:00
Fraenkiman
b892a86f18 Update bbcode language files
Translated note for external link
2023-01-25 00:45:11 +01:00
azett
024508392b added #192 to changelog 2023-01-22 13:43:14 +01:00
azett
1886dcd258 fixed "duplicate ID attribute" (on multiple videos) and a few other bugs 2023-01-22 13:40:05 +01:00
Fraenkiman
f2fa860dea Update plugin.bbcode.php
removes superfluous " from the Facebook embedded video
2023-01-22 01:19:01 +01:00
Fraenkiman
66cfa73604 solves issue #192
removes invalid HTML in BBCode plugin
2023-01-22 01:14:40 +01:00
Fraenkiman
9a30cfe4a6 Update plugin.bbcode.php
uses the extended privacy mode for youtube
2023-01-14 18:45:11 +01:00
Fraenkiman
8f57ddf03d Update toolbar.tpl
The name attribute on the img element is obsolete. Use the id attribute instead.
2022-12-30 04:50:53 +01:00
Arvid Zimmermann
a354636fde
Merge pull request #167 from fabianosantosnet/master
update some plugins to portuguese
2022-12-12 19:49:02 +01:00
azett
9218d118c9 Editor toolbar back to working as intended. Fixes #168, thanks for reporting in this detailled manner! 2022-12-11 14:26:58 +01:00
Fabiano Santos
fc76d6639e update some plugins to portuguese 2022-12-04 21:34:41 -03:00
azett
432b352c26 fixed Italian language pack by Giacomo Margarito - grazie mille! :) 2022-11-01 13:39:20 +01:00
azett
ac571a5f69 fixed PHP warning on [url=][/url] 2022-10-11 15:39:05 +02:00
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