| Age | Commit message (Expand) | Author |
| 2009-02-28 | The scaffolding, simple_uploader and local_import now call two new | Tim Almdal |
| 2009-02-28 | Change the pattern to identify tables that need prefix substitution to | Tim Almdal |
| 2009-02-27 | This implements table prefix for all the queries in core, user, exif, | Tim Almdal |
| 2009-02-27 | * Refactor task management methods from admin_maintenance.php to | Tim Almdal |
| 2009-02-27 | Replace the string [table_name] with {$prefix}table_name. Slowly | Tim Almdal |
| 2009-02-27 | Remove commented code | Tim Almdal |
| 2009-02-26 | Update to image_block based on bharat's feedback | Tim Almdal |
| 2009-02-26 | Removed raw update sql and replaced it with Database::update(...) | Tim Almdal |
| 2009-02-26 | Remove the commented line $parent->$movie->parent() as the $parent | Tim Almdal |
| 2009-02-26 | Use the Database::update function instead of a raw SQL query | Tim Almdal |
| 2009-02-26 | Fix thumbnail and resize generation for photos. the variable $type had | Tim Almdal |
| 2009-02-26 | Added a check to insure that the resize or thumbs image files do not | Tim Almdal |
| 2009-02-26 | Support adding custom header/footer text to themes via admin/theme_details | Bharat Mediratta |
| 2009-02-26 | Make theme details its own page so that we can wrap it in a div and | Bharat Mediratta |
| 2009-02-26 | Change quote style. | Bharat Mediratta |
| 2009-02-26 | Minor cleanups. | Bharat Mediratta |
| 2009-02-26 | Minor style changes. | Bharat Mediratta |
| 2009-02-26 | Make scaffold into a menu, move translation option into it and shorten | Bharat Mediratta |
| 2009-02-25 | Add support MP4 movies also. Flowplayer supports them and can stream | Bharat Mediratta |
| 2009-02-24 | Fix for ticket #98. | Tim Almdal |
| 2009-02-24 | Fix i18n create table sql (forgot to change core_install.php) | Andy Staudacher |
| 2009-02-24 | File structure style fixes | Andy Staudacher |
| 2009-02-23 | Remove debugging information | Tim Almdal |
| 2009-02-23 | 1) Optimize the loop in graphics::generate so it uses the $ops as the | Tim Almdal |
| 2009-02-23 | Changing from binary(16) to char(32) as translation message key. | Andy Staudacher |
| 2009-02-23 | Better yet, rename gallery2.png to just gallery.png. Reference logo from scaf... | Chad Kieffer |
| 2009-02-23 | Removed hybrid album view link. Not used, probably won't be part of core. | Chad Kieffer |
| 2009-02-23 | Remove debug code, thanks Andrew Slayman! | Bharat Mediratta |
| 2009-02-23 | Replace the word "item" in display text with photo/album/movie as | Bharat Mediratta |
| 2009-02-22 | Remove the $item from the various graphics functions, that was a bad | Bharat Mediratta |
| 2009-02-22 | If the album_cover_item_id points to a missing item (unlikely but possible) j... | Bharat Mediratta |
| 2009-02-22 | Hardcode all movie mime types to video/x-flv cause that's all we support now ... | Bharat Mediratta |
| 2009-02-22 | Standardize to uppercase DESC in the order by method calls | Tim Almdal |
| 2009-02-22 | Added t(...) around some display strings that were overlooked. | Tim Almdal |
| 2009-02-22 | Very basic movie support. You can upload a FLV file, we use ffmpeg to | Bharat Mediratta |
| 2009-02-22 | Fix load_themes() to actually look up the right themes to use. Thanks to Bla... | Bharat Mediratta |
| 2009-02-19 | 1) Rename the module media_rss to rss | Tim Almdal |
| 2009-02-19 | Differentiate between available and installed languages. Provide admin UI to ... | Andy Staudacher |
| 2009-02-19 | Adding a l10n scanner - scans for t() and t2() calls, inserts the extracted m... | Andy Staudacher |
| 2009-02-19 | Fix indentation. | Bharat Mediratta |
| 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 |
| 2009-02-17 | Move private key generation into the installer so that we're not | Bharat Mediratta |
| 2009-02-17 | Adding a private key. Based on Drupal 6's drupal_get_private_key() method. | Andy Staudacher |
| 2009-02-17 | Fix url to SimpleUploader.swf for IE | Bharat Mediratta |
| 2009-02-17 | Swap positions of rotation buttons so that that they're more intuitive | Bharat Mediratta |
| 2009-02-17 | Add more localized strings | Bharat Mediratta |
| 2009-02-17 | Updated to upstream r9. | Bharat Mediratta |
| 2009-02-15 | Ignore the unique timestamp value that upload::save() prepends to temp filena... | Bharat Mediratta |
| 2009-02-15 | Apply buttons to comment moderation and action buttons, beginnings of a photo... | Chad Kieffer |