The branch, master has been updated via 36c23be35cc9d300d0a3fcf24320a3cde12b627d (commit) from 1394cc65e8bb3b5218ffb83dd3cb8490498bfe80 (commit)
- Log ----------------------------------------------------------------- commit 36c23be35cc9d300d0a3fcf24320a3cde12b627d Author: Marc Delisle marc@infomarc.info Date: Thu Oct 21 09:25:36 2010 -0400
remove author names
-----------------------------------------------------------------------
Summary of changes: js/functions.js | 4 +--- libraries/transformations/global.inc.php | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/js/functions.js b/js/functions.js index 2fe8530..b421d09 100644 --- a/js/functions.js +++ b/js/functions.js @@ -1073,7 +1073,7 @@ function setPointer(theRow, theRowNum, theAction, theDefaultColor, thePointerCol else if (theAction == 'click' && theMarkColor != '') { newColor = theMarkColor; marked_row[theRowNum] = true; - // Garvin: deactivated onclick marking of the checkbox because it's also executed + // Deactivated onclick marking of the checkbox because it's also executed // when an action (like edit/delete) on a single item is performed. Then the checkbox // would get deactived, even though we need it activated. Maybe there is a way // to detect if the row was clicked, and not an item therein... @@ -1257,7 +1257,6 @@ function setCheckboxes( container_id, state ) { } // end of the 'setCheckboxes()' function
-// added 2004-05-08 by Michael Keck <mail_at_michaelkeck_dot_de> // copy the checked from left to right or from right to left // so it's easier for users to see, if $cfg['ModifyAtRight']=true, what they've checked ;) function copyCheckboxesRange(the_form, the_name, the_clicked) @@ -1280,7 +1279,6 @@ function copyCheckboxesRange(the_form, the_name, the_clicked) }
-// added 2004-05-08 by Michael Keck <mail_at_michaelkeck_dot_de> // - this was directly written to each td, so why not a function ;) // setCheckboxColumn('id_rows_to_delete' . $row_no . '''); function setCheckboxColumn(theCheckbox){ diff --git a/libraries/transformations/global.inc.php b/libraries/transformations/global.inc.php index 974f24f..120eed1 100644 --- a/libraries/transformations/global.inc.php +++ b/libraries/transformations/global.inc.php @@ -1,7 +1,7 @@ <?php /* vim: set expandtab sw=4 ts=4 sts=4: */ /** - * GLOBAL Plugin function (Garvin Hicking). + * GLOBAL Plugin function. * --------------- * * THIS FILE PROVIDES BASIC FUNCTIONS TO USE IN OTHER PLUGINS!
hooks/post-receive