summaryrefslogtreecommitdiff
path: root/core/helpers
AgeCommit message (Expand)Author
2008-12-03Fix a bad copy/pasted commentBharat Mediratta
2008-12-02Remove the variable from inside _()Tim Almdal
2008-12-02The rearrange module will now add an album if you drag the "new album" onto t...Tim Almdal
2008-12-02Oops, this was missing from the last fix.Bharat Mediratta
2008-12-02Fix a problem in _update_access_cache() where if the intent isBharat Mediratta
2008-12-01Add access::reset() so that you can specify your intent to use theBharat Mediratta
2008-12-01Add @todosBharat Mediratta
2008-12-01Prototype access control model. There's much left to do, but it's aBharat Mediratta
2008-11-29Add access model (not fully baked yet).Bharat Mediratta
2008-11-28Remove debugging statementsTim Almdal
2008-11-28Dynamically create the list of available modules. This permits new modules t...Tim Almdal
2008-11-28Create module::event() which runs Gallery events. It works byBharat Mediratta
2008-11-28Rename module::get_list() to module::installed()Bharat Mediratta
2008-11-28Correct parameter on gallery.album.created event firingTim Almdal
2008-11-28Move the form drawing code back into form.html.php -- I'm going toBharat Mediratta
2008-11-28Rename item events and create events for comment create, login, logout, user ...Tim Almdal
2008-11-28Add event plumbing to allow the tag module to be notified when a photo is cre...Tim Almdal
2008-11-27Set resize to 640x480 for now to avoid breaking the default theme layoutBharat Mediratta
2008-11-27Create a form_helper class containing the function Draw_Form so we don't have...Tim Almdal
2008-11-27Move the ADMIN global nav option into the core module and only show it if we'...Bharat Mediratta
2008-11-27Centralize logging around installing/uninstalling modules.Bharat Mediratta
2008-11-26Add a thumbnail to the root directory, in case it gets displayed in a tag dyn...Tim Almdal
2008-11-25Rename get_absolute_url to abs_currentTim Almdal
2008-11-25Normalize atom url generationTim Almdal
2008-11-25Move the in-place-edit JS into the page_footer callback and out ofBharat Mediratta
2008-11-24Detect browsers that prefer XHTML (Chrome!) and normalize it to HTMLBharat Mediratta
2008-11-24Revert the site_title changeTim Almdal
2008-11-23Add a site-config parameter to the config.php file. Created a core_block:hea...Tim Almdal
2008-11-22Correct case on helper class names. By convention, helper class names are lo...Tim Almdal
2008-11-21Fixed a bug in the REST controller dispatcher and added a test case that exce...Jozef Selesi
2008-11-212nd attempt at inserting html by modules.Tim Almdal
2008-11-21Revert module block approachTim Almdal
2008-11-20A look at away to allow modules to define html head contents (links and js) a...Tim Almdal
2008-11-20Add a missing slash in the HTTP return codeBharat Mediratta
2008-11-20Correct missing quotesTim Almdal
2008-11-20* Added HTTP status constants and helper functions to REST helper.Jozef Selesi
2008-11-19Fix typo.Bharat Mediratta
2008-11-19Create url::abs_site() and url::abs_file() to allow us to generateBharat Mediratta
2008-11-19Add the original item height and width to the item tableTim Almdal
2008-11-19Change the way that we do RESTful routing.Bharat Mediratta
2008-11-19change mime_type column from 255 chars to 64 Bharat Mediratta
2008-11-19add the mime type column on the item tableTim Almdal
2008-11-18Added the is_installed to the module helper and change to photo.html to not t...Tim Almdal
2008-11-17Add output formats to our REST controllers. Add support for JSON andBharat Mediratta
2008-11-15Add Theme::module() and module::get()Bharat Mediratta
2008-11-13Create module helper and refactor all the code that creates, updatesBharat Mediratta
2008-11-09Implement Item_Controller::put() and delete()Bharat Mediratta
2008-11-09style fixBharat Mediratta
2008-11-08Create permanent owner_id column in the item table, and use a softBharat Mediratta
2008-11-08Adding user (owner) to items; info moduleFelix Rabinovich