36 hours to run the upgrade?
That doesn't sound right, upgrading from 1.1.4 to 2.0 only took me ~15 minutes.
It is not an upgrade from 1.0.12 to 1.1.4, it is a conversion. I imagine an update of my test 1.1.4 install to 2.0 would also take only 15 minutes. So its not just updating the database, it is converting the whole thing. (IIRC - this was 2 months ago) Also, note the IDs on the latest topics and posts here, this goes back to whoever did the original conversion from the Taldren forums. (I suspect that tables were flushed without resetting the autoindex on many conversion attempts or something like that - note also the ~10000 dupes from that original conversion from UBB) I have to edit the schema of any forum we might convert to, to account for these huge IDs (renumbering it would be a monumental task). This also increases conversion time. (often code will loop from 0 to the top ID - assuming contiguous IDs, regardless of how many records are actually present) Our database is about 550MB, with the size increased by the huge IDs and the efficiency of keys and indices dramatically reduced.
See, we currently have 637683 posts, yet the ID of this post is 1122872684 ! That's FOUR ORDERS OF MAGNITUDE in the difference.
etc. etc. ... you get the idea of how I feel about that.
group management
Much needed. The interfaces for group permissions in both phpbb and SMF are currently horrific.
Ignore boards, this one is great for those that really just aren't interested in reading parts of the forum.
Excellent. I love that mod. However I'm reminded of my objection to SMFs approach of absorbing mods instead of writing functionality themselves. It has its advantages and disadvantages.
Currently I'm very disturbed by excessive use of the @ error suppression operator in the phpbb3 codebase. It's seriously turning me off.