summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-04-02Fix the issue identified in Tim Almdal
http://gallery.menalto.com/gallery_3.0_alpha_3_released?page=1#comment-304581 ticket #195
2009-03-31Add missing 2nd argument for Theme_View()Bharat Mediratta
2009-03-31Add quick edit pane to resize images, ticket #189Chad Kieffer
2009-03-30Updated to r807Bharat Mediratta
2009-03-27Add a method to create a micro_thumb that is centered vertically inTim Almdal
its container (initially used for organize album view)
2009-03-27Add missing csrf value.Bharat Mediratta
2009-03-27Put csrf token into Admin_View and Theme_View by default, then use itBharat Mediratta
directly wherever possible instead of access::csrf_token().
2009-03-26Gracefully deal with the case where we resume a stalled task but thereBharat Mediratta
was no work left to be done. This fixes a divide by zero error.
2009-03-26Rename $block_id to $id to fix ticket #192Bharat Mediratta
2009-03-26Update comments to reflect that the results of item::children orTim Almdal
item::descendants uses the specified sort order
2009-03-26Convert language updates over to task form. It's still very rough,Bharat Mediratta
the task only has one step from zero to 100.
2009-03-26Set csrf into the global theme for convenience.Bharat Mediratta
2009-03-26Replace iterators with stack based scanner, which we can serialize into the ↵Bharat Mediratta
task context.
2009-03-26Normalize code style.Bharat Mediratta
2009-03-26Convert the L10n scanner from a library to a helper.Bharat Mediratta
In order to make the class static, I had to remove the index cache. I'll restore that and cache the index keys in the task context in a subsequent change. For now, I've put in a @todo to add the caching back in.
2009-03-26Guard the calling of the form closing event so its not called if thereTim Almdal
is no form.
2009-03-26Revert r20492Tim Almdal
2009-03-26Use pathinfo() instead of substr/strchr/etc to get the file extension.Bharat Mediratta
2009-03-26Normalize exception format.Bharat Mediratta
2009-03-26Optimize the way we lookup incoming translations.Bharat Mediratta
Undo last commit (accidentally committed benchmarking code)
2009-03-26Normalize exception format.Bharat Mediratta
2009-03-26Normalize exception string format.Bharat Mediratta
2009-03-26Fix typo, whitespace.Bharat Mediratta
2009-03-25Fix for ticket #184. Sort the output children as DirectoryIteratorTim Almdal
does not provide a sort order. Separate the directory and files, sort them individually and then merge them together so directories are at the top of the list
2009-03-25Fix for ticket #184. Set the default album sort order to "Title"Tim Almdal
2009-03-25Fix for ticket #181. Valiant take note of the change toTim Almdal
admin_users.php. I had to remove the check for the locale as it hasn't been added to the form.
2009-03-25Fix unit tests where the albums, resizes and thumbs directory wereTim Almdal
being deleted. Fix for ticket #182
2009-03-25tag changes in the tag admin should now work as expectedJakob Hilden
2009-03-25Remove debug line.Bharat Mediratta
2009-03-25untabifyBharat Mediratta
2009-03-24change version from "3.0 Alpha 3" to "3.0 pre-beta svn"Bharat Mediratta
2009-03-24Change the item model so it will actually delete all the file systemTim Almdal
objects when an item is deleted.
2009-03-24Fix the problem I created by trying to run the task again after it was ↵Tim Almdal
completed.
2009-03-24Add a pause button to the server add dialog and if it is clicked thenTim Almdal
the upload is paused. If the dialog is closed and the task is not complete then a warning message is displayed on the album.
2009-03-24Add a "form_closing" custom event to the dialog processing. ThisTim Almdal
allows the form in the dialog todo custom processing when the form closes. For example, the server_add dialog (next commit) uses this callback to determine if the upload task was cancelled and display a warning message when the page reloads. Usage: $("#gServerAdd form").bind("form_closing", function(target){...});
2009-03-23Fix for ticket #168: Set a default value for extra_attrs on the ↵Tim Almdal
Item_Model::thumb_tag()
2009-03-21Refactor all translation strings that have ambiguous placeholders.Andy Staudacher
E.g. "%link_startClick here%link_end" is now '<a href="%url">Click here</a>'. Note: This isn't always the best solution. E.g. consider "Foo <a href='%url' class='gDialogLink'>bar</a>." Now the translator has to deal with preserving CSS classes too...
2009-03-20Don't divide by zero in thumb_tag if there's no thumbnailBharat Mediratta
2009-03-20Add title string to this page. Doesn't show yet because its in a gPanelBharat Mediratta
2009-03-20background image for the "select photos ..." button in the uploaderJakob Hilden
2009-03-20This change checks that the active theme is available and if its not,Tim Almdal
reverts to the default theme.
2009-03-20minor UI and CSS improvementsJakob Hilden
(the styling of the flash button is a not themable solution and I put the CSS in the file for now)
2009-03-20rollback of r20469... see trac #161Tim Almdal
2009-03-20Rather than moving the themeroller and all of its associated filesTim Almdal
into each theme. I chose to create methods Theme_View::file($path) and Admin_View::file($path). These methods check for a theme override file in the theme and return a link to it if it exists. So to override the themeroller files. just create a lib/themeroller in the theme and the files will be picked up.
2009-03-20Oops, we need UNIX_TIMESTAMP() instead of NOW()Bharat Mediratta
2009-03-20Do some data normalization so that the install files will have stableBharat Mediratta
ordering and known values. This way subsequent packaging runs won't have any differences unless there's a real data change.
2009-03-20Set our version to 3.0 Alpha 3 and add 'logs' as a dir we create at install timeBharat Mediratta
2009-03-20Restore $extra_attrs in img tags. Roll back to using .gThumbnail in quick pane.Chad Kieffer
2009-03-19Remove YUI grids hd and ft ids, we don't need and they're cluttering our HTML.Chad Kieffer
2009-03-19Update kohana to r4095Bharat Mediratta