<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://groups.drupal.org" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Reviewers</title>
 <link>http://groups.drupal.org/reviewers</link>
 <description>Review tips, patches that needs review and review exchanges.</description>
 <language>en</language>
<item>
 <title>Guess what the File API functions do!</title>
 <link>http://groups.drupal.org/node/13420</link>
 <description>&lt;p&gt;As part of the &lt;a href=&quot;http://groups.drupal.org/node/13419&quot;&gt;Media/Files Code Sprint&lt;/a&gt; we&#039;re trying to re-evaluate the mess of badly named functions in file.inc. When we were discussing it on IRC, clouseau pointed out that it&#039;s been a popular drinking game at DrupalCon for a few years.&lt;/p&gt;
&lt;p&gt;Take a look at each item in the list and make a guess about what you think each function does based solely on the name--to make this a fair fight I&#039;m even giving you the parameter names--then look at the documentation and see how you did.&lt;/p&gt;
&lt;p&gt;Please leave comments telling us which were the easiest to guess and which functions totally puzzled you. This is a big list so feel free to comment even if you don&#039;t make it all the way through.
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://api.drupal.org/api/function/file_create_url/7&quot;&gt;file_create_url($path)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://api.drupal.org/api/function/file_create_path/7&quot;&gt;file_create_path($dest = 0)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://api.drupal.org/api/function/file_check_directory/7&quot;&gt;file_check_directory(&amp;amp;$directory, $mode = 0, $form_item = NULL)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://api.drupal.org/api/function/file_check_path/7&quot;&gt;file_check_path(&amp;amp;$path)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://api.drupal.org/api/function/file_check_location/7&quot;&gt;file_check_location($source, $directory = &#039;&#039;)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://api.drupal.org/api/function/file_create_filename/7&quot;&gt;file_create_filename($basename, $directory)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://api.drupal.org/api/function/file_scan_directory/7&quot;&gt;file_scan_directory($dir, $mask, $nomask = array(&#039;.&#039;, &#039;..&#039;, &#039;CVS&#039;), $callback = 0, $recurse = TRUE, $key = &#039;filename&#039;, $min_depth = 0, $depth = 0)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://api.drupal.org/api/function/file_destination/7&quot;&gt;file_destination($destination, $replace)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://api.drupal.org/api/function/file_transfer/7&quot;&gt;file_transfer($source, $headers)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://api.drupal.org/api/function/file_download/7&quot;&gt;file_download()&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://api.drupal.org/api/function/file_save_upload/7&quot;&gt;file_save_upload($source, $validators = array(), $dest = FALSE, $replace = FILE_EXISTS_RENAME)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://api.drupal.org/api/function/file_save_data/7&quot;&gt;file_save_data($data, $dest, $replace = FILE_EXISTS_RENAME)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://api.drupal.org/api/function/file_set_status/7&quot;&gt;file_set_status(&amp;amp;$file, $status)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://api.drupal.org/api/function/file_directory_temp/7&quot;&gt;file_directory_temp()&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://api.drupal.org/api/function/file_directory_path/7&quot;&gt;file_directory_path()&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://api.drupal.org/api/function/file_upload_max_size/7&quot;&gt;file_upload_max_size()&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://api.drupal.org/api/function/file_munge_filename/7&quot;&gt;file_munge_filename($filename, $extensions, $alerts = TRUE)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://api.drupal.org/api/function/file_unmunge_filename/7&quot;&gt;file_unmunge_filename($filename)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://api.drupal.org/api/function/file_space_used/7&quot;&gt;file_space_used($uid = NULL)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://api.drupal.org/api/function/file_validate_name_length/7&quot;&gt;file_validate_name_length($file)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://api.drupal.org/api/function/file_validate_extensions/7&quot;&gt;file_validate_extensions($file, $extensions)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://api.drupal.org/api/function/file_validate_size/7&quot;&gt;file_validate_size($file, $file_limit = 0, $user_limit = 0)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://api.drupal.org/api/function/file_validate_is_image/7&quot;&gt;file_validate_is_image(&amp;amp;$file)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://api.drupal.org/api/function/file_validate_image_resolution/7&quot;&gt;file_validate_image_resolution(&amp;amp;$file, $maximum_dimensions = 0, $minimum_dimensions = 0)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://api.drupal.org/api/function/file_copy/7&quot;&gt;file_copy(&amp;amp;$source, $dest = 0, $replace = FILE_EXISTS_RENAME)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://api.drupal.org/api/function/file_move/7&quot;&gt;file_move(&amp;amp;$source, $dest = 0, $replace = FILE_EXISTS_RENAME)&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://api.drupal.org/api/function/file_delete/7&quot;&gt;file_delete($path)&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;What&#039;s that? Okay you got me... It&#039;s true, I stacked the deck so all the worst offenders made their way to the top of the list. So if you got them all right and you&#039;re name isn&#039;t chx then I&#039;ll buy you a cheap beer at DrupalConSzeged.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/reviewers&quot;&gt;Reviewers&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/13420#comments</comments>
 <group domain="http://groups.drupal.org/file-api">File API</group>
 <group domain="http://groups.drupal.org/image">Image</group>
 <group domain="http://groups.drupal.org/open-media-project">Open Media Project</group>
 <group domain="http://groups.drupal.org/reviewers">Reviewers</group>
 <pubDate>Thu, 24 Jul 2008 18:40:23 +0000</pubDate>
 <dc:creator>drewish</dc:creator>
 <guid isPermaLink="false">13420 at http://groups.drupal.org</guid>
</item>
<item>
 <title>First patch for FCKeditor support hit Wysiwyg&#039;s queue</title>
 <link>http://groups.drupal.org/node/13167</link>
 <description>&lt;p&gt;I have spent the last hours to get a first draft of FCKeditor support in Wysiwyg Editor module.&lt;br /&gt;
&lt;a href=&quot;http://drupal.org/node/282717&quot; title=&quot;http://drupal.org/node/282717&quot;&gt;http://drupal.org/node/282717&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It&#039;s still very rough and dirty, but it outlines what can be done and what needs to be done for multiple editor support in Drupal via one API module.&lt;/p&gt;
&lt;p&gt;Now I badly need some feedback from folks that are interested in centralized Wysiwyg editor support, who know jQuery + JavaScript, and who might have ideas and suggestions on how to solve the outlined design challenges.  Of course, all editor module maintainers are implicitly more than welcome.
&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/wysiwyg&quot;&gt;Wysiwyg&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/13167#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/3065">Drupal Editor</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1049">editing</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1168">fckeditor</category>
 <category domain="http://groups.drupal.org/taxonomy/term/235">javascript</category>
 <category domain="http://groups.drupal.org/taxonomy/term/583">jquery</category>
 <category domain="http://groups.drupal.org/taxonomy/term/731">TinyMCE</category>
 <category domain="http://groups.drupal.org/taxonomy/term/732">WYSIWYG</category>
 <group domain="http://groups.drupal.org/javascript">Javascript</group>
 <group domain="http://groups.drupal.org/peer-review">Peer Review</group>
 <group domain="http://groups.drupal.org/reviewers">Reviewers</group>
 <group domain="http://groups.drupal.org/wysiwyg">Wysiwyg</group>
 <pubDate>Tue, 15 Jul 2008 04:06:44 +0000</pubDate>
 <dc:creator>sun</dc:creator>
 <guid isPermaLink="false">13167 at http://groups.drupal.org</guid>
</item>
<item>
 <title>sun&#039;s vision for handling embedded/inline content and Wysiwyg in Drupal</title>
 <link>http://groups.drupal.org/node/8707</link>
 <description>&lt;p&gt;.&lt;/p&gt;
&lt;p&gt;.&lt;/p&gt;
&lt;p&gt;As some of you know, I&#039;ve recently taken over maintenance of &lt;a href=&quot;http://drupal.org/project/inline&quot;&gt;Inline&lt;/a&gt; and &lt;a href=&quot;http://drupal.org/project/img_assist&quot;&gt;Image Assist&lt;/a&gt;, and initiated the &lt;a href=&quot;http://drupal.org/project/wysiwyg&quot;&gt;Wysiwyg&lt;/a&gt; project. That was not only caused by personal interest, but also to take the necessary steps to realize the long awaited &lt;a href=&quot;http://drupal.org/node/80170&quot;&gt;Inline API&lt;/a&gt;. You might ask yourself, what those three modules have in common or to do with each other at all: They deal with user input, allow to embed complex contents into a content, and provide an interactive GUI for that. If you already had the chance to work with them, you already know that there is a rather &lt;q&gt;hidden&lt;/q&gt;, non-obvious hard-dependency between them.&lt;/p&gt;
&lt;p&gt;Although I&#039;d really like to discuss both topics (Inline and Wysiwyg support) separately, the gained experience on these topics enforces us to discuss them concurrently. The following mockup hopefully explains why: (see attachment to view in full size)&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://groups.drupal.org/files/inline-wysiwyg-api.png&quot;&gt;&lt;img src=&quot;http://groups.drupal.org/files/inline-wysiwyg-api.png&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This draft already incorporates &lt;a href=&quot;http://hojtsy.hu/blog/2008-feb-04/supporting-wysiwyg-editing-better-drupal-battle-plan&quot;&gt;Gabor&#039;s battle plan for Wysiwyg support in Drupal&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;1. Inline API macro management&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;configurable per input format&lt;/li&gt;
&lt;li&gt;automatically forces/ensures that required HTML tags for macro rendering are in the set of allowed HTML tags.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;2. Inline API macro processing&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;available/required arguments supplied through hook_inline()&lt;/li&gt;
&lt;li&gt;support for default values and multiple values&lt;/li&gt;
&lt;li&gt;parameter validation&lt;/li&gt;
&lt;li&gt;CCK support&lt;/li&gt;
&lt;li&gt;stores references of &lt;q&gt;inlined&lt;/q&gt; contents in the database to track where else a content (f.e. an image) is in use&lt;/li&gt;
&lt;li&gt;very easy to implement for any contrib module&lt;/li&gt;
&lt;li&gt;centralizes required code for macro processing into one module&lt;/li&gt;
&lt;li&gt;goal: standardized way for macro processing in Drupal&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;3. Inline API macro rendering&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;allows to display any contents inline&lt;/li&gt;
&lt;li&gt;cached output via Drupal&#039;s filter system&lt;/li&gt;
&lt;li&gt;provides previews for Wysiwyg editors&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;4. Inline/Wysiwyg API plugin framework&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;exposes an Inline API plugin widget to textarea buttons and Wysiwyg editor buttons&lt;/li&gt;
&lt;li&gt;invokes a widget in a popup, modal dialog (you name it...)&lt;/li&gt;
&lt;li&gt;returns user supplied data from the widget as a macro into the content (textarea/editor)&lt;/li&gt;
&lt;li&gt;allows to edit existent tags in contents (tags shouldn&#039;t be written manually)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;5. Inline API widget&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;each hook_inline() implementation automatically provides a default/basic widget&lt;/li&gt;
&lt;li&gt;supports extended widgets (f.e. Image Assist)&lt;/li&gt;
&lt;li&gt;returns user supplied data (macro parameters) to the framework&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;6. Inline API plugin button&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;controlled by Inline API macro management&lt;/li&gt;
&lt;li&gt;displayed below a textarea&lt;/li&gt;
&lt;li&gt;only displayed if no Wysiwyg editor is enabled for a field&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;7. Inline API instant plugin button&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;inserts an Inline tag based on an already displayed widget (f.e. node attachments)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;8. Wysiwyg API (editor) controller&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;configurable per input format (in D5/6 also per content-type, page url, and field name).&lt;/li&gt;
&lt;li&gt;automatically forces/ensures that required HTML tags for all editor plugins are in the set of allowed HTML tags.&lt;/li&gt;
&lt;li&gt;allows editor and editor plugin configuration per editor&lt;/li&gt;
&lt;li&gt;may allow to assign an editor or editor profiles to user roles&lt;/li&gt;
&lt;li&gt;supports loading of different editors on the same page&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;9. Wysiwyg API plugin button&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;controlled by Inline API macro management&lt;/li&gt;
&lt;li&gt;displayed in an editor&#039;s toolbar&lt;/li&gt;
&lt;li&gt;invokes a widget via the Inline/Wysiwyg API plugin framework&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;10. Wysiwyg API editor plugin hook&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;allows to add external editor plugins via hook_wysiwyg_plugin() (f.e. Link to node)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;As a result of having both APIs working, a module like Image Assist would not have to deal with macro processing at all. Image Assist would only provide a extended widget (for selecting images), some rendering-related settings, and a button for Inline/Wysiwyg API. The framework takes care of user access, user input validation, generating and parsing of macros, aso.&lt;br /&gt;
As an (almost working) example, the former Inline v1 module (which allowed to embed uploaded attachments into a content) has been ported to implement hook_inline(). Many feature requests of Inline&#039;s issue queue are actually resolved due to that.&lt;/p&gt;
&lt;p&gt;While Inline API is already under heavy development and plenty of above features are already implemented, Wysiwyg API only gained &lt;q&gt;interested&lt;/q&gt; developers so far. From my personal experience, I can understand that not many Drupal developers have studied and dealt with the code and issue queues of available macro-based, Wysiwyg editor and editor plugin modules for Drupal - which is badly required to bring both APIs into shape. However, if you would like to contribute to these efforts, please let me know.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/wysiwyg&quot;&gt;Wysiwyg&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/8707#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/189">api</category>
 <category domain="http://groups.drupal.org/taxonomy/term/176">apis</category>
 <category domain="http://groups.drupal.org/taxonomy/term/2923">assistance</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1996">content</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1222">development</category>
 <category domain="http://groups.drupal.org/taxonomy/term/3232">editor</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1810">embed</category>
 <category domain="http://groups.drupal.org/taxonomy/term/2352">embedding</category>
 <category domain="http://groups.drupal.org/taxonomy/term/744">end users</category>
 <category domain="http://groups.drupal.org/taxonomy/term/4030">gui</category>
 <category domain="http://groups.drupal.org/taxonomy/term/10">image</category>
 <category domain="http://groups.drupal.org/taxonomy/term/3460">inline</category>
 <category domain="http://groups.drupal.org/taxonomy/term/201">input formats</category>
 <category domain="http://groups.drupal.org/taxonomy/term/314">interface</category>
 <category domain="http://groups.drupal.org/taxonomy/term/185">module development</category>
 <category domain="http://groups.drupal.org/taxonomy/term/403">usability</category>
 <category domain="http://groups.drupal.org/taxonomy/term/3511">user interface</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1337">widget</category>
 <category domain="http://groups.drupal.org/taxonomy/term/2941">widgets</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1976">wizard</category>
 <category domain="http://groups.drupal.org/taxonomy/term/732">WYSIWYG</category>
 <enclosure url="http://groups.drupal.org/files/inline-wysiwyg-api.png" length="39515" type="image/png" />
 <group domain="http://groups.drupal.org/javascript">Javascript</group>
 <group domain="http://groups.drupal.org/reviewers">Reviewers</group>
 <group domain="http://groups.drupal.org/designers-and-information-architects">Designers and Information Architects</group>
 <group domain="http://groups.drupal.org/image">Image</group>
 <group domain="http://groups.drupal.org/improvements-core">Improvements to core</group>
 <group domain="http://groups.drupal.org/flash-embedding">Object Embedding (Flash)</group>
 <group domain="http://groups.drupal.org/usability">Usability</group>
 <group domain="http://groups.drupal.org/wysiwyg">Wysiwyg</group>
 <pubDate>Wed, 06 Feb 2008 20:59:46 +0000</pubDate>
 <dc:creator>sun</dc:creator>
 <guid isPermaLink="false">8707 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Sessions on Community: Code Review Wanted For Drupalcon 2008</title>
 <link>http://groups.drupal.org/node/8294</link>
 <description>&lt;p&gt;My name is Matthew Pare and I&#039;m a Co-Chair for the &quot;&lt;a href=&quot;http://boston2008.drupalcon.org/community-and-core-track-description&quot;&gt;Community and Core&lt;/a&gt;&quot; track for &lt;a href=&quot;http://boston2008.drupalcon.org/&quot;&gt;Drupalcon Boston 2008&lt;/a&gt;. Over the last couple of weeks we have been planning and brainstorming to make &lt;a href=&quot;http://boston2008.drupalcon.org/&quot;&gt;Drupalcon Boston 2008&lt;/a&gt; the best Drupalcon to date! One of our recommended track session topics is &quot;Code Review&quot; and since your viewing this post on the &lt;a href=&quot;http://groups.drupal.org/reviewers&quot;&gt;Reviewers&lt;/a&gt; group I thought you would be excellent candidates for submitting sessions on the topic.&lt;/p&gt;
&lt;h3&gt;How To Submit Your Session&lt;/h3&gt;
&lt;p&gt;We have several &lt;a href=&quot;http://boston2008.drupalcon.org/community-and-core-track-description&quot;&gt;recommended topics for Community and Core&lt;/a&gt; sessions but now its your turn to &lt;a href=&quot;http://boston2008.drupalcon.org/node/add/session&quot;&gt;&lt;strong&gt;submit your session&lt;/strong&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Visit &lt;a href=&quot;http://boston2008.drupalcon.org/&quot;&gt;boston2008.drupalcon.org&lt;/a&gt; to learn more about Drupalcon Boston 2008, &lt;a href=&quot;http://boston2008.drupalcon.org/user/register&quot;&gt;register to attend&lt;/a&gt;,  &lt;a href=&quot;http://boston2008.drupalcon.org/sessions&quot;&gt;&lt;strong&gt;view already submitted sessions&lt;/strong&gt;&lt;/a&gt;, and even &lt;a href=&quot;http://boston2008.drupalcon.org/node/add/session&quot;&gt;&lt;strong&gt;submit your own session&lt;/strong&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Save the Date&lt;/h3&gt;
&lt;p&gt;Drupalcon Boston 2008 takes place from &lt;strong&gt;March 3, 2008 to March 6, 2008&lt;/strong&gt; in Boston Convention and Expo Center. In addition, there will also be a Drupal Code Sprint on March 7.&lt;/p&gt;
&lt;h3&gt;Useful Links&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://boston2008.drupalcon.org/node/add/session&quot;&gt;Submit a Session&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://boston2008.drupalcon.org/sessions&quot;&gt;View already registered sessions&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://boston2008.drupalcon.org/logistics-and-accommodations&quot;&gt;Logistics and Accommodations&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://boston2008.drupalcon.org/conference-program-tracks-and-sessions&quot;&gt;Conference Program, Tracks, and Sessions&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://boston2008.drupalcon.org/business-and-marketing-track-descriptions&quot;&gt;Business and marketing track&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://boston2008.drupalcon.org/design-and-user-experience-track-descriptions&quot;&gt;Design and user experience track&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://boston2008.drupalcon.org/site-building-track-descriptions&quot;&gt;Site building track&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://boston2008.drupalcon.org/community-and-core-track-description&quot;&gt;Community and core&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Please submit your session proposals as soon as possible and I hope to see you all in Boston real soon.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;br&gt;&lt;br /&gt;
-mpare&lt;br&gt;&lt;br /&gt;
&lt;em&gt;DON&#039;T MISS EARTH&#039;S LARGEST GATHERING OF DRUPAL PROFESSIONALS!&lt;br /&gt;
Drupalcon Boston 2008 - March 3-6, 2008&lt;br /&gt;
Learn more at &lt;a href=&quot;http://boston2008.drupalcon.org&quot; title=&quot;http://boston2008.drupalcon.org&quot;&gt;http://boston2008.drupalcon.org&lt;/a&gt;&lt;br&gt;&lt;/em&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/reviewers&quot;&gt;Reviewers&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/8294#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/247">drupalcon</category>
 <group domain="http://groups.drupal.org/reviewers">Reviewers</group>
 <pubDate>Sat, 19 Jan 2008 00:57:59 +0000</pubDate>
 <dc:creator>mpare</dc:creator>
 <guid isPermaLink="false">8294 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Core / Contrib Issues That Require a Postgres Review</title>
 <link>http://groups.drupal.org/node/6980</link>
 <description>&lt;p&gt;If you know of an issue that is being postponed while waiting for a Postgres review or that adds PostgreSQL compliance to a module and therefore needs testing on PostgreSQL - add it to the top list with a brief description and an estimate of the time to review.  Once reviewed, move the issues to the bottom &quot;reviewed&quot; list, perhaps with your name attached.&lt;/p&gt;
&lt;h3&gt;Need Reviews&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/node/225450&quot; title=&quot;http://drupal.org/node/225450&quot;&gt;http://drupal.org/node/225450&lt;/a&gt; - New database layer&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/node/285074&quot; title=&quot;http://drupal.org/node/285074&quot;&gt;http://drupal.org/node/285074&lt;/a&gt; - Simpletest broken on postgres&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/node/107051&quot; title=&quot;http://drupal.org/node/107051&quot;&gt;http://drupal.org/node/107051&lt;/a&gt; - Same user listed multiple times in who&#039;s online block&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/node/223820&quot; title=&quot;http://drupal.org/node/223820&quot;&gt;http://drupal.org/node/223820&lt;/a&gt; - Book module tests for postgres error&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/node/181689&quot; title=&quot;http://drupal.org/node/181689&quot;&gt;http://drupal.org/node/181689&lt;/a&gt; - Modify db_distinct_field() so it doesn&#039;t fail with count() queries. 15 minutes.  needs a review on the regex and perhaps an install to verify the fix. install OG, enable access control for OG, then go to path: /q=og. should be error-free with the patch. (mmilano)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/node/189810&quot; title=&quot;http://drupal.org/node/189810&quot;&gt;http://drupal.org/node/189810&lt;/a&gt; - Recipe Modules fails to insert ingredients.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/node/212264&quot; title=&quot;http://drupal.org/node/212264&quot;&gt;http://drupal.org/node/212264&lt;/a&gt; - SQL Query failed on PostgreSQL 7.4 (syntax errors on admin pages with a fresh install).&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/node/128846&quot; title=&quot;http://drupal.org/node/128846&quot;&gt;http://drupal.org/node/128846&lt;/a&gt; - Rewritten PostgreSQL queries fail / Nodes are sorted in the wrong order on pgsql when using a node access module.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/node/229038&quot; title=&quot;http://drupal.org/node/229038&quot;&gt;http://drupal.org/node/229038&lt;/a&gt; - &quot;Query failed&quot; error in Chart API.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/node/222389&quot; title=&quot;http://drupal.org/node/222389&quot;&gt;http://drupal.org/node/222389&lt;/a&gt; - Add PostgreSQL support to &quot;Job queue&quot; module.&lt;/li&gt;
&lt;li&gt;[Comment notify query for people to send mails to missing column aliases and uses = &#039;&#039; instead of is null in where] (&lt;a href=&quot;http://drupal.org/node/308585&quot; title=&quot;http://drupal.org/node/308585&quot;&gt;http://drupal.org/node/308585&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;Add your issue here&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Reviewed&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/node/208938&quot;&gt;Critical Core Comment Index&lt;/a&gt; - To test: install drupal5 with comment module, upgrade to Drupal6.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/node/247526&quot; title=&quot;http://drupal.org/node/247526&quot;&gt;http://drupal.org/node/247526&lt;/a&gt; - PostgreSQL support in FeedAPI update functions.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/node/212327&quot;&gt;Improve bulk update speed using a cast&lt;/a&gt; - Especially needs postgres testers - reviewed by aufumy.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Committed without thorough review&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/node/242048&quot; title=&quot;http://drupal.org/node/242048&quot;&gt;http://drupal.org/node/242048&lt;/a&gt; - Replace &#039;Blue Smurf&#039; in search results message - and it apparently fails on postgresql: &lt;a href=&quot;http://drupal.org/node/264836&quot; title=&quot;http://drupal.org/node/264836&quot;&gt;http://drupal.org/node/264836&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/node/190128&quot; title=&quot;http://drupal.org/node/190128&quot;&gt;http://drupal.org/node/190128&lt;/a&gt; - _block_rehash fails on pgsql.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/node/146466&quot; title=&quot;http://drupal.org/node/146466&quot;&gt;http://drupal.org/node/146466&lt;/a&gt; - Search improvements.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/node/189837&quot; title=&quot;http://drupal.org/node/189837&quot;&gt;http://drupal.org/node/189837&lt;/a&gt; - Remove temporary table from comment.install | Drupal6 Core | 5 minutes (setup new installation of Core, make sure it doesn&#039;t blow up.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/node/195044&quot;&gt;Pathauto new install fails on Postgresql&lt;/a&gt; - Code needs review.  Just have a clean drupal5 installation on postgres, install Pathauto for the first time (after patching pathauto).  Make sure the variable table&#039;s column width gets resized.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/node/232564&quot; title=&quot;http://drupal.org/node/232564&quot;&gt;http://drupal.org/node/232564&lt;/a&gt; - Comment notify refactored data storage and postgresql compliance&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/reviewers&quot;&gt;Reviewers&lt;/a&gt;&lt;/div&gt;</description>
 <group domain="http://groups.drupal.org/postgresql">Postgresql</group>
 <group domain="http://groups.drupal.org/reviewers">Reviewers</group>
 <pubDate>Wed, 07 Nov 2007 13:08:02 +0000</pubDate>
 <dc:creator>greggles</dc:creator>
 <guid isPermaLink="false">6980 at http://groups.drupal.org</guid>
</item>
<item>
 <title>State of the issue queue</title>
 <link>http://groups.drupal.org/node/6809</link>
 <description>&lt;p&gt;The past two-three weeks I&#039;ve spent a lot of time in the Drupal 6 issue queue. This involved a mixture of reviewing patches I really wanted to see get into Drupal 6, writing or re-rolling some small patches for small bugs and typos, and trying to clear the issue queue as much as I could down to a manageable size. I commented on something like 160 issues in seven days, and read through many more.&lt;/p&gt;
&lt;p&gt;Looking at so many issues in a small space of time gave me a pretty good overview of the situation in the patch queue as a whole, and an IRC conversation with webchick, senpai and chx prompted me to write this up.&lt;/p&gt;
&lt;p&gt;Although I didn&#039;t keep notes as I went along, these are my rough impressions of how things are in general. It&#039;s hopefully a bit better than this now of course.&lt;/p&gt;
&lt;p&gt;The vast majority of patches in the review queue needed work, of these, most needed a re-roll because they weren&#039;t reviewed for months after being posted. Probably 5-10% of patches are duplicates of other patches needing review or work, and another 5% have already been fixed somewhere along the line.&lt;/p&gt;
&lt;p&gt;There are several factors contributing to this, many feeding of each other.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;More people are writing patches than  reviewing them.&lt;/li&gt;
&lt;li&gt;The issue queue is so big that it&#039;s hard to know if you&#039;re creating a duplicate issue without extensive searching (especially bug and performance fixes).&lt;/li&gt;
&lt;li&gt;This results in duplication of issues and patches, often by people who may be one of a small number who could adequately review each other&#039;s patches.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Berating people to do more reviews won&#039;t work most of the time, so here&#039;s a few suggestions as to how this could be dealt with:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;
&lt;p&gt;Developers (and regular reviewers) should be encouraged to write up &#039;how to review this patch&quot; instructions especially for simple bug fixes and functionality reviews. There are instructions on how to report bugs in the issue form, but not how to present patches. Chx&#039;s e-mail to the development list meant that the &lt;a href=&quot;http://drupal.org/node/146466&quot;&gt;temporary tables in search module&lt;/a&gt; patch got a review where it otherwise wouldn&#039;t have. Wim Leer&#039;s encouragement on the &lt;a href=&quot;http://drupal.org/node/106559&quot;&gt;drupal_lookup_path whitelist&lt;/a&gt; issue got me properly interested in working on the issue queue seriously.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&quot;Duplicate&quot; and &quot;won&#039;t fix&quot; issues shouldn&#039;t be hidden from &quot;My issues&quot; when marked as duplicate - reviewers often link to the active issue when marking as duplicate, but between my issues and the other contributor links, you&#039;ll not find them again easily. Ideally they should be treated the same as fixed - left in &#039;my issues&#039;, then eventually marked closed via a cron job to keep things tidy later on. Some of these issues have dozens of posts on, and decent code, so it&#039;s worth having them stick around for a few extra days.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;When looking at the issue queues itself, there&#039;s no way to know what&#039;s required in a review usually - is it code/code style, functionality, removing notices, ui, benchmarking, concept, architecture? Rather than more fixed categories, webchick suggested a free-tagging vocabulary. This would be useful for say marking patches for particular types of review, and when going to needs work, things like &quot;re-roll&quot; or &quot;code style&quot; or &quot;doxygen&quot;. This would require the issue followup form to allow for setting the taxonomy terms though, but I reckon it could make quite a big difference and break to main queue into more manageable chunks.&lt;/p&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Will open feature requests against drupal.org for those last two now.&lt;/p&gt;
&lt;p&gt;I also think the fact that core modules (forum/taxonomy) etc. don&#039;t have their own dedicated issue queues (or branches for testing) as available to modules in contrib is negatively impacting the attention they get, but have already said the same &lt;a href=&quot;/node/6143&quot;&gt;here&lt;/a&gt; so won&#039;t repeat those arguments.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/reviewers&quot;&gt;Reviewers&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/6809#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/131">core</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1064">patches</category>
 <group domain="http://groups.drupal.org/drupalorg-redesign-plan-drupal-association">Drupal.org redesign plan for the Drupal Association</group>
 <group domain="http://groups.drupal.org/improvements-core">Improvements to core</group>
 <group domain="http://groups.drupal.org/reviewers">Reviewers</group>
 <pubDate>Mon, 29 Oct 2007 10:55:16 +0000</pubDate>
 <dc:creator>catch</dc:creator>
 <guid isPermaLink="false">6809 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Active URL alias, and a revamped alias editing interface!</title>
 <link>http://groups.drupal.org/node/5026</link>
 <description>&lt;p&gt;&lt;a href=&quot;http://drupal.org/node/147143&quot; title=&quot;http://drupal.org/node/147143&quot;&gt;http://drupal.org/node/147143&lt;/a&gt; demands your review. Code freeze has happened, but i&#039;m still tempted to get this in, and hopefully it will. The patch is nothing that&#039;s stuck anywhere. That is, we should be ready for the RTBC state, as soon as there are a few more detailed reviews. Even usability reviews are welcomed!&lt;/p&gt;
&lt;h2&gt;Details about changes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Active/Preferred(Redirect to) alias&lt;/strong&gt; per system path. So that all your aliases can redirect to the preferred one.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Search Engine Optimization&lt;/strong&gt;! Google hates multiple urls with same content, this one of course is a ++ to SEO in Drupal.&lt;/li&gt;
&lt;li&gt;A whole &lt;strong&gt;new intuitive path alias editing interface&lt;/strong&gt;. Easy to grasp at first glance!&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Total multi-language support&lt;/strong&gt; for aliases. Language tabs appears, whenever you are editing an alias. A screen shot says it all: &lt;a href=&quot;http://drupal.org/files/issues/URL aliases | Drupal_1181082809921.png&quot; /&gt;http://drupal.org/files/issues/URL aliases | Drupal_1181082809921.png&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Fixes several glitches in path module/system.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;Screen shot&lt;/h2&gt;
&lt;p&gt;&lt;img src=&quot;http://drupal.org/files/issues/Site%20building%20|%20Drupal_1184066011163.png&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/search-engine-optimization&quot;&gt;Search Engine Optimization&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/5026#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/2624">Path Alias Locale Language SEO</category>
 <group domain="http://groups.drupal.org/reviewers">Reviewers</group>
 <group domain="http://groups.drupal.org/search-engine-optimization">Search Engine Optimization</group>
 <pubDate>Sun, 08 Jul 2007 10:08:29 +0000</pubDate>
 <dc:creator>Gurpartap Singh</dc:creator>
 <guid isPermaLink="false">5026 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Help review the &#039;Custom content types as forum topics&#039; patch</title>
 <link>http://groups.drupal.org/node/4447</link>
 <description>&lt;p&gt;The issue is at: &lt;a href=&quot;http://drupal.org/node/20295&quot; title=&quot;http://drupal.org/node/20295&quot;&gt;http://drupal.org/node/20295&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;It&#039;s the most awaited one after flat forums(coming soon!), and posting this one so that we can move on to flat forum one asap! Now, for this one, imagine you want polls to appear in your forums, this patch gets any content type in there, and likewise the possibilities to push any content into forums by choosing related category. Hopefully this much makes enough sense what the patch does. Will also post a port for Drupal 5.x, as requested by Michelle.&lt;/p&gt;
&lt;p&gt;Issue link again: &lt;a href=&quot;http://drupal.org/node/20295&quot; title=&quot;http://drupal.org/node/20295&quot;&gt;http://drupal.org/node/20295&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/reviewers&quot;&gt;Reviewers&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/4447#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/108">CCK</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1765">forum</category>
 <category domain="http://groups.drupal.org/taxonomy/term/270">forums</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1281">patch</category>
 <group domain="http://groups.drupal.org/drubb">DruBB</group>
 <group domain="http://groups.drupal.org/reviewers">Reviewers</group>
 <pubDate>Thu, 07 Jun 2007 07:20:20 +0000</pubDate>
 <dc:creator>Gurpartap Singh</dc:creator>
 <guid isPermaLink="false">4447 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Help Drupal 6 rock in the multilanguage world!</title>
 <link>http://groups.drupal.org/node/3714</link>
 <description>&lt;p&gt;For Drupal 6 to be able to come out with some fundamental multilanguage support changes, reviews of some modifications and improvements are needed. There is not much time left until the code freeze, but we have a list of important issues and some possibly nice additions for you to look at. Lot of the groundwork material we developed is already in Drupal 6, which makes it possible to provide some cool user facing functionality. Now it is a good time to review the suggested changes, propose corrections and help Drupal 6 to rock in the multilanguage world.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;What&#039;s already in Drupal 6? A new language subsystem which supports multiple text groups to store translations in (additionaly to the built in interface translation text group available before). There is built in support for language dependent paths and domains, right-to-left written text, with some of the themes already capable of displaying RTL pages out of the box (more to come). Interface translations are automatically imported from the file system when you install Drupal or you enable modules and themes. Posts on the site can have language associated with them, and there is a simple content translation module built into Drupal.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;What is left to do? Well, the following:&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Translating site settings&lt;/strong&gt;&lt;br /&gt;
&lt;a href=&quot;http://drupal.org/node/155381&quot; title=&quot;http://drupal.org/node/155381&quot;&gt;http://drupal.org/node/155381&lt;/a&gt; - The absolute minimum to support site settings translations with a contributed module&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Translating content types, user profile fields, etc.&lt;/strong&gt;&lt;br /&gt;
&lt;a href=&quot;http://drupal.org/node/155047&quot; title=&quot;http://drupal.org/node/155047&quot;&gt;http://drupal.org/node/155047&lt;/a&gt; - Minimal object translation wrapper for content type, profile, aggregator, etc. translation&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Themes still missing right-to-left display support&lt;/strong&gt;&lt;br /&gt;
&lt;a href=&quot;http://drupal.org/node/148084&quot; title=&quot;http://drupal.org/node/148084&quot;&gt;http://drupal.org/node/148084&lt;/a&gt; - Pushbutton RTL styles&lt;br /&gt;
... - Garland and Minnelli RTL styles&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;More visible language support&lt;/strong&gt;&lt;br /&gt;
&lt;a href=&quot;http://drupal.org/node/154151&quot; title=&quot;http://drupal.org/node/154151&quot;&gt;http://drupal.org/node/154151&lt;/a&gt; - Language-aware search&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Usability improvements&lt;/strong&gt;&lt;br /&gt;
&lt;a href=&quot;http://drupal.org/node/52990&quot; title=&quot;http://drupal.org/node/52990&quot;&gt;http://drupal.org/node/52990&lt;/a&gt; - Redoing the locale module translation web interface (see &lt;a href=&quot;http://groups.drupal.org/node/3916&quot; title=&quot;http://groups.drupal.org/node/3916&quot;&gt;http://groups.drupal.org/node/3916&lt;/a&gt;)&lt;br /&gt;
... - Define and implement Drupal 6 translation packaging format, redesign interface translation workflow (this is done as part of Google SoC 2007)&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Would be nice for multilanguage features, but probably not going to happen in Drupal 6&lt;/strong&gt;&lt;br /&gt;
&lt;a href=&quot;http://drupal.org/node/147041&quot; title=&quot;http://drupal.org/node/147041&quot;&gt;http://drupal.org/node/147041&lt;/a&gt; or &lt;a href=&quot;http://drupal.org/node/146033&quot; title=&quot;http://drupal.org/node/146033&quot;&gt;http://drupal.org/node/146033&lt;/a&gt; - Two different approaches for built-in site settings translation&lt;br /&gt;
&lt;a href=&quot;http://drupal.org/node/141461&quot; title=&quot;http://drupal.org/node/141461&quot;&gt;http://drupal.org/node/141461&lt;/a&gt; - Translating any objects in Drupal (it has a good UI, but the performance is not acceptable yet)&lt;br /&gt;
&lt;a href=&quot;http://drupal.org/node/141419&quot; title=&quot;http://drupal.org/node/141419&quot;&gt;http://drupal.org/node/141419&lt;/a&gt; - Rework profile categories (has many advantages, for one being able to translate categories)&lt;br /&gt;
&lt;a href=&quot;http://drupal.org/node/145164#comment-250759&quot; title=&quot;http://drupal.org/node/145164#comment-250759&quot;&gt;http://drupal.org/node/145164#comment-250759&lt;/a&gt; - Refactor variable defaults&lt;br /&gt;
... - Eliminate t() from $link parameter of watchdog() calls
&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/translations&quot;&gt;Translations&lt;/a&gt;&lt;/div&gt;</description>
 <group domain="http://groups.drupal.org/i18n">Internationalization</group>
 <group domain="http://groups.drupal.org/reviewers">Reviewers</group>
 <group domain="http://groups.drupal.org/translations">Translations</group>
 <pubDate>Tue, 15 May 2007 23:36:27 +0000</pubDate>
 <dc:creator>Gábor Hojtsy</dc:creator>
 <guid isPermaLink="false">3714 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Performance review of object translation required</title>
 <link>http://groups.drupal.org/node/3981</link>
 <description>&lt;p&gt;We have posted a patch to support object translation of certain Drupal objects (content types, user profile fields and categories, site settings, and so on) to multiple human languages. While we have clear concepts and very good ideas for the user interface (which we though before that would not be easy), performance-wise we are at crossroads. We would welcome beginner as well as expert reviewers to come and share their performance ideas about Drupal object translation, so Drupal 6 can include a mature translation infrastructure, advancing ahead of the competition. ;) We need your input!&lt;/p&gt;
&lt;p&gt;&quot;Introduce dynamic object translation API (optimize this!)&quot; &lt;a href=&quot;http://drupal.org/node/141461&quot; title=&quot;http://drupal.org/node/141461&quot;&gt;http://drupal.org/node/141461&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/translations&quot;&gt;Translations&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/3981#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/1834">Drupal 6</category>
 <category domain="http://groups.drupal.org/taxonomy/term/922">i18n</category>
 <category domain="http://groups.drupal.org/taxonomy/term/332">performance</category>
 <group domain="http://groups.drupal.org/coding-standards-and-performance-optimization">Coding Standards and Performance Optimization</group>
 <group domain="http://groups.drupal.org/high-performance">High performance</group>
 <group domain="http://groups.drupal.org/i18n">Internationalization</group>
 <group domain="http://groups.drupal.org/reviewers">Reviewers</group>
 <group domain="http://groups.drupal.org/translations">Translations</group>
 <pubDate>Tue, 08 May 2007 11:25:16 +0000</pubDate>
 <dc:creator>Gábor Hojtsy</dc:creator>
 <guid isPermaLink="false">3981 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Patch Spotlight!</title>
 <link>http://groups.drupal.org/node/3457</link>
 <description>&lt;p&gt;&lt;em&gt;&lt;strong&gt;&lt;a href=&quot;http://drupal.org/node/132970&quot;&gt;Check out the current Patch Spotlight here&lt;/a&gt;&lt;/strong&gt;&lt;/em&gt;&lt;br /&gt;
&lt;img src=&quot;/files/spotlight_med.png&quot; align=&quot;right&quot; alt=&quot;patch spotlight druplicon&quot; title=&quot;patch spotlight druplicon&quot; /&gt;&lt;/p&gt;
&lt;p&gt;This is a great project for everyone to get involved in - you will be a part of the team working on core drupal, you&#039;ll learn about the goodies coming in the next version of drupal and gain instant karma - &lt;strong&gt;without needing to know any code&lt;/strong&gt;! We are highlighting specific core patches that need to be tested before they can be accepted into core. This is a crucial step for actually moving the development of Drupal forward since much code has been written but it isn&#039;t going anywhere if it hasn&#039;t been tested.&lt;/p&gt;
&lt;p&gt;There are a number of links to resources available on the Patch Spotlight page. Feel free to ask questions either in the &lt;a href=&quot;http://groups.drupal.org/drupal-dojo&quot;&gt;Drupal Dojo&lt;/a&gt; or &lt;a href=&quot;http://groups.drupal.org/reviewers&quot;&gt;Reviewers&lt;/a&gt; group pages or in the #drupal-dojo &lt;a href=&quot;http://groups.drupal.org/node/2326&quot;&gt;IRC&lt;/a&gt; channel.
&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/reviewers&quot;&gt;Reviewers&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/3457#comments</comments>
 <enclosure url="http://groups.drupal.org/files/spotlight_med.png" length="8284" type="image/png" />
 <group domain="http://groups.drupal.org/drupal-dojo">Drupal Dojo</group>
 <group domain="http://groups.drupal.org/reviewers">Reviewers</group>
 <pubDate>Mon, 02 Apr 2007 10:56:48 +0000</pubDate>
 <dc:creator>add1sun</dc:creator>
 <guid isPermaLink="false">3457 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Proposal for restructuring patch docs</title>
 <link>http://groups.drupal.org/node/3455</link>
 <description>&lt;p&gt;add1sun started this at &lt;a href=&quot;http://drupal.org/node/109114&quot; title=&quot;http://drupal.org/node/109114&quot;&gt;http://drupal.org/node/109114&lt;/a&gt; with an excellent proposal for organizing the patch docs in the d.o handbooks (see below).  now that the &lt;a href=&quot;http://drupal.org/node/132970&quot;&gt;patch spotlight&lt;/a&gt; is underway, i&#039;d like to propose a more thorough restructuring of the patch-related docs, building on what add1sun laid out.  i know we normally don&#039;t use &quot;top-level&quot; path aliases, and prefer to prefix with &quot;/handbook&quot;, but in this case &lt;a href=&quot;http://drupal.org/patch&quot; title=&quot;http://drupal.org/patch&quot;&gt;http://drupal.org/patch&lt;/a&gt; is already pointing to a node buried deep in the patch-related docs.  so, we should take advantage of that, and build a path (and book) structure on top of that which makes sense.  in some cases (e.g. &lt;a href=&quot;http://drupal.org/patch/review&quot; title=&quot;http://drupal.org/patch/review&quot;&gt;http://drupal.org/patch/review&lt;/a&gt;) we&#039;re already doing that.  let&#039;s finish the job.
&lt;/p&gt;
&lt;h2&gt;add1sun&#039;s original proposal&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Background: basic concept Diff &amp;amp; Patch&lt;/li&gt;
&lt;li&gt;Applying and Reviewing Patches&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;HOWTO: Apply patches&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;Common problems&lt;/li&gt;
&lt;li&gt;Apply Patches on MacOS X&lt;/li&gt;
&lt;li&gt;Apply patches in Windows&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;HOWTO: Set up test env to review&lt;/li&gt;
&lt;li&gt;Tips for reviewing patches&lt;/li&gt;
&lt;/ul&gt;
&lt;li&gt;HOWTO: Submit patches&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;HOWTO: Create Patches&lt;/li&gt;
&lt;ul&gt;
&lt;li&gt;Create patches in MacOS X&lt;/li&gt;
&lt;li&gt;Create patches on Windows&lt;/li&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;extra&quot;&gt;Extra changes on top of add1sun&#039;s proposal&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/node/325&quot; title=&quot;http://drupal.org/node/325&quot;&gt;http://drupal.org/node/325&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;current:&lt;br /&gt;
   - path: /patch&lt;br /&gt;
   - handbook: deeply nested under: Developing for Drupal » Contributing to Development » Patches&lt;br /&gt;
   - title: HOWTO: Submit patches for Drupal
  &lt;/li&gt;
&lt;li&gt;proposed:&lt;br /&gt;
   - path: /patch&lt;br /&gt;
   + title: Patches&lt;br /&gt;
   + handbook: moves up to the root of &quot;Developing for Drupal&quot;&lt;br /&gt;
  this would become the root, and we should lift a lot of content and all the children pages from #22568...
  &lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/node/22568&quot; title=&quot;http://drupal.org/node/22568&quot;&gt;http://drupal.org/node/22568&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;current:&lt;br /&gt;
   - path: [none]&lt;br /&gt;
   - title: Patches&lt;br /&gt;
   - handbook: Developing for Drupal » Contributing to Development
  &lt;/li&gt;
&lt;li&gt;proposed:&lt;br /&gt;
   - path: /patch/submit&lt;br /&gt;
   + title: Submitting patches&lt;br /&gt;
   + handbook: Developing for Drupal » Patches&lt;br /&gt;
   - would be the root of submit-related child pages, an would take content from #325, plus whatever other re-org, re-shuffling we want.
  &lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/node/323&quot; title=&quot;http://drupal.org/node/323&quot;&gt;http://drupal.org/node/323&lt;/a&gt;
&lt;ul&gt;
&lt;li&gt;current:&lt;br /&gt;
   - path: /diffandpatch&lt;br /&gt;
   - handbook: deeply nested under: Developing for Drupal » Contributing to Development » Patches&lt;br /&gt;
   - title: HOWTO: Create patches
  &lt;/li&gt;
&lt;li&gt;proposed:&lt;br /&gt;
   - path: /patch/create&lt;br /&gt;
   + title: Creating patches&lt;br /&gt;
   + handbook: Developing for Drupal » Patches&lt;br /&gt;
   + add a php page that does a redirect from /diffandpatch to /patch/create (since i guess 2 paths for the same page is bad for search ranking).
  &lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Add the &quot;Patch spotlight&quot; page&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&quot;full&quot;&gt;full proposal&lt;/h2&gt;
&lt;p&gt;&lt;a href=&quot;http://drupal.org/patch&quot; title=&quot;http://drupal.org/patch&quot;&gt;http://drupal.org/patch&lt;/a&gt; (&lt;a href=&quot;http://drupal.org/node/325&quot; title=&quot;http://drupal.org/node/325&quot;&gt;http://drupal.org/node/325&lt;/a&gt;)&lt;br /&gt;
&quot;Patches&quot;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/patch/background&quot; title=&quot;http://drupal.org/patch/background&quot;&gt;http://drupal.org/patch/background&lt;/a&gt; (&lt;a href=&quot;http://drupal.org/node/70745&quot; title=&quot;http://drupal.org/node/70745&quot;&gt;http://drupal.org/node/70745&lt;/a&gt;)&lt;br /&gt;
  &quot;Background: the basic concept of Diff and Patch&quot;
 &lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/patch/apply&quot; title=&quot;http://drupal.org/patch/apply&quot;&gt;http://drupal.org/patch/apply&lt;/a&gt; (&lt;a href=&quot;http://drupal.org/node/60108&quot; title=&quot;http://drupal.org/node/60108&quot;&gt;http://drupal.org/node/60108&lt;/a&gt;)&lt;br /&gt;
  &quot;Applying patches&quot;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Common problems&lt;/li&gt;
&lt;li&gt;Apply Patches on MacOS X&lt;/li&gt;
&lt;li&gt;Apply patches in Windows&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/patch/review&quot; title=&quot;http://drupal.org/patch/review&quot;&gt;http://drupal.org/patch/review&lt;/a&gt; (&lt;a href=&quot;http://drupal.org/node/772&quot; title=&quot;http://drupal.org/node/772&quot;&gt;http://drupal.org/node/772&lt;/a&gt;)&lt;br /&gt;
  &quot;Reviewing patches&quot;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;HOWTO: Set up test env to review&lt;/li&gt;
&lt;li&gt;Other resources for reviewing&lt;/li&gt;
&lt;p&gt; [new page, with links to info on code style, security, benchmarking, unit testing, usability, coder.moule, etc, etc].
  &lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/patch/create&quot; title=&quot;http://drupal.org/patch/create&quot;&gt;http://drupal.org/patch/create&lt;/a&gt; (&lt;a href=&quot;http://drupal.org/node/323&quot; title=&quot;http://drupal.org/node/323&quot;&gt;http://drupal.org/node/323&lt;/a&gt;)&lt;br /&gt;
  &quot;Creating patches&quot;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Create patches in MacOS X&lt;/li&gt;
&lt;li&gt;Create patches on Windows&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/patch/submit&quot; title=&quot;http://drupal.org/patch/submit&quot;&gt;http://drupal.org/patch/submit&lt;/a&gt; (&lt;a href=&quot;http://drupal.org/node/22568&quot; title=&quot;http://drupal.org/node/22568&quot;&gt;http://drupal.org/node/22568&lt;/a&gt;)&lt;br /&gt;
  &quot;Submitting patches&quot;
 &lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/patch/spotlight&quot; title=&quot;http://drupal.org/patch/spotlight&quot;&gt;http://drupal.org/patch/spotlight&lt;/a&gt; (&lt;a href=&quot;http://drupal.org/node/132970&quot; title=&quot;http://drupal.org/node/132970&quot;&gt;http://drupal.org/node/132970&lt;/a&gt;)&lt;br /&gt;
  &quot;Patch spotlight&quot;&lt;br /&gt;
  [Maybe this should be moved up right after &quot;Reviewing&quot;]
 &lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/reviewers&quot;&gt;Reviewers&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/3455#comments</comments>
 <group domain="http://groups.drupal.org/drupal-dojo">Drupal Dojo</group>
 <group domain="http://groups.drupal.org/reviewers">Reviewers</group>
 <pubDate>Mon, 02 Apr 2007 06:01:24 +0000</pubDate>
 <dc:creator>dww</dc:creator>
 <guid isPermaLink="false">3455 at http://groups.drupal.org</guid>
</item>
<item>
 <title>New Video - Applying Patches to Drupal Core</title>
 <link>http://groups.drupal.org/node/3436</link>
 <description>&lt;p&gt;Hey folks, I&#039;ve got another video out, &lt;a href=&quot;http://drupal.org/node/132745&quot;&gt;Applying Patches to Drupal Core&lt;/a&gt; - there is .mp4 and .mov and a torrent for the .mp4. This one is just as quick and dirty as the last one - it is 12 minutes.  It shows you how to use the command line to apply, test and reverse patches for Drupal core. This is a great way to be part of core development &lt;strong&gt;even if you know nothing about code&lt;/strong&gt;.  The developers are writing the patches but they need many eyes to test them and see if they really work in a wide variety of use cases.  Improving Drupal code involves both steps - creating and testing. So basically all you need to do to help is apply a patch and then use your site to see if stuff works. We are also asking devs to add specific items they would like tried out in their issues so it&#039;s easy for you to go through the motions they need.&lt;/p&gt;
&lt;p&gt;This is seriously a very important job to help move Drupal 6 forward.  There are literally hundreds of core patches that are sitting around that need to be tested before they can even be considered to get committed. If you want to help out, the video is a great start and &lt;a href=&quot;http://drupal.org/node/22568&quot;&gt;the Patches section of the handbook&lt;/a&gt; has tons of info, but if you still have questions or run into problems make sure you search the d.o forums first to see if others have already answered your question. If that fails to give you help, feel free to ask for assistance on IRC in the #drupal-dojo channel or post to the &lt;a href=&quot;http://groups.drupal.org/reviewers&quot;&gt;Reviewers group&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Also, if anyone feels inspired to create a video on applying patches using a GUI (like TortoiseCVS) - please don&#039;t hesitate!  My videos are rough around the edges so don&#039;t feel like it has to be perfect, something is better than nothing. Ask for help on how to create the video and we&#039;re more than willing to help.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/drupal-dojo&quot;&gt;Drupal Dojo&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/3436#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/1329">documentation</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1282">screencasts</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1262">dojo-howto</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1344">Developer help</category>
 <group domain="http://groups.drupal.org/reviewers">Reviewers</group>
 <group domain="http://groups.drupal.org/drupal-dojo">Drupal Dojo</group>
 <pubDate>Sat, 31 Mar 2007 16:23:03 +0000</pubDate>
 <dc:creator>add1sun</dc:creator>
 <guid isPermaLink="false">3436 at http://groups.drupal.org</guid>
</item>
<item>
 <title>A few issues needing review</title>
 <link>http://groups.drupal.org/node/3028</link>
 <description>&lt;p&gt;Hey guys,&lt;/p&gt;
&lt;p&gt;I could really use a few reviews on some issues that are lagging. I have seven issues set to CNR at &lt;a href=&quot;http://drupal.org/project/issues?states=8&amp;amp;assigned=chriskennedy&quot; title=&quot;http://drupal.org/project/issues?states=8&amp;amp;assigned=chriskennedy&quot;&gt;http://drupal.org/project/issues?states=8&amp;amp;assigned=chriskennedy&lt;/a&gt; right now.&lt;/p&gt;
&lt;p&gt;In particular I&#039;m interested to hear if there are any suggestions for these two UI-related patches:&lt;br /&gt;
1. &lt;a href=&quot;http://drupal.org/node/105039&quot;&gt;Custom date-time formats&lt;/a&gt;&lt;br /&gt;
2. &lt;a href=&quot;http://drupal.org/node/124347&quot;&gt;Links to jump to previous/next new comment&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;
Chris&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/reviewers&quot;&gt;Reviewers&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/3028#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/1118">review</category>
 <group domain="http://groups.drupal.org/reviewers">Reviewers</group>
 <pubDate>Sun, 04 Mar 2007 18:22:54 +0000</pubDate>
 <dc:creator>ChrisKennedy</dc:creator>
 <guid isPermaLink="false">3028 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Hashing in pgsql</title>
 <link>http://groups.drupal.org/node/2564</link>
 <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Could someone please look at &lt;a href=&quot;http://drupal.org/node/29706&quot; title=&quot;http://drupal.org/node/29706&quot;&gt;http://drupal.org/node/29706&lt;/a&gt; and see if it&#039;s pgsql compliant? How do the CONCAT, MD5 and SUBSTRING functions behave on PostgreSQL?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;br /&gt;
  Johan Forngren&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/reviewers&quot;&gt;Reviewers&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/2564#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/758">PostgreSQL</category>
 <group domain="http://groups.drupal.org/postgresql">Postgresql</group>
 <group domain="http://groups.drupal.org/reviewers">Reviewers</group>
 <pubDate>Sun, 28 Jan 2007 14:54:30 +0000</pubDate>
 <dc:creator>forngren@drupal.org</dc:creator>
 <guid isPermaLink="false">2564 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Attention reviewers!</title>
 <link>http://groups.drupal.org/node/2276</link>
 <description>&lt;p&gt;Drupal 5.x is so close that we can almost smell it!&lt;/p&gt;
&lt;p&gt;Here is a list with all patches against Drupal core marked &quot;code needs review&quot; and tagged with any 5.x version (beta, rc, dev). Currently it is three sides long, which IMO is far to long. Can we try to bring it down to two pages? That is a realistic goal and will increase the stability of 5.x and release some pressure of developers. Thank you.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://drupal.org/project/issues?projects=3060&amp;amp;versions=96923,103420,100201,94737&amp;amp;states=8&quot; title=&quot;http://drupal.org/project/issues?projects=3060&amp;amp;versions=96923,103420,100201,94737&amp;amp;states=8&quot;&gt;http://drupal.org/project/issues?projects=3060&amp;amp;versions=96923,103420,100...&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/reviewers&quot;&gt;Reviewers&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/2276#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/1253">rc1</category>
 <group domain="http://groups.drupal.org/reviewers">Reviewers</group>
 <pubDate>Fri, 05 Jan 2007 15:52:01 +0000</pubDate>
 <dc:creator>forngren@drupal.org</dc:creator>
 <guid isPermaLink="false">2276 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Two important issues to trade reviews (IMO)</title>
 <link>http://groups.drupal.org/node/2202</link>
 <description>&lt;p&gt;&lt;a href=&quot;http://drupal.org/node/92630&quot; title=&quot;http://drupal.org/node/92630&quot;&gt;http://drupal.org/node/92630&lt;/a&gt; - THIS one is the biggest usability issue I&#039;ve come across and we have a great simple fix, just needs some momentum behind it and needs it fast! It&#039;s got Steven&#039;s stamp of approval but needs some more voices.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://drupal.org/node/104763&quot; title=&quot;http://drupal.org/node/104763&quot;&gt;http://drupal.org/node/104763&lt;/a&gt; - Define page and story in default.profile. This patch also changes page&#039;s workflow to not promote to front page and have comments disabled.&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/reviewers&quot;&gt;Reviewers&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/2202#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/1047">blocks</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1177">drupal 5</category>
 <category domain="http://groups.drupal.org/taxonomy/term/604">install profiles</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1225">page</category>
 <category domain="http://groups.drupal.org/taxonomy/term/1226">story</category>
 <group domain="http://groups.drupal.org/reviewers">Reviewers</group>
 <pubDate>Thu, 28 Dec 2006 18:36:45 +0000</pubDate>
 <dc:creator>robroy@drupal.org</dc:creator>
 <guid isPermaLink="false">2202 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Real simple patch for RC1</title>
 <link>http://groups.drupal.org/node/2188</link>
 <description>&lt;p&gt;Filters aren&#039;t being applied to RSS feeds: &lt;a href=&quot;http://drupal.org/node/103371&quot; title=&quot;http://drupal.org/node/103371&quot;&gt;http://drupal.org/node/103371&lt;/a&gt;&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/reviewers&quot;&gt;Reviewers&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/2188#comments</comments>
 <group domain="http://groups.drupal.org/reviewers">Reviewers</group>
 <pubDate>Thu, 28 Dec 2006 00:02:47 +0000</pubDate>
 <dc:creator>drewish</dc:creator>
 <guid isPermaLink="false">2188 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Trading issues to review</title>
 <link>http://groups.drupal.org/node/1992</link>
 <description>&lt;p&gt;I have participated or commented on a few issues that need a review, most of which are very minor changes. I&#039;ll trade reviews one-for-one with anyone who&#039;s interested. Here is the &lt;a href=&quot;http://drupal.org/project/issues/drupal?participated=ChrisKennedy&amp;amp;states=8&amp;amp;categories=bug%2Ctask%2Cfeature&quot;&gt;list of issues&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Here are my top ones:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/node/103059&quot;&gt;Automatically enable clean URLs during install&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/node/92329&quot;&gt;Core uninstalls shall clean up node and node_type table&lt;/a&gt;&lt;/li&gt;
&lt;li&gt; &lt;a href=&quot;http://drupal.org/node/100476&quot;&gt;Accurate error messages for install and bootstrap&lt;/a&gt;&lt;/li&gt;
&lt;li&gt; &lt;a href=&quot;http://drupal.org/node/103250&quot;&gt;E_ALL compliance during installation&lt;/a&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/reviewers&quot;&gt;Reviewers&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/1992#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/1118">review</category>
 <group domain="http://groups.drupal.org/reviewers">Reviewers</group>
 <pubDate>Thu, 07 Dec 2006 06:56:12 +0000</pubDate>
 <dc:creator>ChrisKennedy</dc:creator>
 <guid isPermaLink="false">1992 at http://groups.drupal.org</guid>
</item>
<item>
 <title>Request for the review the ChipIn module</title>
 <link>http://groups.drupal.org/node/1314</link>
 <description>&lt;p&gt;Not sure of the correct/preferred layout of a review request, so I&#039;ll just cross post from the dev mailing list.&lt;/p&gt;
&lt;p&gt;I&#039;ve just committed a beta version of the ChipIn (see &lt;a href=&quot;http://www.chipin.com&quot; title=&quot;http://www.chipin.com&quot;&gt;http://www.chipin.com&lt;/a&gt;) module to contrib/modules/chipin (&lt;a href=&quot;http://drupal.org/project/chipin&quot; title=&quot;http://drupal.org/project/chipin&quot;&gt;http://drupal.org/project/chipin&lt;/a&gt;). I was looking for some peer review of the module. I&#039;ll gladly return the favor, it&#039;s just nice to have another set of eyes look things over for usability, security, etc. So if you have a module/patch you&#039;d like me to go over in return, let me know. I think it&#039;s pretty cool to have the donation thermometer to see how much we still need for each fundraising drive and ChipIn.com is pretty well done.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;
&lt;p&gt;Rob&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;a href=&quot;/reviewers&quot;&gt;Reviewers&lt;/a&gt;&lt;/div&gt;</description>
 <comments>http://groups.drupal.org/node/1314#comments</comments>
 <category domain="http://groups.drupal.org/taxonomy/term/766">ChipIn</category>
 <category domain="http://groups.drupal.org/taxonomy/term/276">Drupal review</category>
 <group domain="http://groups.drupal.org/reviewers">Reviewers</group>
 <pubDate>Mon, 28 Aug 2006 22:24:12 +0000</pubDate>
 <dc:creator>robroy@drupal.org</dc:creator>
 <guid isPermaLink="false">1314 at http://groups.drupal.org</guid>
</item>
</channel>
</rss>
