Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-18 | Fix for ticket #153. The sort column was not not initialized for | Tim 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-18 | Fix for ticket #152. Somewhere along the line we we stopped using | Tim Almdal | |
gThumbnail as a class. Changed the selector to select the image from ".gThumbnail" to ".Quick img" | |||
2009-03-18 | This is the real fix to ticket #154 | Tim Almdal | |
2009-03-18 | Fix failed unit test: private methods are required to begin with an ↵ | Tim Almdal | |
underscore(_) | |||
2009-03-18 | Remove trailing ?> | Tim Almdal | |
2009-03-18 | Fix for ticket #154: Remove the raw count and use the ORM wrapper. | Tim Almdal | |
2009-03-18 | Added 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-18 | Stop 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-18 | Remove semi-colons from single sql statements and correct anoter | Tim Almdal | |
instance of {items` which won't get prefixed properly | |||
2009-03-18 | Remove back ticks from sql | Tim Almdal | |
2009-03-18 | Fix for ticket #143 | Tim Almdal | |
2009-03-18 | Fix for ticket 142: Choose plural form "other" for count == 0 (unless the ↵ | Andy Staudacher | |
locale has a specific plural form for zero) | |||
2009-03-18 | Make sure that the SPL library is installed | Bharat Mediratta | |
2009-03-18 | Resolve deviation from the kohana code left aronud by r20297 and | Bharat 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-18 | Fix for ticket #142. Valiant: u might want to check the implications | Tim Almdal | |
of this. | |||
2009-03-18 | Forgot to remove a back tick | Tim Almdal | |
2009-03-18 | Couple of sql statements that had incorrect prefix handling or no | Tim Almdal | |
prefix handling. | |||
2009-03-18 | Functional 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-18 | Corrections based on feedback | Tim Almdal | |
2009-03-17 | Fix for ticket #101 | Tim Almdal | |
2009-03-17 | Remove the in-place tag editing code from the default theme. It | Bharat Mediratta | |
should be implemented in the tags module for now, and then possibly generalized out to lib later on. | |||
2009-03-17 | Don't allow empty tag names | Bharat Mediratta | |
2009-03-17 | Update 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-17 | Fix missing preambles | Bharat Mediratta | |
2009-03-17 | Remove windows line endings | Bharat Mediratta | |
2009-03-17 | Treat calls to install() with TEST_MODE set to be initial installs. At ↵ | Bharat Mediratta | |
least for now. | |||
2009-03-17 | Fix 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-17 | Fix minor correctness issues | Bharat Mediratta | |
2009-03-17 | Fix the locale field in the change user settings form | Andy Staudacher | |
2009-03-17 | Fix edit user form handler | Andy Staudacher | |
2009-03-17 | Even out the padding for #gAddPhotosQueue .box | Bharat Mediratta | |
2009-03-17 | Updated lib/swfupload to SWFUpload v2.2.0 Beta 5 | Bharat Mediratta | |
2009-03-17 | Style breadcrumb in photo upload dialog | Chad Kieffer | |
2009-03-17 | rss/updates doesn't have an item. Clean up some typos here. | Bharat Mediratta | |
2009-03-17 | filesize() dies if the file doesn't exist, which can happen in the | Bharat Mediratta | |
case that a gallery is slightly corrupt. In that case, just ignore the error. | |||
2009-03-17 | Make the gAddPhotosCanvas take up the entire dialog, for now. | Bharat Mediratta | |
2009-03-17 | Initialize $tags properly | Bharat Mediratta | |
2009-03-17 | Fix typo: $max_page -> $max_pages | Bharat Mediratta | |
2009-03-17 | Switch from using SimpleUploader to using swfUpload as our flash based | Bharat 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-17 | Simplify gError, gWarning, gInfo, gSuccess selectors to allow them to be ↵ | Chad Kieffer | |
used within more elements. Updated gError styles in forms. | |||
2009-03-17 | Remove mptt warning message hack | Tim Almdal | |
2009-03-17 | Fix typo: tag_block -> tag_theme | Bharat Mediratta | |
Overlooked when I renamed this class. | |||
2009-03-16 | Oops, I used the wrong resize variables in my last change. | Bharat Mediratta | |
2009-03-16 | Set $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-16 | Get rid of $hidden; it was never defined | Bharat Mediratta | |
2009-03-16 | Switch the locale::$locales data structure to be an array instead of a | Bharat Mediratta | |
stdClass because we're not allowed to asort() stdClass objects in PHP 5.2.6. | |||
2009-03-16 | Fix indentation | Bharat Mediratta | |
2009-03-16 | Fix bug, $active -> $site. | Bharat Mediratta | |
2009-03-16 | Remove unused orig_public_key from the form, it wasn't actually doing ↵ | Bharat Mediratta | |
anything (and was causing an error). | |||
2009-03-16 | Initialize some variables | Bharat Mediratta | |