| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-01-18 | Here's the rest of the change, new tool and forgot to add some files :-) | Tim Almdal | |
| 2009-01-16 | Add a scaffolding tab that allows packaging up the installation for ↵ | Tim Almdal | |
| installation. At the moment, it just creates an *.sql table for each defined table. I still need to zip this and put some install code around it so it is self installing. The ajax call will build the tables, but it doesn't return the resilt correctly. What it does is return my json response(expected) and the entire welcome.html page as well (unexpected) and i'm havinf trouble figuring out why. Something stupid i bet | |||
| 2009-01-16 | Rename Change xxx_task::available() to xxx_task::available_tasks() | Bharat Mediratta | |
| Fix a bug in admin_maintenance.html.php where we were only showing the first task | |||
| 2009-01-15 | Changing t() placeholder syntax from {{replace_me}} to %replace_me. | Andy Staudacher | |
| 2009-01-14 | Visually attach the quick edit menu to the thumbnail container. Added more ↵ | Chad Kieffer | |
| edit options (move, select as album cover, delete, additional options). Need to decide which belong in the bar and which belong in a dropdown menu under "options." | |||
| 2009-01-14 | Fix preamble | Bharat Mediratta | |
| 2009-01-13 | moved graphics toolkit logo images to g3. approval to redistribute from each ↵ | Chris Kelly | |
| project is in my email archives if this comes up in the future | |||
| 2009-01-13 | Call 'site' themes 'Gallery' themes since site means less to users. Fix ↵ | Bharat Mediratta | |
| swapped messages | |||
| 2009-01-13 | Put up a nice message if there are no other themes available to | Bharat Mediratta | |
| choose. | |||
| 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 | |||
