summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2008-11-28Add a media_rss feed for tag views.Bharat 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-27Reverted r18930. This is because in the media_rss module we don't generate a...Tim Almdal
2008-11-27Add tag_top() buttonBharat Mediratta
2008-11-27Update tests to reflect the fact that the admin group is gone.Bharat Mediratta
2008-11-271) Create a Theme_View class that combines the functionality of the Theme cla...Tim Almdal
2008-11-27Give the admin user actual admin privilegesBharat Mediratta
2008-11-27Add navigation_top() and navigation_bottom() insertion pointsBharat Mediratta
2008-11-27Make tags look a little better.Bharat Mediratta
2008-11-27Centralize logging around installing/uninstalling modules.Bharat Mediratta
2008-11-27Move form generation off into tag::get_add_form(). We can't use a controller...Bharat Mediratta
2008-11-27Remove stray trailing blank linesBharat Mediratta
2008-11-27Move javascript from default theme to appropriate modulesTim Almdal
2008-11-27Get rid of the placeholder "add tags here..." text, and clear the formBharat Mediratta
2008-11-27Refactor cloud generation into a helper so that we can call it fromBharat Mediratta
2008-11-27Clean up REST pattern in tags:Bharat Mediratta
2008-11-27Fix indentation.Bharat Mediratta
2008-11-27We are now submitting the ajax tag add form to the server correctly and rehoo...Tim Almdal
2008-11-27Trying to add tags, but it doesn't work yet. For some reason that i can't fi...Tim Almdal
2008-11-26Skip the tags block if there're no tagsBharat Mediratta
2008-11-26Add a new "tag" page type.Bharat Mediratta
2008-11-26Move Tag_Controller -> Tags_Controller to fit our REST pattern.Bharat Mediratta
2008-11-26Clean up unnecessary comments, remove stray references to Comment_ControllerBharat Mediratta
2008-11-26Breadcrumbs now look right for dynamic tag albumsTim Almdal
2008-11-26Duh, i have the count in the tag model... why do i need to do a query to count?Tim Almdal
2008-11-26Modify the tag model to behave like a virtual album. There are two outstandi...Tim Almdal
2008-11-26Remove test since the method to be tested was removedTim Almdal
2008-11-26Change sort_by_name to case insensitive sort.Bharat Mediratta
2008-11-26Simplify tags code some more:Bharat Mediratta
2008-11-26Re-enable code to drop view columns from the items table when deleting groups.Bharat Mediratta
2008-11-26Ignore errors from dropping view columns from the items table.Bharat Mediratta
2008-11-26Clean tag creationTim Almdal
2008-11-26Actually call uninstall!Bharat Mediratta
2008-11-26Remove stray 'filter' instancesBharat Mediratta
2008-11-26Remove the more or less linksTim Almdal
2008-11-26Add support for marking users as "admin"Bharat Mediratta
2008-11-26Add support in the scaffolding for adding users to groups, adding andBharat Mediratta
2008-11-26group::create() and group::delete() now manage the view_## columns inBharat Mediratta
2008-11-26Create user/group create/delete functions and have the scaffolding use them.Bharat Mediratta
2008-11-25Moving right along on tags. Now the threshold for which tags can be changed....Tim Almdal
2008-11-25Display tag block using data from the databaseTim Almdal
2008-11-251) Changed how the test tags are generated to be able to create a better dist...Tim Almdal
2008-11-25Correct call to undefined uninstall_modules method. Should have been _uninsta...Tim Almdal
2008-11-25Rename get_absolute_url to abs_currentTim Almdal
2008-11-25Normalize atom url generationTim Almdal
2008-11-25Dynamically locate modules to install for testTim Almdal
2008-11-25Modify the test controller to call tag_installer::install and uninstallTim Almdal
2008-11-25Fix testsTim Almdal
2008-11-25Simplify the API. We don't have a need to add multiple tags toBharat Mediratta