Seit Wochen ist mein Friendica-Facebook-Connector-Token abgelaufen und ich sehe hier keine Facebook-Meldungen mehr.
Ich vermisse nichts.
Hallo again @Friendica Developers,
I added the history feature to my wiki module. It shows you a page's revisions and their diffs.
I pushed the code on my Github repo. You might take it on a test drive on my server. You may edit every page you like. I supposed we're all grown-ups and know that great power comes with great responsibility.
Keep in mind that I'm continuing development on that server and what you see there might not be exactly what you get when you use the code on Github.
Have fun.
Hi @Friendica Developers,
I've done some coding and uploaded the first version of my wiki module to Github. Comments and contributions welcome.
Use at own risk. Currently, anyone will be able to see and edit all wiki pages. There is no visible edit history (although it's present in the db). You won't be able to delete pages yet. Todos:
After installing the addon, you should see a "Wiki" entry in your apps menu. If you just want to make a test drive, feel free to use the wiki on my server. You might edit any wiki page you like but keep in mind that I also do development on my server and that its version of the wiki module could be more advanced (or less good working) than the one on Github.
A final note: I'm not an experienced PHP developer (I'm doing far more embedded C++ coding). In fact this is my first PHP project. So if you have any advice on how to improve my code, please let me know.
Hi @Friendica Developers,
I noticed that my guid table is quite enormous. I'm almost alone on my Friendica server running for about two month with active facebook plugin. I recently activated item expiration because I wanted to limit database growth. I'm seeing a decrease in my item table, but my guid table is stil quite big (about 66% of my total database items and 17% of database's used memory).
A quick search on Github didn't show me a function for cleaning up the guid table. So is the guid table cleaned up anyway?
When is it safe to remove a guid? When there are no more items and conversation with this guid? Is there any other way to limit the growth of the guid table?
Regards
Martin