cvs: smarty /libs/plugins block.textformat.php compiler.assign.php function.assign_debug_info.php function.config_load.php function.counter.php function.eval.php function.fetch.php function.html_options.php function.html_select_date.php function.html_select_time.php function.math.php function.popup.php function.popup_init.php modifier.capitalize.php modifier.count_characters.php modifier.count_paragraphs.php modifier.count_sentences.php modifier.count_words.php modifier.date_format.php modifier.debug_print_var.php modifier.default.php modifier.escape.php modifier.indent.php modifier.lower.php modifier.regex_replace.php modifier.replace.php modifier.spacify.php modifier.string_format.php modifier.strip_tags.php modifier.truncate.php modifier.upper.php modifier.wordwrap.php shared.escape_special_chars.php shared.make_timestamp.php

"Monte Ohrt" <[email protected]>
Newsgroups gmane.comp.php.cvs.smarty
Message-ID <cvsmohrt1129047776@cvsserver>
mohrt		Tue Oct 11 12:22:56 2005 EDT

  Modified files:              
    /smarty/libs/plugins	block.textformat.php compiler.assign.php 
                        	function.assign_debug_info.php 
                        	function.config_load.php function.counter.php 
                        	function.eval.php function.fetch.php 
                        	function.html_options.php 
                        	function.html_select_date.php 
                        	function.html_select_time.php 
                        	function.math.php function.popup.php 
                        	function.popup_init.php 
                        	modifier.capitalize.php 
                        	modifier.count_characters.php 
                        	modifier.count_paragraphs.php 
                        	modifier.count_sentences.php 
                        	modifier.count_words.php 
                        	modifier.date_format.php 
                        	modifier.debug_print_var.php 
                        	modifier.default.php modifier.escape.php 
                        	modifier.indent.php modifier.lower.php 
                        	modifier.regex_replace.php 
                        	modifier.replace.php modifier.spacify.php 
                        	modifier.string_format.php 
                        	modifier.strip_tags.php modifier.truncate.php 
                        	modifier.upper.php modifier.wordwrap.php 
                        	shared.escape_special_chars.php 
                        	shared.make_timestamp.php 
  Log:
  Added author title to plugins where they don't exist. I put my name where I was the original or co-author. If there needs to be more credit given somewhere, speak up!

-- 
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
mohrt-20051011122256.txt (text/plain, 23.2 KB)
http://cvs.php.net/diff.php/smarty/libs/plugins/block.textformat.php?r1=1.8&r2=1.9&ty=u
Index: smarty/libs/plugins/block.textformat.php
diff -u smarty/libs/plugins/block.textformat.php:1.8 smarty/libs/plugins/block.textformat.php:1.9
--- smarty/libs/plugins/block.textformat.php:1.8	Fri May  7 18:50:11 2004
+++ smarty/libs/plugins/block.textformat.php	Tue Oct 11 12:22:56 2005
@@ -23,6 +23,7 @@
  *           indent_char: string (" ")
  *           wrap_boundary: boolean (true)
  * </pre>
+ * @author Monte Ohrt <monte at ohrt dot com>
  * @param string contents of the block
  * @param Smarty clever simulation of a method
  * @return string string $content re-formatted
http://cvs.php.net/diff.php/smarty/libs/plugins/compiler.assign.php?r1=1.2&r2=1.3&ty=u
Index: smarty/libs/plugins/compiler.assign.php
diff -u smarty/libs/plugins/compiler.assign.php:1.2 smarty/libs/plugins/compiler.assign.php:1.3
--- smarty/libs/plugins/compiler.assign.php:1.2	Tue Jul 20 07:51:05 2004
+++ smarty/libs/plugins/compiler.assign.php	Tue Oct 11 12:22:56 2005
@@ -13,6 +13,7 @@
  * Purpose:  assign a value to a template variable
  * @link http://smarty.php.net/manual/en/language.custom.functions.php#LANGUAGE.FUNCTION.ASSIGN {assign}
  *       (Smarty online manual)
+ * @author Monte Ohrt <monte at ohrt dot com>
  * @param string containing var-attribute and value-attribute
  * @param Smarty_Compiler
  */
http://cvs.php.net/diff.php/smarty/libs/plugins/function.assign_debug_info.php?r1=1.5&r2=1.6&ty=u
Index: smarty/libs/plugins/function.assign_debug_info.php
diff -u smarty/libs/plugins/function.assign_debug_info.php:1.5 smarty/libs/plugins/function.assign_debug_info.php:1.6
--- smarty/libs/plugins/function.assign_debug_info.php:1.5	Wed Apr  7 15:57:24 2004
+++ smarty/libs/plugins/function.assign_debug_info.php	Tue Oct 11 12:22:56 2005
@@ -11,6 +11,7 @@
  * Type:     function<br>
  * Name:     assign_debug_info<br>
  * Purpose:  assign debug info to the template<br>
+ * @author Monte Ohrt <monte at ohrt dot com>
  * @param array unused in this plugin, this plugin uses {@link Smarty::$_config},
  *              {@link Smarty::$_tpl_vars} and {@link Smarty::$_smarty_debug_info}
  * @param Smarty
http://cvs.php.net/diff.php/smarty/libs/plugins/function.config_load.php?r1=1.24&r2=1.25&ty=u
Index: smarty/libs/plugins/function.config_load.php
diff -u smarty/libs/plugins/function.config_load.php:1.24 smarty/libs/plugins/function.config_load.php:1.25
--- smarty/libs/plugins/function.config_load.php:1.24	Fri Sep 17 22:09:35 2004
+++ smarty/libs/plugins/function.config_load.php	Tue Oct 11 12:22:56 2005
@@ -13,6 +13,7 @@
  * Purpose:  load config file vars
  * @link http://smarty.php.net/manual/en/language.function.config.load.php {config_load}
  *       (Smarty online manual)
+ * @author Monte Ohrt <monte at ohrt dot com>
  * @param array Format:
  * <pre>
  * array('file' => required config file name,
http://cvs.php.net/diff.php/smarty/libs/plugins/function.counter.php?r1=1.12&r2=1.13&ty=u
Index: smarty/libs/plugins/function.counter.php
diff -u smarty/libs/plugins/function.counter.php:1.12 smarty/libs/plugins/function.counter.php:1.13
--- smarty/libs/plugins/function.counter.php:1.12	Fri Dec 19 12:18:56 2003
+++ smarty/libs/plugins/function.counter.php	Tue Oct 11 12:22:56 2005
@@ -12,6 +12,7 @@
  * Type:     function<br>
  * Name:     counter<br>
  * Purpose:  print out a counter value
+ * @author Monte Ohrt <monte at ohrt dot com>
  * @link http://smarty.php.net/manual/en/language.function.counter.php {counter}
  *       (Smarty online manual)
  * @param array parameters
http://cvs.php.net/diff.php/smarty/libs/plugins/function.eval.php?r1=1.14&r2=1.15&ty=u
Index: smarty/libs/plugins/function.eval.php
diff -u smarty/libs/plugins/function.eval.php:1.14 smarty/libs/plugins/function.eval.php:1.15
--- smarty/libs/plugins/function.eval.php:1.14	Fri Apr 16 04:00:51 2004
+++ smarty/libs/plugins/function.eval.php	Tue Oct 11 12:22:56 2005
@@ -14,6 +14,7 @@
  * Purpose:  evaluate a template variable as a template<br>
  * @link http://smarty.php.net/manual/en/language.function.eval.php {eval}
  *       (Smarty online manual)
+ * @author Monte Ohrt <monte at ohrt dot com>
  * @param array
  * @param Smarty
  */
http://cvs.php.net/diff.php/smarty/libs/plugins/function.fetch.php?r1=1.20&r2=1.21&ty=u
Index: smarty/libs/plugins/function.fetch.php
diff -u smarty/libs/plugins/function.fetch.php:1.20 smarty/libs/plugins/function.fetch.php:1.21
--- smarty/libs/plugins/function.fetch.php:1.20	Fri Sep 17 22:09:35 2004
+++ smarty/libs/plugins/function.fetch.php	Tue Oct 11 12:22:56 2005
@@ -14,6 +14,7 @@
  * Purpose:  fetch file, web or ftp data and display results
  * @link http://smarty.php.net/manual/en/language.function.fetch.php {fetch}
  *       (Smarty online manual)
+ * @author Monte Ohrt <monte at ohrt dot com>
  * @param array
  * @param Smarty
  * @return string|null if the assign parameter is passed, Smarty assigns the
http://cvs.php.net/diff.php/smarty/libs/plugins/function.html_options.php?r1=1.24&r2=1.25&ty=u
Index: smarty/libs/plugins/function.html_options.php
diff -u smarty/libs/plugins/function.html_options.php:1.24 smarty/libs/plugins/function.html_options.php:1.25
--- smarty/libs/plugins/function.html_options.php:1.24	Mon Nov 15 08:03:57 2004
+++ smarty/libs/plugins/function.html_options.php	Tue Oct 11 12:22:56 2005
@@ -21,6 +21,7 @@
  *           the passed parameters
  * @link http://smarty.php.net/manual/en/language.function.html.options.php {html_image}
  *      (Smarty online manual)
+ * @author Monte Ohrt <monte at ohrt dot com>
  * @param array
  * @param Smarty
  * @return string
http://cvs.php.net/diff.php/smarty/libs/plugins/function.html_select_date.php?r1=1.32&r2=1.33&ty=u
Index: smarty/libs/plugins/function.html_select_date.php
diff -u smarty/libs/plugins/function.html_select_date.php:1.32 smarty/libs/plugins/function.html_select_date.php:1.33
--- smarty/libs/plugins/function.html_select_date.php:1.32	Fri Jul  8 09:36:34 2005
+++ smarty/libs/plugins/function.html_select_date.php	Tue Oct 11 12:22:56 2005
@@ -27,7 +27,8 @@
  * @link http://smarty.php.net/manual/en/language.function.html.select.date.php {html_select_date}
  *      (Smarty online manual)
  * @version 1.3.2
- * @author   Andrei Zmievski
+ * @author Andrei Zmievski
+ * @author Monte Ohrt <monte at ohrt dot com>
  * @param array
  * @param Smarty
  * @return string
http://cvs.php.net/diff.php/smarty/libs/plugins/function.html_select_time.php?r1=1.13&r2=1.14&ty=u
Index: smarty/libs/plugins/function.html_select_time.php
diff -u smarty/libs/plugins/function.html_select_time.php:1.13 smarty/libs/plugins/function.html_select_time.php:1.14
--- smarty/libs/plugins/function.html_select_time.php:1.13	Fri Jul 23 11:34:53 2004
+++ smarty/libs/plugins/function.html_select_time.php	Tue Oct 11 12:22:56 2005
@@ -14,6 +14,8 @@
  * Purpose:  Prints the dropdowns for time selection
  * @link http://smarty.php.net/manual/en/language.function.html.select.time.php {html_select_time}
  *          (Smarty online manual)
+ * @author Roberto Berto <[email protected]>
+ * @credits Monte Ohrt <monte AT ohrt DOT com>
  * @param array
  * @param Smarty
  * @return string
http://cvs.php.net/diff.php/smarty/libs/plugins/function.math.php?r1=1.9&r2=1.10&ty=u
Index: smarty/libs/plugins/function.math.php
diff -u smarty/libs/plugins/function.math.php:1.9 smarty/libs/plugins/function.math.php:1.10
--- smarty/libs/plugins/function.math.php:1.9	Wed Mar 30 16:30:53 2005
+++ smarty/libs/plugins/function.math.php	Tue Oct 11 12:22:56 2005
@@ -14,6 +14,7 @@
  * Purpose:  handle math computations in template<br>
  * @link http://smarty.php.net/manual/en/language.function.math.php {math}
  *          (Smarty online manual)
+ * @author   Monte Ohrt <monte at ohrt dot com>
  * @param array
  * @param Smarty
  * @return string
http://cvs.php.net/diff.php/smarty/libs/plugins/function.popup.php?r1=1.16&r2=1.17&ty=u
Index: smarty/libs/plugins/function.popup.php
diff -u smarty/libs/plugins/function.popup.php:1.16 smarty/libs/plugins/function.popup.php:1.17
--- smarty/libs/plugins/function.popup.php:1.16	Wed Dec 15 15:42:05 2004
+++ smarty/libs/plugins/function.popup.php	Tue Oct 11 12:22:56 2005
@@ -14,6 +14,7 @@
  * Purpose:  make text pop up in windows via overlib
  * @link http://smarty.php.net/manual/en/language.function.popup.php {popup}
  *          (Smarty online manual)
+ * @author   Monte Ohrt <monte at ohrt dot com>
  * @param array
  * @param Smarty
  * @return string
http://cvs.php.net/diff.php/smarty/libs/plugins/function.popup_init.php?r1=1.9&r2=1.10&ty=u
Index: smarty/libs/plugins/function.popup_init.php
diff -u smarty/libs/plugins/function.popup_init.php:1.9 smarty/libs/plugins/function.popup_init.php:1.10
--- smarty/libs/plugins/function.popup_init.php:1.9	Fri Dec 19 12:18:56 2003
+++ smarty/libs/plugins/function.popup_init.php	Tue Oct 11 12:22:56 2005
@@ -14,6 +14,7 @@
  * Purpose:  initialize overlib
  * @link http://smarty.php.net/manual/en/language.function.popup.init.php {popup_init}
  *          (Smarty online manual)
+ * @author   Monte Ohrt <monte at ohrt dot com>
  * @param array
  * @param Smarty
  * @return string
http://cvs.php.net/diff.php/smarty/libs/plugins/modifier.capitalize.php?r1=1.7&r2=1.8&ty=u
Index: smarty/libs/plugins/modifier.capitalize.php
diff -u smarty/libs/plugins/modifier.capitalize.php:1.7 smarty/libs/plugins/modifier.capitalize.php:1.8
--- smarty/libs/plugins/modifier.capitalize.php:1.7	Mon Aug 23 17:52:57 2004
+++ smarty/libs/plugins/modifier.capitalize.php	Tue Oct 11 12:22:56 2005
@@ -14,6 +14,7 @@
  * Purpose:  capitalize words in the string
  * @link http://smarty.php.net/manual/en/language.modifiers.php#LANGUAGE.MODIFIER.CAPITALIZE
  *      capitalize (Smarty online manual)
+ * @author   Monte Ohrt <monte at ohrt dot com>
  * @param string
  * @return string
  */
http://cvs.php.net/diff.php/smarty/libs/plugins/modifier.count_characters.php?r1=1.2&r2=1.3&ty=u
Index: smarty/libs/plugins/modifier.count_characters.php
diff -u smarty/libs/plugins/modifier.count_characters.php:1.2 smarty/libs/plugins/modifier.count_characters.php:1.3
--- smarty/libs/plugins/modifier.count_characters.php:1.2	Sun Apr 20 17:12:05 2003
+++ smarty/libs/plugins/modifier.count_characters.php	Tue Oct 11 12:22:56 2005
@@ -14,6 +14,7 @@
  * Purpose:  count the number of characters in a text
  * @link http://smarty.php.net/manual/en/language.modifier.count.characters.php
  *          count_characters (Smarty online manual)
+ * @author   Monte Ohrt <monte at ohrt dot com>
  * @param string
  * @param boolean include whitespace in the character count
  * @return integer
http://cvs.php.net/diff.php/smarty/libs/plugins/modifier.count_paragraphs.php?r1=1.2&r2=1.3&ty=u
Index: smarty/libs/plugins/modifier.count_paragraphs.php
diff -u smarty/libs/plugins/modifier.count_paragraphs.php:1.2 smarty/libs/plugins/modifier.count_paragraphs.php:1.3
--- smarty/libs/plugins/modifier.count_paragraphs.php:1.2	Sun Apr 20 17:12:05 2003
+++ smarty/libs/plugins/modifier.count_paragraphs.php	Tue Oct 11 12:22:56 2005
@@ -14,6 +14,7 @@
  * Purpose:  count the number of paragraphs in a text
  * @link http://smarty.php.net/manual/en/language.modifier.count.paragraphs.php
  *          count_paragraphs (Smarty online manual)
+ * @author   Monte Ohrt <monte at ohrt dot com>
  * @param string
  * @return integer
  */
http://cvs.php.net/diff.php/smarty/libs/plugins/modifier.count_sentences.php?r1=1.2&r2=1.3&ty=u
Index: smarty/libs/plugins/modifier.count_sentences.php
diff -u smarty/libs/plugins/modifier.count_sentences.php:1.2 smarty/libs/plugins/modifier.count_sentences.php:1.3
--- smarty/libs/plugins/modifier.count_sentences.php:1.2	Sun Apr 20 17:12:05 2003
+++ smarty/libs/plugins/modifier.count_sentences.php	Tue Oct 11 12:22:56 2005
@@ -14,6 +14,7 @@
  * Purpose:  count the number of sentences in a text
  * @link http://smarty.php.net/manual/en/language.modifier.count.paragraphs.php
  *          count_sentences (Smarty online manual)
+ * @author   Monte Ohrt <monte at ohrt dot com>
  * @param string
  * @return integer
  */
http://cvs.php.net/diff.php/smarty/libs/plugins/modifier.count_words.php?r1=1.3&r2=1.4&ty=u
Index: smarty/libs/plugins/modifier.count_words.php
diff -u smarty/libs/plugins/modifier.count_words.php:1.3 smarty/libs/plugins/modifier.count_words.php:1.4
--- smarty/libs/plugins/modifier.count_words.php:1.3	Sun Apr 20 17:12:07 2003
+++ smarty/libs/plugins/modifier.count_words.php	Tue Oct 11 12:22:56 2005
@@ -14,6 +14,7 @@
  * Purpose:  count the number of words in a text
  * @link http://smarty.php.net/manual/en/language.modifier.count.words.php
  *          count_words (Smarty online manual)
+ * @author   Monte Ohrt <monte at ohrt dot com>
  * @param string
  * @return integer
  */
http://cvs.php.net/diff.php/smarty/libs/plugins/modifier.date_format.php?r1=1.13&r2=1.14&ty=u
Index: smarty/libs/plugins/modifier.date_format.php
diff -u smarty/libs/plugins/modifier.date_format.php:1.13 smarty/libs/plugins/modifier.date_format.php:1.14
--- smarty/libs/plugins/modifier.date_format.php:1.13	Fri Jul 23 11:34:53 2004
+++ smarty/libs/plugins/modifier.date_format.php	Tue Oct 11 12:22:56 2005
@@ -21,6 +21,7 @@
  *         - default_date: default date if $string is empty
  * @link http://smarty.php.net/manual/en/language.modifier.date.format.php
  *          date_format (Smarty online manual)
+ * @author   Monte Ohrt <monte at ohrt dot com>
  * @param string
  * @param string
  * @param string
http://cvs.php.net/diff.php/smarty/libs/plugins/modifier.debug_print_var.php?r1=1.11&r2=1.12&ty=u
Index: smarty/libs/plugins/modifier.debug_print_var.php
diff -u smarty/libs/plugins/modifier.debug_print_var.php:1.11 smarty/libs/plugins/modifier.debug_print_var.php:1.12
--- smarty/libs/plugins/modifier.debug_print_var.php:1.11	Fri Dec 19 12:18:56 2003
+++ smarty/libs/plugins/modifier.debug_print_var.php	Tue Oct 11 12:22:56 2005
@@ -14,6 +14,7 @@
  * Purpose:  formats variable contents for display in the console
  * @link http://smarty.php.net/manual/en/language.modifier.debug.print.var.php
  *          debug_print_var (Smarty online manual)
+ * @author   Monte Ohrt <monte at ohrt dot com>
  * @param array|object
  * @param integer
  * @param integer
http://cvs.php.net/diff.php/smarty/libs/plugins/modifier.default.php?r1=1.4&r2=1.5&ty=u
Index: smarty/libs/plugins/modifier.default.php
diff -u smarty/libs/plugins/modifier.default.php:1.4 smarty/libs/plugins/modifier.default.php:1.5
--- smarty/libs/plugins/modifier.default.php:1.4	Sun Apr 20 17:12:07 2003
+++ smarty/libs/plugins/modifier.default.php	Tue Oct 11 12:22:56 2005
@@ -14,6 +14,7 @@
  * Purpose:  designate default value for empty variables
  * @link http://smarty.php.net/manual/en/language.modifier.default.php
  *          default (Smarty online manual)
+ * @author   Monte Ohrt <monte at ohrt dot com>
  * @param string
  * @param string
  * @return string
http://cvs.php.net/diff.php/smarty/libs/plugins/modifier.escape.php?r1=1.21&r2=1.22&ty=u
Index: smarty/libs/plugins/modifier.escape.php
diff -u smarty/libs/plugins/modifier.escape.php:1.21 smarty/libs/plugins/modifier.escape.php:1.22
--- smarty/libs/plugins/modifier.escape.php:1.21	Tue Aug 30 17:03:23 2005
+++ smarty/libs/plugins/modifier.escape.php	Tue Oct 11 12:22:56 2005
@@ -14,6 +14,7 @@
  * Purpose:  Escape the string according to escapement type
  * @link http://smarty.php.net/manual/en/language.modifier.escape.php
  *          escape (Smarty online manual)
+ * @author   Monte Ohrt <monte at ohrt dot com>
  * @param string
  * @param html|htmlall|url|quotes|hex|hexentity|javascript
  * @return string
http://cvs.php.net/diff.php/smarty/libs/plugins/modifier.indent.php?r1=1.3&r2=1.4&ty=u
Index: smarty/libs/plugins/modifier.indent.php
diff -u smarty/libs/plugins/modifier.indent.php:1.3 smarty/libs/plugins/modifier.indent.php:1.4
--- smarty/libs/plugins/modifier.indent.php:1.3	Fri Dec 19 12:18:56 2003
+++ smarty/libs/plugins/modifier.indent.php	Tue Oct 11 12:22:56 2005
@@ -14,6 +14,7 @@
  * Purpose:  indent lines of text
  * @link http://smarty.php.net/manual/en/language.modifier.indent.php
  *          indent (Smarty online manual)
+ * @author   Monte Ohrt <monte at ohrt dot com>
  * @param string
  * @param integer
  * @param string
http://cvs.php.net/diff.php/smarty/libs/plugins/modifier.lower.php?r1=1.3&r2=1.4&ty=u
Index: smarty/libs/plugins/modifier.lower.php
diff -u smarty/libs/plugins/modifier.lower.php:1.3 smarty/libs/plugins/modifier.lower.php:1.4
--- smarty/libs/plugins/modifier.lower.php:1.3	Fri Dec 19 12:18:56 2003
+++ smarty/libs/plugins/modifier.lower.php	Tue Oct 11 12:22:56 2005
@@ -14,6 +14,7 @@
  * Purpose:  convert string to lowercase
  * @link http://smarty.php.net/manual/en/language.modifier.lower.php
  *          lower (Smarty online manual)
+ * @author   Monte Ohrt <monte at ohrt dot com>
  * @param string
  * @return string
  */
http://cvs.php.net/diff.php/smarty/libs/plugins/modifier.regex_replace.php?r1=1.3&r2=1.4&ty=u
Index: smarty/libs/plugins/modifier.regex_replace.php
diff -u smarty/libs/plugins/modifier.regex_replace.php:1.3 smarty/libs/plugins/modifier.regex_replace.php:1.4
--- smarty/libs/plugins/modifier.regex_replace.php:1.3	Mon Mar 21 09:09:50 2005
+++ smarty/libs/plugins/modifier.regex_replace.php	Tue Oct 11 12:22:56 2005
@@ -14,6 +14,7 @@
  * Purpose:  regular epxression search/replace
  * @link http://smarty.php.net/manual/en/language.modifier.regex.replace.php
  *          regex_replace (Smarty online manual)
+ * @author   Monte Ohrt <monte at ohrt dot com>
  * @param string
  * @param string|array
  * @param string|array
http://cvs.php.net/diff.php/smarty/libs/plugins/modifier.replace.php?r1=1.2&r2=1.3&ty=u
Index: smarty/libs/plugins/modifier.replace.php
diff -u smarty/libs/plugins/modifier.replace.php:1.2 smarty/libs/plugins/modifier.replace.php:1.3
--- smarty/libs/plugins/modifier.replace.php:1.2	Sun Apr 20 17:12:11 2003
+++ smarty/libs/plugins/modifier.replace.php	Tue Oct 11 12:22:56 2005
@@ -14,6 +14,7 @@
  * Purpose:  simple search/replace
  * @link http://smarty.php.net/manual/en/language.modifier.replace.php
  *          replace (Smarty online manual)
+ * @author   Monte Ohrt <monte at ohrt dot com>
  * @param string
  * @param string
  * @param string
http://cvs.php.net/diff.php/smarty/libs/plugins/modifier.spacify.php?r1=1.2&r2=1.3&ty=u
Index: smarty/libs/plugins/modifier.spacify.php
diff -u smarty/libs/plugins/modifier.spacify.php:1.2 smarty/libs/plugins/modifier.spacify.php:1.3
--- smarty/libs/plugins/modifier.spacify.php:1.2	Sun Apr 20 17:12:11 2003
+++ smarty/libs/plugins/modifier.spacify.php	Tue Oct 11 12:22:56 2005
@@ -14,6 +14,7 @@
  * Purpose:  add spaces between characters in a string
  * @link http://smarty.php.net/manual/en/language.modifier.spacify.php
  *          spacify (Smarty online manual)
+ * @author   Monte Ohrt <monte at ohrt dot com>
  * @param string
  * @param string
  * @return string
http://cvs.php.net/diff.php/smarty/libs/plugins/modifier.string_format.php?r1=1.4&r2=1.5&ty=u
Index: smarty/libs/plugins/modifier.string_format.php
diff -u smarty/libs/plugins/modifier.string_format.php:1.4 smarty/libs/plugins/modifier.string_format.php:1.5
--- smarty/libs/plugins/modifier.string_format.php:1.4	Sun Apr 20 17:12:11 2003
+++ smarty/libs/plugins/modifier.string_format.php	Tue Oct 11 12:22:56 2005
@@ -14,6 +14,7 @@
  * Purpose:  format strings via sprintf
  * @link http://smarty.php.net/manual/en/language.modifier.string.format.php
  *          string_format (Smarty online manual)
+ * @author   Monte Ohrt <monte at ohrt dot com>
  * @param string
  * @param string
  * @return string
http://cvs.php.net/diff.php/smarty/libs/plugins/modifier.strip_tags.php?r1=1.4&r2=1.5&ty=u
Index: smarty/libs/plugins/modifier.strip_tags.php
diff -u smarty/libs/plugins/modifier.strip_tags.php:1.4 smarty/libs/plugins/modifier.strip_tags.php:1.5
--- smarty/libs/plugins/modifier.strip_tags.php:1.4	Sun Apr 20 17:12:11 2003
+++ smarty/libs/plugins/modifier.strip_tags.php	Tue Oct 11 12:22:56 2005
@@ -14,6 +14,7 @@
  * Purpose:  strip html tags from text
  * @link http://smarty.php.net/manual/en/language.modifier.strip.tags.php
  *          strip_tags (Smarty online manual)
+ * @author   Monte Ohrt <monte at ohrt dot com>
  * @param string
  * @param boolean
  * @return string
http://cvs.php.net/diff.php/smarty/libs/plugins/modifier.truncate.php?r1=1.5&r2=1.6&ty=u
Index: smarty/libs/plugins/modifier.truncate.php
diff -u smarty/libs/plugins/modifier.truncate.php:1.5 smarty/libs/plugins/modifier.truncate.php:1.6
--- smarty/libs/plugins/modifier.truncate.php:1.5	Mon Jun 13 15:22:29 2005
+++ smarty/libs/plugins/modifier.truncate.php	Tue Oct 11 12:22:56 2005
@@ -16,6 +16,7 @@
  *           appending the $etc string or inserting $etc into the middle.
  * @link http://smarty.php.net/manual/en/language.modifier.truncate.php
  *          truncate (Smarty online manual)
+ * @author   Monte Ohrt <monte at ohrt dot com>
  * @param string
  * @param integer
  * @param string
http://cvs.php.net/diff.php/smarty/libs/plugins/modifier.upper.php?r1=1.3&r2=1.4&ty=u
Index: smarty/libs/plugins/modifier.upper.php
diff -u smarty/libs/plugins/modifier.upper.php:1.3 smarty/libs/plugins/modifier.upper.php:1.4
--- smarty/libs/plugins/modifier.upper.php:1.3	Fri Dec 19 12:18:56 2003
+++ smarty/libs/plugins/modifier.upper.php	Tue Oct 11 12:22:56 2005
@@ -14,6 +14,7 @@
  * Purpose:  convert string to uppercase
  * @link http://smarty.php.net/manual/en/language.modifier.upper.php
  *          upper (Smarty online manual)
+ * @author   Monte Ohrt <monte at ohrt dot com>
  * @param string
  * @return string
  */
http://cvs.php.net/diff.php/smarty/libs/plugins/modifier.wordwrap.php?r1=1.3&r2=1.4&ty=u
Index: smarty/libs/plugins/modifier.wordwrap.php
diff -u smarty/libs/plugins/modifier.wordwrap.php:1.3 smarty/libs/plugins/modifier.wordwrap.php:1.4
--- smarty/libs/plugins/modifier.wordwrap.php:1.3	Fri Dec 19 12:18:56 2003
+++ smarty/libs/plugins/modifier.wordwrap.php	Tue Oct 11 12:22:56 2005
@@ -14,6 +14,7 @@
  * Purpose:  wrap a string of text at a given length
  * @link http://smarty.php.net/manual/en/language.modifier.wordwrap.php
  *          wordwrap (Smarty online manual)
+ * @author   Monte Ohrt <monte at ohrt dot com>
  * @param string
  * @param integer
  * @param string
http://cvs.php.net/diff.php/smarty/libs/plugins/shared.escape_special_chars.php?r1=1.4&r2=1.5&ty=u
Index: smarty/libs/plugins/shared.escape_special_chars.php
diff -u smarty/libs/plugins/shared.escape_special_chars.php:1.4 smarty/libs/plugins/shared.escape_special_chars.php:1.5
--- smarty/libs/plugins/shared.escape_special_chars.php:1.4	Fri Dec 19 12:18:56 2003
+++ smarty/libs/plugins/shared.escape_special_chars.php	Tue Oct 11 12:22:56 2005
@@ -12,6 +12,7 @@
  * Function: smarty_function_escape_special_chars<br>
  * Purpose:  used by other smarty functions to escape
  *           special chars except for already escaped ones
+ * @author   Monte Ohrt <monte at ohrt dot com>
  * @param string
  * @return string
  */
http://cvs.php.net/diff.php/smarty/libs/plugins/shared.make_timestamp.php?r1=1.8&r2=1.9&ty=u
Index: smarty/libs/plugins/shared.make_timestamp.php
diff -u smarty/libs/plugins/shared.make_timestamp.php:1.8 smarty/libs/plugins/shared.make_timestamp.php:1.9
--- smarty/libs/plugins/shared.make_timestamp.php:1.8	Wed Jul 27 16:54:24 2005
+++ smarty/libs/plugins/shared.make_timestamp.php	Tue Oct 11 12:22:56 2005
@@ -10,6 +10,7 @@
  * Function: smarty_make_timestamp<br>
  * Purpose:  used by other smarty functions to make a timestamp
  *           from a string.
+ * @author   Monte Ohrt <monte at ohrt dot com>
  * @param string
  * @return string
  */
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.