summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2009-05-16Don't allow photos, albums or movies to have a trailing period to avoidBharat Mediratta
2009-05-16Don't allow albums/photos/movies to end in "." because it risksBharat Mediratta
2009-05-16Modify the module::event method to accept 2 additional parametersTim Almdal
2009-05-16Support renaming albums, photos and movies.Bharat Mediratta
2009-05-16Don't allow the various ::create() methods to take "/" in the name.Bharat Mediratta
2009-05-16Item_Model::rename() cannot accept new filenames that contain "/"Bharat Mediratta
2009-05-16Implement Item_Model::rename(), with unit tests.Bharat Mediratta
2009-05-16Rename the theme menu options under the Appearance menu.Bharat Mediratta
2009-05-15Only cache rows if they are objects, which assumes also that they are instanc...Bharat Mediratta
2009-05-15Make denied links not clickable at the root level when the permissionBharat Mediratta
2009-05-14Provide tooltips for Menu_Element_LinkBharat Mediratta
2009-05-14Fix save() to stop using ORM objects.Bharat Mediratta
2009-05-14Convert spaces into underscores when generating the album name from the titleBharat Mediratta
2009-05-14Fix for ticket #268Tim Almdal
2009-05-14Specify the internal_cache_path (even though we're not using this yet).Bharat Mediratta
2009-05-14Bind to the change() event also so that we can pick up autocompletions in the...Bharat Mediratta
2009-05-14Change the way we update view_count to use math instead of ORM for better acc...Bharat Mediratta
2009-05-14Use the active user as the new item's owner, if no owner id is specifiedBharat Mediratta
2009-05-14Cache variables in core._cache so that we can retrieve them all in aBharat Mediratta
2009-05-14Introduce a relative_path_cache column in the items table. This letsBharat Mediratta
2009-05-14Updated to match r20797Bharat Mediratta
2009-05-14Overload ORM_Iterator to cache models as we pull them out of theBharat Mediratta
2009-05-14Use model_cache() instead of ORM::factory()Bharat Mediratta
2009-05-14permissions UI faceliftJakob Hilden
2009-05-14Beautify only the title, not the filenameBharat Mediratta
2009-05-13Fix a bad redirect.Bharat Mediratta
2009-05-13Use the $filename not the $name to find the path extension.Bharat Mediratta
2009-05-13Add a little JS sugar to set the album directory name to the same asBharat Mediratta
2009-05-13Address the final point in #226. Disable the make album cover icon ifTim Almdal
2009-05-13Allow admins to modify variables. This way when something goes wrong,Bharat Mediratta
2009-05-13I should test this stuff before I submit it, eh.Bharat Mediratta
2009-05-13Store the ffmpeg path in a variable.Bharat Mediratta
2009-05-13Fix menu typo.Bharat Mediratta
2009-05-13Gee it's May already. Update copyright to 2009.Bharat Mediratta
2009-05-13Add the "advanced settings" controller which lets you see all theBharat Mediratta
2009-05-13Create a new "add" permission and require it at the controller levelBharat Mediratta
2009-05-13Unlink var/modules dir also when packagingBharat Mediratta
2009-05-13Exclude the root album from the "dirty images" queryBharat Mediratta
2009-05-13Clean out old dirs before packaging.Bharat Mediratta
2009-05-13Oops, use filename instead of nameBharat Mediratta
2009-05-13Beautify the title of uploaded files. Convert underscores to spaces, collaps...Bharat Mediratta
2009-05-13Display the server load average in the platform block. Fixes ticket #198.Bharat Mediratta
2009-05-13Log the complete exception information for exceptions that happen in tasks so...Bharat Mediratta
2009-05-12Fire off the module_change event whenever we install or uninstall a moduleBharat Mediratta
2009-05-12Simplify delete()Bharat Mediratta
2009-05-12Fix a bug where deleting an album sometimes deletes everything in var. Fixes...Bharat Mediratta
2009-05-12parent() should return null if there's no parent idBharat Mediratta
2009-05-12fix comment typo.Bharat Mediratta
2009-05-12Allow configurable padding optionsBharat Mediratta
2009-05-11Add has_thumb() public API methodBharat Mediratta