summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2009-03-19Normalize whitespace inconsistencies with upstream code that probably snuck ↵Bharat Mediratta
in during various edits. These files are now the same as the upstream code.
2009-03-19Rejigger the way we do reinstalls while Kohana is running.Bharat Mediratta
core_installer::install() now takes an $initial_install param that allows us to enforce that we're doing a clean install. Use this in both the scaffolding and the unit test code. Greatly simplify the scaffolding uninstall/reinstall code.
2009-03-19Fix syntax errors.Bharat Mediratta
2009-03-19Updated kohana to r4091Bharat Mediratta
2009-03-18Fix for ticket #155. Delete the item record before unlinking theTim Almdal
files.
2009-03-18Fix for ticket #153. The sort column was not not initialized forTim Almdal
movies or photos. Turns out that when you go to delete, ORM tries to check for children and apply the sort order.
2009-03-18Fix for ticket #152. Somewhere along the line we we stopped usingTim Almdal
gThumbnail as a class. Changed the selector to select the image from ".gThumbnail" to ".Quick img"
2009-03-18This is the real fix to ticket #154Tim Almdal
2009-03-18Fix failed unit test: private methods are required to begin with an ↵Tim Almdal
underscore(_)
2009-03-18Remove trailing ?>Tim Almdal
2009-03-18Fix for ticket #154: Remove the raw count and use the ORM wrapper.Tim Almdal
2009-03-18Added rotate cc and ccw icons to themeroller theme and css to default theme, ↵Chad Kieffer
applied to quick pane rotate buttons. Hope that jQuery UI includes rotate icons eventrually so we don't have to maintain this.
2009-03-18Stop header height from collapsing when there's no breadcrumb present, as is ↵Chad Kieffer
the case with tag albums. Thanks to gadulia for reporting: http://gallery.menalto.com/gallery_3.0_alpha_1_released?page=1#comment-302916
2009-03-18Remove semi-colons from single sql statements and correct anoterTim Almdal
instance of {items` which won't get prefixed properly
2009-03-18Remove back ticks from sqlTim Almdal
2009-03-18Fix for ticket #143Tim Almdal
2009-03-18Fix for ticket 142: Choose plural form "other" for count == 0 (unless the ↵Andy Staudacher
locale has a specific plural form for zero)
2009-03-18Make sure that the SPL library is installedBharat Mediratta
2009-03-18Resolve deviation from the kohana code left aronud by r20297 andBharat Mediratta
r20301 (which was an unclean rollback of r20297) by just rolling them both back: $ svn merge -c-20301 kohana/helpers/form.php $ svn merge -c-20297 kohana/helpers/form.php
2009-03-18Fix for ticket #142. Valiant: u might want to check the implicationsTim Almdal
of this.
2009-03-18Forgot to remove a back tickTim Almdal
2009-03-18Couple of sql statements that had incorrect prefix handling or noTim Almdal
prefix handling.
2009-03-18Functional l10n_client / server interaction:Andy Staudacher
- Get / verify API Key from l10n server - Submit translations - Fetch translations / updates Reference: Tasks: 75, 76, 55 TODO: Move out of core (and a series of other tasks).
2009-03-18Corrections based on feedbackTim Almdal
2009-03-17Fix for ticket #101Tim Almdal
2009-03-17Remove the in-place tag editing code from the default theme. ItBharat Mediratta
should be implemented in the tags module for now, and then possibly generalized out to lib later on.
2009-03-17Don't allow empty tag namesBharat Mediratta
2009-03-17Update Kohana to r4081.Bharat Mediratta
This resolves ticket http://dev.kohanaphp.com/ticket/1156 1156: "Table prefix gets append to column name" All tests pass.
2009-03-17Fix missing preamblesBharat Mediratta
2009-03-17Remove windows line endingsBharat Mediratta
2009-03-17Treat calls to install() with TEST_MODE set to be initial installs. At ↵Bharat Mediratta
least for now.