azett
|
85f8d2a249
|
quotation error fixed
|
2022-06-06 13:24:29 +02:00 |
|
azett
|
607df641ec
|
Merge branch 'master' of https://github.com/flatpressblog/flatpress
|
2022-05-07 20:02:55 +02:00 |
|
azett
|
becd504aae
|
Issue 106: Invalid HTML output fixed
|
2022-05-07 20:02:41 +02:00 |
|
azett
|
1f2f56538e
|
Fixed some template errors
|
2022-02-20 14:26:16 +01:00 |
|
azett
|
96934bf2aa
|
Fixed little glich in Portuguese translation. Obrigado cmarangon!
|
2022-02-04 13:17:02 +01:00 |
|
azett
|
0cc8e108c2
|
Plugin description updated
|
2022-01-15 13:16:51 +01:00 |
|
azett
|
9285f92f73
|
Updated jQuery (3.5.1 => 3.6) and jQueryUI (1.12.1 => 1.13).
|
2021-12-28 13:04:29 +01:00 |
|
azett
|
a759461743
|
More template fixes
|
2021-11-01 13:08:19 +01:00 |
|
azett
|
b1156dcf0f
|
More template fixes for #90
|
2021-10-30 13:39:23 +02:00 |
|
azett
|
99c6c52628
|
Fix for #90: Comment Center config page threw errors.
|
2021-10-30 13:11:50 +02:00 |
|
azett
|
f4209dc7a8
|
removed obsolete code
|
2021-10-23 19:21:39 +02:00 |
|
azett
|
9a0c93de9e
|
Added Dutch language pack by Macmee - hartelijk bedankt!
|
2021-06-03 14:12:43 +02:00 |
|
azett
|
43a7a43191
|
Italian language pack fix by Giacomo Margarito - grazie mille :)
|
2021-03-04 13:12:38 +01:00 |
|
azett
|
25eafcee8f
|
Bugfix: Spam protection question wasn't displayed.
|
2021-03-04 13:04:25 +01:00 |
|
azett
|
0ceec7a50f
|
Fix for #76: Check date array for expected format.
Also: Fixed autocompletion mess-up in plugin.prettyurls.php -_-
|
2021-02-28 12:11:01 +01:00 |
|
azett
|
fe1d222742
|
Handling of missing array indices added
|
2021-02-24 18:41:13 +01:00 |
|
azett
|
6031849486
|
Link in PrettyUrls description wasn't helpful at all - removed.
|
2021-02-20 12:06:28 +01:00 |
|
azett
|
efe08266d8
|
Fixed uninitialized variables and unexpected error states. Also: Misspelled key in German language file.
|
2021-02-20 11:53:57 +01:00 |
|
azett
|
aaf5d35c0e
|
Added Czech lang files by Lubomír Ludvík for setup and Commentcenter plugin. Děkuji! :)
|
2021-02-20 11:17:03 +01:00 |
|
azett
|
d43dcb2e69
|
Meh, commit 27c3e825b35de07d767a87d85b78af26a37654de was buggy. Here are the *correct* fixes of the Heredoc strings.
|
2021-02-14 11:44:47 +01:00 |
|
azett
|
27c3e825b3
|
Fixed Heredoc strings. Turns out, Heredoc syntax - https://www.php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc - only works with closing tags being the first characters of a line. Eclipse's reformatting and indention of the code does not seem to know that^^
Fix: Changed Heredoc strings to "normal" strings.
|
2021-02-13 13:47:18 +01:00 |
|
azett
|
7e8ddb88b8
|
Fixed more template errors in order to get everything running with PHP 8.0.
Also: Fixed some tiny PHP errors.
Thanks for reporting, Matthias!
|
2021-02-13 13:03:09 +01: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
|
c385803b6a
|
jQueryUI was broken.
|
2021-01-02 13:18:04 +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
|
eba24702df
|
First commit in 2021 \o/
Fixed more template errors in order to get everything running with PHP 8.0.
|
2021-01-01 00:24:24 +01:00 |
|
azett
|
5a0b7541e7
|
Getting FlatPress ready for PHP 8: Added a lot of missing checks for undefined variables and array keys in template and PHP files.
|
2020-12-19 12:52:53 +01:00 |
|
azett
|
21f365b0eb
|
Version bump for jQuery plugin
|
2020-10-25 07:52:20 +01:00 |
|
azett
|
38118e175e
|
jQuery plugin: Updated jQuery and jQueryUI to current versions
|
2020-10-25 07:32:26 +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
|
5050117c41
|
Plugins PrettyUrls and Comment Center are activated by default; LastComments and LastCommentsAdmin aren't. Also: Protected Mail Links isn't a plugin any more (see eed50e31e8d80e172a4a444a7a556c24f499a6fa).
And: Properly named constructor for class commentcenter_list.
|
2020-01-03 22:05:36 +01:00 |
|
azett
|
8ddcfda7ce
|
Plugin CommentCenter has proved to be very useful and therefore becomes part of the FP standard distribution.
|
2020-01-03 21:30:16 +01: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
|
e4f542d5cd
|
Hereby, I solemnly declare "Administration area" the official designation for our backend. #39 shall be deemed to be settled :D
|
2020-01-03 19:23:30 +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
|
2bc7aef693
|
fixed annoying translation error in de-de -.-
|
2019-08-27 07:40:18 +02:00 |
|
azett
|
72a8efd0c3
|
Bugfix: Removed UTF8 BOM from language files
|
2019-02-22 16:26:41 +01:00 |
|
azett
|
fb934477d6
|
fixed little syntax glitch
|
2019-02-16 17:34:58 +01:00 |
|
azett
|
06482d9292
|
fixed some URLs here and there
|
2019-02-16 17:21:16 +01:00 |
|
azett
|
a6188978d8
|
Blockparser plugin: Replaced deprecated create_function() call with anonymous function;
FootNotes plugin: Renamed class-named constructor to "__construct"
|
2019-02-09 12:35:32 +01:00 |
|