| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-05-15 | Make denied links not clickable at the root level when the permission | Bharat Mediratta | |
| is already denied. Ie, at the root level you can't click the item to reset because there's no permission to inherit from, so denied is now just a non-actionable status. | |||
| 2009-05-14 | Cache variables in core._cache so that we can retrieve them all in a | Bharat Mediratta | |
| single query. In most cases, we were fetching 4-5 variables per page load, so this is 2-3x faster. | |||
| 2009-05-14 | permissions UI facelift | Jakob Hilden | |
| 2009-05-13 | Address the final point in #226. Disable the make album cover icon if | Tim Almdal | |
| the pane has the ui-state-disabled class | |||
| 2009-05-13 | Allow admins to modify variables. This way when something goes wrong, | Bharat Mediratta | |
| we can tell them what to do in the forums and we don't have to build super smart admin UIs to help users with weird edge cases. This plus r20789 is probably a good enough fix for #232. | |||
| 2009-05-13 | Add the "advanced settings" controller which lets you see all the | Bharat Mediratta | |
| vars. We'll eventually turn this into a registry where you can edit settings directly (at your own risk). | |||
| 2009-05-13 | Display the server load average in the platform block. Fixes ticket #198. | Bharat Mediratta | |
| 2009-05-10 | Beautify the error message. | Bharat Mediratta | |
| 2009-05-10 | Warn users if they have suhosin.session.encrypt enabled that it'll break the ↵ | Bharat Mediratta | |
| uploader | |||
| 2009-05-10 | Document why we skip the parent state for the root album. | Bharat Mediratta | |
| 2009-05-08 | Use lower-case aliases for greater portability (thanks Romain LE DISEZ) | Bharat Mediratta | |
| 2009-05-06 | Fix for ticket #72 | Tim Almdal | |
| 2009-05-06 | Show the 'activate gd' button even when there's a warning about missing rotation | Bharat Mediratta | |
| 2009-05-06 | Usability update: include an "Activate Toolkit Name" button with available ↵ | Chad Kieffer | |
| toolkits | |||
| 2009-04-21 | Theme the cancel-all link like the remove-all link. | Bharat Mediratta | |
| 2009-04-19 | Fix UI string | Andy Staudacher | |
| 2009-04-12 | added icons to permissions UI | Jakob Hilden | |
| 2009-04-07 | changed the items in quickpaneoptions dropdown menu (which appears in the ↵ | Jakob Hilden | |
| quickpane for albums) to be easier clickable and changed markup to use <ul> (more semantically correct) | |||
| 2009-04-06 | Fix up the quick-edit code on the photos page. Everything but "move" | Bharat Mediratta | |
| is implemented. Can't do move easily because it's tricky to handle the post-move redirect. | |||
| 2009-04-06 | Add case-sensitive versions of file extensions to the file_types list | Bharat Mediratta | |
| so that .JPG works on case sensitive systems like Unix. Also add .jpeg to the list. Fixes ticket #183. | |||
| 2009-04-06 | Rework the links section of the "Welcome to Gallery3" block so that | Bharat Mediratta | |
| the links work and it's more helpful. In the process, rename the Presentation menu to be Appearance because that makes more sense to me (and at least one other user who wrote about it on -devel). | |||
| 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-03 | Set the queue limit to 1000. | Bharat Mediratta | |
| 2009-03-31 | Add quick edit pane to resize images, ticket #189 | Chad Kieffer | |
| 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 | Convert language updates over to task form. It's still very rough, | Bharat Mediratta | |
| the task only has one step from zero to 100. | |||
| 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-20 | Add title string to this page. Doesn't show yet because its in a gPanel | Bharat Mediratta | |
| 2009-03-20 | minor UI and CSS improvements | Jakob Hilden | |
| (the styling of the flash button is a not themable solution and I put the CSS in the file for now) | |||
| 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. | |||
