Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-17 | Change how mutiple requests for micro thumbnails is handler. | Tim Almdal | |
handle the edge cases where the draggable is dropped on the micro thumbnail panel | |||
2009-04-17 | Fix typo that was causing an error | Tim Almdal | |
2009-04-17 | Make the update_index task continue until it has used half a second | Bharat Mediratta | |
before stopping. This is *way* more efficient than just doing 2 per request. | |||
2009-04-17 | Import albums. Just the basics; misses permissions and a lot of | Bharat Mediratta | |
metadata, and doesn't import photos yet. | |||
2009-04-17 | Another iteration in the quest for the perfect organize module. At | Tim Almdal | |
this point you can select microthumbs, by clicking on them, ctrl-click will add to the selection. You can select by drawing a lasso around images. Holding the ctrl will add the lassoed thumbs to the selection. Once slected, thumbs can be dragged and dropped within the current At this point no background processing takes place | |||
2009-04-17 | Fix i18n for "Logged in as" string | Andy Staudacher | |
2009-04-15 | Very early round of Gallery 2 import code. It can import users (with | Bharat Mediratta | |
the wrong password) and import groups, with a basic UI. Needs a ton more work. | |||
2009-04-15 | Provate a way to set the hashed password directly | Bharat Mediratta | |
2009-04-10 | Fix up microthumb grid, changed unselect to deselect all, white space fixes. | Chad Kieffer | |
2009-04-09 | Don't try to import the staging directory as an album | Tim Almdal | |
2009-04-09 | Provide a translation of the titleon the fatal error dialog pop-up | Tim Almdal | |
2009-04-09 | Create a pause method on the server_add controller and get rid of the | Tim Almdal | |
optional parameter/ | |||
2009-04-09 | Fix server add to correctly ignore a authorized path if there are no | Tim Almdal | |
files to be uploaded from it. | |||
2009-04-09 | Here is the current state of "organize". I'm having trouble getting | Tim Almdal | |
drag and drop to work. And to get it to layout properly. Any thoughts would be appreciated. | |||
2009-04-09 | Fix for ticket 181: don't ignore the locale option when adding users | Andy Staudacher | |
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-06 | Fix whitespace | Bharat Mediratta | |
2009-04-06 | Fix preamble | Bharat Mediratta | |
2009-04-06 | Visually connect the selected album to the album thumbnail grid. Edit item ↵ | Chad Kieffer | |
opacity, selected items become opaque. | |||
2009-04-06 | Hide the "no comments yet" text after the first comment is posted. | Bharat Mediratta | |
Fixes ticket #196. | |||
2009-04-06 | Fix for ticket #207, which should then generate a whole bunch of | Tim Almdal | |
errors that are described in ticket #208. | |||
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 | Remove extra blank line. | Bharat Mediratta | |
2009-04-05 | Remove extra blank line. | Bharat Mediratta | |
2009-04-05 | Remove obsolete code. | Bharat Mediratta | |
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-05 | Get the preamble right so the unit test passes | Tim Almdal | |
2009-04-05 | Strip trailing nulls off of some tags. | Bharat Mediratta | |
2009-04-05 | Don't try to insert exif keys if there aren't any. | Bharat Mediratta | |
2009-04-05 | Optimization: add all exif/iptc keys in a single insert, instead of | Bharat Mediratta | |
many separate queries. In the process, rip out the summary column, we weren't using it. Clean up the test, and drop the exif_records database on uninstall. | |||
2009-04-05 | Use the optimized version of PicLens to reduce download times ftw! | Bharat Mediratta | |
2009-04-05 | Change the way we launch PicLensLite so that it doesn't upscale small images. | Bharat Mediratta | |
This resolves ticket #205. | |||
2009-04-03 | Concatenate chopped up internationalized string. | Bharat Mediratta | |
2009-04-03 | Clean up JS/HTML so that renaming works properly (it had hardcoded | Bharat Mediratta | |
urls before). Clean up indentation and localization code while I'm in there. | |||
2009-04-03 | Fix for ticket #201. | Tim Almdal | |
1) create common update function so processing consistent between the user edit and admin edit. 2) created common private helper function to build the user edit form the same way. So a user can now change their user name if the new one doesn't exist. | |||
2009-04-03 | Fix for ticket #200. When an error occurs the current uri is no | Tim Almdal | |
longer admin/server_add but admin/server_add/add_path and the equality check fails. | |||
2009-04-03 | First iteration of the organize functionality (orginally called bulk | Tim Almdal | |
edit). There is limited functionality in no edits work. This is primary a chance for the team to review the ui. It is in a separate module to isolate the changes. Eventually, it will be moved back into core. | |||
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 | Gracefully deal with the case where we resume a stalled task but there | Bharat Mediratta | |
was no work left to be done. This fixes a divide by zero error. | |||
2009-03-25 | Fix for ticket #184. Sort the output children as DirectoryIterator | Tim 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-25 | Fix for ticket #181. Valiant take note of the change to | Tim Almdal | |
admin_users.php. I had to remove the check for the locale as it hasn't been added to the form. | |||
2009-03-25 | tag changes in the tag admin should now work as expected | Jakob Hilden | |
2009-03-24 | Fix the problem I created by trying to run the task again after it was ↵ | Tim Almdal | |
completed. | |||
2009-03-24 | Add a pause button to the server add dialog and if it is clicked then | Tim 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-21 | Refactor 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-19 | Rejigger 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-18 | Remove back ticks from sql | Tim Almdal | |
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. |