• March 18, 2013, 11:42 a.m.

    Misago 0.2 has landed in develop branch, bringing in heavy changes in software's architecture that forced version bump.

    However, there are two more things to do before it will be moved to master branch:

    Refactor forums/threads views

    As some of you know, original plan for Misago is to include four "content types": Threads, Reports, Global Annoucements, Private Discussions. Those types share models and features with each other - primary difference lies in extra features they use to provide their functionality. (For example Private Discussions have extra "participants" data.)

    The way threads and posts are implement currently can be best described as over dead bodies. Especially threads list, thread view and posting view are found to be challenge to understand and work with. Before this code goes into wild, I would like to have it more reuseable and maintainable, as well as see it implemented global announcements and reports in addition to standard threads.

    Create updater from 0.1

    Unfortunately 0.1 and 0.2 are incompatible with each other. Dedicated tool must be developed in order to make an update. This is also reason why this forum is still running 0.1.

  • March 21, 2013, 8:10 p.m.

    Refactoring has been completed. Dev branch implements features available on this installation as well as small bugfixes and improvements, however I would like to play with it some more before I'll move it into master branch and update this forum.