| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | Fix for ticket #143 | Tim Almdal | |
| 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-17 | Fix missing preambles | Bharat Mediratta | |
| 2009-03-17 | Style breadcrumb in photo upload dialog | Chad Kieffer | |
| 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-16 | Fix bug, $active -> $site. | Bharat Mediratta | |
| 2009-03-16 | Use a query to get the database version. Newer versions of PHP bomb | Bharat Mediratta | |
| if you're using mysqli, and it asks for a connection which we can't easily get from Kohana. | |||
| 2009-03-16 | Ticket #97. Applied button css where missing. Minor form css improvements. | Chad Kieffer | |
| 2009-03-16 | Clean up the login, maintenance login and required-top-level-login code. | Bharat Mediratta | |
| We now have two clear and separate login approaches: login/ajax login/html Choose the one that's appropriate. Totally simplified the maintenance page to be separate from the theme and dead simple, and use login/html approach there. Totally simplified the top level login (login_page.html.php) to just be a login page, not the rest of the chrome on the page and use the login/ajax approach there. Don't use access::required in albums and then catch the exception, instead use access::can and check the return code. Improve the text for maintenance mode. | |||
| 2009-03-16 | Thin down the scaffolding code so that all that is there is the test | Tim Almdal | |
| data creation and the packaging code. The rest ofthe functionality is either no longer required, or moved to the developer module (MPTT Tree). Also provide checking for the active user to be an admin. | |||
| 2009-03-15 | Remove profiling and debugging from the scaffold info screen. | Tim Almdal | |
| 2009-03-12 | Minor after install message edits, added updated Gallery logo alt description | Chad Kieffer | |
| 2009-03-09 | Add a 'cancel all' link too | Bharat Mediratta | |
| 2009-03-09 | More tasks cleanup. | Bharat Mediratta | |
| Don't join through to the users table; that won't work in embedded mode. Instead, add Tasks_Model::owner() that calls user::lookup() and refer to the object directly in the view. Add Admin_Maintenance:remove_finished_tasks() so that we can easily do old task cleanup. Hide Running / Finished sections if there aren't any running or finished tasks. | |||
| 2009-03-08 | Log the user in as admin after running the web installer, and give | Bharat Mediratta | |
| them a nice "Welcome to Gallery 3" dialog. The text in there needs a little work but it's a start. In the process, re-build the install.sql using the scaffolding code. | |||
| 2009-03-05 | Applied jQuery UI buttons to quick edit pane. Not tested, but icons should ↵ | Chad Kieffer | |
| display iin IE6 now. Rotate icons will need to be updated later. | |||
| 2009-02-27 | * Refactor task management methods from admin_maintenance.php to | Tim Almdal | |
| task.php * Added a owner_id field to the task database * Modified the admin maintenace to show the owner of the task <<**** Requires a reinstallation of core ****>> | |||
| 2009-02-26 | Make theme details its own page so that we can wrap it in a div and | Bharat Mediratta | |
| give it a title. | |||
| 2009-02-24 | File structure style fixes | Andy Staudacher | |
| 2009-02-23 | Better yet, rename gallery2.png to just gallery.png. Reference logo from ↵ | Chad Kieffer | |
| scaffold too. | |||
| 2009-02-23 | Replace the word "item" in display text with photo/album/movie as | Bharat Mediratta | |
| appropriate. We shouldn't be saying "item" to the user. | |||
| 2009-02-18 | Add a 'finish' button which dismisses the dialog and refreshes the current page | Bharat Mediratta | |
| 2009-02-17 | Fix url to SimpleUploader.swf for IE | Bharat Mediratta | |
| 2009-02-17 | Swap positions of rotation buttons so that that they're more intuitive | Bharat Mediratta | |
| 2009-02-15 | Apply buttons to comment moderation and action buttons, beginnings of a ↵ | Chad Kieffer | |
| photo stream carousel block in admin dashboard. | |||
| 2009-02-15 | Allow rotation for photos, not albums (duh) | Bharat Mediratta | |
| 2009-02-14 | Say hello to the new Flash based uploader, courtesy of Eric Zelermyer. | Bharat Mediratta | |
| This requires a little trickery to proxy the session id and user agent through the ActionScript code so that we can assume the same session in the uploader. It's also using its own path to add photos since we'll want to have a slightly different protocol for dealing with responses (as opposed to JSON or HTML). A work in progress for sure, but it's already better than what we had before.?\024 | |||
| 2009-02-12 | Adding locale::display_name(). | Andy Staudacher | |
| 2009-02-12 | Move l10n enable/disable option to Options menu. | Andy Staudacher | |
| Only available to admins at this point. | |||
| 2009-02-10 | Remove redundant "Gallery" | Bharat Mediratta | |
| 2009-02-10 | Adding UI for site language selection and user language preference. | Andy Staudacher | |
| 2009-02-10 | convert ' to " to match our HTML standards. | Bharat Mediratta | |
| 2009-02-09 | Adding translation UI. Not backed by any model yet (submissions are ignored). | Andy Staudacher | |
| The code is based on the l10n_client module from Drupal 6, by Gabor Hojtsy (http://drupal.org/user/4166). | |||
| 2009-02-09 | Use jquery ui's progressbar | Bharat Mediratta | |
| 2009-02-08 | Implement the "additional options" part of the quick menu. It's only | Bharat Mediratta | |
| for albums, because we don't currently have additional options for photos yet. | |||
| 2009-02-06 | Convert all item->type == "album" to item->is_album() | Tim Almdal | |
| Convert all item->type == "photo" to item->is_photo() | |||
| 2009-02-05 | Addressed the issues in ticket 34. | Tim Almdal | |
| Surround the the attempt to use gd_info with a try catch block. Created a new class gInstalledToolkit which has the highlighting and the over pointer definition. Now if you mouse across an inactive toolkit it remains inert. | |||
| 2009-02-05 | Rename "welcome" controller to "scaffold" so that we can eventually | Bharat Mediratta | |
| have a welcome page. | |||
| 2009-01-29 | Add delete support as a quick-edit option | Bharat Mediratta | |
| 2009-01-29 | Support making an album the album cover for its parent | Bharat Mediratta | |
| 2009-01-25 | Fix selector after latest refactor, so that select_toolkit() is called again | Bharat Mediratta | |
| 2009-01-25 | Delete the rearrange module; it's been subsumed by the move controller | Bharat Mediratta | |
| 2009-01-24 | Admin theme style cleanup. Merged separate selected, available, unavailable ↵ | Chad Kieffer | |
| into a single set of reusable classes. Applied alternating row bg colors. Removed inline CSS from admin views. Moved user admin css into admin_default theme style sheet. | |||
| 2009-01-24 | Add move support. Use the move icon in the quick pane. You can't | Bharat Mediratta | |
| move an item into its own hierarchy, or into an album where you don't have edit permission. | |||
| 2009-01-20 | Quick edit now lets you set the album cover. | Bharat Mediratta | |
| 2009-01-20 | fix indentation | Bharat Mediratta | |
| 2009-01-20 | Add a quick edit pane for albums, too. | Bharat Mediratta | |
| 2009-01-19 | Packager now does a clean reinstall of just the packages we want, then | Bharat Mediratta | |
| rebuilds the install.sql and init_var.php files accordingly. | |||
| 2009-01-18 | Drag and drop in the admin dashboard now saves the location. | Bharat Mediratta | |
| * Make block_adder a real block * Suppress the "close" link on block_adder * Move the drag/drop JS into the core code out of the admin theme | |||
