18 Commits

Author SHA1 Message Date
Frank Hochmuth
85e100c586
PrettyURLs deactivated as standard
- The use of Apache web servers will be less than 50% worldwide in 2023
2023-12-25 20:56:37 +01:00
Fraenkiman
6df2cf1c62 Makeup FlatPress Installer
- The HTML of the installer now has a lang attribute in the html start tag to specify the language.
- The installer tries to provide the fp-content directory for owners and groups with write permissions, which had to be done manually before.
Write permissions for "others" removed via default.php. Even if the webserver is configured very unfavorable, only owners and groups should be allowed to write.
- Image files, which are not used by the installer, were removed.
- Removed unnecessary lang variable in default settings.
- In the setup CSS, unused IDs, classes and incorrect references to fonts have been removed.
- The installer header now shines in a simple FlatPress style
2023-10-04 02:01:02 +02:00
Fraenkiman
190cafd830 issue198supplement
Now the correct language is displayed in the admin area after the automatic detection of the language abbreviation.
2023-10-02 01:19:47 +02:00
Fraenkiman
73153cffed The setup, blog and admin area is automatically determined by the user agent
Fixes #216
Fixes #197

The exchange between browser and server transmits information about the client and its capabilities in headers - user agent, what it accepts, and (what interests us) language. The browser sends the language information in a header.
These values indicate that the browser accepts, for example, US English (en-us) or German (de-de).
We make use of this. The setup of FlatPress now starts automatically in the language of the user. The determined language will also be used as default language for the FlatPressblog and the administration area until the user defines a language himself.

For the setup the language files 'el-gr','es-es','fr-fr' are still missing.
Therefore I limited the automatic determination of the language to 'cs-cz', 'de-de', 'en-us', 'it-it', 'ja-jp', 'nl-nl', 'pt-br'. See #239
2023-04-18 23:27:40 +02:00
Fraenkiman
0139c8598e Now shows "Inline HTML" and "Toolbar" as enabled
fixes #102
2023-02-01 22:39:02 +01:00
azett
1ba31cf0a1 Added PhotoSwipe plugin. PhotoSwipe and Gallery captions plugins are activated by default. 2022-06-16 13:07:28 +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
0cceecaa02 Leggero V2 is default theme (see #57) 2020-01-03 18:19:54 +01:00
azett
e6ad6d9114 Default config: Plugins 'protectedmaillinks', 'lastcommentsadmin' and 'mediamanager' are enabled by default 2019-01-06 13:56:36 +01:00
real_nowhereman
fec91ae412 many minor edits, porting to jQuery (thanks to pierovdfn!) 2010-08-12 10:02:52 +00:00
real_nowhereman
754d2899b3 various changes in how dates are handled in config panels. added a new lang string. added a new fp_config field, new blogs will need a reinstall or customizing by hand the option panel 2009-09-23 12:57:10 +00:00
real_nowhereman
e61031f5b2 adding favicon plugin with FP favicon, hope you'll like it 2008-03-19 09:35:37 +00:00
real_nowhereman
0e208423b7 fixed settings-default 2008-02-29 17:13:28 +00:00
real_nowhereman
7414932235 This is obviously a BIG commit.
It involves how widgets work. 

Now widgets must always be *registered* to work, even blockparser's.

Blockparser has got then a nice GUI to select which pages should be available as widgets; once the page has been enabled it is then available in the main widget panels

This solves the non-editable input things with non-firefox browsers: this way you just won't have the editbox anymore :P

I hope you'll like the changes.

There are many additions in lang files, so be careful to update (otherwise you'll get blank lines)!
2008-02-29 16:10:33 +00:00
real_nowhereman
4f1c0371d1 now lang id is correctly got from fp_config[locale][lang];
todo: check encoding!
2007-11-25 16:45:47 +00:00
real_nowhereman
7358859441 reverted change, set correct startpage 2007-11-02 16:49:59 +00:00
real_nowhereman
76193d7e77 fixed default start page in settings-defaults.php (back to std blog) 2007-10-30 12:27:47 +00:00
real_nowhereman
a68630bf35 First revision of FlatPress Crescendo+1 ( 0.703+n :) ) 2007-10-30 10:30:07 +00:00