Search found 9 matches

by surrim
Wed Feb 14, 2024 9:44 pm
Forum: Showcase
Topic: spirit.surrim.org
Replies: 3
Views: 10916

Re: spirit.surrim.org

Just updated to 2.5.0. Auto updating didn't work because I had some changed files, but merging by hand worked fine. It's crazy that the website is still running with S9Y after all the time - not Drupal, not Jekyll/Bridgetown.
Anyway the OSM plugins are still running fine. Thanks for the update!
by surrim
Sat Sep 09, 2023 10:44 pm
Forum: Development
Topic: Leaving Github
Replies: 1
Views: 22267

Leaving Github

Hey there, I'm going to leave Github soon. I don't want to get f**ked by MS and their 2FA things. I'm probably moving into another country very soon and I can't make sure not loose any devices or keep track of everything at this time (bike nomad). I don't trust that company anyway. It's a shame that...
by surrim
Thu Feb 09, 2023 4:44 pm
Forum: Development
Topic: Short term release plan
Replies: 8
Views: 15012

Re: Short term release plan

I made two bigger branches to fix PHP8.1/8.2 warnings. I can't fix all other found bugs like https://github.com/s9y/Serendipity/issues/800 at the same time. I had to update Smarty to v4.3.0 ( https://github.com/smarty-php/smarty/releases/tag/v4.3.0 ) in order to have PHP8.2 support. Without that the...
by surrim
Wed Jan 18, 2023 3:12 am
Forum: Development
Topic: Short term release plan
Replies: 8
Views: 15012

Re: Short term release plan

The problem is that all warnings are treated as error. That means every double language string definition has to be fixed - or we have to make ugly exceptions. Currently only `$serendipity['production'] = true` is working.
by surrim
Fri Jan 13, 2023 10:14 pm
Forum: Development
Topic: Short term release plan
Replies: 8
Views: 15012

Re: Short term release plan

The relevat code is in https://github.com/s9y/Serendipity/blob/master/serendipity_config.inc.php#L317 (replaces the error handle with s9y's "errorToExceptionHandler") and the function itself in https://github.com/s9y/Serendipity/blob/master/include/compat.inc.php#L122 I can reproduce it if...
by surrim
Sun Jan 08, 2023 3:14 pm
Forum: Development
Topic: Short term release plan
Replies: 8
Views: 15012

Re: Short term release plan

Hello there, I needed a bit time, but anyway. The first important thing would be to use milestones on Github to tag for which version it should be fixed (2.4.1 and 2.5.0). If we mark everything with milestones, we could always have an up-to-date release plan for everybody. Here is my small which-lis...
by surrim
Sat Jan 16, 2021 4:16 am
Forum: Development
Topic: EXIF/JPEG metadata as plugin
Replies: 1
Views: 11942

EXIF/JPEG metadata as plugin

When I tried to implement metadata for *.gpx files I found out that in function "serendipity_getMetaData()" (function_images.inc.php) is something like if (!$serendipity['mediaExif']) { return $ret; } // about 60 lines of image metadata code serendipity_plugin_api::hook_event('media_getpro...
by surrim
Wed Jan 06, 2021 5:55 pm
Forum: Showcase
Topic: spirit.surrim.org
Replies: 3
Views: 10916

spirit.surrim.org

Hello there, I have a blog for my bike journey: https://spirit.surrim.org/ . Probably it's the best demonstation of the OpenStreetMap integration. I'm now in Spain and hopefully updating everything to utf8mb4 and developing the next big version of the OSM integration. There are articles in ​🇬🇧 Engli...
by surrim
Wed Jan 06, 2021 5:42 pm
Forum: Bugs
Topic: Backend shows wrong number of plugins to update
Replies: 0
Views: 43330

Backend shows wrong number of plugins to update

After I updated my installation I got the message "10 Plugins können aktualisiert werden" ("10 plugins can be updated").
It should be 2, because I used 1 non-stackable plugin and 9 instances of a stackable plugin.