Zum Inhalt der Seite gehen


@Friendica Support@Friendica Developers

I implemented a public calendar for the profile page with https://github.com/friendica/friendica/pull/2623

There is a issue which I haven't recognized before committing. There exists a addon by @Tobias with the name "cal" for exporting calendars. Now there is a module registration conflict if this addon is enabled.

The solution is to rename one of the modules. I would prefer to rename the addon because hubzilla uses also cal for the public calendar. So i would suggest to rename the addon to something like cal_exp.

What do you think. Suggestions, Input?
I am ok with you renaming the addon module space, but take care of the current users, not that something gets broken. Or you could implentent the exporting feature into your public calendar as well, and make the addon obsolete.
moving this to core would be fine. Well I have to find some time to do this
Renaming the addon would mean massive problems for all users who use this addon. I see massive problems ahead since we would need to establish some mechanism that could handle such a rename (we need to change the settings in the config and so on).

Renaming the new module would be much easier.
I will try to move the addon to core. What do you think about this solution?
I guess this would be better.