azett
e02b6b9474
Fixes #305 : Fixed more "Creation of dynamic property is deprecated"
...
errors
2024-01-23 19:36:48 +01:00
Fraenkiman
7d8386a209
...Use of PrettyURLs
...
- As a result of 85e100c removed reference to the PrettyURLs plugin from the setup language files.
- The PrettyURLs panel now contains a note on the server software used
2023-12-26 04:26:36 +01:00
Frank Hochmuth
d40dcdb250
Update plugin.prettyurls.php
2023-12-14 20:59:08 +01:00
Frank Hochmuth
0fc7258493
Protects the .htacces file from external access
...
- Only the FlatPress admin and server admin should be able to access the .htacces file
2023-12-14 20:45:54 +01:00
Frank Hochmuth
7afb380c70
Greek language file added
2023-12-13 01:05:24 +01:00
Fraenkiman
10cfd476c5
code formatted
2023-12-10 23:35:21 +01:00
Fraenkiman
c0880f3655
code formatting
2023-12-10 18:26:14 +01:00
Fraenkiman
f46df8aafe
Code-Formatierung in Sprachdateien
...
- For future new language packs, a clean basis has been created with the existing language packs.
- Removed unnecessary line breaks, spaces and tabs to avoid unexpected views in the responsive design.
- Updated links to external sources.
- Missing language files created in plugins.
- Gallerycaptions plugin: cs-cz, el-gr, es-es, fr-fr, ja-jp, nl-nl
- Mediamanager plugin: el-gr, fr-fr
- PhotoSwipe plugin: cs-cz, el-gr, es-es, fr-fr, ja-jp, nl-nl
- Readmore plugin: el-gr, fr-fr
- Seometataginfo plugin: pt-br
2023-12-10 01:30:26 +01:00
Mark
d4a67a2213
added russian translation
2023-11-30 23:17:18 +03:00
Fraenkiman
577ca51ad4
Danish translation
...
- Danish translation by DeepL (There may be a correction from Snubbi from the support forum)
2023-11-02 16:15:58 +01:00
arvid
164fab4c65
Added Slovenian translation by Sergio
...
(https://github.com/developersorli ) - najlepša hvala! :)
2023-10-01 13:00:58 +02:00
Fraenkiman
0b0dec781a
Update lang.de-de.php
...
Fixes #233
2023-04-16 02:09:46 +02:00
azett
b60a51cf92
Little fixes in Italian language files by eagleman - thx!
2023-02-18 12:13:01 +01:00
Fraenkiman
0928ae8a70
PrettyURLS plugin does not prevent directory browsing
...
Preventing directory browsing via PrettyURLS plugin when .htaccess is deleted by the user. ...as an addition to #No. 174
2022-12-26 02:36:47 +01:00
Fabiano Santos
a3067cf47f
update some plugins to portuguese
2022-12-13 22:42:33 -03:00
azett
bee5635ec6
Fixed PHP warning - thx laborix!
2022-11-13 13:16:45 +01:00
azett
247d63eaaf
Merge branch 'master' into issue94_smartyupdate
...
# resolved conflicts:
# fp-includes/smarty/internals/core.rm_auto.php
# fp-includes/smarty/internals/core.rmdir.php
2022-07-02 13:42:13 +02:00
azett
af1aa7759b
Revert "Merge branch 'master' of https://github.com/flatpressblog/flatpress "
...
This reverts commit e9ad11742876f9f78d743a28afd547ee7480c7f9, reversing
changes made to f30fc6204a6bc7643d7952b1df98a3aa7b462dea.
2022-07-02 13:30:56 +02:00
azett
fa95af79fc
fixes #126
2022-07-02 13:01:21 +02: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
9cc5ef1a70
Merge branch 'master' of https://github.com/flatpressblog/flatpress into responsiveadmin
2021-06-04 15:55:15 +02:00
azett
9a0c93de9e
Added Dutch language pack by Macmee - hartelijk bedankt!
2021-06-03 14:12:43 +02:00
franciscoarocas
263f2b16df
Merge branch 'master' into responsiveadmin
2021-04-01 00:42:44 +02: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
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
franciscoarocas
8e2fc93d8a
Merge branch 'master' into responsiveadmin
2021-02-08 15:37:07 +01:00
azett
a44a898632
Added Spanish language pack - muchas gracias, Carlos a.k.a karelv!
2021-01-02 13:35:33 +01:00
franciscoarocas
c94c674d48
Updated plugins tpls (New admin theme)
2021-01-01 21:24:39 +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
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
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
3fa488455b
added Czech translation - mnohokrát děkuji, Lubomir!
2019-02-02 16:23:48 +01:00
azett
810310bfcc
added German language files by laborix - thank you very much :)
2018-12-31 13:12:43 +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
real_nowhereman
2c687145da
revert changes to prettyurls -- erroneous commit
2011-04-15 18:59:44 +00:00
real_nowhereman
6721d8098d
fix ie9.. not entirely satisfied though..
2011-04-14 07:36:31 +00:00
real_nowhereman
0e962daf68
fixes paging with PRETTYURLS_TITLES = true
2011-04-05 11:59:00 +00:00
real_nowhereman
e174601c79
remove debug statement
2011-04-04 12:15:30 +00:00
real_nowhereman
35bcf84f57
prettyurls multiple 'backend'
2011-04-04 10:33:56 +00:00
real_nowhereman
b9c3a2e7af
revert clumsy r376
2011-04-03 19:38:07 +00:00
real_nowhereman
ee6e7c551c
nasty auth bug
2011-04-03 17:13:12 +00:00
real_nowhereman
925eeb979a
did not throw an error on non-existent category; thanks to pierovdfn for reporting
2010-09-13 15:56:46 +00:00