azett
|
c1e368b222
|
Uploader checks for forbidden files more carefully. And: #56 fixed. Thanks again, Matthias!
|
2020-09-06 12:22:55 +02:00 |
|
azett
|
27622c0c50
|
Leggero v1 is now responsive, thanks again Matthias! :)
|
2020-09-06 11:28:12 +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 |
|
Arvid Zimmermann
|
ae773f166c
|
added release date
|
2020-05-06 13:03:37 +02:00 |
|
azett
|
2139287c05
|
Fix for #62: Comments weren't sanitized properly. Thanks, @Illevyard!
|
2020-04-17 12:53:32 +02:00 |
|
Arvid Zimmermann
|
a1f7aaad1f
|
added links to wiki and contributors list
|
2020-04-17 12:31:56 +02:00 |
|
Arvid Zimmermann
|
5e4aea58c4
|
added pt-br translation
|
2020-04-17 12:24:10 +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
|
e1c47d5b8c
|
Setup sets date and FP version for the freshly created static pages.
|
2020-04-16 14:15:22 +02:00 |
|
azett
|
f9c9085135
|
Merge branch 'master' of https://github.com/flatpressblog/flatpress
|
2020-04-16 14:14:19 +02:00 |
|
azett
|
5765a24508
|
Added a sitemap for search engines. See https://forum.flatpress.org/viewtopic.php?f=4&t=126 for more details.
|
2020-04-16 14:09:30 +02:00 |
|
Arvid Zimmermann
|
15436b36dd
|
fixed typos
|
2020-04-16 13:24:21 +02:00 |
|
Arvid Zimmermann
|
a8ec262ebc
|
created CONTRIBUTORS.md
A place to say thanks to the people who support FlatPress.
|
2020-04-16 13:22:39 +02:00 |
|
Arvid Zimmermann
|
26c68dd753
|
Readme: Credits went to an extra file.
Also: Relative references.
|
2020-04-16 13:08:19 +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
|
622a0d80b9
|
Fixed "syntax error, unexpected '['" bug under PHP 5.3, reported here: https://forum.flatpress.org/viewtopic.php?f=2&t=131
|
2020-04-15 14:46:55 +02:00 |
|
azett
|
50c11928f6
|
Fixed "syntax error, unexpected '['" bug under PHP 5.3, reported here: https://forum.flatpress.org/viewtopic.php?f=2&t=131
|
2020-04-15 14:43:54 +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
|
0cceecaa02
|
Leggero V2 is default theme (see #57)
|
2020-01-03 18:19:54 +01:00 |
|
azett
|
eb20caebc5
|
Fix for #55: HTTPS URLs in the contact form are now handled correctly.
|
2020-01-01 00:48:46 +01:00 |
|
azett
|
ddc2af887b
|
Fixed some grammar stuff in German language file.
|
2019-12-26 19:07:56 +01:00 |
|
azett
|
8a72fcc54a
|
Inremented version number
|
2019-12-26 18:57:51 +01:00 |
|
azett
|
a9eeb2f408
|
Fix for #48: Mail adresses are accepted in a broader range.
|
2019-12-25 22:40:11 +01:00 |
|
azett
|
23c4c33ee1
|
Overhauled v0.812.2 fix for local file inclusion vulnerability. For details, see http://www.guanting.com/security/exploit/information/27269.html .
|
2019-12-25 19:39:07 +01:00 |
|
azett
|
9e8298ec05
|
Updated Smarty to release 2.6.31
|
2019-12-25 19:01:19 +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
|
b6f32d1f4f
|
Curly brace syntax for accessing array elements and string offsets will be deprecated as of PHP 7.4 - changed to square brackets. See also https://wiki.php.net/rfc/deprecate_curly_braces_array_access
|
2019-11-18 16:56:57 +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
|
81e10ebbc7
|
link to release 1.1 added
|
2019-03-14 19:58:11 +01:00 |
|
azett
|
0b3fdc7d4e
|
added release date for 1.1
|
2019-02-22 19:36:57 +01:00 |
|
azett
|
72a8efd0c3
|
Bugfix: Removed UTF8 BOM from language files
|
2019-02-22 16:26:41 +01:00 |
|
azett
|
5d2aab7846
|
added more changes
|
2019-02-16 22:59:47 +01:00 |
|
azett
|
979e2eaec1
|
more readme blingbling
|
2019-02-16 22:41:25 +01:00 |
|
azett
|
6d87f2cc32
|
readme blingbling
|
2019-02-16 22:39:43 +01:00 |
|
azett
|
2de7f0761a
|
readme blingbling
|
2019-02-16 17:44:27 +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
|
1ec8be2cfe
|
utils_geturl() follows redirects (fixes issue #36)
|
2019-02-13 17:06:56 +01:00 |
|
azett
|
7f2db6d23d
|
Merge pull request #32 from evacchi/issue-31
Use "//" instead of "http://" in googlefonts URI
|
2019-02-09 12:52:19 +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 |
|
azett
|
6bae0cde9d
|
more blingbling
|
2019-02-08 16:29:22 +01:00 |
|
azett
|
81b1495e77
|
Readme blingbling :)
|
2019-02-08 16:13:34 +01:00 |
|
Edoardo Vacchi
|
3ab82945a7
|
Use "//" instead of "http://" in googlefonts URI
will automatically adapt to use http or https depending on current URI
closes #31
|
2019-02-05 14:35:39 +01:00 |
|