| Age | Commit message (Expand) | Author |
| 2008-11-28 | Remove debugging statements | Tim Almdal |
| 2008-11-28 | Dynamically create the list of available modules. This permits new modules t... | Tim Almdal |
| 2008-11-28 | Create module::event() which runs Gallery events. It works by | Bharat Mediratta |
| 2008-11-28 | Rename module::get_list() to module::installed() | Bharat Mediratta |
| 2008-11-28 | Correct parameter on gallery.album.created event firing | Tim Almdal |
| 2008-11-28 | Move the form drawing code back into form.html.php -- I'm going to | Bharat Mediratta |
| 2008-11-28 | Rename item events and create events for comment create, login, logout, user ... | Tim Almdal |
| 2008-11-28 | Add event plumbing to allow the tag module to be notified when a photo is cre... | Tim Almdal |
| 2008-11-27 | Set resize to 640x480 for now to avoid breaking the default theme layout | Bharat Mediratta |
| 2008-11-27 | Create a form_helper class containing the function Draw_Form so we don't have... | Tim Almdal |
| 2008-11-27 | Move the ADMIN global nav option into the core module and only show it if we'... | Bharat Mediratta |
| 2008-11-27 | Centralize logging around installing/uninstalling modules. | Bharat Mediratta |
| 2008-11-26 | Add a thumbnail to the root directory, in case it gets displayed in a tag dyn... | Tim Almdal |
| 2008-11-25 | Rename get_absolute_url to abs_current | Tim Almdal |
| 2008-11-25 | Normalize atom url generation | Tim Almdal |
| 2008-11-25 | Move the in-place-edit JS into the page_footer callback and out of | Bharat Mediratta |
| 2008-11-24 | Detect browsers that prefer XHTML (Chrome!) and normalize it to HTML | Bharat Mediratta |
| 2008-11-24 | Revert the site_title change | Tim Almdal |
| 2008-11-23 | Add a site-config parameter to the config.php file. Created a core_block:hea... | Tim Almdal |
| 2008-11-22 | Correct case on helper class names. By convention, helper class names are lo... | Tim Almdal |
| 2008-11-21 | Fixed a bug in the REST controller dispatcher and added a test case that exce... | Jozef Selesi |
| 2008-11-21 | 2nd attempt at inserting html by modules. | Tim Almdal |
| 2008-11-21 | Revert module block approach | Tim Almdal |
| 2008-11-20 | A look at away to allow modules to define html head contents (links and js) a... | Tim Almdal |
| 2008-11-20 | Add a missing slash in the HTTP return code | Bharat Mediratta |
| 2008-11-20 | Correct missing quotes | Tim Almdal |
| 2008-11-20 | * Added HTTP status constants and helper functions to REST helper. | Jozef Selesi |
| 2008-11-19 | Fix typo. | Bharat Mediratta |
| 2008-11-19 | Create url::abs_site() and url::abs_file() to allow us to generate | Bharat Mediratta |
| 2008-11-19 | Add the original item height and width to the item table | Tim Almdal |
| 2008-11-19 | Change the way that we do RESTful routing. | Bharat Mediratta |
| 2008-11-19 | change mime_type column from 255 chars to 64 | Bharat Mediratta |
| 2008-11-19 | add the mime type column on the item table | Tim Almdal |
| 2008-11-18 | Added the is_installed to the module helper and change to photo.html to not t... | Tim Almdal |
| 2008-11-17 | Add output formats to our REST controllers. Add support for JSON and | Bharat Mediratta |
| 2008-11-15 | Add Theme::module() and module::get() | Bharat Mediratta |
| 2008-11-13 | Create module helper and refactor all the code that creates, updates | Bharat Mediratta |
| 2008-11-09 | Implement Item_Controller::put() and delete() | Bharat Mediratta |
| 2008-11-09 | style fix | Bharat Mediratta |
| 2008-11-08 | Create permanent owner_id column in the item table, and use a soft | Bharat Mediratta |
| 2008-11-08 | Adding user (owner) to items; info module | Felix Rabinovich |
| 2008-11-08 | 44 --> E_DATABASE_ERROR | Bharat Mediratta |
| 2008-11-08 | Change how the modules table doesn't exist is caught. In running unit test, ... | Tim Almdal |
| 2008-11-06 | album::set_thumbnail is now part of Item_Model so it can go. | Bharat Mediratta |
| 2008-11-05 | * Add thumbnail and resize dimensions to the item table and use them | Bharat Mediratta |
| 2008-11-05 | Change the default theme to actually render what's in the Gallery. | Bharat Mediratta |
| 2008-11-05 | Declare install/uninstall stat.c | Bharat Mediratta |
| 2008-11-04 | Lots of new stuff! | Bharat Mediratta |
| 2008-11-04 | Add a test to detect tabs in our code, and convert all tabs to spaces | Bharat Mediratta |
| 2008-11-04 | Restructure the theme code to be more like WordPress / Habari. Now, | Bharat Mediratta |