summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2009-03-17Fix correctness issue if there are no tables (list_tables will return null)Bharat Mediratta
Clean out the module caches directly now that the module loading robustness code is gone.
2009-03-17Fix minor correctness issuesBharat Mediratta
2009-03-17Fix the locale field in the change user settings formAndy Staudacher
2009-03-17Fix edit user form handlerAndy Staudacher
2009-03-17Even out the padding for #gAddPhotosQueue .boxBharat Mediratta
2009-03-17Updated lib/swfupload to SWFUpload v2.2.0 Beta 5Bharat Mediratta
2009-03-17Style breadcrumb in photo upload dialogChad Kieffer
2009-03-17rss/updates doesn't have an item. Clean up some typos here.Bharat Mediratta
2009-03-17filesize() dies if the file doesn't exist, which can happen in theBharat Mediratta
case that a gallery is slightly corrupt. In that case, just ignore the error.
2009-03-17Make the gAddPhotosCanvas take up the entire dialog, for now.Bharat Mediratta
2009-03-17Initialize $tags properlyBharat Mediratta
2009-03-17Fix typo: $max_page -> $max_pagesBharat Mediratta
2009-03-17Switch from using SimpleUploader to using swfUpload as our flash basedBharat Mediratta
uploader. This is modeled on http://codex.gallery2.org/Gallery3:Upload_UX but is not yet complete. Notes: * Changed #gProgressBar to .gProgressBar to support multiple progress bars on the same page * Added a bunch of CSS to the "needs a home" section in themes/default/css/screen.css
2009-03-17Simplify gError, gWarning, gInfo, gSuccess selectors to allow them to be ↵Chad Kieffer
used within more elements. Updated gError styles in forms.
2009-03-17Remove mptt warning message hackTim Almdal
2009-03-17Fix typo: tag_block -> tag_themeBharat Mediratta
Overlooked when I renamed this class.
2009-03-16Oops, I used the wrong resize variables in my last change.Bharat Mediratta
2009-03-16Set $item and $tag in the Theme_View so that calls like $theme->item()Bharat Mediratta
which fall through to calling &View::__get() have an lvalue to return, else you can't return them by reference. Also, don't show sidebar blocks for pages that don't have an item so that the rss and tag modules don't break the search page.
2009-03-16Get rid of $hidden; it was never definedBharat Mediratta
2009-03-16Switch the locale::$locales data structure to be an array instead of aBharat Mediratta
stdClass because we're not allowed to asort() stdClass objects in PHP 5.2.6.
2009-03-16Fix indentationBharat Mediratta
2009-03-16Fix bug, $active -> $site.Bharat Mediratta
2009-03-16Remove unused orig_public_key from the form, it wasn't actually doing ↵Bharat Mediratta
anything (and was causing an error).
2009-03-16Initialize some variablesBharat Mediratta