| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-02-19 | 1) Rename the module media_rss to rss | Tim Almdal | |
| 2) Protect the fullsize image with a permission check 3) Added a content:encoded element to each item which allows the image to show up in the body of the feed. | |||
| 2009-02-19 | Differentiate between available and installed languages. Provide admin UI to ↵ | Andy Staudacher | |
| install languages. See: https://apps.sourceforge.net/trac/gallery/ticket/75 (first step for this task) | |||
| 2009-02-18 | Add a 'finish' button which dismisses the dialog and refreshes the current page | Bharat Mediratta | |
| 2009-02-18 | Urlencode the user agent, else it doesn't get passed through properly. | Bharat Mediratta | |
| This fixes the uploader on FF/Linux (and probably other platforms). | |||
| 2009-02-17 | Add more localized strings | Bharat Mediratta | |
| 2009-02-15 | Ignore the unique timestamp value that upload::save() prepends to temp ↵ | Bharat Mediratta | |
| filenames. | |||
| 2009-02-15 | If we're deleting an album cover, null it out in the parent. | 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-14 | If the page number is out of range, redirect to the nearest page. | Bharat Mediratta | |
| This fixes a bug where deleting the last photo on a page would take you to a 404. | |||
| 2009-02-12 | Move l10n enable/disable option to Options menu. | Andy Staudacher | |
| Only available to admins at this point. | |||
| 2009-02-10 | Simplification pass that preserves almost all functionality (except | Bharat Mediratta | |
| default_country) but removes a lot of the code. | |||
| 2009-02-10 | single -> double quotes. | Bharat Mediratta | |
| 2009-02-10 | remove leading slash from Forge url. | Bharat Mediratta | |
| 2009-02-10 | style fixes (style for method names, style for vars in locale.php) | Andy Staudacher | |
| 2009-02-10 | Adding UI for site language selection and user language preference. | Andy Staudacher | |
| 2009-02-10 | Normalize a few things to our standard. | Bharat Mediratta | |
| 2009-02-09 | Add local localization functionality. Local = no means to upload / download ↵ | Andy Staudacher | |
| translations to a translation server yet. - Added an outgoing_translations table to store translations from the local translation UI. - I18n class is checking incoming_ and outgoing_translations for translations, giving the latter priority. - Not handling plural strings in the translations UI yet. | |||
| 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-08 | Properly implement changing the thumbnail and resized image sizes by | Bharat Mediratta | |
| updating the graphics rules as appropriate. | |||
| 2009-02-08 | rollback r20001-r19998, r19995. This may require a reinstall | Tim Almdal | |
| 2009-02-06 | Implement fix for ticket #35. *** Requires reinstall of core *** | Tim Almdal | |
| * Added new field in items table (path) which is sanitized version of name. * Added __set method on Items_module to set the path field whenever the name field is changed. * Made some changes to the scaffolding so missing the path column would not kill the scaffolding. * Changed MY_url::site so not having a 3rd parameter won't throw an error. | |||
| 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 | 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 | |||
