348 Updated the access module with the new code to handle the new access permissions system. Added a new log override in so that debug logs can be split up into smaller subsections.
347 Added a tmp method to the codeigniter.js to allow language strings to be used in JS.
346 Added the JS sprintf library & updated the credits.
345 Updated the Users Module so all functions have been completed to a usable state. Some cleaning up still needs to be performed.
344 Added a new profile lang file to the User module. Cleaned up some booleans to use lowercase.
343 Updated the admin/master_side_column.php view so that the status messages are outputted.
342 Updated the Settings module. Completed most of the base code, and tested the functionality.
341 Updated some of the BackendPro Models so that they call the correct construct method since CodeIgniter has updated the CI_Model class to PHP 5
340 Updated the HMVC version 5.3.5
339 Added the base BackendPro 1.0 code.
338 Removed old 0.6.1 files from trunk ready to add developed 1.0 files.
337 Added a new branch to hold the BackendPro code ready for testing to run on CodeIgniter 2.0
336 Removed the old json_encode helper since PHP 5 offers this.
335 Removed the codeigniter.js file from loading on Site_Controller load. It is not needed all the time. Add it as a dependency if needed.
334 Added a new codeigniter.js asset which contains common functions found in CodeIgniter.
333 Added a default user group value to the registering a new user controller method. Refs #181
332 Moved some lines in the _field_bool method in the Preference library.
331 Added in a missing call to $this->db->trans_complete(); in the user_model.php update method. Refs #180
330 Changed a line which encoded the users password twice on Registering. Refs #179
329 Added new User guide files. Updated some old BackendPro helpers since they are either not needed or replaced. Refs #177