View RSS Feed

Uncategorized

Entries with no category

  1. Behind The Scenes Look At Hotaru 1.2

    The next version of Hotaru is most likely going to be 1.2, and will be a slightly bigger update than the last few. Rather than get your hopes up with features that may or may not be included, I'll tell you what is already done:

    Database class

    We've got a new class for database functions. It sits on top of ezSQL and simplifies data retrieval. It's used like this:

    PHP Code:
    $results $h->db->select($h$select$table$where$orderby$limit); 
    So ...
  2. All Plugins Converted. What's Next?

    I've just finished the last of 41 plugins for Hotaru 1.0, so what's next?

    1. Go through my list of known bugs and fix them.
    2. Upload everything to the old demo site and look for server specific bugs, e.g. unwanted backslashes
    3. Respond to bug reports from other Hotaru Team members Never happened
    4. Move the SVN 1.0 branch to the SVN trunk on Sunday 10th
    5. Write a big forum post explaining the changes
    6. Update the documentation
    7. Update all ...
    Tags: plans, progress Add / Edit Tags
    Categories
    Uncategorized