Posts Tagged ‘ bugs ’
I created an Action Helper– essentially a class that is accessible from all implementations of the Zend_Controller_Action abstract class. This class currently implements a simple method that given a user id, course section id, and minimal user level, it will either do nothing, or halt execution and redirect the user. This is to address Issue 17. [ READ MORE ]
The ability to have structured course content stored in the database and maintain efficient lookups of what files are in what directories as well as traversing the path to the tree root is a little complicated. Each entry in the database has left and right counts as well as a tag indicating whether or not it [ READ MORE ]
Issue 12 has been largely accounted for. As forms were dynamically generated, they were being exempted from CSS control. This has been fixed and additional structural elements added. This build also marks the beginning of improving non-compliant XHTML. Some elements with duplicate id’s have been classed, which is why most template files have had to [ READ MORE ]
Our subversion repository, bug-tracker and wiki are all hosted on Google Code. The project is hosted here. [ READ MORE ]