Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-01 | Forgot these when i created the make_album_cover method | Tim Almdal | |
2009-04-29 | Refactor the creation and removal of the album covers into | Tim Almdal | |
make_album_cover and remove_album_cover methods in Item_Model. Usage: $photo->make_album_cover() $album->remove_album_cover() | |||
2009-04-29 | Reset the parent thumbnail in Item_Model::delete instead of where the | Tim Almdal | |
delete was happening. This will insure that it is consistently done for all deletes and we don't have to remember to replicate the code. | |||
2009-04-29 | Move the module::event("before_item_delete") into the | Tim Almdal | |
Item_Model::delete method. This will insure that it will get called for all events. Currently it is not being called for children of an album when the parent album is deleted. | |||
2009-04-28 | Change _adjust_thumb_size to adjust_thumb_size and make public so we | Tim Almdal | |
can access if from organize | |||
2009-04-28 | auto install organize module | Bharat Mediratta | |
2009-04-24 | Fixed typo in comment, added docblock. | Chad Kieffer | |
2009-04-23 | Disable automatic session id regeneration because ajax requests cause it to ↵ | Bharat Mediratta | |
bomb. | |||
2009-04-22 | Remove the negative weighting for albums. The are now positioned | Tim Almdal | |
based on the insertion order. | |||
2009-04-22 | Mark a task as stalled if it's > 15 seconds old (because tasks should ping ↵ | Bharat Mediratta | |
back much faster than that) | |||
2009-04-22 | Throw an exception in graphics::resize() if the input file is empty | Bharat Mediratta | |
2009-04-22 | Set the default logging to 'notice' to make it more user friendly. | Bharat Mediratta | |
2009-04-22 | Make the scaling based on the target thumbnail size that was specified | Tim Almdal | |
at thumbnail creation. This will remove the upscaling effect | |||
2009-04-22 | Added method to determine proportion of current thumb_size to the default, ↵ | Chad Kieffer | |
150. Use this in the the default theme, or any other, to reduce the size of CSS widths and heights in albums, including .gItem. | |||
2009-04-22 | Refactor the move functionality into a helper function so it can be | Tim Almdal | |
called from organize | |||
2009-04-21 | Theme the cancel-all link like the remove-all link. | Bharat Mediratta | |
2009-04-19 | Fix UI string | Andy Staudacher | |
2009-04-18 | Redirect item/NN requests to absolute urls | Bharat Mediratta | |
2009-04-18 | whitespace cleanup | Bharat Mediratta | |
2009-04-17 | Be graceful if exec() is disabled | Bharat Mediratta | |
2009-04-17 | Don't show the 'no toolkit found' message unless we actually didn't find one | Bharat Mediratta | |
2009-04-17 | Fix for ticket 203: Don't interpolate the translation string for the l10n ↵ | Andy Staudacher | |
client translation input field | |||
2009-04-12 | added icons to permissions UI | Jakob Hilden | |
2009-04-12 | changed order of form fields in photo and album forms so that the confusing ↵ | Jakob Hilden | |
"name" field is not on top anymore changed "name" label to "Filename" for photos and "Directory Name" for albums | |||
2009-04-12 | Fix indentation. | Bharat Mediratta | |
2009-04-09 | Missed a closing para ) | Tim Almdal | |
2009-04-09 | Change the weight for albums from zero, which could give us | Tim Almdal | |
indeterminate ordering, so that ablums are initially shown first. | |||
2009-04-09 | Clean up delete code as per Bharat's note | Tim Almdal | |
2009-04-09 | Merge the micro_thumb_tag method into thumb_tag and add a third | Tim Almdal | |
parameter to indicate that a micro thumb is being generated | |||
2009-04-09 | Fix the spelling of "appearance_menu" and update user_menu so that the | Bharat Mediratta | |
user/groups admin menu option appears again. | |||
2009-04-08 | Fixes issues with Server Add: | Tim Almdal | |
1) Fixes Ticket #208 2) Fixes Ticket #190 3) Fixes an unticketed issue where two items could collide when creating the thumbnail and/or resize. For example, loading a.flv and a.jpg would have generated the same thumbnail image. This change adds a random value to the name to avoid conflicts. 4) Added item::__set() to clear the relative path if the name changes | |||
2009-04-07 | changed the items in quickpaneoptions dropdown menu (which appears in the ↵ | Jakob Hilden | |
quickpane for albums) to be easier clickable and changed markup to use <ul> (more semantically correct) | |||
2009-04-06 | Exclude lib/swfupload from our scan paths | Bharat Mediratta | |
2009-04-06 | Fix up the quick-edit code on the photos page. Everything but "move" | Bharat Mediratta | |
is implemented. Can't do move easily because it's tricky to handle the post-move redirect. | |||
2009-04-06 | Add case-sensitive versions of file extensions to the file_types list | Bharat Mediratta | |
so that .JPG works on case sensitive systems like Unix. Also add .jpeg to the list. Fixes ticket #183. | |||
2009-04-06 | Rework the links section of the "Welcome to Gallery3" block so that | Bharat Mediratta | |
the links work and it's more helpful. In the process, rename the Presentation menu to be Appearance because that makes more sense to me (and at least one other user who wrote about it on -devel). | |||
2009-04-05 | Don't do graphics detection in core_installer::install() because that | Bharat Mediratta | |
gets run at scaffolding::package() time, not on the target machine. Instead, create a core module variable to trigger running graphics::choose_default_toolkit() on the first admin login after install. Fixes ticket #206. | |||
2009-04-05 | Add a weight column to the items model. Change the album ordering to | Tim Almdal | |
use this as the default instead of id. This prepares the way for manual reordering in the organize functionality. | |||
2009-04-03 | Set the queue limit to 1000. | Bharat Mediratta | |
2009-04-02 | Completely task-ify the localization scanning code and restore the | Bharat Mediratta | |
incoming_translation key cache. The only part of this that is not broken down is the l10n_client::fetch_updates() part. | |||
2009-04-02 | Continuation of r20518. Remove all the cases were the csrf values in | Tim Almdal | |
views were being manually set. Also removed it from the Admin_View. | |||
2009-04-02 | Fix the issue identified in | Tim Almdal | |
http://gallery.menalto.com/gallery_3.0_alpha_3_released?page=1#comment-304581 ticket #195 | |||
2009-03-31 | Add missing 2nd argument for Theme_View() | Bharat Mediratta | |
2009-03-31 | Add quick edit pane to resize images, ticket #189 | Chad Kieffer | |
2009-03-27 | Add a method to create a micro_thumb that is centered vertically in | Tim Almdal | |
its container (initially used for organize album view) | |||
2009-03-27 | Add missing csrf value. | Bharat Mediratta | |
2009-03-27 | Put csrf token into Admin_View and Theme_View by default, then use it | Bharat Mediratta | |
directly wherever possible instead of access::csrf_token(). | |||
2009-03-26 | Rename $block_id to $id to fix ticket #192 | Bharat Mediratta | |
2009-03-26 | Update comments to reflect that the results of item::children or | Tim Almdal | |
item::descendants uses the specified sort order | |||
2009-03-26 | Convert language updates over to task form. It's still very rough, | Bharat Mediratta | |
the task only has one step from zero to 100. |