[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA4-984-g2636f3b
The branch, master has been updated via 2636f3b18eaefe7cf204795a9f4e0f9d74735a8e (commit) from 73a8aed6cd863cd6a8cf5b19a9ff307c2592ba08 (commit) - Log - commit 2636f3b18eaefe7cf204795a9f4e0f9d74735a8e Author: wiltave Date: Wed Mar 23 02:45:41 2011 +0200 Translation update done using Pootle. --- Summary of changes: po/pt_BR.po |7 +++ 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/po/pt_BR.po b/po/pt_BR.po index fbefe4b..b3da07a 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -4,8 +4,8 @@ msgstr "" "Project-Id-Version: phpMyAdmin 3.4.0-rc1-dev\n" "Report-Msgid-Bugs-To: phpmyadmin-de...@lists.sourceforge.net\n" "POT-Creation-Date: 2011-03-18 14:56+0100\n" -"PO-Revision-Date: 2011-03-22 15:24+0200\n" -"Last-Translator: \n" +"PO-Revision-Date: 2011-03-23 02:45+0200\n" +"Last-Translator: \n" "Language-Team: brazilian_portuguese \n" "Language: pt_BR\n" "MIME-Version: 1.0\n" @@ -10084,9 +10084,8 @@ msgid "Track these data manipulation statements:" msgstr "" #: tbl_tracking.php:683 -#, fuzzy msgid "Create version" -msgstr "Criar relacionamento" +msgstr "Criar versão" #: themes.php:31 #, php-format hooks/post-receive -- phpMyAdmin -- Enable your software for Intel(R) Active Management Technology to meet the growing manageability and security demands of your customers. Businesses are taking advantage of Intel(R) vPro (TM) technology - will your software be a part of the solution? Download the Intel(R) Manageability Checker today! http://p.sf.net/sfu/intel-dev2devmar ___ Phpmyadmin-git mailing list Phpmyadmin-git@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git
[Phpmyadmin-git] [SCM] phpMyAdmin localized documentation branch, master, updated. cdd863100ded9d4e58bc39138f2c0b150d0663f8
The branch, master has been updated via cdd863100ded9d4e58bc39138f2c0b150d0663f8 (commit) via 1af32f264302bfb76f54c76a913b46de5d87502b (commit) via 1d20c35ea53fc06bc7542c290d55ebce115826fc (commit) via f2d633c1e67ba623cf7833cf60494f880e422fc6 (commit) via c6f46b0236250d51cae877e8f5d38887477884a0 (commit) via fa69131088b979ed07f30f4ae783bf97d8973a36 (commit) via 26c6b1cbd80e6031dd6ac5659febd29a827fdc02 (commit) via 8615cdbaf451a14ed78ea8febd5fc3d4272fc63e (commit) via f6377fc31edc705f593d9a9cef629b99bab5f2c6 (commit) via 667c0ef2293cfaf8c61d3a4d5f7c5e94ff1c77b7 (commit) from a5e3b9be355fd33134768624ab7cb3018aedad5a (commit) - Log - commit cdd863100ded9d4e58bc39138f2c0b150d0663f8 Author: Michal Čihař Date: Wed Mar 23 09:13:52 2011 +0100 Update translated docs commit 1af32f264302bfb76f54c76a913b46de5d87502b Author: Matías Bellone Date: Wed Mar 23 04:14:20 2011 +0200 Translation update done using Pootle. commit 1d20c35ea53fc06bc7542c290d55ebce115826fc Author: Matías Bellone Date: Wed Mar 23 04:12:34 2011 +0200 Translation update done using Pootle. commit f2d633c1e67ba623cf7833cf60494f880e422fc6 Author: Matías Bellone Date: Wed Mar 23 04:10:07 2011 +0200 Translation update done using Pootle. commit c6f46b0236250d51cae877e8f5d38887477884a0 Author: Burak Yavuz Date: Tue Mar 22 23:34:51 2011 +0200 Translation update done using Pootle. commit fa69131088b979ed07f30f4ae783bf97d8973a36 Author: Burak Yavuz Date: Tue Mar 22 23:34:35 2011 +0200 Translation update done using Pootle. commit 26c6b1cbd80e6031dd6ac5659febd29a827fdc02 Author: Burak Yavuz Date: Tue Mar 22 23:33:06 2011 +0200 Translation update done using Pootle. commit 8615cdbaf451a14ed78ea8febd5fc3d4272fc63e Author: Burak Yavuz Date: Tue Mar 22 23:31:53 2011 +0200 Translation update done using Pootle. commit f6377fc31edc705f593d9a9cef629b99bab5f2c6 Author: Burak Yavuz Date: Tue Mar 22 23:25:10 2011 +0200 Translation update done using Pootle. commit 667c0ef2293cfaf8c61d3a4d5f7c5e94ff1c77b7 Author: Burak Yavuz Date: Tue Mar 22 23:23:19 2011 +0200 Translation update done using Pootle. --- Summary of changes: output/es/Documentation.html | 26 ++ output/tr/Documentation.html | 27 ++- po/es.po | 15 ++- po/tr.po | 19 +++ 4 files changed, 57 insertions(+), 30 deletions(-) diff --git a/output/es/Documentation.html b/output/es/Documentation.html index a349509..a15e922 100644 --- a/output/es/Documentation.html +++ b/output/es/Documentation.html @@ -2935,18 +2935,20 @@ estas configuraciones limitan el tamaño máximo de los datos que pueden enviarse y PHP puede manejar. Un usuario también dijo que post_max_size y memory_limit necesitan ser mayores a upload_max_filesize. -There exist several workarounds if your upload is too big or your hosting -provider is unwilling to change the settings: - -Look at the $cfg['UploadDir'] feature. This allows one to upload -a file to the server via scp, ftp, or your favorite file transfer -method. PhpMyAdmin is then able to import the files from the temporary -directory. More information is available in the Configuration section of this document. -Using a utility (such as http://www.ozerov.de/bigdump.php";> -BigDump) to split the files before uploading. We cannot support this or -any third party applications, but are aware of users having success with it. +Existen varios atajos si el archivo a subir es demasiado grande o tu +proveedor no está dispuesto a cambiar sus configuraciones: + +Revisa la funcionalidad de $cfg['UploadDir']. Esta permite subir archivos al +servidor mediante scp, ftp o el método de transferencia de archivos que +prefieras. PhpMyAdmin luego puede importar los archivos desde el directorio +temporal. Hay más información disponible en la sección de +configuración de este documento. +Utilizando una aplicación (como http://www.ozerov.de/bigdump.php";>BigDump) para dividir los +archivos antes de subirlos. No podemos soportar ni esta ni ninguna otra +aplicación de terceros, pero sabemos de usuarios que han tenido éxito con +las mismas. If you have shell (command line) access, use MySQL to import the files directly. You can do this by issuing the "source" command from within MySQL: source filename.sql. diff --git a/output/tr/Documentation.html b/output/tr/Documentation.html index 08aa4d3..28a7962 100644 --- a/output/tr/Documentation.html +++ b/output/tr/Documentation.html @@ -477,9 +477,9 @@ GRANT ALL PRIVILEGES ON kullanıcı_tabanı.* TO 'asıl_kullanıcı'@localhost I Kullanıcının şu an yapabildiklerini MySQL kullanıcı yönetim sisteminden tamamen denetler
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA4-985-g701a668
The branch, master has been updated via 701a668d354f8d6e8b47579a59feff4775dc820f (commit) from 2636f3b18eaefe7cf204795a9f4e0f9d74735a8e (commit) - Log - commit 701a668d354f8d6e8b47579a59feff4775dc820f Author: Marc Delisle Date: Wed Mar 23 07:47:24 2011 -0400 For bug #3220370, generate UPDATE only for modified columns and avoid POSTing if not needed --- Summary of changes: js/sql.js | 228 ++--- 1 files changed, 126 insertions(+), 102 deletions(-) diff --git a/js/sql.js b/js/sql.js index e06b622..9adfb62 100644 --- a/js/sql.js +++ b/js/sql.js @@ -778,6 +778,8 @@ $(document).ready(function() { */ var sql_query = 'UPDATE `' + window.parent.table + '` SET '; +var need_to_post = false; + $input_siblings.each(function() { /** @lends jQuery */ /** @@ -806,6 +808,7 @@ $(document).ready(function() { if (is_null) { sql_query += ' `' + field_name + "`=NULL , "; +need_to_post = true; } else { if($this_field.is(":not(.relation, .enum, .set)")) { this_field_params[field_name] = $this_field.find('textarea').val(); @@ -834,7 +837,10 @@ $(document).ready(function() { $.extend(relation_fields, this_field_params); } } -sql_query += ' `' + field_name + "`='" + this_field_params[field_name].replace(/'/g, "''") + "' , "; +if (this_field_params[field_name] != $this_field.data('original_data')) { +sql_query += ' `' + field_name + "`='" + this_field_params[field_name].replace(/'/g, "''") + "' , "; +need_to_post = true; +} } }) @@ -852,11 +858,16 @@ $(document).ready(function() { */ var transform_fields_list = $.param(transform_fields); -// Make the Ajax post after setting all parameters -/** - * @var post_params Object containing parameters for the POST request - */ -var post_params = {'ajax_request' : true, +// if inline_edit is successful, we need to go back to default view +var $del_hide=$(this).parent(); +var $chg_submit=$(this); + +if (need_to_post) { +// Make the Ajax post after setting all parameters +/** + * @var post_params Object containing parameters for the POST request + */ +var post_params = {'ajax_request' : true, 'sql_query' : sql_query, 'disp_direction' : disp_mode, 'token' : window.parent.token, @@ -871,113 +882,126 @@ $(document).ready(function() { 'submit_type' : 'save' }; -// if inline_edit is successful, we need to go back to default view - var $del_hide=$(this).parent(); - var $chg_submit=$(this); +$.post('tbl_replace.php', post_params, function(data) { +if(data.success == true) { +PMA_ajaxShowMessage(data.message); +PMA_unInlineEditRow($del_hide, $chg_submit, $this_td, $input_siblings, data, disp_mode); +} else { +PMA_ajaxShowMessage(data.error); +}; +}) // end $.post() +} else { +// no posting was done but still need to display the row +// in its previous format +PMA_unInlineEditRow($del_hide, $chg_submit, $this_td, $input_siblings, '', disp_mode); +} +}) // End After editing, clicking again should post data +}, 'top.frame_content') // end $(document).ready() -$.post('tbl_replace.php', post_params, function(data) { -if(data.success == true) { -// deleting the hide button if my query was successful -// remove tags - for ( var i=0;i<=2;i++) { $del_hide.next().remove(); } - if(disp_mode!='vertical'){ - $chg_submit.empty(); - $chg_submit.html(''); - $chg_submit.children('span.nowrap').text(PMA_messages['strInlineEdit']); - } - else { - $chg_submit.children('span.nowrap').empty(); - $chg_submit.children('span.nowrap').append(data_vt); - } - -PMA_ajaxShowMessage(data.message); -// changing inline_edit_active to inline_edit_anchor - $this_td.removeClass('inline_edit_active').addClass('inline_edit_anchor'); +/** + * Visually put back the row in the state it was before entering Inl
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA4-986-g29dbdde
The branch, master has been updated via 29dbdde4ffb4c4cbb13fd2351eabb5f22042c9ac (commit) from 701a668d354f8d6e8b47579a59feff4775dc820f (commit) - Log - commit 29dbdde4ffb4c4cbb13fd2351eabb5f22042c9ac Author: Marc Delisle Date: Wed Mar 23 08:10:22 2011 -0400 Avoid displaying a Back link in a error message if we are in Ajax mode --- Summary of changes: libraries/common.lib.php | 22 -- 1 files changed, 12 insertions(+), 10 deletions(-) diff --git a/libraries/common.lib.php b/libraries/common.lib.php index bea2c65..ef8c637 100644 --- a/libraries/common.lib.php +++ b/libraries/common.lib.php @@ -661,6 +661,14 @@ function PMA_mysqlDie($error_message = '', $the_query = '', $_SESSION['Import_message']['message'] = $error_msg_output; if ($exit) { + /** +* If in an Ajax request +* - avoid displaying a Back link +* - use PMA_ajaxResponse() to transmit the message and exit +*/ + if($GLOBALS['is_ajax_request'] == true) { + PMA_ajaxResponse($error_msg_output, false); + } if (! empty($back_url)) { if (strstr($back_url, '?')) { $back_url .= '&no_history=true'; @@ -675,16 +683,10 @@ function PMA_mysqlDie($error_message = '', $the_query = '', $error_msg_output .= '' . "\n\n"; } -/** - * If in an Ajax request, don't just echo and exit. Use PMA_ajaxResponse() - */ -if($GLOBALS['is_ajax_request'] == true) { -PMA_ajaxResponse($error_msg_output, false); -} -echo $error_msg_output; -/** - * display footer and exit - */ + echo $error_msg_output; + /** +* display footer and exit +*/ require './libraries/footer.inc.php'; } else { echo $error_msg_output; hooks/post-receive -- phpMyAdmin -- Enable your software for Intel(R) Active Management Technology to meet the growing manageability and security demands of your customers. Businesses are taking advantage of Intel(R) vPro (TM) technology - will your software be a part of the solution? Download the Intel(R) Manageability Checker today! http://p.sf.net/sfu/intel-dev2devmar ___ Phpmyadmin-git mailing list Phpmyadmin-git@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA4-987-g2038266
The branch, master has been updated via 2038266f88cc773fd0035d9273f0bc83d3a21991 (commit) from 29dbdde4ffb4c4cbb13fd2351eabb5f22042c9ac (commit) - Log - commit 2038266f88cc773fd0035d9273f0bc83d3a21991 Author: Madhura Jayaratne Date: Wed Mar 23 18:08:35 2011 +0530 For Bug #3207730 Inline edit and Relational display column --- Summary of changes: js/sql.js |8 +++- sql.php | 11 ++- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/js/sql.js b/js/sql.js index 9adfb62..15c780f 100644 --- a/js/sql.js +++ b/js/sql.js @@ -543,6 +543,11 @@ $(document).ready(function() { */ var relation_curr_value = $this_field.find('a').text(); /** + * @var relation_key_or_display_column String relational key if in 'Relational display column' mode, + * relational display column if in 'Relational key' mode (for fields that are foreign keyed). + */ +var relation_key_or_display_column = $this_field.find('a').attr('title'); +/** * @var curr_value String current value of the field (for fields that are of type enum or set). */ var curr_value = $this_field.text(); @@ -647,7 +652,8 @@ $(document).ready(function() { 'table' : window.parent.table, 'column' : field_name, 'token' : window.parent.token, -'curr_value' : relation_curr_value +'curr_value' : relation_curr_value, +'relation_key_or_display_column' : relation_key_or_display_column } $.post('sql.php', post_params, function(data) { diff --git a/sql.php b/sql.php index 41f1ec6..50026b9 100644 --- a/sql.php +++ b/sql.php @@ -63,8 +63,17 @@ if (isset($_REQUEST['get_relational_values']) && $_REQUEST['get_relational_value $column = $_REQUEST['column']; $foreigners = PMA_getForeigners($db, $table, $column); +$display_field = PMA_getDisplayField($foreigners[$column][foreign_db], $foreigners[$column][foreign_table]); + $foreignData = PMA_getForeignData($foreigners, $column, false, '', ''); +if ($_SESSION['tmp_user_values']['relational_display'] == 'D' +&& (isset($display_field) && strlen($display_field) +&& (isset($_REQUEST['relation_key_or_display_column']) && $_REQUEST['relation_key_or_display_column']))) { +$curr_value = $_REQUEST['relation_key_or_display_column']; +} else { +$curr_value = $_REQUEST['curr_value']; +} if ($foreignData['disp_row'] == null) { //Handle the case when number of values is more than $cfg['ForeignKeyMaxLimit'] $_url_params = array( @@ -78,7 +87,7 @@ if (isset($_REQUEST['get_relational_values']) && $_REQUEST['get_relational_value .'>' . __('Browse foreign values') . ''; } else { -$dropdown = PMA_foreignDropdown($foreignData['disp_row'], $foreignData['foreign_field'], $foreignData['foreign_display'], $_REQUEST['curr_value'], $cfg['ForeignKeyMaxLimit']); +$dropdown = PMA_foreignDropdown($foreignData['disp_row'], $foreignData['foreign_field'], $foreignData['foreign_display'], $curr_value, $cfg['ForeignKeyMaxLimit']); $dropdown = '' . $dropdown . ''; } hooks/post-receive -- phpMyAdmin -- Enable your software for Intel(R) Active Management Technology to meet the growing manageability and security demands of your customers. Businesses are taking advantage of Intel(R) vPro (TM) technology - will your software be a part of the solution? Download the Intel(R) Manageability Checker today! http://p.sf.net/sfu/intel-dev2devmar ___ Phpmyadmin-git mailing list Phpmyadmin-git@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git
[Phpmyadmin-git] [SCM] phpMyAdmin localized documentation branch, master, updated. e2af59af48768b421bf60797a1dba93a3ba6b8aa
The branch, master has been updated via e2af59af48768b421bf60797a1dba93a3ba6b8aa (commit) via 37609956494e05dcd3471bd53a70416f5c9e5418 (commit) via 19403bf7e97798f6659bc958211ff009388ed389 (commit) via b22734142093e8866b039ad8cdcc94cd46458295 (commit) via fb8c8b3e1f11c12809f65605eea476cd26ddb4df (commit) via eed78550232a8791e9f942a20fdffef98dfcee9a (commit) via e0806945947afba713294d88f1499651df31a3e3 (commit) via 000f964a20065f7b5ab41146404e9857ac0d32ab (commit) via 09e5864be0ebf51d3fde7aa3ffabb2b7fd4cb06b (commit) via e530ea748d6f6562df7be5dfa2459044ef8875c6 (commit) via ec00e319bcc7940580f5c64567520f5334ae72b7 (commit) via 16d25325e99c76f162263cc1d4709dc1ab8dd698 (commit) via b1c831d801fd3b5d9e93745e7406c4dd15787053 (commit) via 544aa7b6a473d654abd26c923ab0c6c4d631ac75 (commit) via 749dd59d0fc778476bec42c519082e95926f2794 (commit) via fca2d58782ab40d3132727cd4d1c02f1cbbe2949 (commit) via 6f55e661ea89b5a2ae5a46c015401ff1458be6a7 (commit) via 79c57ae629871f13c302f1e079a2e3f57149e727 (commit) via 949e02e88baabe9bce46285f7b3c810dbf132d54 (commit) via e934d1d4f613efc7e5489987a0bd396c448cae50 (commit) via 1e0527cb19b94905af6bf8179338654aaff14366 (commit) via e205ace739644d1beb0ac7b258ba1feb62853daa (commit) via c1997814a140acc6021884d4dd6073b5cd1c7fbc (commit) via de7bc0db89095509bb2c795d4d0a609b75a004af (commit) via d9f686379ed8cd9ce0547c1827dee7e7f37b4dd7 (commit) via 04c1d838d932ebf4e7a489d56c6ac98797b9acd6 (commit) via 76504e6d5a101be2c4407cd23f2a14cb4c4d494f (commit) via ba4a03a6f7b0608bde98efcaf2b750311eaa (commit) via 0c01a58f72816d489e5ef1ca51b085e0adfcae58 (commit) via 507edb354cc923da3f2284449ffef456ed7fa26e (commit) via 346fbe28e52e2ca12866edc8b5570859c64f1bad (commit) via 1854d63ca3f238ef9adf094ceb96ed8dd37509c4 (commit) via 5a9283a6719ea1d47d696bab6340565ba6bd4df7 (commit) via 4f4e87c7d5afc773ca25ec1088179419ed8602bc (commit) via 72d93089d817b99cdad6b1ad57d985192624bf3c (commit) via ee967611a7538907f829923436c1af29426b1761 (commit) via 8c5a913e5cdfdc37018c6c17eef373792ed10aef (commit) via 6a58f5022f1edb4b037780f8a220a9887989108c (commit) via 7f835ab070d6862fea0a28286e2d6210de1cf912 (commit) from cdd863100ded9d4e58bc39138f2c0b150d0663f8 (commit) - Log - commit e2af59af48768b421bf60797a1dba93a3ba6b8aa Author: Matías Bellone Date: Wed Mar 23 16:09:04 2011 +0200 Translation update done using Pootle. commit 37609956494e05dcd3471bd53a70416f5c9e5418 Author: Matías Bellone Date: Wed Mar 23 16:08:36 2011 +0200 Translation update done using Pootle. commit 19403bf7e97798f6659bc958211ff009388ed389 Author: Matías Bellone Date: Wed Mar 23 16:07:56 2011 +0200 Translation update done using Pootle. commit b22734142093e8866b039ad8cdcc94cd46458295 Author: Matías Bellone Date: Wed Mar 23 16:07:32 2011 +0200 Translation update done using Pootle. commit fb8c8b3e1f11c12809f65605eea476cd26ddb4df Author: Matías Bellone Date: Wed Mar 23 16:06:03 2011 +0200 Translation update done using Pootle. commit eed78550232a8791e9f942a20fdffef98dfcee9a Author: Matías Bellone Date: Wed Mar 23 16:05:29 2011 +0200 Translation update done using Pootle. commit e0806945947afba713294d88f1499651df31a3e3 Author: Matías Bellone Date: Wed Mar 23 16:05:09 2011 +0200 Translation update done using Pootle. commit 000f964a20065f7b5ab41146404e9857ac0d32ab Author: Matías Bellone Date: Wed Mar 23 16:04:36 2011 +0200 Translation update done using Pootle. commit 09e5864be0ebf51d3fde7aa3ffabb2b7fd4cb06b Author: Matías Bellone Date: Wed Mar 23 16:03:57 2011 +0200 Translation update done using Pootle. commit e530ea748d6f6562df7be5dfa2459044ef8875c6 Author: Matías Bellone Date: Wed Mar 23 16:03:48 2011 +0200 Translation update done using Pootle. commit ec00e319bcc7940580f5c64567520f5334ae72b7 Author: Matías Bellone Date: Wed Mar 23 16:01:31 2011 +0200 Translation update done using Pootle. commit 16d25325e99c76f162263cc1d4709dc1ab8dd698 Author: Matías Bellone Date: Wed Mar 23 16:00:08 2011 +0200 Translation update done using Pootle. commit b1c831d801fd3b5d9e93745e7406c4dd15787053 Author: Matías Bellone Date: Wed Mar 23 15:59:09 2011 +0200 Translation update done using Pootle. commit 544aa7b6a473d654abd26c923ab0c6c4d631ac75 Author: Matías Bellone Date: Wed Mar 23 15:58:44 2011 +0200 Translation update done using Pootle. commit 749dd59d0fc778476bec42c519082e95926f2794 Author: Matías Bellone Date: Wed Mar 23 15:57:11 2011 +0200 Translation update done using Pootle. commit fca2d58782ab40d3132727cd4d1c02f1cbbe2949 Author: Matías Bellone Date: Wed
[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA4-1075-g46e1a1a
The branch, master has been updated via 46e1a1ab42fd2221fb7b175154c185b8bdd53241 (commit) via 3a0015b8a72677ab2c2f4a7a26bc66a03447ec64 (commit) via bd8a6e721074d30fc2ea6a66a9d95e0d69406fa8 (commit) via bcf5c47035944f66711027486326406bf851 (commit) via 9aef52e637877dc470b955ef01d0230cce12feaa (commit) via 5eb3fcbee8e8596977afdf8774a8b8b713cea8a1 (commit) via 87462c19e36a1639c083f868682647b5ea933ab8 (commit) via 9f07f15ac0465c96f6bbf14de03e0cfa0605543c (commit) via de3da74789aba1e08955a3c2c7f32d021307cef5 (commit) via 4201ded2ac7daa8f879ad8f58649a0e7df54c4c4 (commit) via dfa66c5c880d92633e3eec91304faf5628f80482 (commit) via e058afd47f9ea6ce0761021928561803081c7350 (commit) via 89ca2c9771766d71e765a51508de651e702e2181 (commit) via f765be469f4ccdf57e3556551b9e5ed148e7937e (commit) via 8f7d42b31990ed0cda721a645bbb4be52a43e519 (commit) via c7453ff4d183322767bc8728eb30a79f442936b2 (commit) via 58f160ad72bd74e8a9aafc5f2b7f6f29b5b9bfe2 (commit) via d0233a1d3873e2f72eea70d9a4519d9459061eb0 (commit) via 11478fb61d81da0db471d41cd29b6b10d24407d5 (commit) via 45fa8a19b79218ea386c2a5a72f5734853f16a42 (commit) via 477d628cd02a59578eea7cb2075ee643b03c6a83 (commit) via ddb122c0b6ff4f5814f25f517535e0995417fe26 (commit) via 28fec7ec4fcd6204f58855359409d50b0dee2b55 (commit) via fe9bfa70af65387c0ff3cb0fcb8a050f857bc102 (commit) via 2e7e3f5a6affc1ed88bba91679a0bbb005bc15a3 (commit) via 37cd6a569c5baa572e597bc66f5c8cf5265facb0 (commit) via 635b3af3ff0972a5e5d05c3558d01f4981a043de (commit) via 7288129ab9b931498a8d300bcbbfd7ffc0fb36d9 (commit) via 8e6c756b7c356bcf830edfa1741bdd811ece44f0 (commit) via d5fb7984688c6d767af27844793e95c849c176fc (commit) via 55494d38dc146169f3b436e63fff6358b33a1550 (commit) via c8651726e955a2800889cf282e662cdf18fe29e6 (commit) via be791b78b23ac5b385675570348188c16abfc572 (commit) via 6e04a5a4f69dfbece054fb5e074a331d4e988ef4 (commit) via 441a2b871c56239e510b22388275e74c9739a048 (commit) via efbec9bbce23222b55dbe3f6898978384ce833e0 (commit) via ee660f81cf10b63ea1f0175830972f30032ac912 (commit) via 0a9a88f1c655ae8750ff60df8e6c42ef8646a86a (commit) via 4114f0d09a3f4a548c5773b1e62f8e21fd62f669 (commit) via 3380bb90c39efa792cb960bc504292cfccac1932 (commit) via 6d4201da123a8ee2197b97297192ef8c6e209222 (commit) via 65dc9840bced35f7e30fa156a0af1aa74f0613d8 (commit) via 16d7e3894bfb8f60aa0c8b7c53ab7581b85b1d6e (commit) via 660700bed90be56e1f84f553118f53a82a1b5e15 (commit) via 8a8e3f69c3c3f2cab81544d40b9c4a738a596568 (commit) via 2588b7de111a50c6363514cc6a909e9727fbc71e (commit) via 543b2cbb53b881bd0d5b01ce07de579a607814cc (commit) via 2dc92ef2a12cdabcd0cde24447c5de95c11b57a7 (commit) via 2e9c60128f21f9b5f5c28322dd4e1d0d562ad469 (commit) via b7939b01968a56b1a80822193a94d78681f34657 (commit) via a1210921debe28bb0768cb61ad6d3bed30988eb0 (commit) via 62a18a23f7d542b31fc19c3045927447665dbe62 (commit) via d32971050e6ae4749e7bf55f453dd869615c6b4a (commit) via dfde6f113007eece38b140045096ae53b29c2bd5 (commit) via 6c184e1de258b6a459a5b1acf13e8b05413a2c7a (commit) via 7584910cd67838ba403c18b57a9ead12a38be65b (commit) via 634231cabdedc205bccb73e6e9cc34fd6c6b2dbb (commit) via 004e6ad662326d98524980a5e4f2c781ef9819b1 (commit) via b9ed4886df37b75e04b11d0e99ef270111660bb0 (commit) via efcbae24458ee8d60a2899b329ff53e15568f5ff (commit) via 654ed436f176bf65783e0d6df5332844e4b429ff (commit) via eb8f683e1c1c7b211741455c7fec11787ee2b3db (commit) via d4d0915179a62320d0671abd5746a241e2d234b0 (commit) via 65e1b7296c3b7634a2acaab95b609118d552886e (commit) via 8d4deef889797fdaa0a36963f027f1ac64daeab4 (commit) via 52ec17eb6c21badc7aa748e92f0ef3629b261e81 (commit) via 6262ff496f784c0800f219a420b1489386e29da5 (commit) via e3ac486bd666243f5eff665ca8a0c6d805c83176 (commit) via c6064631bfbac5668a8df5dcc155277a679dafb2 (commit) via 6cc09a2d42fcfdda3be6d4d55447ab4d8aca047a (commit) via fdc8f23a4766acdb092a9165852f161a1a2b241b (commit) via 84112c5825b214dc56c1d67ad7a0f49d0a1156ed (commit) via fb86e1ac8901862bcfd33a8898efb6cf020e58f0 (commit) via 70ad9b32d77d769d86da251e11b79577416fc9d5 (commit) via b4dbdadf7130b18e06395ac61de153a8a95e018d (commit) via 785880e94b6c58c12376ac31cdeaaabeda01c01c (commit) via 9f61f24f8f39583f80c907a94e798fb409e1ecbc (commit) via 9bebd9480897597da2cfd1a1174bf6b6a5e34e81 (commit) via b4ebe743ca8cfa44f8fd33a8f2c66a5b1d44ee20 (commit) via 6fe4cdeeed1fd99a7d49b30d32799a3108c5a62d (commit)