Blog

2024-04-08: count photos on albums page and on locations page

I have added a small "Count photos number" to the results of the albums page and the locations page. So, for example the location "Wegeleben" now looks so: "Wegeleben (22)". update 2024-04-11: added the same on the Tags and Users pages

2024-04-03: changed photo sorting

I have changed the way, the photos are sorted. Now they are not longer sorted by their "id", but by their "date of creation", that means, the time when they were inserted into the database. So when I now add "old" photos, from an older version of this site, I want to give them their old "creation date".. (that will take some time, because it will be done manually for each photo) This way, I hope only "really new" photos will then appear on the start page, and older ones will be inserted on higher page numbers. The archives page should now also grow and show older years. The oldest one should be 2010. I guess in that year I started using a database. The website itself started in 2009, I believe...

2024-02-21: Countries

Today, I have added a country to each location, and a possibility to filter by country on the locations page. And added floating to the single photo page for a more consistent look everywhere.

2024-02-08: Pics per page and a changed theme

Today I changed the number of pictures per page from 48 to 24. Additionally, the "blacknwhite" theme was changed and is now more usable (or usable at all, it was not so beautiful before). It is now darker, cleaner and has received rounded corners.

2024-01-24: Letters and years

On the tags page, there is again a possibility to select single letters, to show only tags starting with a certain letter. example: https://flavuur.de/tags?letter=B And the search should now also find years.

2023-12-03: Rocket again

I have again changed the web framework to Rocket.rs.. one thing that has changed here (I use firefox) is the settings page. Now a theme change works immediately, without reloading the page. And the search should now also find categories.

2023-10-23: search albums

The search function should now also find albums..

2023-08-30: theme 'darkgrey' slightly modified

The 'darkgrey' theme has been slightly changed. It's now more grey and less black.. and the input field should be dark instead of white, now. Maybe it's a little bit more pleasant for the eyes.

2023-01-27: year unknown

it was not planned... but now i changed the "year" from integer to string, so it is now possible to have a "year_unknown" value that means, I can now add the photos to the page, which don't have a year of production - where I don't know the year..

2023-01-18: domain + status quo

I have changed the domain back to the old name. So it is flavuur.de again. Will try to add more photos in the future.. I am working through the current image folder from old to new, and now I am somewhere in 2014.. But this is only the "new" image folder with ~ 1700 photos. In the original folder are more photos (~8500). That will come later. And only the "good" ones. not everything. It takes some time to find out the data, like title, text, location, tags, etc.. for every photo.. but it is also a nice task, to dig through the images, from time to time. I am unsure what to do with the photos, that are owned by user accounts. Don't know what people want to do with their photos. so for now I will mainly add photos from my ("pp") and the "anonymous" account. Send me a mail if you had an account and want to have your pictures or want them to be added here again.. An upload function will currently not be possible . Too difficult for me and .. yes.. maybe later. (the website is now built with Rocket Actix Web (Rust) - before it was Laravel (PHP). I don't know how to build that with Rust.. and how to protect from misuse. also because here is no login functionality.)

2023-01-12: multiple categories

I have changed the categories, so that multiple categories per picture should be possible. I hope it will work and stand the test of time. It is the same system as with the tags and albums (pivot table), + some extra work was needed (for the previous/next photo-functions for example and for the queries, where photos can be filtered by category and year).

2022-11-30: template changes + new theme "hellpastell"

A new theme required some changes in the base HTML template and all CSS themes. The new theme is called "hellpastell", which means "bright pastel"

2022-11-18: changes with themes function

I have removed the javascript function for light and dark site layout and created 3 new themes which are dark. It should now also be possible to remove the theme cookie.

2022-10-10: remove inktober pictures

the inktober pictures are somehow too many (58) and don't fit in here.. so they will be removed and put on another site --> https://ideenlos.org update: done (removed) update 20230909: some added again