1304 Commits

Author SHA1 Message Date
Frank Hochmuth
287370bd16
Fixes Entry preview/ post not possible #184
Revised static.write and entry.write panel in the administration area

- Fixes Entry preview/ post not possible #184

- Fixes the problem when the SEOmetatagInfo plugin and/or Tag plugin were active that no new entries or static pages could be written. Note: Apparently the Smarty plugin function.toolbar.php does not work correctly with Smarty 4. Should be checked, as the datechanger plugin needs this.

- Fixes various HTML errors in the PHP code and in the templates. "Write static page" and "Write entry" are now largely valid for HTML5.
	- The HTML code of the administration area now contains a lang attribute in the html start tag to specify the language.
	- The "Save page" and "Preview" -buttons in the "Create static pages" -panel now match the style of the other panels
	- Fixed: in the SEOmetatagInfo plugin an opening <p> element followed an opening <p> element.
2023-12-21 18:59:18 +01:00
Fraenkiman
4979cf2fb0 Reworked static.write and entry.write -panel
- Fixes #184

- Fixes the problem when the SEOmetatagInfo plugin and/or Tag plugin were active that no new entries or static pages could be written.
Note: Apparently the Smarty plugin function.toolbar.php does not work correctly with Smarty 4. Should be checked, as the datechanger plugin needs this.
- The HTML code of the administration area now contains a lang attribute in the html start tag to specify the language.
- The "Save page" and "Preview" -buttons in the "Create static pages" -panel now match the style of the other panels
-  Fixes various HTML errors in the PHP code and in the templates. "Write static page" and "Write entry" are now largely valid for HTML5.
- Fixed: in the SEOmetatagInfo plugin an opening <p> element followed an opening <p> element.
2023-12-21 18:35:40 +01:00
Frank Hochmuth
6ab3592393
Merge pull request #285 from eagleman/patch-1
Grazie mille a @eagleman
- Fix incorrect term
2023-12-18 22:39:06 +01:00
eagleman
5b10ae8ca1
Update lang.default.php
Changed an incorrect term
2023-12-17 23:47:55 +01:00
Frank Hochmuth
c75847dccf
Merge pull request #284 from Fraenkiman/File-and-directory-permissions-adjusted
File and directory permissions lowered

- The tag plugin requires write permissions in fp-content and fp-content/cache. Therefore 0775 was set too strict.
2023-12-17 20:34:19 +01:00
Fraenkiman
542d48f384 File and directory permissions lowered
- The tag plugin requires write permissions in fp-content and fp-content/cache. Therefore 0775 was set too strict.
2023-12-17 20:32:16 +01:00
Frank Hochmuth
ef1c7e66d1
Merge branch 'flatpressblog:master' into code-formatting 2023-12-15 01:23:08 +01:00
Fraenkiman
b79d7aacf1 Merge branch 'code-formatting' of https://github.com/Fraenkiman/flatpress into code-formatting 2023-12-15 01:07:48 +01:00
Fraenkiman
0fae79dd89 small corrections in language files 2023-12-15 01:07:44 +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
1fd0f4b2bb
Update lang.it-it.php
- Small correction to the content. My thanks to Eagleman
2023-12-13 22:31:45 +01:00
Frank Hochmuth
f73fd4b70b
Update lang.it-it.php
- Small correction to the content. My thanks to Eagleman
2023-12-13 21:49:30 +01:00
Frank Hochmuth
a3d90a09ab
Update lang.admin.entry.php
- Small correction to the content. My thanks to Eagleman
2023-12-13 21:45:50 +01:00
Frank Hochmuth
a204325d80
Update lang.it-it.php
- Small correction to the content. My thanks to Eagleman
2023-12-13 20:59:45 +01:00
Frank Hochmuth
d1e2a1cef0
Update lang.admin.entry.php
- Small correction to the content. My thanks to Eagleman
2023-12-13 20:52:20 +01:00
Frank Hochmuth
7afb380c70
Greek language file added 2023-12-13 01:05:24 +01:00
Frank Hochmuth
4c5c3fa163
Update lang.el-gr.php
- Title must not currently contain any Greek characters
2023-12-13 00:07:57 +01:00
Frank Hochmuth
3dc472481d
Merge pull request #280 from Fraenkiman/code-formatting
- 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.
	- Links to external sources have been updated.

- Fixed:
	- Server error 500 of the French language setup fixed
	- Server error 500 in the welcome entry in Italian fixed
	- Orphaned links to the wiki have been corrected in the widget panel (What is a widget? What is a plugin?)

- 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

- Plugin:
	- The Seometatag plugin now has help links for nosnippet, noindex, nofollow and noarchive in all available languages. Many thanks to @cosmopolityan for the idea
	- The Comment Center plugin now has a [help link](https://wiki.flatpress.org/doc:techfaq#how_to_handle_spam_comments) to the wiki on the topic of "Dealing with spam comments"
		- Obtaining an Akismet API key is now handled directly via akismet.com in the administration area, as the click path is shorter and simpler. In addition, the help link "What is an API key" is currently better explained on akismet.com and leads directly to registration.
	- In the Thumb plugin, the help link to the PHP GD2 extension leads to the page in the corresponding language - if available.
2023-12-11 23:52:38 +01:00
Fraenkiman
4b8ecce308 code formatting 2023-12-11 23:04:02 +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
231be2eed1 code formatting 2023-12-10 17:17:06 +01:00
Fraenkiman
a4ff134221 code formatting 2023-12-10 17:11:30 +01:00
Fraenkiman
765be5c201 Update lang.admin.entry.php
- array for the statistics panel corrected
2023-12-10 17:09:04 +01:00
Fraenkiman
f8e264a47f code formatting 2023-12-10 16:41:23 +01:00
Fraenkiman
8a5a3f9866 Merge branch 'code-formatting' of https://github.com/Fraenkiman/flatpress into code-formatting 2023-12-10 16:26:48 +01:00
Fraenkiman
a025f48b84 code formatting 2023-12-10 16:26:45 +01:00
Frank Hochmuth
a18973148d
Merge branch 'flatpressblog:master' into code-formatting 2023-12-10 14:43:58 +01:00
Fraenkiman
b9ee3f46e2 code formatting 2023-12-10 13:24:52 +01:00
Fraenkiman
47e45a798e code formatting 2023-12-10 02:52:17 +01:00
Fraenkiman
82d13d4706 code formatting 2023-12-10 02:01:44 +01:00
Fraenkiman
c62b4bb964 code formatting 2023-12-10 01:40:22 +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
Arvid Zimmermann
5b43e11aa2
Added Mark - and flags :) 2023-12-09 15:07:19 +01:00
Frank Hochmuth
ef234d66b6
Update lang.ru-ru.php
Lang ID corrected
2023-12-01 22:58:27 +01:00
Frank Hochmuth
083b413872
Update CHANGELOG.md
fix for calendar plugin added
2023-12-01 22:35:17 +01:00
Frank Hochmuth
69a11194ec
Update CHANGELOG.md
Internationalization:
- Russian translation added
2023-12-01 22:30:56 +01:00
Frank Hochmuth
60654485e0
Update plugin.calendar.php
- Fixes incorrect display if Russian is selected as the language
- Output must be in the selected character set
2023-12-01 22:24:36 +01:00
Frank Hochmuth
ea2f35e14c
Merge pull request #278 from cosmopolityan/russian-translation
- added russian translation
Many thanks to @cosmopolityan
2023-12-01 22:20:07 +01:00
Frank Hochmuth
9faa4d351d
Merge pull request #279 from Fraenkiman/Add-missing-language-files
- Added missing language files
2023-12-01 22:15:11 +01:00
Fraenkiman
0471c87998 Added missing language files
- Added missing language files for the comment center.
2023-11-30 21:58:07 +01:00
Mark
d4a67a2213 added russian translation 2023-11-30 23:17:18 +03:00
Frank Hochmuth
bf1398aca4
Update CHANGELOG.md
Internationalization supplements
2023-11-28 00:39:15 +01:00
Frank Hochmuth
803a35eb75
Merge pull request #277 from Fraenkiman/categories-unfiled
Categories "unfiled" is now multilingual
2023-11-28 00:33:47 +01:00
Fraenkiman
1bd49955f5 Categories "unfiled" is now multilingual
- fixes #276
Categories "unfiled" is now multilingual
2023-11-28 00:30:17 +01:00
Frank Hochmuth
35b62bc44a
Missing character added 2023-11-26 23:02:06 +01:00
Frank Hochmuth
01b8b5d58c
Added missing character 2023-11-26 22:39:56 +01:00
Frank Hochmuth
801bf1c37c
Update CHANGELOG.md
Bugfix added
2023-11-26 22:18:38 +01:00
Frank Hochmuth
47790e10f4
Merge pull request #275 from Fraenkiman/exterlal-URL
Fixed broken links in different places and added to the wiki where necessary.
A new tab is now opened for external links.
2023-11-26 22:13:57 +01:00