| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-01-13 | Change admin/themes to show both styles of themes side by side. This | Bharat Mediratta | |
| eliminates the menu, which is kind of clunky. While I'm at it, let's call the "regular" themes a "site theme" so we have "site" and "admin" themes. | |||
| 2009-01-13 | Update quick edit markup, styles, js. One step towards jquery ui theme. | Chad Kieffer | |
| 2009-01-13 | Make the admin/graphics UI mimic admin/themes with a single selected | Bharat Mediratta | |
| toolkit above, and other available ones below. | |||
| 2009-01-13 | Fix indentation. | Bharat Mediratta | |
| 2009-01-13 | Update translations to put anchors directly into the translation. | Bharat Mediratta | |
| 2009-01-12 | Implement deleting dashboard blocks. | Bharat Mediratta | |
| * Refactor blocks so that they have a separate id vs css_id. This way we can have a unique identifier for each visual block. * Store blocks with a random id as their unique identifier * Add Admin_Dashboard::remove_block() and modify themes/admin_default/views/block.html.php to call it when you click the remove box. | |||
| 2009-01-12 | Minor markup cleanup. | Chad Kieffer | |
| 2009-01-12 | Theme admin refinement. Make more room to show the preview by enlarging the ↵ | Chad Kieffer | |
| iframe and removing the heading above it. | |||
| 2009-01-12 | Dashboard blocks are now data driven, and you can add new blocks to | Bharat Mediratta | |
| both the sidebar and the center content area from a dropdown at the top of the dashboard sidebar. | |||
| 2009-01-12 | Gallery version now lives in a variable | Bharat Mediratta | |
| 2009-01-12 | Only the admin dashboard has a sidebar now. | Bharat Mediratta | |
| admin.html.php looks for $sidebar and renders the page appropriately if one exists. But only admin_dashboard has one currently. | |||
| 2009-01-11 | Fix up the colors and background images for rows in gAdminMaintenance. | Bharat Mediratta | |
| 2009-01-11 | Change admin/graphics to avoid using radio buttons. Instead, when you | Bharat Mediratta | |
| hover over a toolkit it changes color and your cursor becomes a pointer. Clicking changes the toolkit. | |||
| 2009-01-11 | Fix all file structure issues (tabs, bad preambles, etc). | Bharat Mediratta | |
| Note: installer/install.php is now on the "direct access" list. | |||
| 2009-01-11 | Rework the way we do theme selection. Show the currently active theme | Bharat Mediratta | |
| and then thumbnails for all the other available themes. If you select one of the other available themes, it gives you a preview pane where you can look at either the main page or the site admin page with the new theme, then choose to activate it if you like it. | |||
| 2009-01-10 | Submit theme values | Felix Rabinovich | |
| 2009-01-10 | Markup cleanup. It's more semantic now, but it doesn't look quite as nice ↵ | Bharat Mediratta | |
| (yet). | |||
| 2009-01-10 | Split themes into two tabs for regular and admin themes | Felix Rabinovich | |
| 2009-01-09 | Theme Administration cleanup initialization | Felix Rabinovich | |
| 2009-01-09 | Theme Administration v. 2. Doesn't distinguish between regular and admin ↵ | Felix Rabinovich | |
| themes yet | |||
| 2009-01-09 | HTML fixes | Andy Staudacher | |
| 2009-01-08 | i18n refactoring: Rename all _() (reserved by gettext) calls to t(). | Andy Staudacher | |
| - And refactor printf to our string interpolation / pluralization syntax - Also, a slight change to the translations_incomings table, using binary(16) instead of char(32) as message key. | |||
| 2009-01-06 | Wrap permissions in a <fieldset> so that we get a label for the dialog | Bharat Mediratta | |
| 2009-01-06 | Add graphics::Can() to let us determine whether the active toolkit | Bharat Mediratta | |
| supports a given function. Right now it's hardcoded to support what we know about GD. | |||
| 2009-01-06 | Add pause and done buttons to the progressbar | Bharat Mediratta | |
| 2009-01-06 | Don't include jQuery. This means that the form won't work by itself, but we ↵ | Bharat Mediratta | |
| can live with that for now since it's always in a dialog. Including it here breaks our dialog for some reason | |||
| 2009-01-05 | Add "quick edit" which lets you edit a photo's details from the albums | Bharat Mediratta | |
| page. | |||
| 2009-01-04 | Rename: | Bharat Mediratta | |
| gQuickEdit to gQuick quick_edit -> quick | |||
| 2009-01-04 | Guard against missing apache_get_version() | Bharat Mediratta | |
| 2009-01-04 | Remove border attribute from table. | Chad Kieffer | |
| 2009-01-04 | Fixed closing h1 tag. | Chad Kieffer | |
| 2009-01-04 | Fix preamble | Bharat Mediratta | |
| 2009-01-04 | Add admin wireframes link. | Bharat Mediratta | |
| 2009-01-03 | Add a new quick-edit mode for editing photos when viewing albums. | Bharat Mediratta | |
| Implement image rotation this way. | |||
| 2009-01-03 | Detect when imagerotate is missing | Bharat Mediratta | |
| 2009-01-02 | Tweak indentation | Bharat Mediratta | |
| 2009-01-01 | Theme Administration implementation | Felix Rabinovich | |
| 2009-01-01 | Turn the permission dialog into a real 3-state faux checkbox. If we | Bharat Mediratta | |
| replace them with intuitive icons, we're most of the way there. | |||
| 2009-01-01 | Add deepest album link | Bharat Mediratta | |
| 2009-01-01 | Change the preamble for views in two ways: | Bharat Mediratta | |
| 1) drop unnecessary semicolon 2) start with <?php for extra security in the case that the server itself doesn't have short_tags enabled (the app won't work, but we need to make sure that we're still secure) | |||
| 2008-12-31 | Move 'browse' link above the fold, hide tabs that are inappropriate when ↵ | Bharat Mediratta | |
| there's no install yet | |||
| 2008-12-31 | Extend permissions interface to allow resetting to the parental default. | Bharat Mediratta | |
| 2008-12-31 | Rename permissions_edit to permissions_browse for consistency | Bharat Mediratta | |
| 2008-12-31 | Ajaxify the permissions browsing dialog. It only does allow/deny | Bharat Mediratta | |
| right now, it doesn't allow you to reset to inherited values. That's next. | |||
| 2008-12-31 | Rename permission_xxx to permissions_xxx for consistency | Bharat Mediratta | |
| 2008-12-31 | Turn permission dialog into a browser where you can look at permissions back ↵ | Bharat Mediratta | |
| up the tree | |||
| 2008-12-31 | Switch from checkboxes to simple anchors so that we can reflect multiple ↵ | Bharat Mediratta | |
| states better | |||
| 2008-12-31 | Preliminary "Edit Permissions" dialog. You can't change permissions | Bharat Mediratta | |
| yet, but it shows you which items have locked view perms. | |||
| 2008-12-31 | Fully implement the view_full permission. | Bharat Mediratta | |
| 2008-12-30 | Add the view_full permission-- doesn't do anything yet | Bharat Mediratta | |
