vB3 Status Update - April 28, 2003

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Scott MacVicar
    Former vBulletin Developer
    • Dec 2000
    • 13286

    vB3 Status Update - April 28, 2003

    Here is the current update of the vBulletin 3 Development.

    The past two weeks have focused greatly on the syntax that exists throughout the entire code. In an attempt to homogonize code that has filtered down from vB1 and vB2 we have created a new function-naming system in order to make the code more immediately accessible. So far, around 330 functions of 606 have been renamed to use the new schema. We estimate that this process will be complete in the next couple of days.

    Additionally, we have been removing redundant code used to support older versions of PHP (older than 4.0.6). SQL query formatting is also being standardized, mostly by splitting individual SQL clauses onto separate lines for better readability.

    vB3 Bugs
    Total fixed bugs: 131
    Total unresolved bugs: 5

    Current Unresolved Bugs
    • Locking issues on last post in member profile
    • Buddy list error when parent window is closed
    • DST JavaScript
    Currently Active Tasks
    • Function renaming, currently 55% complete
    • SQL Syntax
    • Code Cleanup
    • Admin Control Panel rephrasing
    New Features / Improvements
    Note: Both of these changes are the result of bugs being resolved, rather than an active effort to add new features.
    • Threads that do not contain polls now contain a link at the bottom of the posts list that allows users with permission to create polls to add a poll to that thread.
    • Attempting to post a duplicate thread now results in an error message, and the user being sent back to the forumdisplay listing. This has been done because on large boards with slower processors a queue of thread insert queries can build up, which in turn causes the duplicate thread check to fail. A completely new system has been implemented and all problems with duplicate threads should now be resolved.
    Last edited by Scott MacVicar; Mon 28 Apr '03, 9:16am.
    Scott MacVicar

    My Blog | Twitter
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Working...