| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-02-05 | Rename "welcome" controller to "scaffold" so that we can eventually | Bharat Mediratta | |
| have a welcome page. | |||
| 2009-02-02 | Have the quick delete file "item_before_delete" so that search and | Tim Almdal | |
| notification modules can do their thing. In addition, correct search so it works properly and doesn't try to create an Item_id_Model class. | |||
| 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-29 | replace title with level, for ease in diagnosing levelling issues. | Bharat Mediratta | |
| 2009-01-27 | Rename Admin_Themedetails -> Admin_Theme_Details | Bharat Mediratta | |
| 2009-01-27 | Remove unused theme code left over from before virshu moved theme | Bharat Mediratta | |
| settings into Admin_Themedetails. | |||
| 2009-01-25 | Update the album cover if necessary. | 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-23 | Simplify this code. We know what the fields are, pull them by name so that ↵ | Bharat Mediratta | |
| we're clear about what actions we're taking. Return the form itself on validation failure, coupled with de-ajaxifying the form makes it render properly as an error when you enter bogus data. | |||
| 2009-01-22 | Theme details. Save values 2 | Felix Rabinovich | |
| 2009-01-22 | Theme details. Save values | Felix Rabinovich | |
| 2009-01-22 | Theme details. Initial release | Felix Rabinovich | |
| 2009-01-21 | Fix bug in add_to_group / remove_from_group where we were looking up users ↵ | Bharat Mediratta | |
| using Group_Model. | |||
| 2009-01-20 | Quick edit now lets you set the album cover. | Bharat Mediratta | |
| 2009-01-20 | Add a quick edit pane for albums, too. | Bharat Mediratta | |
| 2009-01-20 | Web based installer. It's still got some rough edges, but you can now | Bharat Mediratta | |
| do a complete CLI or web based install. | |||
| 2009-01-19 | Fix up various little things to get File_Structure_Test to pass. | 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 | |||
| 2009-01-18 | Correct the mkdir for the sub directories in var | Tim Almdal | |
| 2009-01-18 | Change the database unload to unload all the tables instead of fooling | Tim Almdal | |
| around with individual tables. | |||
| 2009-01-18 | Refactor dashboard -> block_manager since it'll manage blocks site | Bharat Mediratta | |
| wide, not just in the dashboard. | |||
| 2009-01-18 | Clean up the var directory creation script | Tim Almdal | |
| 2009-01-18 | Here's the rest of the change, new tool and forgot to add some files :-) | Tim Almdal | |
| 2009-01-17 | The Packager now copies all the directories properly, ignoring all the | Tim Almdal | |
| .svn directories. In addition the internal directory structure is consistent with a Gallery3 install with out any source system names. | |||
| 2009-01-17 | We can now build ar tar.gz file with the gallery installation. Still | Tim Almdal | |
| to be done is the get the internal paths right and get rid of the .svn that are still being included... its a wee bit large @ 35mb. Also need to write the code to unpack and do the actual install | |||
| 2009-01-17 | Generate a single sql install file. | Tim Almdal | |
| 2009-01-17 | Change the scaffolding packaging to set auot-render to false so the | Tim Almdal | |
| entire screen is not returned | |||
| 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 Task to Task_Definition to avoid confusion with Task_Model. | Bharat Mediratta | |
| Order the finished tasks by update time in the task list. | |||
| 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-16 | Break task definitions out into the <module>_task helper and create a | Bharat Mediratta | |
| Task library class as a data structure to hold task definitions. | |||
| 2009-01-15 | Changing t() placeholder syntax from {{replace_me}} to %replace_me. | Andy Staudacher | |
| 2009-01-15 | Simplifying the way t() is called. Refactoring localization function ↵ | Andy Staudacher | |
| t($message, $options=array()) into 2 separate functions: - the new t($message, $options=array()) is for simple strings, optionally with placeholder interpolation. - t2($singular, $plural, $count, $options=array()) is for plurals. | |||
| 2009-01-15 | Rename 'xxx_changed' events to 'xxx_updated' | Bharat Mediratta | |
| 2009-01-15 | Rename events | Bharat Mediratta | |
| album_created, photo_created -> item_created album_updated, photo_updated -> item_updated | |||
| 2009-01-15 | whitespace fix. | Bharat Mediratta | |
| 2009-01-13 | Call 'site' themes 'Gallery' themes since site means less to users. Fix ↵ | Bharat Mediratta | |
| swapped messages | |||
| 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 | Make the admin/graphics UI mimic admin/themes with a single selected | Bharat Mediratta | |
| toolkit above, and other available ones below. | |||
| 2009-01-12 | Refactor dashboard block handling out into a dashboard helper so that | Bharat Mediratta | |
| module installers don't have to know the grotty details of how it works. | |||
| 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 | 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 | 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 | 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 | 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 | Save individual theme values | Felix Rabinovich | |
| 2009-01-10 | Submit theme values | Felix Rabinovich | |
