ImpressCMS / impresscms

A multilingual, extensible, community oriented CMS developed in PHP
https://www.impresscms.org
Other
28 stars 35 forks source link

What to do with our old branches? #689

Closed MekDrop closed 3 years ago

MekDrop commented 4 years ago

We have many old branches that are not updated in many years. What do you we we could do with them? Is there anything there that we could reuse? Or we can just delete them?

Branch Last updated What is this is about? What I think
feature/158-Admin_Login_Access 9 years ago by Markus Schutz
feature/254-media_and_image_manager 9 years ago by Markus Schutz
feature/XML_import_export 9 years ago by Markus Schutz Something about to export data as XML format I can't think of reason for what to use it, but I think it would be not very hard to add this code to even 2.x releases line
feature/Yubikey_2Tier_Authentication 9 years ago by Markus Schutz Yubikey auth Sounds good but I don't have any experience with it; also our auth system needs rework so I think if we really need this we probably need to redo this implementation
feature/626-input_filtering 8 years ago by Vaughan Montgomery Input filtering Properties basically does very similar thing; so I'm not sure if this is needed for us
feature/273-imcontrols 8 years ago by MekDrop IMControls - another front-end framework based on jQuery I have invested a lot of time into this but VueJS does some and works better; so I think we should use it instead
features/online-core-update 8 years ago by fiammybe Automatic core update We have composer in 2.0 and I think we should use it for such functionality
feature/Controls_and_UI 7 years ago by MekDrop
feature/restructure_system_module_with_actions 7 years ago by MekDrop System module use actions for everything We now plan use 2.0 normal routes and controllers so I think this will be not usefull anymore
feature/2.0_UI-Polishing 7 years ago by William Hall
feature/impresscms_2.0-installer 7 years ago by skenow Installer upgrade
feature/actions 7 years ago by MekDrop Similar thing to controllers We plan to use controllers so I think this will be not usefull anymore
branches/impresscms_2.0 7 years ago by fiammybe Old ImpressCMS 2.0 branch If I remember correctly there are some cool ideas for 2.0 GUI update, maybe we could port that into our current 2.0
feature/2.0-PDO 6 years ago by skenow PDO support We use now AuraSQL that has already good PDO support, so I don't think that this branch has any use
feature/2.0-retro--smarty-uri-alfred 6 years ago by skenow
branches/impresscms_1.2_LTS 4 years ago by skenow 1.2.9 Final We should tag this one and delete branch
dev/14-newtheme 3 years ago by fiammybe
fiammybe-link-contribute-to-contribute 2 years ago by fiammybe Improved CONTRIBUTE.md Why these changes stuck?
fix/TinyMCE-imagemanager-plugin-not-sanitizing-user-input 2 years ago by fiammybe
libraries_1.4/css-tidy 12 months ago by skenow I think this was merged into 1.4
fiammybe commented 4 years ago

I asked this question a long time ago (2 year I think) and it is still relevant. If we want, we can fork this repo in an archive repo of some sort, and cleanup the impresscms space.

MekDrop commented 4 years ago

I'm not sure if we need to keep them if we can't use. That's why my question: is here something that we should use?

fiammybe commented 4 years ago

remove

Keep

Not sure

skenow commented 4 years ago

There is an archive feature in git, right?

git tag archive/{branchname} {branchname} git branch -D {branchname}

fiammybe commented 4 years ago

Does that remove them from the drop-down in Github? I'll try for 1 of them and see what it does. The primary goal would be to reduce the number of branches we currently have.

MekDrop commented 4 years ago

@skenow good idea. Still I don't think so that we need to keep everything in this way. I think some, of this branches still exists on Assembla SVN. So, if somebody needs them probably they could get from there. Another thing that maybe some of these branches can't be useful at all... so I don't see any reason to keep them.

@fiammybe you can look in our repo tags list. There are few made in that way already.

github-actions[bot] commented 4 years ago

This issue was automatically marked as stale