Prechádzať zdrojové kódy

Merge branch 'release-2.1' of https://github.com/SimpleMachines/SMF2.1

Conflicts:
	Themes/default/scripts/jquery.sceditor.js
emanuele 12 rokov pred
rodič
commit
7f9d709129
93 zmenil súbory, kde vykonal 1517 pridanie a 686 odobranie
  1. 3 1
      Packages/index.php
  2. 3 1
      Smileys/index.php
  3. 21 6
      Sources/Class-BrowserDetect.php
  4. 27 21
      Sources/Class-CurlFetchWeb.php
  5. 145 12
      Sources/Class-Package.php
  6. 6 4
      Sources/DbExtra-mysql.php
  7. 7 5
      Sources/DbExtra-postgresql.php
  8. 7 5
      Sources/DbExtra-sqlite.php
  9. 40 23
      Sources/DbPackages-mysql.php
  10. 34 23
      Sources/DbPackages-postgresql.php
  11. 36 23
      Sources/DbPackages-sqlite.php
  12. 1 1
      Sources/DbSearch-postgresql.php
  13. 1 1
      Sources/DbSearch-sqlite.php
  14. 13 21
      Sources/Display.php
  15. 52 21
      Sources/Drafts.php
  16. 4 2
      Sources/Errors.php
  17. 3 1
      Sources/Karma.php
  18. 6 6
      Sources/Load.php
  19. 1 1
      Sources/LogInOut.php
  20. 3 2
      Sources/Logging.php
  21. 12 7
      Sources/ManageAttachments.php
  22. 8 3
      Sources/ManageBans.php
  23. 4 3
      Sources/ManageBoards.php
  24. 7 1
      Sources/ManageLanguages.php
  25. 4 7
      Sources/ManageMaintenance.php
  26. 1 1
      Sources/ManageMembers.php
  27. 5 0
      Sources/ManageNews.php
  28. 1 1
      Sources/ManagePermissions.php
  29. 4 0
      Sources/ManageSearch.php
  30. 7 0
      Sources/ManageSearchEngines.php
  31. 40 0
      Sources/ManageSettings.php
  32. 4 0
      Sources/MessageIndex.php
  33. 14 1
      Sources/MoveTopic.php
  34. 18 3
      Sources/News.php
  35. 43 0
      Sources/Packages.php
  36. 17 16
      Sources/PersonalMessage.php
  37. 8 2
      Sources/Post.php
  38. 2 5
      Sources/PostModeration.php
  39. 3 3
      Sources/Profile-Actions.php
  40. 3 3
      Sources/Profile-Modify.php
  41. 17 0
      Sources/Profile-View.php
  42. 8 4
      Sources/QueryString.php
  43. 6 2
      Sources/RemoveTopic.php
  44. 3 1
      Sources/RepairBoards.php
  45. 1 1
      Sources/Reports.php
  46. 14 1
      Sources/ScheduledTasks.php
  47. 2 2
      Sources/Search.php
  48. 77 11
      Sources/SearchAPI-Custom.php
  49. 37 9
      Sources/SearchAPI-Fulltext.php
  50. 24 4
      Sources/SearchAPI-Standard.php
  51. 7 7
      Sources/Security.php
  52. 5 5
      Sources/Session.php
  53. 6 0
      Sources/Subs-Admin.php
  54. 9 19
      Sources/Subs-Auth.php
  55. 1 1
      Sources/Subs-Boards.php
  56. 23 23
      Sources/Subs-Calendar.php
  57. 3 4
      Sources/Subs-Categories.php
  58. 16 14
      Sources/Subs-Db-mysql.php
  59. 28 4
      Sources/Subs-Db-postgresql.php
  60. 21 1
      Sources/Subs-Db-sqlite.php
  61. 7 0
      Sources/Subs-Editor.php
  62. 7 6
      Sources/Subs-Graphics.php
  63. 22 5
      Sources/Subs-Membergroups.php
  64. 13 15
      Sources/Subs-Members.php
  65. 2 2
      Sources/Subs-Menu.php
  66. 7 0
      Sources/Subs-MessageIndex.php
  67. 2 2
      Sources/Subs-OpenID.php
  68. 69 13
      Sources/Subs-Package.php
  69. 16 21
      Sources/Subs-Post.php
  70. 1 1
      Sources/Subs-Sound.php
  71. 135 14
      Sources/Subs.php
  72. 12 2
      Sources/Themes.php
  73. 3 5
      Sources/Who.php
  74. 2 2
      Themes/default/Admin.template.php
  75. 2 2
      Themes/default/Display.template.php
  76. 1 1
      Themes/default/GenericControls.template.php
  77. 0 1
      Themes/default/ManageBans.template.php
  78. 1 1
      Themes/default/ManageNews.template.php
  79. 2 2
      Themes/default/ManagePermissions.template.php
  80. 11 5
      Themes/default/Packages.template.php
  81. 13 14
      Themes/default/PersonalMessage.template.php
  82. 63 63
      Themes/default/Register.template.php
  83. 4 2
      Themes/default/Search.template.php
  84. 0 1
      Themes/default/Themes.template.php
  85. 3 1
      Themes/default/css/index.css
  86. 0 2
      Themes/default/languages/Admin.english.php
  87. 1 1
      Themes/default/languages/Help.english.php
  88. 58 22
      Themes/default/scripts/drafts.js
  89. 3 2
      Themes/default/scripts/jquery.sceditor.bbcode.js
  90. 12 127
      Themes/default/scripts/jquery.sceditor.js
  91. 113 0
      Themes/default/scripts/smf_jquery_plugins.js
  92. 3 1
      attachments/index.php
  93. 3 1
      avatars/index.php

+ 3 - 1
Packages/index.php

@@ -1,6 +1,8 @@
 <?php
 <?php
 
 
-// This file is here solely to protect your Packages directory.
+/**
+ * This file is here solely to protect your Packages directory.
+ */
 
 
 // Look for Settings.php....
 // Look for Settings.php....
 if (file_exists(dirname(dirname(__FILE__)) . '/Settings.php'))
 if (file_exists(dirname(dirname(__FILE__)) . '/Settings.php'))

+ 3 - 1
Smileys/index.php

@@ -1,6 +1,8 @@
 <?php
 <?php
 
 
-// This file is here solely to protect your Smileys directory.
+/**
+ * This file is here solely to protect your Smileys directory.
+ */
 
 
 // Look for Settings.php....
 // Look for Settings.php....
 if (file_exists(dirname(dirname(__FILE__)) . '/Settings.php'))
 if (file_exists(dirname(dirname(__FILE__)) . '/Settings.php'))

+ 21 - 6
Sources/Class-BrowserDetect.php

@@ -1,8 +1,21 @@
 <?php
 <?php
 
 
 /**
 /**
- * This class is an experiment for the job of correctly detecting browsers and settings
- * needed for them.
+ * Simple Machines Forum (SMF)
+ *
+ * @package SMF
+ * @author Simple Machines http://www.simplemachines.org
+ * @copyright 2012 Simple Machines
+ * @license http://www.simplemachines.org/about/smf/license.php BSD
+ *
+ * @version 2.1 Alpha 1
+ */
+
+if (!defined('SMF'))
+	die('Hacking attempt...');
+
+/**
+ *  This class is an experiment for the job of correctly detecting browsers and settings needed for them.
  * - Detects the following browsers
  * - Detects the following browsers
  * - Opera, Webkit, Firefox, Web_tv, Konqueror, IE, Gecko
  * - Opera, Webkit, Firefox, Web_tv, Konqueror, IE, Gecko
  * - Webkit variants: Chrome, iphone, blackberry, android, safari, ipad, ipod
  * - Webkit variants: Chrome, iphone, blackberry, android, safari, ipad, ipod
@@ -12,10 +25,6 @@
  * - IE Versions: 4, 5, 5.5, 6, 7, 8, 9, 10 ... mobile and Mac
  * - IE Versions: 4, 5, 5.5, 6, 7, 8, 9, 10 ... mobile and Mac
  * - Nokia
  * - Nokia
  */
  */
-
-if (!defined('SMF'))
-	die('Hacking attempt...');
-
 class browser_detector
 class browser_detector
 {
 {
 	/**
 	/**
@@ -24,6 +33,12 @@ class browser_detector
 	 * @var array
 	 * @var array
 	 */
 	 */
 	private $_browsers = null;
 	private $_browsers = null;
+
+	/**
+	 * Holds if the detected device may be a mobile one
+	 *
+	 * @var type
+	 */
 	private $_is_mobile = null;
 	private $_is_mobile = null;
 
 
 	/**
 	/**

+ 27 - 21
Sources/Class-CurlFetchWeb.php

@@ -1,7 +1,19 @@
 <?php
 <?php
 /**
 /**
- *
  * Simple Machines Forum (SMF)
  * Simple Machines Forum (SMF)
+ *
+ * @package SMF
+ * @author Simple Machines http://www.simplemachines.org
+ * @copyright 2012 Simple Machines
+ * @license http://www.simplemachines.org/about/smf/license.php BSD
+ *
+ * @version 2.1 Alpha 1
+ */
+
+if (!defined('SMF'))
+	die('Hacking attempt...');
+
+/**
  * Simple cURL class to fetch a web page
  * Simple cURL class to fetch a web page
  * Properly redirects even with safe mode and basedir restrictions
  * Properly redirects even with safe mode and basedir restrictions
  * Can provide simple post options to a page
  * Can provide simple post options to a page
@@ -23,20 +35,14 @@
  *  - $fetch_data->result(); // an array of results, body, header, http result codes
  *  - $fetch_data->result(); // an array of results, body, header, http result codes
  *  - $fetch_data->result_raw(); // show all results of all calls (in the event of a redirect)
  *  - $fetch_data->result_raw(); // show all results of all calls (in the event of a redirect)
  *  - $fetch_data->result_raw(0); // show all results of call x
  *  - $fetch_data->result_raw(0); // show all results of call x
- *
- * @package SMF
- * @author Simple Machines http://www.simplemachines.org
- * @copyright 2012 Simple Machines
- * @license http://www.simplemachines.org/about/smf/license.php BSD
- *
- * @version 2.1 Alpha 1
  */
  */
-
-if (!defined('SMF'))
-	die('Hacking attempt...');
-
 class curl_fetch_web_data
 class curl_fetch_web_data
 {
 {
+	/**
+	 * Set the default itmes for this class
+	 *
+	 * @var type
+	 */
 	private $default_options = array(
 	private $default_options = array(
 		CURLOPT_RETURNTRANSFER	=> 1, // Get returned value as a string (don't output it)
 		CURLOPT_RETURNTRANSFER	=> 1, // Get returned value as a string (don't output it)
 		CURLOPT_HEADER			=> 1, // We need the headers to do our own redirect
 		CURLOPT_HEADER			=> 1, // We need the headers to do our own redirect
@@ -55,8 +61,8 @@ class curl_fetch_web_data
 	* Start the curl object
 	* Start the curl object
 	* - allow for user override values
 	* - allow for user override values
 	*
 	*
-	* @param type $options, cURL options as an array
-	* @param type $max_redirect, use to overide the default of 3
+	* @param type $options cURL options as an array
+	* @param type $max_redirect use to overide the default of 3
 	*/
 	*/
 	public function __construct($options = array(), $max_redirect = 3)
 	public function __construct($options = array(), $max_redirect = 3)
 	{
 	{
@@ -72,8 +78,8 @@ class curl_fetch_web_data
 	*  - passed arrays will be converted to a post string joined with &'s
 	*  - passed arrays will be converted to a post string joined with &'s
 	*  - calls set_options to set the curl opts array values based on the defaults and user input
 	*  - calls set_options to set the curl opts array values based on the defaults and user input
 	*
 	*
-	* @param type $url, the site we are going to fetch
-	* @param type $post_data, any post data as form name => value
+	* @param type $url the site we are going to fetch
+	* @param type $post_data any post data as form name => value
 	*/
 	*/
 	public function get_url_data($url, $post_data = array())
 	public function get_url_data($url, $post_data = array())
 	{
 	{
@@ -95,8 +101,8 @@ class curl_fetch_web_data
 	*  - stores responses (url, code, error, headers, body) in the response array
 	*  - stores responses (url, code, error, headers, body) in the response array
 	*  - detects 301, 302, 307 codes and will redirect to the given response header location
 	*  - detects 301, 302, 307 codes and will redirect to the given response header location
 	*
 	*
-	* @param type $url, site to fetch
-	* @param type $redirect, flag to indicate if this was a redirect request or not
+	* @param type $url site to fetch
+	* @param type $redirect flag to indicate if this was a redirect request or not
 	* @return boolean
 	* @return boolean
 	*/
 	*/
 	private function curl_request($url, $redirect = false)
 	private function curl_request($url, $redirect = false)
@@ -151,8 +157,8 @@ class curl_fetch_web_data
 	/**
 	/**
 	* Used if being redirected to ensure we have a fully qualified address
 	* Used if being redirected to ensure we have a fully qualified address
 	*
 	*
-	* @param type $last_url, where we went to
-	* @param type $new_url, where we were redirected to
+	* @param type $last_url where we went to
+	* @param type $new_url where we were redirected to
 	* @return new url location
 	* @return new url location
 	*/
 	*/
 	private function get_redirect_url($last_url = '', $new_url = '')
 	private function get_redirect_url($last_url = '', $new_url = '')
@@ -176,7 +182,7 @@ class curl_fetch_web_data
 	*  - called as ->result() will return the full final array
 	*  - called as ->result() will return the full final array
 	*  - called as ->result('body') to just return the page source of the result
 	*  - called as ->result('body') to just return the page source of the result
 	*
 	*
-	* @param type $area, used to return an area such as body, header, error
+	* @param type $area used to return an area such as body, header, error
 	* @return type
 	* @return type
 	*/
 	*/
 	public function result($area = '')
 	public function result($area = '')

+ 145 - 12
Sources/Class-Package.php

@@ -21,19 +21,33 @@ if (!defined('SMF'))
  */
  */
 class xmlArray
 class xmlArray
 {
 {
-	// The array and debugging output level.
-	public $array, $debug_level, $trim;
+	/**
+	 * holds xml parsed results
+	 * @var array
+	 */
+	public $array;
+
+	/**
+	 * holds debugging level
+	 * @var type
+	 */
+	public $debug_level;
+
+	/**
+	 * holds trim level textual data
+	 * @var bool
+	 */
+	public $trim;
 
 
 	/**
 	/**
 	 * Constructor for the xml parser.
 	 * Constructor for the xml parser.
 	 * Example use:
 	 * Example use:
 	 *  $xml = new xmlArray(file('data.xml'));
 	 *  $xml = new xmlArray(file('data.xml'));
+	 *
 	 * @param string $data the xml data or an array of, unless is_clone is true.
 	 * @param string $data the xml data or an array of, unless is_clone is true.
-	 * @param bool $auto_trim, default false, used to automatically trim textual data.
-	 * @param int $level, default null, the debug level, specifies whether notices
-	 *  should be generated for missing elements and attributes.
-	 * @param bool $is_clone, default false. If is_clone is true, the
-	 *  xmlArray is cloned from another - used internally only.
+	 * @param bool $auto_trim default false, used to automatically trim textual data.
+	 * @param int $level default null, the debug level, specifies whether notices should be generated for missing elements and attributes.
+	 * @param bool $is_clone default false. If is_clone is true, the  xmlArray is cloned from another - used internally only.
 	 */
 	 */
 	public function __construct($data, $auto_trim = false, $level = null, $is_clone = false)
 	public function __construct($data, $auto_trim = false, $level = null, $is_clone = false)
 	{
 	{
@@ -179,8 +193,9 @@ class xmlArray
 	 * Check if an element exists.
 	 * Check if an element exists.
 	 * Example use,
 	 * Example use,
 	 *  echo $xml->exists('html/body') ? 'y' : 'n';
 	 *  echo $xml->exists('html/body') ? 'y' : 'n';
+	 *
 	 * @param string $path - the path to the element to get.
 	 * @param string $path - the path to the element to get.
-	 * @return bool
+	 * @return boolean
 	 */
 	 */
 	public function exists($path)
 	public function exists($path)
 	{
 	{
@@ -298,7 +313,8 @@ class xmlArray
 	 * Output the xml in an array form.
 	 * Output the xml in an array form.
 	 * Example use:
 	 * Example use:
 	 *  print_r($xml->to_array());
 	 *  print_r($xml->to_array());
-	 * @param string $path, the path to output.
+	 *
+	 * @param string $path the path to output.
 	 */
 	 */
 	public function to_array($path = null)
 	public function to_array($path = null)
 	{
 	{
@@ -322,6 +338,7 @@ class xmlArray
 
 
 	/**
 	/**
 	 * Parse data into an array. (privately used...)
 	 * Parse data into an array. (privately used...)
+	 *
 	 * @param string $data to parse
 	 * @param string $data to parse
 	 */
 	 */
 	protected function _parse($data)
 	protected function _parse($data)
@@ -469,6 +486,7 @@ class xmlArray
 
 
 	/**
 	/**
 	 * Get a specific element's xml. (privately used...)
 	 * Get a specific element's xml. (privately used...)
+	 *
 	 * @param $array
 	 * @param $array
 	 * @param $indent
 	 * @param $indent
 	 */
 	 */
@@ -519,7 +537,12 @@ class xmlArray
 		return $output;
 		return $output;
 	}
 	}
 
 
-	// Return an element as an array...
+	/**
+	 * Return an element as an array
+	 *
+	 * @param type $array
+	 * @return type
+	 */
 	protected function _array($array)
 	protected function _array($array)
 	{
 	{
 		$return = array();
 		$return = array();
@@ -543,6 +566,7 @@ class xmlArray
 
 
 	/**
 	/**
 	 * Parse out CDATA tags. (htmlspecialchars them...)
 	 * Parse out CDATA tags. (htmlspecialchars them...)
+	 *
 	 * @param $data
 	 * @param $data
 	 */
 	 */
 	function _to_cdata($data)
 	function _to_cdata($data)
@@ -579,6 +603,7 @@ class xmlArray
 
 
 	/**
 	/**
 	 * Turn the CDATAs back to normal text.
 	 * Turn the CDATAs back to normal text.
+	 *
 	 * @param $data
 	 * @param $data
 	 */
 	 */
 	protected function _from_cdata($data)
 	protected function _from_cdata($data)
@@ -624,6 +649,7 @@ class xmlArray
 
 
 	/**
 	/**
 	 * Get a specific array by path, one level down. (privately used...)
 	 * Get a specific array by path, one level down. (privately used...)
+	 *
 	 * @param array $array
 	 * @param array $array
 	 * @param string $path
 	 * @param string $path
 	 * @param int $level
 	 * @param int $level
@@ -686,13 +712,43 @@ class xmlArray
 
 
 /**
 /**
  * Simple FTP protocol implementation.
  * Simple FTP protocol implementation.
+ *
  * http://www.faqs.org/rfcs/rfc959.html
  * http://www.faqs.org/rfcs/rfc959.html
  */
  */
 class ftp_connection
 class ftp_connection
 {
 {
-	public $connection, $error, $last_message, $pasv;
+	/**
+	 * holds the connection response
+	 * @var type
+	 */
+	public $connection;
 
 
-	// Create a new FTP connection...
+	/**
+	 * holds any errors
+	 * @var type
+	 */
+	public $error;
+
+	/**
+	 * holds last message from the server
+	 * @var type
+	 */
+	public $last_message;
+
+	/**
+	 * Passive connection
+	 * @var type
+	 */
+	public $pasv;
+
+	/**
+	 * Create a new FTP connection...
+	 *
+	 * @param type $ftp_server
+	 * @param type $ftp_port
+	 * @param type $ftp_user
+	 * @param type $ftp_pass
+	 */
 	public function __construct($ftp_server, $ftp_port = 21, $ftp_user = 'anonymous', $ftp_pass = '[email protected]')
 	public function __construct($ftp_server, $ftp_port = 21, $ftp_user = 'anonymous', $ftp_pass = '[email protected]')
 	{
 	{
 		// Initialize variables.
 		// Initialize variables.
@@ -704,6 +760,15 @@ class ftp_connection
 			$this->connect($ftp_server, $ftp_port, $ftp_user, $ftp_pass);
 			$this->connect($ftp_server, $ftp_port, $ftp_user, $ftp_pass);
 	}
 	}
 
 
+	/**
+	 * Connects to a server
+	 *
+	 * @param type $ftp_server
+	 * @param type $ftp_port
+	 * @param type $ftp_user
+	 * @param type $ftp_pass
+	 * @return type
+	 */
 	public function connect($ftp_server, $ftp_port = 21, $ftp_user = 'anonymous', $ftp_pass = '[email protected]')
 	public function connect($ftp_server, $ftp_port = 21, $ftp_user = 'anonymous', $ftp_pass = '[email protected]')
 	{
 	{
 		if (strpos($ftp_server, 'ftp://') === 0)
 		if (strpos($ftp_server, 'ftp://') === 0)
@@ -746,6 +811,12 @@ class ftp_connection
 		}
 		}
 	}
 	}
 
 
+	/**
+	 * Changes to a directory (chdir) via the ftp connection
+	 *
+	 * @param type $ftp_path
+	 * @return boolean
+	 */
 	public function chdir($ftp_path)
 	public function chdir($ftp_path)
 	{
 	{
 		if (!is_resource($this->connection))
 		if (!is_resource($this->connection))
@@ -765,6 +836,13 @@ class ftp_connection
 		return true;
 		return true;
 	}
 	}
 
 
+	/**
+	 * Changes a files atrributes (chmod)
+	 *
+	 * @param string $ftp_file
+	 * @param type $chmod
+	 * @return boolean
+	 */
 	public function chmod($ftp_file, $chmod)
 	public function chmod($ftp_file, $chmod)
 	{
 	{
 		if (!is_resource($this->connection))
 		if (!is_resource($this->connection))
@@ -784,6 +862,12 @@ class ftp_connection
 		return true;
 		return true;
 	}
 	}
 
 
+	/**
+	 * Deletes a file
+	 *
+	 * @param type $ftp_file
+	 * @return boolean
+	 */
 	public function unlink($ftp_file)
 	public function unlink($ftp_file)
 	{
 	{
 		// We are actually connected, right?
 		// We are actually connected, right?
@@ -807,6 +891,12 @@ class ftp_connection
 		return true;
 		return true;
 	}
 	}
 
 
+	/**
+	 * Reads the response to the command from the server
+	 *
+	 * @param type $desired
+	 * @return type
+	 */
 	public function check_response($desired)
 	public function check_response($desired)
 	{
 	{
 		// Wait for a response that isn't continued with -, but don't wait too long.
 		// Wait for a response that isn't continued with -, but don't wait too long.
@@ -819,6 +909,11 @@ class ftp_connection
 		return is_array($desired) ? in_array(substr($this->last_message, 0, 3), $desired) : substr($this->last_message, 0, 3) == $desired;
 		return is_array($desired) ? in_array(substr($this->last_message, 0, 3), $desired) : substr($this->last_message, 0, 3) == $desired;
 	}
 	}
 
 
+	/**
+	 * Used to create a passive connection
+	 *
+	 * @return boolean
+	 */
 	public function passive()
 	public function passive()
 	{
 	{
 		// We can't create a passive data connection without a primary one first being there.
 		// We can't create a passive data connection without a primary one first being there.
@@ -852,6 +947,12 @@ class ftp_connection
 		return true;
 		return true;
 	}
 	}
 
 
+	/**
+	 * Creates a new file on the server
+	 *
+	 * @param type $ftp_file
+	 * @return boolean
+	 */
 	public function create_file($ftp_file)
 	public function create_file($ftp_file)
 	{
 	{
 		// First, we have to be connected... very important.
 		// First, we have to be connected... very important.
@@ -885,6 +986,13 @@ class ftp_connection
 		return true;
 		return true;
 	}
 	}
 
 
+	/**
+	 * Generates a direcotry listing for the current directory
+	 *
+	 * @param type $ftp_path
+	 * @param type $search
+	 * @return boolean
+	 */
 	public function list_dir($ftp_path = '', $search = false)
 	public function list_dir($ftp_path = '', $search = false)
 	{
 	{
 		// Are we even connected...?
 		// Are we even connected...?
@@ -923,6 +1031,13 @@ class ftp_connection
 		return $data;
 		return $data;
 	}
 	}
 
 
+	/**
+	 * Determins the current dirctory we are in
+	 *
+	 * @param type $file
+	 * @param type $listing
+	 * @return string|boolean
+	 */
 	public function locate($file, $listing = null)
 	public function locate($file, $listing = null)
 	{
 	{
 		if ($listing === null)
 		if ($listing === null)
@@ -963,6 +1078,12 @@ class ftp_connection
 		return false;
 		return false;
 	}
 	}
 
 
+	/**
+	 * Creates a new directory on the server
+	 *
+	 * @param type $ftp_dir
+	 * @return boolean
+	 */
 	public function create_dir($ftp_dir)
 	public function create_dir($ftp_dir)
 	{
 	{
 		// We must be connected to the server to do something.
 		// We must be connected to the server to do something.
@@ -980,6 +1101,13 @@ class ftp_connection
 		return true;
 		return true;
 	}
 	}
 
 
+	/**
+	 * Detects the current path
+	 *
+	 * @param type $filesystem_path
+	 * @param type $lookup_file
+	 * @return type
+	 */
 	public function detect_path($filesystem_path, $lookup_file = null)
 	public function detect_path($filesystem_path, $lookup_file = null)
 	{
 	{
 		$username = '';
 		$username = '';
@@ -1025,6 +1153,11 @@ class ftp_connection
 		return array($username, $path, isset($found_path));
 		return array($username, $path, isset($found_path));
 	}
 	}
 
 
+	/**
+	 * Close the ftp connection
+	 *
+	 * @return boolean
+	 */
 	public function close()
 	public function close()
 	{
 	{
 		// Goodbye!
 		// Goodbye!

+ 6 - 4
Sources/DbExtra-mysql.php

@@ -216,8 +216,9 @@ function smf_db_optimize_table($table)
 /**
 /**
  * This function lists all tables in the database.
  * This function lists all tables in the database.
  * The listing could be filtered according to $filter.
  * The listing could be filtered according to $filter.
- * @param mixed $db, string holding the table name, or false, default false
- * @param mixed $filter, string to filter by, or false, default false
+ *
+ * @param mixed $db string holding the table name, or false, default false
+ * @param mixed $filter string to filter by, or false, default false
  * @return array, an array of table names. (strings)
  * @return array, an array of table names. (strings)
  */
  */
 function smf_db_list_tables($db = false, $filter = false)
 function smf_db_list_tables($db = false, $filter = false)
@@ -248,9 +249,10 @@ function smf_db_list_tables($db = false, $filter = false)
 /**
 /**
  * Gets all the necessary INSERTs for the table named table_name.
  * Gets all the necessary INSERTs for the table named table_name.
  * It goes in 250 row segments.
  * It goes in 250 row segments.
+ *
  * @param string $tableName - the table to create the inserts for.
  * @param string $tableName - the table to create the inserts for.
- * @return string, the query to insert the data back in, or an empty
- *  string if the table was empty.
+ * @param bool $new_table
+ * @return string the query to insert the data back in, or an empty string if the table was empty.
  */
  */
 function smf_db_insert_sql($tableName, $new_table = false)
 function smf_db_insert_sql($tableName, $new_table = false)
 {
 {

+ 7 - 5
Sources/DbExtra-postgresql.php

@@ -112,9 +112,10 @@ function smf_db_optimize_table($table)
 /**
 /**
  * This function lists all tables in the database.
  * This function lists all tables in the database.
  * The listing could be filtered according to $filter.
  * The listing could be filtered according to $filter.
- * @param mixed $db, string holding the table name, or false, default false
- * @param mixed $filter, string to filter by, or false, default false
- * @return array, an array of table names. (strings)
+ *
+ * @param mixed $db string holding the table name, or false, default false
+ * @param mixed $filter string to filter by, or false, default false
+ * @return array an array of table names. (strings)
  */
  */
 function smf_db_list_tables($db = false, $filter = false)
 function smf_db_list_tables($db = false, $filter = false)
 {
 {
@@ -143,9 +144,10 @@ function smf_db_list_tables($db = false, $filter = false)
 /**
 /**
  * Gets all the necessary INSERTs for the table named table_name.
  * Gets all the necessary INSERTs for the table named table_name.
  * It goes in 250 row segments.
  * It goes in 250 row segments.
+ *
  * @param string $tableName - the table to create the inserts for.
  * @param string $tableName - the table to create the inserts for.
- * @return string, the query to insert the data back in, or an empty
- *  string if the table was empty.
+ * @param bool new_table
+ * @return string the query to insert the data back in, or an empty string if the table was empty.
  */
  */
 function smf_db_insert_sql($tableName, $new_table = false)
 function smf_db_insert_sql($tableName, $new_table = false)
 {
 {

+ 7 - 5
Sources/DbExtra-sqlite.php

@@ -158,9 +158,10 @@ function smf_db_optimize_table($table)
 /**
 /**
  * This function lists all tables in the database.
  * This function lists all tables in the database.
  * The listing could be filtered according to $filter.
  * The listing could be filtered according to $filter.
- * @param mixed $db, string holding the table name, or false, default false
- * @param mixed $filter, string to filter by, or false, default false
- * @return array, an array of table names. (strings)
+ * 
+ * @param mixed $db string holding the table name, or false, default false
+ * @param mixed $filter string to filter by, or false, default false
+ * @return array an array of table names. (strings)
  */
  */
 function smf_db_list_tables($db = false, $filter = false)
 function smf_db_list_tables($db = false, $filter = false)
 {
 {
@@ -190,9 +191,10 @@ function smf_db_list_tables($db = false, $filter = false)
 /**
 /**
  * Gets all the necessary INSERTs for the table named table_name.
  * Gets all the necessary INSERTs for the table named table_name.
  * It goes in 250 row segments.
  * It goes in 250 row segments.
+ *
  * @param string $tableName - the table to create the inserts for.
  * @param string $tableName - the table to create the inserts for.
- * @return string, the query to insert the data back in, or an empty
- *  string if the table was empty.
+ * @param bool new_table
+ * @return string the query to insert the data back in, or an empty string if the table was empty.
  */
  */
 function smf_db_insert_sql($tableName, $new_table = false)
 function smf_db_insert_sql($tableName, $new_table = false)
 {
 {

+ 40 - 23
Sources/DbPackages-mysql.php

@@ -82,12 +82,13 @@ function db_packages_init()
  *  	- 'ignore' will do nothing if the table exists. (And will return true)
  *  	- 'ignore' will do nothing if the table exists. (And will return true)
  *  	- 'overwrite' will drop any existing table of the same name.
  *  	- 'overwrite' will drop any existing table of the same name.
  *  	- 'error' will return false if the table already exists.
  *  	- 'error' will return false if the table already exists.
+ *
  * @param string $table_name
  * @param string $table_name
- * @param array $columns, in the format specified.
- * @param array $indexes, default array(), in the format specified.
- * @param array $parameters, default array()
- * @param string $if_exists, default 'ignore'
- * @param string $error, default 'fatal'
+ * @param array $columns in the format specified.
+ * @param array $indexes default array(), in the format specified.
+ * @param array $parameters default array()
+ * @param string $if_exists default 'ignore'
+ * @param string $error default 'fatal'
  */
  */
 function smf_db_create_table($table_name, $columns, $indexes = array(), $parameters = array(), $if_exists = 'ignore', $error = 'fatal')
 function smf_db_create_table($table_name, $columns, $indexes = array(), $parameters = array(), $if_exists = 'ignore', $error = 'fatal')
 {
 {
@@ -157,9 +158,10 @@ function smf_db_create_table($table_name, $columns, $indexes = array(), $paramet
 
 
 /**
 /**
  * Drop a table.
  * Drop a table.
+ *
  * @param string $table_name
  * @param string $table_name
- * @param array $parameters, default array()
- * @param string $error, default 'fatal'
+ * @param array $parameters default array()
+ * @param string $error default 'fatal'
  */
  */
 function smf_db_drop_table($table_name, $parameters = array(), $error = 'fatal')
 function smf_db_drop_table($table_name, $parameters = array(), $error = 'fatal')
 {
 {
@@ -196,11 +198,12 @@ function smf_db_drop_table($table_name, $parameters = array(), $error = 'fatal')
 
 
 /**
 /**
  * This function adds a column.
  * This function adds a column.
- * @param string $table_name, the name of the table
- * @param array $column_info, with column information
- * @param array $parameters, default array()
- * @param string $if_exists, default 'update'
- * @param string $error, default 'fatal'
+ *
+ * @param string $table_name the name of the table
+ * @param array $column_info with column information
+ * @param array $parameters default array()
+ * @param string $if_exists default 'update'
+ * @param string $error default 'fatal'
  */
  */
 function smf_db_add_column($table_name, $column_info, $parameters = array(), $if_exists = 'update', $error = 'fatal')
 function smf_db_add_column($table_name, $column_info, $parameters = array(), $if_exists = 'update', $error = 'fatal')
 {
 {
@@ -248,10 +251,11 @@ function smf_db_add_column($table_name, $column_info, $parameters = array(), $if
 
 
 /**
 /**
  * Removes a column.
  * Removes a column.
+ *
  * @param string $table_name
  * @param string $table_name
  * @param string $column_name
  * @param string $column_name
- * @param array $parameters, default array()
- * @param string $error, default 'fatal'
+ * @param array $parameters default array()
+ * @param string $error default 'fatal'
  */
  */
 function smf_db_remove_column($table_name, $column_name, $parameters = array(), $error = 'fatal')
 function smf_db_remove_column($table_name, $column_name, $parameters = array(), $error = 'fatal')
 {
 {
@@ -281,11 +285,12 @@ function smf_db_remove_column($table_name, $column_name, $parameters = array(),
 
 
 /**
 /**
  * Change a column.
  * Change a column.
+ *
  * @param string $table_name
  * @param string $table_name
  * @param $old_column
  * @param $old_column
  * @param $column_info
  * @param $column_info
- * @param array $parameters, default array()
- * @param string $error, default 'fatal'
+ * @param array $parameters default array()
+ * @param string $error default 'fatal'
  */
  */
 function smf_db_change_column($table_name, $old_column, $column_info, $parameters = array(), $error = 'fatal')
 function smf_db_change_column($table_name, $old_column, $column_info, $parameters = array(), $error = 'fatal')
 {
 {
@@ -341,11 +346,12 @@ function smf_db_change_column($table_name, $old_column, $column_info, $parameter
 
 
 /**
 /**
  * Add an index.
  * Add an index.
+ *
  * @param string $table_name
  * @param string $table_name
  * @param array $index_info
  * @param array $index_info
- * @param array $parameters, default array()
- * @param string $if_exists, default 'update'
- * @param string $error, default 'fatal'
+ * @param array $parameters default array()
+ * @param string $if_exists default 'update'
+ * @param string $error default 'fatal'
  */
  */
 function smf_db_add_index($table_name, $index_info, $parameters = array(), $if_exists = 'update', $error = 'fatal')
 function smf_db_add_index($table_name, $index_info, $parameters = array(), $if_exists = 'update', $error = 'fatal')
 {
 {
@@ -413,10 +419,11 @@ function smf_db_add_index($table_name, $index_info, $parameters = array(), $if_e
 
 
 /**
 /**
  * Remove an index.
  * Remove an index.
+ *
  * @param string $table_name
  * @param string $table_name
  * @param string $index_name
  * @param string $index_name
- * @param array$parameters, default array()
- * @param string $error, default 'fatal'
+ * @param array$parameters default array()
+ * @param string $error default 'fatal'
  */
  */
 function smf_db_remove_index($table_name, $index_name, $parameters = array(), $error = 'fatal')
 function smf_db_remove_index($table_name, $index_name, $parameters = array(), $error = 'fatal')
 {
 {
@@ -464,6 +471,7 @@ function smf_db_remove_index($table_name, $index_name, $parameters = array(), $e
 
 
 /**
 /**
  * Get the schema formatted name for a type.
  * Get the schema formatted name for a type.
+ *
  * @param string $type_name
  * @param string $type_name
  * @param $type_size
  * @param $type_size
  * @param $reverse
  * @param $reverse
@@ -476,8 +484,9 @@ function smf_db_calculate_type($type_name, $type_size = null, $reverse = false)
 
 
 /**
 /**
  * Get table structure.
  * Get table structure.
+ *
  * @param string $table_name
  * @param string $table_name
- * @param array $parameters, default array()
+ * @param array $parameters default array()
  */
  */
 function smf_db_table_structure($table_name, $parameters = array())
 function smf_db_table_structure($table_name, $parameters = array())
 {
 {
@@ -494,9 +503,10 @@ function smf_db_table_structure($table_name, $parameters = array())
 
 
 /**
 /**
  * Return column information for a table.
  * Return column information for a table.
+ *
  * @param string $table_name
  * @param string $table_name
  * @param bool $detail
  * @param bool $detail
- * @param array $parameters, default array()
+ * @param array $parameters default array()
  * @return mixed
  * @return mixed
  */
  */
 function smf_db_list_columns($table_name, $detail = false, $parameters = array())
 function smf_db_list_columns($table_name, $detail = false, $parameters = array())
@@ -561,6 +571,7 @@ function smf_db_list_columns($table_name, $detail = false, $parameters = array()
 
 
 /**
 /**
  * Get index information.
  * Get index information.
+ *
  * @param string $table_name
  * @param string $table_name
  * @param bool $detail
  * @param bool $detail
  * @param array $parameters
  * @param array $parameters
@@ -618,6 +629,12 @@ function smf_db_list_indexes($table_name, $detail = false, $parameters = array()
 	return $indexes;
 	return $indexes;
 }
 }
 
 
+/**
+ * Creates a query for a column
+ *
+ * @param array $column
+ * @return type
+ */
 function smf_db_create_query_column($column)
 function smf_db_create_query_column($column)
 {
 {
 	global $smcFunc;
 	global $smcFunc;

+ 34 - 23
Sources/DbPackages-postgresql.php

@@ -82,12 +82,13 @@ function db_packages_init()
  *  	- 'ignore' will do nothing if the table exists. (And will return true)
  *  	- 'ignore' will do nothing if the table exists. (And will return true)
  *  	- 'overwrite' will drop any existing table of the same name.
  *  	- 'overwrite' will drop any existing table of the same name.
  *  	- 'error' will return false if the table already exists.
  *  	- 'error' will return false if the table already exists.
+ *
  * @param string $table_name
  * @param string $table_name
- * @param array $columns, in the format specified.
- * @param array $indexes, default array(), in the format specified.
- * @param array $parameters, default array()
- * @param string $if_exists, default 'ignore'
- * @param string $error, default 'fatal'
+ * @param array $columns in the format specified.
+ * @param array $indexes default array(), in the format specified.
+ * @param array $parameters default array()
+ * @param string $if_exists default 'ignore'
+ * @param string $error default 'fatal'
  */
  */
 function smf_db_create_table($table_name, $columns, $indexes = array(), $parameters = array(), $if_exists = 'ignore', $error = 'fatal')
 function smf_db_create_table($table_name, $columns, $indexes = array(), $parameters = array(), $if_exists = 'ignore', $error = 'fatal')
 {
 {
@@ -192,9 +193,10 @@ function smf_db_create_table($table_name, $columns, $indexes = array(), $paramet
 
 
 /**
 /**
  * Drop a table.
  * Drop a table.
+ *
  * @param string $table_name
  * @param string $table_name
- * @param array $parameters, default array()
- * @param string $error, default 'fatal'
+ * @param array $parameters default array()
+ * @param string $error default 'fatal'
  */
  */
 function smf_db_drop_table($table_name, $parameters = array(), $error = 'fatal')
 function smf_db_drop_table($table_name, $parameters = array(), $error = 'fatal')
 {
 {
@@ -248,11 +250,12 @@ function smf_db_drop_table($table_name, $parameters = array(), $error = 'fatal')
 
 
 /**
 /**
  * This function adds a column.
  * This function adds a column.
- * @param string $table_name, the name of the table
- * @param array $column_info, with column information
- * @param array $parameters, default array()
- * @param string $if_exists, default 'update'
- * @param string $error, default 'fatal'
+ *
+ * @param string $table_name the name of the table
+ * @param array $column_info with column information
+ * @param array $parameters default array()
+ * @param string $if_exists default 'update'
+ * @param string $error default 'fatal'
  */
  */
 function smf_db_add_column($table_name, $column_info, $parameters = array(), $if_exists = 'update', $error = 'fatal')
 function smf_db_add_column($table_name, $column_info, $parameters = array(), $if_exists = 'update', $error = 'fatal')
 {
 {
@@ -302,10 +305,11 @@ function smf_db_add_column($table_name, $column_info, $parameters = array(), $if
 
 
 /**
 /**
  * Removes a column.
  * Removes a column.
+ *
  * @param string $table_name
  * @param string $table_name
  * @param string $column_name
  * @param string $column_name
- * @param array $parameters, default array()
- * @param string $error, default 'fatal'
+ * @param array $parameters default array()
+ * @param string $error default 'fatal'
  */
  */
 function smf_db_remove_column($table_name, $column_name, $parameters = array(), $error = 'fatal')
 function smf_db_remove_column($table_name, $column_name, $parameters = array(), $error = 'fatal')
 {
 {
@@ -344,11 +348,12 @@ function smf_db_remove_column($table_name, $column_name, $parameters = array(),
 
 
 /**
 /**
  * Change a column.
  * Change a column.
+ *
  * @param string $table_name
  * @param string $table_name
  * @param $old_column
  * @param $old_column
  * @param $column_info
  * @param $column_info
- * @param array $parameters, default array()
- * @param string $error, default 'fatal'
+ * @param array $parameters default array()
+ * @param string $error default 'fatal'
  */
  */
 function smf_db_change_column($table_name, $old_column, $column_info, $parameters = array(), $error = 'fatal')
 function smf_db_change_column($table_name, $old_column, $column_info, $parameters = array(), $error = 'fatal')
 {
 {
@@ -500,11 +505,12 @@ function smf_db_change_column($table_name, $old_column, $column_info, $parameter
 
 
 /**
 /**
  * Add an index.
  * Add an index.
+ *
  * @param string $table_name
  * @param string $table_name
  * @param array $index_info
  * @param array $index_info
- * @param array $parameters, default array()
- * @param string $if_exists, default 'update'
- * @param string $error, default 'fatal'
+ * @param array $parameters default array()
+ * @param string $if_exists default 'update'
+ * @param string $error default 'fatal'
  */
  */
 function smf_db_add_index($table_name, $index_info, $parameters = array(), $if_exists = 'update', $error = 'fatal')
 function smf_db_add_index($table_name, $index_info, $parameters = array(), $if_exists = 'update', $error = 'fatal')
 {
 {
@@ -571,10 +577,11 @@ function smf_db_add_index($table_name, $index_info, $parameters = array(), $if_e
 
 
 /**
 /**
  * Remove an index.
  * Remove an index.
+ *
  * @param string $table_name
  * @param string $table_name
  * @param string $index_name
  * @param string $index_name
- * @param array$parameters, default array()
- * @param string $error, default 'fatal'
+ * @param array$parameters default array()
+ * @param string $error default 'fatal'
  */
  */
 function smf_db_remove_index($table_name, $index_name, $parameters = array(), $error = 'fatal')
 function smf_db_remove_index($table_name, $index_name, $parameters = array(), $error = 'fatal')
 {
 {
@@ -623,6 +630,7 @@ function smf_db_remove_index($table_name, $index_name, $parameters = array(), $e
 
 
 /**
 /**
  * Get the schema formatted name for a type.
  * Get the schema formatted name for a type.
+ *
  * @param string $type_name
  * @param string $type_name
  * @param $type_size
  * @param $type_size
  * @param $reverse
  * @param $reverse
@@ -669,8 +677,9 @@ function smf_db_calculate_type($type_name, $type_size = null, $reverse = false)
 
 
 /**
 /**
  * Get table structure.
  * Get table structure.
+ *
  * @param string $table_name
  * @param string $table_name
- * @param array $parameters, default array()
+ * @param array $parameters default array()
  */
  */
 function smf_db_table_structure($table_name, $parameters = array())
 function smf_db_table_structure($table_name, $parameters = array())
 {
 {
@@ -687,9 +696,10 @@ function smf_db_table_structure($table_name, $parameters = array())
 
 
 /**
 /**
  * Return column information for a table.
  * Return column information for a table.
+ *
  * @param string $table_name
  * @param string $table_name
  * @param bool $detail
  * @param bool $detail
- * @param array $parameters, default array()
+ * @param array $parameters default array()
  * @return mixed
  * @return mixed
  */
  */
 function smf_db_list_columns($table_name, $detail = false, $parameters = array())
 function smf_db_list_columns($table_name, $detail = false, $parameters = array())
@@ -748,6 +758,7 @@ function smf_db_list_columns($table_name, $detail = false, $parameters = array()
 
 
 /**
 /**
  * Get index information.
  * Get index information.
+ *
  * @param string $table_name
  * @param string $table_name
  * @param bool $detail
  * @param bool $detail
  * @param array $parameters
  * @param array $parameters

+ 36 - 23
Sources/DbPackages-sqlite.php

@@ -83,12 +83,13 @@ function db_packages_init()
  *  	- 'ignore' will do nothing if the table exists. (And will return true)
  *  	- 'ignore' will do nothing if the table exists. (And will return true)
  *  	- 'overwrite' will drop any existing table of the same name.
  *  	- 'overwrite' will drop any existing table of the same name.
  *  	- 'error' will return false if the table already exists.
  *  	- 'error' will return false if the table already exists.
+ *
  * @param string $table_name
  * @param string $table_name
- * @param array $columns, in the format specified.
- * @param array $indexes, default array(), in the format specified.
- * @param array $parameters, default array()
- * @param string $if_exists, default 'ignore'
- * @param string $error, default 'fatal'
+ * @param array $columns in the format specified.
+ * @param array $indexes default array(), in the format specified.
+ * @param array $parameters default array()
+ * @param string $if_exists default 'ignore'
+ * @param string $error default 'fatal'
  */
  */
 function smf_db_create_table($table_name, $columns, $indexes = array(), $parameters = array(), $if_exists = 'ignore', $error = 'fatal')
 function smf_db_create_table($table_name, $columns, $indexes = array(), $parameters = array(), $if_exists = 'ignore', $error = 'fatal')
 {
 {
@@ -196,9 +197,11 @@ function smf_db_create_table($table_name, $columns, $indexes = array(), $paramet
 
 
 /**
 /**
  * Drop a table.
  * Drop a table.
+ *
  * @param string $table_name
  * @param string $table_name
- * @param array $parameters, default array()
- * @param string $error, default 'fatal'
+ * @param array $parameters default array()
+ * @param bool $error
+ * @param string $error default 'fatal'
  */
  */
 function smf_db_drop_table($table_name, $parameters = array(), $error = 'fatal')
 function smf_db_drop_table($table_name, $parameters = array(), $error = 'fatal')
 {
 {
@@ -232,11 +235,12 @@ function smf_db_drop_table($table_name, $parameters = array(), $error = 'fatal')
 
 
 /**
 /**
  * This function adds a column.
  * This function adds a column.
- * @param string $table_name, the name of the table
- * @param array $column_info, with column information
- * @param array $parameters, default array()
- * @param string $if_exists, default 'update'
- * @param string $error, default 'fatal'
+ *
+ * @param string $table_name the name of the table
+ * @param array $column_info with column information
+ * @param array $parameters default array()
+ * @param string $if_exists default 'update'
+ * @param string $error default 'fatal'
  */
  */
 function smf_db_add_column($table_name, $column_info, $parameters = array(), $if_exists = 'update', $error = 'fatal')
 function smf_db_add_column($table_name, $column_info, $parameters = array(), $if_exists = 'update', $error = 'fatal')
 {
 {
@@ -268,11 +272,12 @@ function smf_db_add_column($table_name, $column_info, $parameters = array(), $if
 
 
 /**
 /**
  * Removes a column.
  * Removes a column.
+ *
  * We can't reliably do this on SQLite - damn!
  * We can't reliably do this on SQLite - damn!
  * @param string $table_name
  * @param string $table_name
  * @param string $column_name
  * @param string $column_name
- * @param array $parameters, default array()
- * @param string $error, default 'fatal'
+ * @param array $parameters default array()
+ * @param string $error default 'fatal'
  */
  */
 function smf_db_remove_column($table_name, $column_name, $parameters = array(), $error = 'fatal')
 function smf_db_remove_column($table_name, $column_name, $parameters = array(), $error = 'fatal')
 {
 {
@@ -288,11 +293,12 @@ function smf_db_remove_column($table_name, $column_name, $parameters = array(),
 
 
 /**
 /**
  * Change a column.
  * Change a column.
+ *
  * @param string $table_name
  * @param string $table_name
  * @param $old_column
  * @param $old_column
  * @param $column_info
  * @param $column_info
- * @param array $parameters, default array()
- * @param string $error, default 'fatal'
+ * @param array $parameters default array()
+ * @param string $error default 'fatal'
  */
  */
 function smf_db_change_column($table_name, $old_column, $column_info, $parameters = array(), $error = 'fatal')
 function smf_db_change_column($table_name, $old_column, $column_info, $parameters = array(), $error = 'fatal')
 {
 {
@@ -308,11 +314,12 @@ function smf_db_change_column($table_name, $old_column, $column_info, $parameter
 
 
 /**
 /**
  * Add an index.
  * Add an index.
+ *
  * @param string $table_name
  * @param string $table_name
  * @param array $index_info
  * @param array $index_info
- * @param array $parameters, default array()
- * @param string $if_exists, default 'update'
- * @param string $error, default 'fatal'
+ * @param array $parameters default array()
+ * @param string $if_exists default 'update'
+ * @param string $error default 'fatal'
  */
  */
 function smf_db_add_index($table_name, $index_info, $parameters = array(), $if_exists = 'update', $error = 'fatal')
 function smf_db_add_index($table_name, $index_info, $parameters = array(), $if_exists = 'update', $error = 'fatal')
 {
 {
@@ -373,10 +380,11 @@ function smf_db_add_index($table_name, $index_info, $parameters = array(), $if_e
 
 
 /**
 /**
  * Remove an index.
  * Remove an index.
+ *
  * @param string $table_name
  * @param string $table_name
  * @param string $index_name
  * @param string $index_name
- * @param array$parameters, default array()
- * @param string $error, default 'fatal'
+ * @param array$parameters default array()
+ * @param string $error default 'fatal'
  */
  */
 function smf_db_remove_index($table_name, $index_name, $parameters = array(), $error = 'fatal')
 function smf_db_remove_index($table_name, $index_name, $parameters = array(), $error = 'fatal')
 {
 {
@@ -410,6 +418,7 @@ function smf_db_remove_index($table_name, $index_name, $parameters = array(), $e
 
 
 /**
 /**
  * Get the schema formatted name for a type.
  * Get the schema formatted name for a type.
+ *
  * @param string $type_name
  * @param string $type_name
  * @param $type_size
  * @param $type_size
  * @param $reverse
  * @param $reverse
@@ -451,8 +460,9 @@ function smf_db_calculate_type($type_name, $type_size = null, $reverse = false)
 
 
 /**
 /**
  * Get table structure.
  * Get table structure.
+ *
  * @param string $table_name
  * @param string $table_name
- * @param array $parameters, default array()
+ * @param array $parameters default array()
  */
  */
 function smf_db_table_structure($table_name, $parameters = array())
 function smf_db_table_structure($table_name, $parameters = array())
 {
 {
@@ -470,9 +480,10 @@ function smf_db_table_structure($table_name, $parameters = array())
 /**
 /**
  * Return column information for a table.
  * Return column information for a table.
  * Harder than it should be, on sqlite!
  * Harder than it should be, on sqlite!
+ *
  * @param string $table_name
  * @param string $table_name
  * @param bool $detail
  * @param bool $detail
- * @param array $parameters, default array()
+ * @param array $parameters default array()
  * @return mixed
  * @return mixed
  */
  */
 function smf_db_list_columns($table_name, $detail = false, $parameters = array())
 function smf_db_list_columns($table_name, $detail = false, $parameters = array())
@@ -535,6 +546,7 @@ function smf_db_list_columns($table_name, $detail = false, $parameters = array()
 
 
 /**
 /**
  * Get index information.
  * Get index information.
+ *
  * @param string $table_name
  * @param string $table_name
  * @param bool $detail
  * @param bool $detail
  * @param array $parameters
  * @param array $parameters
@@ -596,6 +608,7 @@ function smf_db_list_indexes($table_name, $detail = false, $parameters = array()
 
 
 /**
 /**
  * Alter table on SQLite.
  * Alter table on SQLite.
+ *
  * @param string $table_name
  * @param string $table_name
  * @param array $columns
  * @param array $columns
  */
  */

+ 1 - 1
Sources/DbSearch-postgresql.php

@@ -49,7 +49,7 @@ function smf_db_search_support($search_type)
  *
  *
  * @param string $identifier
  * @param string $identifier
  * @param string $db_string
  * @param string $db_string
- * @param array $db_values, default array()
+ * @param array $db_values default array()
  * @param resource $connection
  * @param resource $connection
  */
  */
 function smf_db_search_query($identifier, $db_string, $db_values = array(), $connection = null)
 function smf_db_search_query($identifier, $db_string, $db_values = array(), $connection = null)

+ 1 - 1
Sources/DbSearch-sqlite.php

@@ -49,7 +49,7 @@ function smf_db_search_support($search_type)
  *
  *
  * @param string $identifier
  * @param string $identifier
  * @param string $db_string
  * @param string $db_string
- * @param array $db_values, default array()
+ * @param array $db_values default array()
  * @param resource $connection
  * @param resource $connection
  */
  */
 function smf_db_search_query($identifier, $db_string, $db_values = array(), $connection = null)
 function smf_db_search_query($identifier, $db_string, $db_values = array(), $connection = null)

+ 13 - 21
Sources/Display.php

@@ -1166,7 +1166,8 @@ function Display()
  * It actually gets and prepares the message context.
  * It actually gets and prepares the message context.
  * This function will start over from the beginning if reset is set to true, which is
  * This function will start over from the beginning if reset is set to true, which is
  * useful for showing an index before or after the posts.
  * useful for showing an index before or after the posts.
- * @param bool $reset, default false.
+ *
+ * @param bool $reset default false.
  */
  */
 function prepareDisplayContext($reset = false)
 function prepareDisplayContext($reset = false)
 {
 {
@@ -1447,29 +1448,17 @@ function Download()
 
 
 	// Convert the file to UTF-8, cuz most browsers dig that.
 	// Convert the file to UTF-8, cuz most browsers dig that.
 	$utf8name = !$context['utf8'] && function_exists('iconv') ? iconv($context['character_set'], 'UTF-8', $real_filename) : (!$context['utf8'] && function_exists('mb_convert_encoding') ? mb_convert_encoding($real_filename, 'UTF-8', $context['character_set']) : $real_filename);
 	$utf8name = !$context['utf8'] && function_exists('iconv') ? iconv($context['character_set'], 'UTF-8', $real_filename) : (!$context['utf8'] && function_exists('mb_convert_encoding') ? mb_convert_encoding($real_filename, 'UTF-8', $context['character_set']) : $real_filename);
-	$fixchar = create_function('$n', '
-		if ($n < 32)
-			return \'\';
-		elseif ($n < 128)
-			return chr($n);
-		elseif ($n < 2048)
-			return chr(192 | $n >> 6) . chr(128 | $n & 63);
-		elseif ($n < 65536)
-			return chr(224 | $n >> 12) . chr(128 | $n >> 6 & 63) . chr(128 | $n & 63);
-		else
-			return chr(240 | $n >> 18) . chr(128 | $n >> 12 & 63) . chr(128 | $n >> 6 & 63) . chr(128 | $n & 63);');
-
 	$disposition = !isset($_REQUEST['image']) ? 'attachment' : 'inline';
 	$disposition = !isset($_REQUEST['image']) ? 'attachment' : 'inline';
 
 
 	// Different browsers like different standards...
 	// Different browsers like different standards...
 	if (isBrowser('firefox'))
 	if (isBrowser('firefox'))
-		header('Content-Disposition: ' . $disposition . '; filename*=UTF-8\'\'' . rawurlencode(preg_replace('~&#(\d{3,8});~e', '$fixchar(\'$1\')', $utf8name)));
+		header('Content-Disposition: ' . $disposition . '; filename*=UTF-8\'\'' . rawurlencode(preg_replace_callback('~&#(\d{3,8});~', 'fixchar__callback', $utf8name)));
 
 
 	elseif (isBrowser('opera'))
 	elseif (isBrowser('opera'))
-		header('Content-Disposition: ' . $disposition . '; filename="' . preg_replace('~&#(\d{3,8});~e', '$fixchar(\'$1\')', $utf8name) . '"');
+		header('Content-Disposition: ' . $disposition . '; filename="' . preg_replace_callback('~&#(\d{3,8});~', 'fixchar__callback', $utf8name) . '"');
 
 
 	elseif (isBrowser('ie'))
 	elseif (isBrowser('ie'))
-		header('Content-Disposition: ' . $disposition . '; filename="' . urlencode(preg_replace('~&#(\d{3,8});~e', '$fixchar(\'$1\')', $utf8name)) . '"');
+		header('Content-Disposition: ' . $disposition . '; filename="' . urlencode(preg_replace_callback('~&#(\d{3,8});~', 'fixchar__callback', $utf8name)) . '"');
 
 
 	else
 	else
 		header('Content-Disposition: ' . $disposition . '; filename="' . $utf8name . '"');
 		header('Content-Disposition: ' . $disposition . '; filename="' . $utf8name . '"');
@@ -1523,11 +1512,14 @@ function Download()
 
 
 /**
 /**
  * This loads an attachment's contextual data including, most importantly, its size if it is an image.
  * This loads an attachment's contextual data including, most importantly, its size if it is an image.
- *  Pre-condition: $attachments array to have been filled with the proper attachment data, as Display() does.
- *  (@todo change this pre-condition, too fragile and error-prone.)
- *  It requires the view_attachments permission to calculate image size.
- *  It attempts to keep the "aspect ratio" of the posted image in line, even if it has to be resized by
- *  the max_image_width and max_image_height settings.
+ * Pre-condition: $attachments array to have been filled with the proper attachment data, as Display() does.
+ * (@todo change this pre-condition, too fragile and error-prone.)
+ * It requires the view_attachments permission to calculate image size.
+ * It attempts to keep the "aspect ratio" of the posted image in line, even if it has to be resized by
+ * the max_image_width and max_image_height settings.
+ *
+ * @param type $id_msg message number to load attachments for
+ * @return array of attachemnts
  */
  */
 function loadAttachmentContext($id_msg)
 function loadAttachmentContext($id_msg)
 {
 {

+ 52 - 21
Sources/Drafts.php

@@ -23,7 +23,9 @@ loadLanguage('Drafts');
  * Saves a post draft in the user_drafts table
  * Saves a post draft in the user_drafts table
  * The core draft feature must be enabled, as well as the post draft option
  * The core draft feature must be enabled, as well as the post draft option
  * Determines if this is a new or an existing draft
  * Determines if this is a new or an existing draft
+ * Returns errors in $post_errors for display in the template
  *
  *
+ * @param string $post_errors
  * @return boolean
  * @return boolean
  */
  */
 function SaveDraft(&$post_errors)
 function SaveDraft(&$post_errors)
@@ -38,6 +40,18 @@ function SaveDraft(&$post_errors)
 	$id_draft = (int) $_POST['id_draft'];
 	$id_draft = (int) $_POST['id_draft'];
 	$draft_info = ReadDraft($id_draft);
 	$draft_info = ReadDraft($id_draft);
 
 
+	// A draft has been saved less than 5 seconds ago, let's not do the autosave again
+	if (isset($_REQUEST['xml']) && !empty($draft_info['poster_time']) && time() < $draft_info['poster_time'] + 5)
+	{
+		$context['draft_saved_on'] = $draft_info['poster_time'];
+
+		// since we were called from the autosave function, send something back
+		if (!empty($id_draft))
+			XmlDraft($id_draft);
+
+		return true;
+	}
+
 	// prepare any data from the form
 	// prepare any data from the form
 	$topic_id = empty($_REQUEST['topic']) ? 0 : (int) $_REQUEST['topic'];
 	$topic_id = empty($_REQUEST['topic']) ? 0 : (int) $_REQUEST['topic'];
 	$draft['icon'] = empty($_POST['icon']) ? 'xx' : preg_replace('~[\./\\\\*:"\'<>]~', '', $_POST['icon']);
 	$draft['icon'] = empty($_POST['icon']) ? 'xx' : preg_replace('~[\./\\\\*:"\'<>]~', '', $_POST['icon']);
@@ -143,15 +157,18 @@ function SaveDraft(&$post_errors)
 
 
 	// if we were called from the autosave function, send something back
 	// if we were called from the autosave function, send something back
 	if (!empty($id_draft) && isset($_REQUEST['xml']) && (!in_array('session_timeout', $post_errors)))
 	if (!empty($id_draft) && isset($_REQUEST['xml']) && (!in_array('session_timeout', $post_errors)))
+	{
+		$context['draft_saved_on'] = time();
 		XmlDraft($id_draft);
 		XmlDraft($id_draft);
+	}
 
 
 	return true;
 	return true;
 }
 }
 
 
 /**
 /**
  * Saves a PM draft in the user_drafts table
  * Saves a PM draft in the user_drafts table
- * The core draft feature must be enable, as well as the pm draft option
- * Determines if this is a new or and update to an existing draft
+ * The core draft feature must be enabled, as well as the pm draft option
+ * Determines if this is a new or and update to an existing pm draft
  *
  *
  * @global type $context
  * @global type $context
  * @global type $user_info
  * @global type $user_info
@@ -173,6 +190,18 @@ function SavePMDraft(&$post_errors, $recipientList)
 	$id_pm_draft = (int) $_POST['id_pm_draft'];
 	$id_pm_draft = (int) $_POST['id_pm_draft'];
 	$draft_info = ReadDraft($id_pm_draft, 1);
 	$draft_info = ReadDraft($id_pm_draft, 1);
 
 
+	// 5 seconds is the same limit we have for posting
+	if (isset($_REQUEST['xml']) && !empty($draft_info['poster_time']) && time() < $draft_info['poster_time'] + 5)
+	{
+		$context['draft_saved_on'] = $draft_info['poster_time'];
+
+		// Send something back to the javascript caller
+		if (!empty($id_draft))
+			XmlDraft($id_draft);
+
+		return true;
+	}
+
 	// determine who this is being sent to
 	// determine who this is being sent to
 	if (isset($_REQUEST['xml']))
 	if (isset($_REQUEST['xml']))
 	{
 	{
@@ -188,7 +217,7 @@ function SavePMDraft(&$post_errors, $recipientList)
 	$draft['body'] = $smcFunc['htmlspecialchars']($_POST['message'], ENT_QUOTES);
 	$draft['body'] = $smcFunc['htmlspecialchars']($_POST['message'], ENT_QUOTES);
 	$draft['subject'] = strtr($smcFunc['htmlspecialchars']($_POST['subject']), array("\r" => '', "\n" => '', "\t" => ''));
 	$draft['subject'] = strtr($smcFunc['htmlspecialchars']($_POST['subject']), array("\r" => '', "\n" => '', "\t" => ''));
 
 
-	// message and subject still need a bit more massaging
+	// message and subject always need a bit more work
 	preparsecode($draft['body']);
 	preparsecode($draft['body']);
 	if ($smcFunc['strlen']($draft['subject']) > 100)
 	if ($smcFunc['strlen']($draft['subject']) > 100)
 		$draft['subject'] = $smcFunc['substr']($draft['subject'], 0, 100);
 		$draft['subject'] = $smcFunc['substr']($draft['subject'], 0, 100);
@@ -210,8 +239,8 @@ function SavePMDraft(&$post_errors, $recipientList)
 			array(
 			array(
 				'id_reply' => $reply_id,
 				'id_reply' => $reply_id,
 				'type' => 1,
 				'type' => 1,
-				'poster_time' =>  time(),
-				'subject' =>  $draft['subject'],
+				'poster_time' => time(),
+				'subject' => $draft['subject'],
 				'body' => $draft['body'],
 				'body' => $draft['body'],
 				'id_pm_draft' => $id_pm_draft,
 				'id_pm_draft' => $id_pm_draft,
 				'to_list' => serialize($recipientList),
 				'to_list' => serialize($recipientList),
@@ -256,7 +285,7 @@ function SavePMDraft(&$post_errors, $recipientList)
 		// get the new id
 		// get the new id
 		$id_pm_draft = $smcFunc['db_insert_id']('{db_prefix}user_drafts', 'id_draft');
 		$id_pm_draft = $smcFunc['db_insert_id']('{db_prefix}user_drafts', 'id_draft');
 
 
-		// everything go as expected, if not toss an error
+		// everything go as expected, if not toss back an error
 		if (!empty($id_pm_draft))
 		if (!empty($id_pm_draft))
 		{
 		{
 			$context['draft_saved'] = true;
 			$context['draft_saved'] = true;
@@ -268,7 +297,10 @@ function SavePMDraft(&$post_errors, $recipientList)
 
 
 	// if we were called from the autosave function, send something back
 	// if we were called from the autosave function, send something back
 	if (!empty($id_pm_draft) && isset($_REQUEST['xml']) && !in_array('session_timeout', $post_errors))
 	if (!empty($id_pm_draft) && isset($_REQUEST['xml']) && !in_array('session_timeout', $post_errors))
+	{
+		$context['draft_saved_on'] = time();
 		XmlDraft($id_pm_draft);
 		XmlDraft($id_pm_draft);
+	}
 
 
 	return;
 	return;
 }
 }
@@ -289,7 +321,7 @@ function ReadDraft($id_draft, $type = 0, $check = true, $load = false)
 {
 {
 	global $context, $user_info, $smcFunc, $modSettings;
 	global $context, $user_info, $smcFunc, $modSettings;
 
 
-	// always clean to be sure
+	// like purell always clean to be sure
 	$id_draft = (int) $id_draft;
 	$id_draft = (int) $id_draft;
 	$type = (int) $type;
 	$type = (int) $type;
 
 
@@ -471,7 +503,7 @@ function XmlDraft($id_draft)
 
 
 	echo '<?xml version="1.0" encoding="', $context['character_set'], '"?>
 	echo '<?xml version="1.0" encoding="', $context['character_set'], '"?>
 	<drafts>
 	<drafts>
-		<draft id="', $id_draft, '"><![CDATA[', $txt['draft_saved_on'], ': ', timeformat(time()), ']]></draft>
+		<draft id="', $id_draft, '"><![CDATA[', $txt['draft_saved_on'], ': ', timeformat($context['draft_saved_on']), ']]></draft>
 	</drafts>';
 	</drafts>';
 
 
 	obExit(false);
 	obExit(false);
@@ -517,7 +549,7 @@ function showProfileDrafts($memID, $draft_type = 0)
 
 
 	// Default to 10.
 	// Default to 10.
 	if (empty($_REQUEST['viewscount']) || !is_numeric($_REQUEST['viewscount']))
 	if (empty($_REQUEST['viewscount']) || !is_numeric($_REQUEST['viewscount']))
-		$_REQUEST['viewscount'] = '10';
+		$_REQUEST['viewscount'] = 10;
 
 
 	// Get the count of applicable drafts on the boards they can (still) see ...
 	// Get the count of applicable drafts on the boards they can (still) see ...
 	// @todo .. should we just let them see their drafts even if they have lost board access ?
 	// @todo .. should we just let them see their drafts even if they have lost board access ?
@@ -616,7 +648,7 @@ function showProfileDrafts($memID, $draft_type = 0)
 	}
 	}
 	$smcFunc['db_free_result']($request);
 	$smcFunc['db_free_result']($request);
 
 
-	// All drafts were retrieved in reverse order, get them right again.
+	// If the drafts were retrieved in reverse order, get them right again.
 	if ($reverse)
 	if ($reverse)
 		$context['drafts'] = array_reverse($context['drafts'], true);
 		$context['drafts'] = array_reverse($context['drafts'], true);
 
 
@@ -629,7 +661,6 @@ function showProfileDrafts($memID, $draft_type = 0)
  * Allows for the deleting and loading/editing of drafts
  * Allows for the deleting and loading/editing of drafts
  *
  *
  * @param type $memID
  * @param type $memID
- * @param type $draft_type
  */
  */
 function showPMDrafts($memID = -1)
 function showPMDrafts($memID = -1)
 {
 {
@@ -672,12 +703,12 @@ function showPMDrafts($memID = -1)
 
 
 	// Default to 10.
 	// Default to 10.
 	if (empty($_REQUEST['viewscount']) || !is_numeric($_REQUEST['viewscount']))
 	if (empty($_REQUEST['viewscount']) || !is_numeric($_REQUEST['viewscount']))
-		$_REQUEST['viewscount'] = '10';
+		$_REQUEST['viewscount'] = 10;
 
 
 	// Get the count of applicable drafts
 	// Get the count of applicable drafts
 	$request = $smcFunc['db_query']('', '
 	$request = $smcFunc['db_query']('', '
 		SELECT COUNT(id_draft)
 		SELECT COUNT(id_draft)
-		FROM {db_prefix}user_drafts AS ud
+		FROM {db_prefix}user_drafts
 		WHERE id_member = {int:id_member}
 		WHERE id_member = {int:id_member}
 			AND type={int:draft_type}' . (!empty($modSettings['drafts_keep_days']) ? '
 			AND type={int:draft_type}' . (!empty($modSettings['drafts_keep_days']) ? '
 			AND poster_time > {int:time}' : ''),
 			AND poster_time > {int:time}' : ''),
@@ -817,14 +848,14 @@ function ModifyDraftSettings($return_config = false)
 
 
 	// Here are all the draft settings, a bit lite for now, but we can add more :P
 	// Here are all the draft settings, a bit lite for now, but we can add more :P
 	$config_vars = array(
 	$config_vars = array(
-			// Draft settings ...
-			array('check', 'drafts_post_enabled'),
-			array('check', 'drafts_pm_enabled'),
-			array('check', 'drafts_show_saved_enabled', 'subtext' => $txt['drafts_show_saved_enabled_subnote']),
-			array('int', 'drafts_keep_days', 'postinput' => $txt['days_word'], 'subtext' => $txt['drafts_keep_days_subnote']),
-			'',
-			array('check', 'drafts_autosave_enabled', 'subtext' => $txt['drafts_autosave_enabled_subnote']),
-			array('int', 'drafts_autosave_frequency', 'postinput' => $txt['manageposts_seconds'], 'subtext' => $txt['drafts_autosave_frequency_subnote']),
+		// Draft settings ...
+		array('check', 'drafts_post_enabled'),
+		array('check', 'drafts_pm_enabled'),
+		array('check', 'drafts_show_saved_enabled', 'subtext' => $txt['drafts_show_saved_enabled_subnote']),
+		array('int', 'drafts_keep_days', 'postinput' => $txt['days_word'], 'subtext' => $txt['drafts_keep_days_subnote']),
+		'',
+		array('check', 'drafts_autosave_enabled', 'subtext' => $txt['drafts_autosave_enabled_subnote']),
+		array('int', 'drafts_autosave_frequency', 'postinput' => $txt['manageposts_seconds'], 'subtext' => $txt['drafts_autosave_frequency_subnote']),
 	);
 	);
 
 
 	if ($return_config)
 	if ($return_config)

+ 4 - 2
Sources/Errors.php

@@ -23,6 +23,7 @@ if (!defined('SMF'))
  * filename and line should be __FILE__ and __LINE__, respectively.
  * filename and line should be __FILE__ and __LINE__, respectively.
  * Example use:
  * Example use:
  *  die(log_error($msg));
  *  die(log_error($msg));
+ *
  * @param string $error_message
  * @param string $error_message
  * @param string $error_type = 'general'
  * @param string $error_type = 'general'
  * @param string $file = null
  * @param string $file = null
@@ -257,9 +258,10 @@ function error_handler($error_level, $error_string, $file, $line)
 
 
 /**
 /**
  * It is called by fatal_error() and fatal_lang_error().
  * It is called by fatal_error() and fatal_lang_error().
- * @uses Errors template, fatal_error sub template, or Wireless template,
- * error sub template.
+ * @uses Errors template, fatal_error sub template, or Wireless template, error sub template.
+ * 
  * @param string $error_message
  * @param string $error_message
+ * @param type $error_code
  */
  */
 function setup_fatal_error_context($error_message, $error_code)
 function setup_fatal_error_context($error_message, $error_code)
 {
 {

+ 3 - 1
Sources/Karma.php

@@ -151,7 +151,9 @@ function ModifyKarma()
 	}
 	}
 }
 }
 
 
-//  What's this?  I dunno, what are you talking about?  Never seen this before, nope.  No sir.
+/**
+ * What's this?  I dunno, what are you talking about?  Never seen this before, nope.  No sir.
+ */
 function BookOfUnknown()
 function BookOfUnknown()
 {
 {
 	global $context;
 	global $context;

+ 6 - 6
Sources/Load.php

@@ -63,21 +63,21 @@ function reloadSettings()
 			cache_put_data('modSettings', $modSettings, 90);
 			cache_put_data('modSettings', $modSettings, 90);
 	}
 	}
 
 
-	// UTF-8 in regular expressions is unsupported on PHP(win) versions < 4.2.3.
+	// UTF-8 ?
 	$utf8 = (empty($modSettings['global_character_set']) ? $txt['lang_character_set'] : $modSettings['global_character_set']) === 'UTF-8';
 	$utf8 = (empty($modSettings['global_character_set']) ? $txt['lang_character_set'] : $modSettings['global_character_set']) === 'UTF-8';
 
 
 	// Set a list of common functions.
 	// Set a list of common functions.
 	$ent_list = empty($modSettings['disableEntityCheck']) ? '&(#\d{1,7}|quot|amp|lt|gt|nbsp);' : '&(#021|quot|amp|lt|gt|nbsp);';
 	$ent_list = empty($modSettings['disableEntityCheck']) ? '&(#\d{1,7}|quot|amp|lt|gt|nbsp);' : '&(#021|quot|amp|lt|gt|nbsp);';
-	$ent_check = empty($modSettings['disableEntityCheck']) ? array('preg_replace(\'~(&#(\d{1,7}|x[0-9a-fA-F]{1,6});)~e\', \'$smcFunc[\\\'entity_fix\\\'](\\\'\\2\\\')\', ', ')') : array('', '');
+	$ent_check = empty($modSettings['disableEntityCheck']) ? array('preg_replace_callback(\'~(&#(\d{1,7}|x[0-9a-fA-F]{1,6});)~\', \'entity_fix__callback\', ', ')') : array('', '');
 
 
-	// Preg_replace can handle complex characters only for higher PHP versions.
+	// Preg_replace space characters depend on the character set in use
 	$space_chars = $utf8 ? '\x{A0}\x{AD}\x{2000}-\x{200F}\x{201F}\x{202F}\x{3000}\x{FEFF}' : '\x00-\x08\x0B\x0C\x0E-\x19\xA0';
 	$space_chars = $utf8 ? '\x{A0}\x{AD}\x{2000}-\x{200F}\x{201F}\x{202F}\x{3000}\x{FEFF}' : '\x00-\x08\x0B\x0C\x0E-\x19\xA0';
 
 
 	// global array of anonymous helper functions, used mosly to properly handle multi byte strings
 	// global array of anonymous helper functions, used mosly to properly handle multi byte strings
 	$smcFunc += array(
 	$smcFunc += array(
 		'entity_fix' => create_function('$string', '
 		'entity_fix' => create_function('$string', '
 			$num = $string[0] === \'x\' ? hexdec(substr($string, 1)) : (int) $string;
 			$num = $string[0] === \'x\' ? hexdec(substr($string, 1)) : (int) $string;
-			return $num < 0x20 || $num > 0x10FFFF || ($num >= 0xD800 && $num <= 0xDFFF) || $num == 0x202E ? \'\' : \'&#\' . $num . \';\';'),
+			return $num < 0x20 || $num > 0x10FFFF || ($num >= 0xD800 && $num <= 0xDFFF) || $num === 0x202E || $num === 0x202D ? \'\' : \'&#\' . $num . \';\';'),
 		'htmlspecialchars' => create_function('$string, $quote_style = ENT_COMPAT, $charset = \'ISO-8859-1\'', '
 		'htmlspecialchars' => create_function('$string, $quote_style = ENT_COMPAT, $charset = \'ISO-8859-1\'', '
 			global $smcFunc;
 			global $smcFunc;
 			return ' . strtr($ent_check[0], array('&' => '&amp;')) . 'htmlspecialchars($string, $quote_style, ' . ($utf8 ? '\'UTF-8\'' : '$charset') . ')' . $ent_check[1] . ';'),
 			return ' . strtr($ent_check[0], array('&' => '&amp;')) . 'htmlspecialchars($string, $quote_style, ' . ($utf8 ? '\'UTF-8\'' : '$charset') . ')' . $ent_check[1] . ';'),
@@ -1038,7 +1038,7 @@ function loadMemberData($users, $is_name = false, $set = 'normal')
  *
  *
  * @param int $user
  * @param int $user
  * @param bool $display_custom_fields = false
  * @param bool $display_custom_fields = false
- * @return bool
+ * @return boolean
  */
  */
 function loadMemberContext($user, $display_custom_fields = false)
 function loadMemberContext($user, $display_custom_fields = false)
 {
 {
@@ -1786,7 +1786,7 @@ function loadTheme($id_theme = 0, $initialize = true)
  * @param string $template_name
  * @param string $template_name
  * @param array $style_sheets = array()
  * @param array $style_sheets = array()
  * @param bool $fatal = true if fatal is true, dies with an error message if the template cannot be found
  * @param bool $fatal = true if fatal is true, dies with an error message if the template cannot be found
- * @return bool
+ * @return boolean
  */
  */
 function loadTemplate($template_name, $style_sheets = array(), $fatal = true)
 function loadTemplate($template_name, $style_sheets = array(), $fatal = true)
 {
 {

+ 1 - 1
Sources/LogInOut.php

@@ -571,7 +571,7 @@ function DoLogin()
  * It redirects back to $_SESSION['logout_url'], if it exists.
  * It redirects back to $_SESSION['logout_url'], if it exists.
  * It is accessed via ?action=logout;session_var=...
  * It is accessed via ?action=logout;session_var=...
  *
  *
- * @param bool $internal, if true, it doesn't check the session
+ * @param bool $internal if true, it doesn't check the session
  * @param $redirect
  * @param $redirect
  */
  */
 function Logout($internal = false, $redirect = true)
 function Logout($internal = false, $redirect = true)

+ 3 - 2
Sources/Logging.php

@@ -329,7 +329,7 @@ function displayDebug()
  * It depends on the trackStats setting.
  * It depends on the trackStats setting.
  *
  *
  * @param array $stats = array()
  * @param array $stats = array()
- * @return bool|array
+ * @return boolean|array
  */
  */
 function trackStats($stats = array())
 function trackStats($stats = array())
 {
 {
@@ -389,9 +389,10 @@ function trackStats($stats = array())
  * @example logAction('remove', array('starter' => $id_member_started));
  * @example logAction('remove', array('starter' => $id_member_started));
  *
  *
  * @deprecated deprecated since version 2.1
  * @deprecated deprecated since version 2.1
+ *
  * @param string $action
  * @param string $action
  * @param array $extra = array()
  * @param array $extra = array()
- * @param string $log_type, options 'moderate', 'admin', ...etc.
+ * @param string $log_type options: 'moderate', 'admin', ...etc.
  */
  */
 function logAction($action, $extra = array(), $log_type = 'moderate')
 function logAction($action, $extra = array(), $log_type = 'moderate')
 {
 {

+ 12 - 7
Sources/ManageAttachments.php

@@ -557,7 +557,7 @@ function BrowseFiles()
  * @param int $start
  * @param int $start
  * @param int $items_per_page
  * @param int $items_per_page
  * @param string $sort
  * @param string $sort
- * @param string $browse_type, can be 'avatars' or ... not. :P
+ * @param string $browse_type can be on eof 'avatars' or ... not. :P
  */
  */
 function list_getFiles($start, $items_per_page, $sort, $browse_type)
 function list_getFiles($start, $items_per_page, $sort, $browse_type)
 {
 {
@@ -616,8 +616,7 @@ function list_getFiles($start, $items_per_page, $sort, $browse_type)
  * Return the number of files of the specified type recorded in the database.
  * Return the number of files of the specified type recorded in the database.
  * (the specified type being attachments or avatars).
  * (the specified type being attachments or avatars).
  *
  *
- * @param string $browse_type, can be 'avatars' or not. (in which case they're
- * attachments)
+ * @param string $browse_type can be one of 'avatars' or not. (in which case they're attachments)
  */
  */
 function list_getNumFiles($browse_type)
 function list_getNumFiles($browse_type)
 {
 {
@@ -712,6 +711,8 @@ function MaintainFiles()
 	);
 	);
 	list ($attachmentDirSize) = $smcFunc['db_fetch_row']($request);
 	list ($attachmentDirSize) = $smcFunc['db_fetch_row']($request);
 	$smcFunc['db_free_result']($request);
 	$smcFunc['db_free_result']($request);
+
+	// Divide it into kilobytes.
 	$attachmentDirSize /= 1024;
 	$attachmentDirSize /= 1024;
 	$context['attachment_total_size'] = comma_format($attachmentDirSize, 2);
 	$context['attachment_total_size'] = comma_format($attachmentDirSize, 2);
 
 
@@ -729,6 +730,7 @@ function MaintainFiles()
 	$smcFunc['db_free_result']($request);
 	$smcFunc['db_free_result']($request);
 	$current_dir_size /= 1024;
 	$current_dir_size /= 1024;
 
 
+	// If they specified a limit only....
 	if (!empty($modSettings['attachmentDirSizeLimit']))
 	if (!empty($modSettings['attachmentDirSizeLimit']))
 		$context['attachment_space'] = comma_format(max($modSettings['attachmentDirSizeLimit'] - $current_dir_size, 0), 2);
 		$context['attachment_space'] = comma_format(max($modSettings['attachmentDirSizeLimit'] - $current_dir_size, 0), 2);
 	$context['attachment_current_size'] = comma_format($current_dir_size, 2);
 	$context['attachment_current_size'] = comma_format($current_dir_size, 2);
@@ -1979,7 +1981,7 @@ function ManageAttachmentPaths()
 			{
 			{
 				$path = $modSettings['attachmentUploadDir'][$id];
 				$path = $modSettings['attachmentUploadDir'][$id];
 
 
-				// It's not a good idea to delete the current directory. 
+				// It's not a good idea to delete the current directory.
 				if ($id == (!empty($_POST['current_dir']) ? $_POST['current_dir'] : $modSettings['currentAttachmentUploadDir']))
 				if ($id == (!empty($_POST['current_dir']) ? $_POST['current_dir'] : $modSettings['currentAttachmentUploadDir']))
 					$errors[] = $path . ': ' . $txt['attach_dir_is_current'];
 					$errors[] = $path . ': ' . $txt['attach_dir_is_current'];
 				// Or the current base directory
 				// Or the current base directory
@@ -2578,6 +2580,9 @@ function attachDirStatus($dir, $expected_files)
 		return array('ok', false, $num_files);
 		return array('ok', false, $num_files);
 }
 }
 
 
+/**
+ * Maintance function to move attachments from one directory to another
+ */
 function TransferAttachments()
 function TransferAttachments()
 {
 {
 	global $modSettings, $context, $smcFunc, $sourcedir, $txt, $boarddir;
 	global $modSettings, $context, $smcFunc, $sourcedir, $txt, $boarddir;
@@ -2777,9 +2782,9 @@ function TransferAttachments()
 						<div class="green_percent" style="width: ' . $percent_done . '%;">&nbsp;</div>
 						<div class="green_percent" style="width: ' . $percent_done . '%;">&nbsp;</div>
 					</div>';
 					</div>';
 				// Write it to a file so it can be displayed
 				// Write it to a file so it can be displayed
-				$fp = fopen($boarddir . '/progress.php', "w");        
-				fwrite($fp, $prog_bar);  
-				fclose($fp);  
+				$fp = fopen($boarddir . '/progress.php', "w");
+				fwrite($fp, $prog_bar);
+				fclose($fp);
 				usleep(500000);
 				usleep(500000);
 			}
 			}
 		}
 		}

+ 8 - 3
Sources/ManageBans.php

@@ -328,6 +328,11 @@ function list_getBans($start, $items_per_page, $sort)
 	return $bans;
 	return $bans;
 }
 }
 
 
+/**
+ * Get the total number of ban from the ban group table
+ *
+ * @return int
+ */
 function list_getNumBans()
 function list_getNumBans()
 {
 {
 	global $smcFunc;
 	global $smcFunc;
@@ -1625,8 +1630,8 @@ function list_getNumBanLogEntries()
  * @example
  * @example
  * range2ip(array(10, 10, 10, 0), array(10, 10, 20, 255)) returns '10.10.10-20.*
  * range2ip(array(10, 10, 10, 0), array(10, 10, 20, 255)) returns '10.10.10-20.*
  *
  *
- * @param array $low, IPv4 format
- * @param array $high, IPv4 format
+ * @param array $low IPv4 format
+ * @param array $high IPv4 format
  * @return string
  * @return string
  */
  */
 function range2ip($low, $high)
 function range2ip($low, $high)
@@ -1681,7 +1686,7 @@ function range2ip($low, $high)
  *
  *
  * @param array $ip_array
  * @param array $ip_array
  * @param string $fullip
  * @param string $fullip
- * @return bool
+ * @return boolean
  */
  */
 function checkExistingTriggerIP($ip_array, $fullip = '')
 function checkExistingTriggerIP($ip_array, $fullip = '')
 {
 {

+ 4 - 3
Sources/ManageBoards.php

@@ -20,8 +20,7 @@ if (!defined('SMF'))
  * The main dispatcher; doesn't do anything, just delegates.
  * The main dispatcher; doesn't do anything, just delegates.
  * This is the main entry point for all the manageboards admin screens.
  * This is the main entry point for all the manageboards admin screens.
  * Called by ?action=admin;area=manageboards.
  * Called by ?action=admin;area=manageboards.
- * It checks the permissions, based on the sub-action, and calls a function
- *  based on the sub-action.
+ * It checks the permissions, based on the sub-action, and calls a function based on the sub-action.
  *
  *
  *  @uses ManageBoards language file.
  *  @uses ManageBoards language file.
  */
  */
@@ -369,7 +368,6 @@ function EditCategory2()
  * uses the modify_board sub-template of the ManageBoards template.
  * uses the modify_board sub-template of the ManageBoards template.
  * requires manage_boards permission.
  * requires manage_boards permission.
  * also used to show the confirm deletion of category screen (sub-template confirm_board_delete).
  * also used to show the confirm deletion of category screen (sub-template confirm_board_delete).
-		  (sub-template confirm_board_delete).
 
 
  */
  */
 function EditBoard()
 function EditBoard()
@@ -726,6 +724,9 @@ function EditBoard2()
 		redirectexit('action=admin;area=manageboards');
 		redirectexit('action=admin;area=manageboards');
 }
 }
 
 
+/**
+ * Used to retrieve data for modifying a board category
+ */
 function ModifyCat()
 function ModifyCat()
 {
 {
 	global $cat_tree, $boardList, $boards, $sourcedir, $smcFunc;
 	global $cat_tree, $boardList, $boards, $sourcedir, $smcFunc;

+ 7 - 1
Sources/ManageLanguages.php

@@ -137,6 +137,12 @@ function AddLanguage()
 	$context['sub_template'] = 'add_language';
 	$context['sub_template'] = 'add_language';
 }
 }
 
 
+/**
+ * Gets a list of available languages from the mother ship
+ * Will return a subset if searching, otherwise all avaialble
+ *
+ * @return string
+ */
 function list_getLanguagesList()
 function list_getLanguagesList()
 {
 {
 	global $forum_version, $context, $sourcedir, $smcFunc, $txt, $scripturl;
 	global $forum_version, $context, $sourcedir, $smcFunc, $txt, $scripturl;
@@ -214,7 +220,7 @@ function DownloadLanguage()
 
 
 		$chmod_files = array();
 		$chmod_files = array();
 		$install_files = array();
 		$install_files = array();
-		
+
 		// Check writable status.
 		// Check writable status.
 		foreach ($_POST['copy_file'] as $file)
 		foreach ($_POST['copy_file'] as $file)
 		{
 		{

+ 4 - 7
Sources/ManageMaintenance.php

@@ -366,7 +366,9 @@ function MaintainEmptyUnimportantLogs()
 	$context['maintenance_finished'] = $txt['maintain_logs'];
 	$context['maintenance_finished'] = $txt['maintain_logs'];
 }
 }
 
 
-// Oh noes!
+/**
+ * Oh noes! I'd document this but that would give it away
+ */
 function Destroy()
 function Destroy()
 {
 {
 	global $context;
 	global $context;
@@ -970,11 +972,6 @@ function ConvertEntities()
 	);
 	);
 	$context['num_tables'] = count($tables);
 	$context['num_tables'] = count($tables);
 
 
-	// This function will do the conversion later on.
-	$entity_replace = create_function('$string', '
-		$num = substr($string, 0, 1) === \'x\' ? hexdec(substr($string, 1)) : (int) $string;
-		return $num < 0x20 || $num > 0x10FFFF || ($num >= 0xD800 && $num <= 0xDFFF) ? \'\' : ($num < 0x80 ? \'&#\' . $num . \';\' : ($num < 0x800 ? chr(192 | $num >> 6) . chr(128 | $num & 63) : ($num < 0x10000 ? chr(224 | $num >> 12) . chr(128 | $num >> 6 & 63) . chr(128 | $num & 63) : chr(240 | $num >> 18) . chr(128 | $num >> 12 & 63) . chr(128 | $num >> 6 & 63) . chr(128 | $num & 63))));');
-
 	// Loop through all tables that need converting.
 	// Loop through all tables that need converting.
 	for (; $context['table'] < $context['num_tables']; $context['table']++)
 	for (; $context['table'] < $context['num_tables']; $context['table']++)
 	{
 	{
@@ -1061,7 +1058,7 @@ function ConvertEntities()
 					if ($column_name !== $primary_key && strpos($column_value, '&#') !== false)
 					if ($column_name !== $primary_key && strpos($column_value, '&#') !== false)
 					{
 					{
 						$changes[] = $column_name . ' = {string:changes_' . $column_name . '}';
 						$changes[] = $column_name . ' = {string:changes_' . $column_name . '}';
-						$insertion_variables['changes_' . $column_name] = preg_replace('~(&#(\d{1,7}|x[0-9a-fA-F]{1,6});)~e', '$entity_replace(\'\\2\')', $column_value);
+						$insertion_variables['changes_' . $column_name] = preg_replace_callback('~&#(\d{1,7}|x[0-9a-fA-F]{1,6});~', 'fixchar__callback', $column_value);
 					}
 					}
 
 
 				$where = array();
 				$where = array();

+ 1 - 1
Sources/ManageMembers.php

@@ -967,7 +967,7 @@ function MembersAwaitingActivation()
 					<select name="todo" onchange="onSelectChange();">
 					<select name="todo" onchange="onSelectChange();">
 						' . $allowed_actions . '
 						' . $allowed_actions . '
 					</select>
 					</select>
-					<noscript><input type="submit" value="' . $txt['go'] . '" class="button_submit" /><br class="clear_right"></noscript>
+					<noscript><input type="submit" value="' . $txt['go'] . '" class="button_submit" /><br class="clear_right" /></noscript>
 				',
 				',
 				'class' => 'floatright',
 				'class' => 'floatright',
 			),
 			),

+ 5 - 0
Sources/ManageNews.php

@@ -265,6 +265,11 @@ function EditNews()
 	$context['default_list'] = 'news_lists';
 	$context['default_list'] = 'news_lists';
 }
 }
 
 
+/**
+ * Prepares an array of the forum news items for display in the template
+ *
+ * @return array
+ */
 function list_getNews()
 function list_getNews()
 {
 {
 	global $modSettings;
 	global $modSettings;

+ 1 - 1
Sources/ManagePermissions.php

@@ -1393,7 +1393,7 @@ function setPermissionLevel($level, $group, $profile = 'null')
  * Load permissions into $context['permissions'].
  * Load permissions into $context['permissions'].
  * @internal
  * @internal
  *
  *
- * @param string $loadType, options: 'classic' or 'simple'
+ * @param string $loadType options: 'classic' or 'simple'
  */
  */
 function loadAllPermissions($loadType = 'classic')
 function loadAllPermissions($loadType = 'classic')
 {
 {

+ 4 - 0
Sources/ManageSearch.php

@@ -745,6 +745,10 @@ function loadSearchAPIs()
 	return $apis;
 	return $apis;
 }
 }
 
 
+/**
+ * Checks if the message table already has a fulltext index created and returns the key name
+ * Determines if a db is capable of creating a fulltext index
+ */
 function detectFulltextIndex()
 function detectFulltextIndex()
 {
 {
 	global $smcFunc, $context, $db_prefix;
 	global $smcFunc, $context, $db_prefix;

+ 7 - 0
Sources/ManageSearchEngines.php

@@ -1020,6 +1020,11 @@ function SpiderStats()
 
 
 /**
 /**
  * Callback function for createList()
  * Callback function for createList()
+ * Get a list of spider stats from the log_spider table
+ *
+ * @param type $start
+ * @param type $items_per_page
+ * @param type $sort
  * @return array
  * @return array
  */
  */
 function list_getSpiderStats($start, $items_per_page, $sort)
 function list_getSpiderStats($start, $items_per_page, $sort)
@@ -1045,6 +1050,8 @@ function list_getSpiderStats($start, $items_per_page, $sort)
 
 
 /**
 /**
  * Callback function for createList()
  * Callback function for createList()
+ * Get the number of spider stat rows from the log spicer stats table
+ *
  * @return int
  * @return int
  */
  */
 function list_getNumSpiderStats()
 function list_getNumSpiderStats()

+ 40 - 0
Sources/ManageSettings.php

@@ -482,6 +482,8 @@ function ModifyCoreFeatures($return_config = false)
 }
 }
 
 
 /**
 /**
+ * Config array for chaning the basic forum settings
+ * Accessed  from ?action=admin;area=featuresettings;sa=basic;
  *
  *
  * @param $return_config
  * @param $return_config
  */
  */
@@ -624,6 +626,8 @@ function ModifyGeneralSecuritySettings($return_config = false)
 }
 }
 
 
 /**
 /**
+ * Allows modifying the global layout settings in the forum
+ * Accessed through ?action=admin;area=featuresettings;sa=layout;
  *
  *
  * @param $return_config
  * @param $return_config
  */
  */
@@ -676,6 +680,8 @@ function ModifyLayoutSettings($return_config = false)
 }
 }
 
 
 /**
 /**
+ * Config array for chaning the karma settings
+ * Accessed  from ?action=admin;area=featuresettings;sa=karma;
  *
  *
  * @param $return_config
  * @param $return_config
  */
  */
@@ -2191,6 +2197,11 @@ function ModifyGeneralModSettings($return_config = false)
 	prepareDBSettingContext($config_vars);
 	prepareDBSettingContext($config_vars);
 }
 }
 
 
+/**
+ * Generates a list of integration hooks for display
+ * Accessed through ?action=admin;area=modsettings;sa=hooks;
+ * Allows for removal or disabing of selected hooks
+ */
 function list_integration_hooks()
 function list_integration_hooks()
 {
 {
 	global $sourcedir, $scripturl, $context, $txt, $modSettings, $settings;
 	global $sourcedir, $scripturl, $context, $txt, $modSettings, $settings;
@@ -2369,6 +2380,12 @@ function list_integration_hooks()
 	$context['default_list'] = 'list_integration_hooks';
 	$context['default_list'] = 'list_integration_hooks';
 }
 }
 
 
+/**
+ * Gets all of the files in a directory and its chidren directories
+ *
+ * @param type $dir_path
+ * @return array
+ */
 function get_files_recursive($dir_path)
 function get_files_recursive($dir_path)
 {
 {
 	$files = array();
 	$files = array();
@@ -2391,6 +2408,16 @@ function get_files_recursive($dir_path)
 	return $files;
 	return $files;
 }
 }
 
 
+/**
+ * Callback function for the integration hooks list (list_integration_hooks)
+ * Gets all of the hooks in the system and their status
+ * Would be better documented if Ema was not lazy
+ *
+ * @param type $start
+ * @param type $per_page
+ * @param type $sort
+ * @return array
+ */
 function get_integration_hooks_data($start, $per_page, $sort)
 function get_integration_hooks_data($start, $per_page, $sort)
 {
 {
 	global $boarddir, $sourcedir, $settings, $txt, $context, $scripturl, $modSettings;
 	global $boarddir, $sourcedir, $settings, $txt, $context, $scripturl, $modSettings;
@@ -2549,6 +2576,13 @@ function get_integration_hooks_data($start, $per_page, $sort)
 	return $hooks_data;
 	return $hooks_data;
 }
 }
 
 
+/**
+ * Simply returns the total count of integraion hooks
+ * Used but the intergation hooks list function (list_integration_hooks)
+ *
+ * @global type $context
+ * @return int
+ */
 function get_integration_hooks_count()
 function get_integration_hooks_count()
 {
 {
 	global $context;
 	global $context;
@@ -2569,6 +2603,12 @@ function get_integration_hooks_count()
 	return $hooks_count;
 	return $hooks_count;
 }
 }
 
 
+/**
+ * Parses modSettings to create integration hook array
+ * 
+ * @staticvar type $integration_hooks
+ * @return type
+ */
 function get_integration_hooks()
 function get_integration_hooks()
 {
 {
 	global $modSettings;
 	global $modSettings;

+ 4 - 0
Sources/MessageIndex.php

@@ -76,6 +76,10 @@ function MessageIndex()
 		$context['unapproved_posts_message'] = sprintf($txt['there_are_unapproved_topics'], $untopics, $unposts, $scripturl . '?action=moderate;area=postmod;sa=' . ($board_info['unapproved_topics'] ? 'topics' : 'posts') . ';brd=' . $board);
 		$context['unapproved_posts_message'] = sprintf($txt['there_are_unapproved_topics'], $untopics, $unposts, $scripturl . '?action=moderate;area=postmod;sa=' . ($board_info['unapproved_topics'] ? 'topics' : 'posts') . ';brd=' . $board);
 	}
 	}
 
 
+	// We only know these.
+	if (isset($_REQUEST['sort']) && !in_array($_REQUEST['sort'], array('subject', 'starter', 'last_poster', 'replies', 'views', 'first_post', 'last_post')))
+		$_REQUEST['sort'] = 'last_post';
+		
 	// Make sure the starting place makes sense and construct the page index.
 	// Make sure the starting place makes sense and construct the page index.
 	if (isset($_REQUEST['sort']))
 	if (isset($_REQUEST['sort']))
 		$context['page_index'] = constructPageIndex($scripturl . '?board=' . $board . '.%1$d;sort=' . $_REQUEST['sort'] . (isset($_REQUEST['desc']) ? ';desc' : ''), $_REQUEST['start'], $board_info['total_topics'], $maxindex, true);
 		$context['page_index'] = constructPageIndex($scripturl . '?board=' . $board . '.%1$d;sort=' . $_REQUEST['sort'] . (isset($_REQUEST['desc']) ? ';desc' : ''), $_REQUEST['start'], $board_info['total_topics'], $maxindex, true);

+ 14 - 1
Sources/MoveTopic.php

@@ -384,7 +384,16 @@ function MoveTopic2()
 		redirectexit('topic=' . $topic . '.0');
 		redirectexit('topic=' . $topic . '.0');
 }
 }
 
 
-// Moves one or more topics to a specific board. (doesn't check permissions.)
+/**
+ * Moves one or more topics to a specific board. (doesn't check permissions.)
+ * Determines the source boards for the supplied topics
+ * Handles the moving of mark_read data
+ * Updates the posts count of the affected boards
+ *
+ * @param type $topics
+ * @param type $toBoard
+ * @return type
+ */
 function moveTopics($topics, $toBoard)
 function moveTopics($topics, $toBoard)
 {
 {
 	global $sourcedir, $user_info, $modSettings, $smcFunc;
 	global $sourcedir, $user_info, $modSettings, $smcFunc;
@@ -702,6 +711,10 @@ function moveTopics($topics, $toBoard)
 	));
 	));
 }
 }
 
 
+/**
+ * Called after a topic is moved to update $board_link and $topic_link to point to new location
+ *
+ */
 function moveTopicConcurrence()
 function moveTopicConcurrence()
 {
 {
 	global $board, $topic, $smcFunc, $scripturl;
 	global $board, $topic, $smcFunc, $scripturl;

+ 18 - 3
Sources/News.php

@@ -348,6 +348,13 @@ function ShowXmlFeed()
 	obExit(false);
 	obExit(false);
 }
 }
 
 
+/**
+ * Called from dumpTags to convert data to xml
+ * Finds urls for local sitte and santizes them
+ *
+ * @param type $val
+ * @return type
+ */
 function fix_possible_url($val)
 function fix_possible_url($val)
 {
 {
 	global $modSettings, $context, $scripturl;
 	global $modSettings, $context, $scripturl;
@@ -364,6 +371,14 @@ function fix_possible_url($val)
 	return $val;
 	return $val;
 }
 }
 
 
+/**
+ * Ensures supplied data is properly encpsulated in cdata xml tags
+ * Called from getXmlProfile in News.php
+ *
+ * @param type $data
+ * @param type $ns
+ * @return type
+ */
 function cdata_parse($data, $ns = '')
 function cdata_parse($data, $ns = '')
 {
 {
 	global $smcFunc, $cdata_override;
 	global $smcFunc, $cdata_override;
@@ -438,9 +453,9 @@ function cdata_parse($data, $ns = '')
  * Additionally formats data based on the specific format passed.
  * Additionally formats data based on the specific format passed.
  * This function is recursively called to handle sub arrays of data.
  * This function is recursively called to handle sub arrays of data.
 
 
- * @param array $data, the array to output as xml data
- * @param int $i, the amount of indentation to use.
- * @param string $tag, if specified, it will be used instead of the keys of data.
+ * @param array $data the array to output as xml data
+ * @param int $i the amount of indentation to use.
+ * @param string $tag if specified, it will be used instead of the keys of data.
  * @param string $xml_format
  * @param string $xml_format
  */
  */
 function dumpTags($data, $i, $tag = null, $xml_format = '')
 function dumpTags($data, $i, $tag = null, $xml_format = '')

+ 43 - 0
Sources/Packages.php

@@ -1117,6 +1117,13 @@ function PackageInstall()
 			{
 			{
 				// We're really just checking for entries which are create table AND add columns (etc).
 				// We're really just checking for entries which are create table AND add columns (etc).
 				$tables = array();
 				$tables = array();
+				/**
+				 * Table sorting function used in usort
+				 *
+				 * @param type $a
+				 * @param type $b
+				 * @return int
+				 */
 				function sort_table_first($a, $b)
 				function sort_table_first($a, $b)
 				{
 				{
 					if ($a[0] == $b[0])
 					if ($a[0] == $b[0])
@@ -1503,6 +1510,18 @@ function PackageBrowse()
 	$context['available_all'] = array();
 	$context['available_all'] = array();
 }
 }
 
 
+/**
+ * Get a listing of all the packages
+ * Determines if the package is a mod, avatar, language package
+ * Determines if the package has been installed or not
+ *
+ * @param type $start
+ * @param type $items_per_page
+ * @param type $sort
+ * @param type $params
+ * @param type $installed
+ * @return type
+ */
 function list_getPackages($start, $items_per_page, $sort, $params, $installed)
 function list_getPackages($start, $items_per_page, $sort, $params, $installed)
 {
 {
 	global $boarddir, $scripturl, $context, $forum_version;
 	global $boarddir, $scripturl, $context, $forum_version;
@@ -1767,6 +1786,9 @@ function list_getPackages($start, $items_per_page, $sort, $params, $installed)
 	return $packages[$params];
 	return $packages[$params];
 }
 }
 
 
+/**
+ * Used when a temp FTP access is needed to package functions
+ */
 function PackageOptions()
 function PackageOptions()
 {
 {
 	global $txt, $scripturl, $context, $sourcedir, $modSettings, $smcFunc;
 	global $txt, $scripturl, $context, $sourcedir, $modSettings, $smcFunc;
@@ -2201,6 +2223,14 @@ function PackagePermissions()
 	}
 	}
 }
 }
 
 
+/**
+ * Checkes the permissions of all the areas that will be affected by the package
+ *
+ * @param type $path
+ * @param type $data
+ * @param type $level
+ * @return type
+ */
 function fetchPerms__recursive($path, &$data, $level)
 function fetchPerms__recursive($path, &$data, $level)
 {
 {
 	global $context;
 	global $context;
@@ -2480,6 +2510,12 @@ function PackagePermissionsAction()
 		// Haven't counted the items yet?
 		// Haven't counted the items yet?
 		if (empty($context['total_items']))
 		if (empty($context['total_items']))
 		{
 		{
+			/**
+			 * Counts all the directorys under a given path
+			 *
+			 * @param type $dir
+			 * @return integer
+			 */
 			function count_directories__recursive($dir)
 			function count_directories__recursive($dir)
 			{
 			{
 				global $context;
 				global $context;
@@ -2515,6 +2551,13 @@ function PackagePermissionsAction()
 		if (!isset($_POST['specialFiles']) && $context['predefined_type'] != 'free')
 		if (!isset($_POST['specialFiles']) && $context['predefined_type'] != 'free')
 		{
 		{
 			$context['special_files'] = array();
 			$context['special_files'] = array();
+
+			/**
+			 * Builds a list of special files recusivly for a given path
+			 *
+			 * @param type $path
+			 * @param type $data
+			 */
 			function build_special_files__recursive($path, &$data)
 			function build_special_files__recursive($path, &$data)
 			{
 			{
 				global $context;
 				global $context;

+ 17 - 16
Sources/PersonalMessage.php

@@ -174,6 +174,10 @@ function MessageMain()
 	$context['current_label_redirect'] = 'action=pm;f=' . $context['folder'] . (isset($_GET['start']) ? ';start=' . $_GET['start'] : '') . (isset($_REQUEST['l']) ? ';l=' . $_REQUEST['l'] : '');
 	$context['current_label_redirect'] = 'action=pm;f=' . $context['folder'] . (isset($_GET['start']) ? ';start=' . $_GET['start'] : '') . (isset($_REQUEST['l']) ? ';l=' . $_REQUEST['l'] : '');
 	$context['can_issue_warning'] = in_array('w', $context['admin_features']) && allowedTo('issue_warning') && $modSettings['warning_settings'][0] == 1;
 	$context['can_issue_warning'] = in_array('w', $context['admin_features']) && allowedTo('issue_warning') && $modSettings['warning_settings'][0] == 1;
 
 
+	// Are PM drafts enabled?
+	$context['drafts_pm_save'] = !empty($modSettings['drafts_enabled']) && !empty($modSettings['drafts_pm_enabled']) && allowedTo('pm_draft');
+	$context['drafts_autosave'] = !empty($context['drafts_pm_save']) && !empty($modSettings['drafts_autosave_enabled']) && allowedTo('pm_autosave_draft');
+	
 	// Build the linktree for all the actions...
 	// Build the linktree for all the actions...
 	$context['linktree'][] = array(
 	$context['linktree'][] = array(
 		'url' => $scripturl . '?action=pm',
 		'url' => $scripturl . '?action=pm',
@@ -1784,10 +1788,6 @@ function MessagePost()
 
 
 	$modSettings['disable_wysiwyg'] = !empty($modSettings['disable_wysiwyg']) || empty($modSettings['enableBBC']);
 	$modSettings['disable_wysiwyg'] = !empty($modSettings['disable_wysiwyg']) || empty($modSettings['enableBBC']);
 
 
-	// Are PM drafts enabled?
-	$context['drafts_pm_save'] = !empty($modSettings['drafts_enabled']) && !empty($modSettings['drafts_pm_enabled']) && allowedTo('pm_draft');
-	$context['drafts_autosave'] = !empty($context['drafts_pm_save']) && !empty($modSettings['drafts_autosave_enabled']) && allowedTo('pm_autosave_draft');
-
 	// Generate a list of drafts that they can load in to the editor
 	// Generate a list of drafts that they can load in to the editor
 	if (!empty($context['drafts_pm_save']))
 	if (!empty($context['drafts_pm_save']))
 	{
 	{
@@ -1838,10 +1838,6 @@ function MessageDrafts()
 {
 {
 	global $context, $sourcedir, $user_info, $modSettings;
 	global $context, $sourcedir, $user_info, $modSettings;
 
 
-	// Set draft capability
-	$context['drafts_pm_save'] = !empty($modSettings['drafts_pm_enabled']) && allowedTo('pm_draft');
-	$context['drafts_autosave'] = !empty($context['drafts_pm_save']) && !empty($modSettings['drafts_autosave_enabled']) && allowedTo('pm_autosave_draft');
-
 	// validate with loadMemberData()
 	// validate with loadMemberData()
 	$memberResult = loadMemberData($user_info['id'], false);
 	$memberResult = loadMemberData($user_info['id'], false);
 	if (!is_array($memberResult))
 	if (!is_array($memberResult))
@@ -1993,10 +1989,6 @@ function messagePostError($error_types, $named_recipients, $recipient_ids = arra
 			$context['error_type'] = 'serious';
 			$context['error_type'] = 'serious';
 	}
 	}
 
 
-	// Need to reset draft capability once again
-	$context['drafts_pm_save'] = !empty($modSettings['drafts_pm_enabled']) && allowedTo('pm_draft');
-	$context['drafts_autosave'] = !empty($context['drafts_pm_save']) && !empty($modSettings['drafts_autosave_enabled']) && allowedTo('pm_autosave_draft');
-
 	// We need to load the editor once more.
 	// We need to load the editor once more.
 	require_once($sourcedir . '/Subs-Editor.php');
 	require_once($sourcedir . '/Subs-Editor.php');
 
 
@@ -2047,6 +2039,10 @@ function MessagePost2()
 
 
 	isAllowedTo('pm_send');
 	isAllowedTo('pm_send');
 	require_once($sourcedir . '/Subs-Auth.php');
 	require_once($sourcedir . '/Subs-Auth.php');
+	
+	// PM Drafts enabled and needed? 
+	if ($context['drafts_pm_save'] && (isset($_POST['save_draft']) || isset($_POST['id_pm_draft'])))
+		require_once($sourcedir . '/Drafts.php');
 
 
 	loadLanguage('PersonalMessage', '', false);
 	loadLanguage('PersonalMessage', '', false);
 
 
@@ -2257,9 +2253,8 @@ function MessagePost2()
 	}
 	}
 
 
 	// Want to save this as a draft and think about it some more?
 	// Want to save this as a draft and think about it some more?
-	if (!empty($modSettings['drafts_enabled']) && !empty($modSettings['drafts_pm_enabled']) && isset($_POST['save_draft']))
+	if ($context['drafts_pm_save'] && isset($_POST['save_draft']))
 	{
 	{
-		require_once($sourcedir . '/Drafts.php');
 		SavePMDraft($post_errors, $recipientList);
 		SavePMDraft($post_errors, $recipientList);
 		return messagePostError($post_errors, $namedRecipientList, $recipientList);
 		return messagePostError($post_errors, $namedRecipientList, $recipientList);
 	}
 	}
@@ -2313,7 +2308,13 @@ function MessagePost2()
 
 
 	// Message sent successfully?
 	// Message sent successfully?
 	if (!empty($context['send_log']) && empty($context['send_log']['failed']))
 	if (!empty($context['send_log']) && empty($context['send_log']['failed']))
+	{
 		$context['current_label_redirect'] = $context['current_label_redirect'] . ';done=sent';
 		$context['current_label_redirect'] = $context['current_label_redirect'] . ';done=sent';
+		
+		// If we had a PM draft for this one, then its time to remove it since it was just sent
+		if ($context['drafts_pm_save'] && !empty($_POST['id_pm_draft']))
+			DeleteDraft($_POST['id_pm_draft']);
+	}
 
 
 	// Go back to the where they sent from, if possible...
 	// Go back to the where they sent from, if possible...
 	redirectexit($context['current_label_redirect']);
 	redirectexit($context['current_label_redirect']);
@@ -2627,7 +2628,7 @@ function MessagePrune()
 /**
 /**
  * Delete the specified personal messages.
  * Delete the specified personal messages.
  *
  *
- * @param array $personal_messages, array of pm ids
+ * @param array $personal_messages array of pm ids
  * @param string $folder = null
  * @param string $folder = null
  * @param int $owner = null
  * @param int $owner = null
  */
  */
@@ -3659,7 +3660,7 @@ function LoadRules($reload = false)
  *
  *
  * @param int $pmID
  * @param int $pmID
  * @param $validFor
  * @param $validFor
- * @return bool
+ * @return boolean
  */
  */
 function isAccessiblePM($pmID, $validFor = 'in_or_outbox')
 function isAccessiblePM($pmID, $validFor = 'in_or_outbox')
 {
 {

+ 8 - 2
Sources/Post.php

@@ -26,6 +26,8 @@ if (!defined('SMF'))
  * - requires different permissions depending on the actions, but most notably post_new, post_reply_own, and post_reply_any.
  * - requires different permissions depending on the actions, but most notably post_new, post_reply_own, and post_reply_any.
  * - shows options for the editing and posting of calendar events and attachments, as well as the posting of polls.
  * - shows options for the editing and posting of calendar events and attachments, as well as the posting of polls.
  * - accessed from ?action=post.
  * - accessed from ?action=post.
+ *
+ *  @param array $post_errors holds any errors found tyring to post
  */
  */
 function Post($post_errors = array())
 function Post($post_errors = array())
 {
 {
@@ -1202,8 +1204,8 @@ function Post2()
 	require_once($sourcedir . '/Subs-Post.php');
 	require_once($sourcedir . '/Subs-Post.php');
 	loadLanguage('Post');
 	loadLanguage('Post');
 
 
-	// Drafts enabled?
-	if (!empty($modSettings['drafts_enabled']) && isset($_POST['save_draft']))
+	// Drafts enabled and needed?
+	if (!empty($modSettings['drafts_enabled']) && (isset($_POST['save_draft']) || isset($_POST['id_draft'])))
 		require_once($sourcedir . '/Drafts.php');
 		require_once($sourcedir . '/Drafts.php');
 
 
 	// First check to see if they are trying to delete any current attachments.
 	// First check to see if they are trying to delete any current attachments.
@@ -1824,6 +1826,10 @@ function Post2()
 		if (isset($topicOptions['id']))
 		if (isset($topicOptions['id']))
 			$topic = $topicOptions['id'];
 			$topic = $topicOptions['id'];
 	}
 	}
+	
+	// If we had a draft for this, its time to remove it since it was just posted
+	if (!empty($modSettings['drafts_enabled']) && !empty($_POST['id_draft']))
+		DeleteDraft($_POST['id_draft']);
 
 
 	// Editing or posting an event?
 	// Editing or posting an event?
 	if (isset($_POST['calendar']) && (!isset($_REQUEST['eventid']) || $_REQUEST['eventid'] == -1))
 	if (isset($_POST['calendar']) && (!isset($_REQUEST['eventid']) || $_REQUEST['eventid'] == -1))

+ 2 - 5
Sources/PostModeration.php

@@ -602,13 +602,10 @@ function list_getUnapprovedAttachments($start, $items_per_page, $sort, $approve_
 
 
 /**
 /**
  * Callback function for UnapprovedAttachments
  * Callback function for UnapprovedAttachments
- * count all the attachments waiting for approval the approver can approve
+ * count all the attachments waiting for approval that this approver can approve
  *
  *
- * @param int $start
- * @param int $items_per_page
- * @param string $sort
  * @param string $approve_query additional restrictions based on the boards the approver can see
  * @param string $approve_query additional restrictions based on the boards the approver can see
- * @return int, the number of unapproved attachments
+ * @return int the number of unapproved attachments
  */
  */
 function list_getNumUnapprovedAttachments($approve_query)
 function list_getNumUnapprovedAttachments($approve_query)
 {
 {

+ 3 - 3
Sources/Profile-Actions.php

@@ -473,7 +473,7 @@ function list_getUserWarningCount($memID)
  * @param int $start
  * @param int $start
  * @param int $items_per_page
  * @param int $items_per_page
  * @param string $sort
  * @param string $sort
- * @param int $memID, the member ID
+ * @param int $memID the member ID
  * @return array the preview warnings
  * @return array the preview warnings
  */
  */
 function list_getUserWarnings($start, $items_per_page, $sort, $memID)
 function list_getUserWarnings($start, $items_per_page, $sort, $memID)
@@ -516,7 +516,7 @@ function list_getUserWarnings($start, $items_per_page, $sort, $memID)
 /**
 /**
  * Present a screen to make sure the user wants to be deleted
  * Present a screen to make sure the user wants to be deleted
  *
  *
- * @param int $memID, the member ID
+ * @param int $memID the member ID
  */
  */
 function deleteAccount($memID)
 function deleteAccount($memID)
 {
 {
@@ -538,7 +538,7 @@ function deleteAccount($memID)
 /**
 /**
  * Actually delete an account.
  * Actually delete an account.
  *
  *
- * @param int $memID, the member ID
+ * @param int $memID the member ID
  */
  */
 function deleteAccount2($memID)
 function deleteAccount2($memID)
 {
 {

+ 3 - 3
Sources/Profile-Modify.php

@@ -2334,7 +2334,7 @@ function ignoreboards($memID)
 
 
 /**
 /**
  * Load all the languages for the profile.
  * Load all the languages for the profile.
- * @return bool
+ * @return boolean
  */
  */
 function profileLoadLanguages()
 function profileLoadLanguages()
 {
 {
@@ -2892,7 +2892,7 @@ function profileSaveAvatarData(&$value)
  * Validate the signature
  * Validate the signature
  *
  *
  * @param mixed &$value
  * @param mixed &$value
- * @return bool|string
+ * @return boolean|string
  */
  */
 function profileValidateSignature(&$value)
 function profileValidateSignature(&$value)
 {
 {
@@ -3076,7 +3076,7 @@ function profileValidateSignature(&$value)
  *
  *
  * @param string $email
  * @param string $email
  * @param int $memID = 0
  * @param int $memID = 0
- * @return bool|string
+ * @return boolean|string
  */
  */
 function profileValidateEmail($email, $memID = 0)
 function profileValidateEmail($email, $memID = 0)
 {
 {

+ 17 - 0
Sources/Profile-View.php

@@ -619,6 +619,16 @@ function showAttachments($memID)
 
 
 }
 }
 
 
+/**
+ * Get a list of attachments for this user
+ *
+ * @param type $start
+ * @param type $items_per_page
+ * @param type $sort
+ * @param type $boardsAllowed
+ * @param type $memID
+ * @return type
+ */
 function list_getAttachments($start, $items_per_page, $sort, $boardsAllowed, $memID)
 function list_getAttachments($start, $items_per_page, $sort, $boardsAllowed, $memID)
 {
 {
 	global $smcFunc, $board, $modSettings, $context;
 	global $smcFunc, $board, $modSettings, $context;
@@ -670,6 +680,13 @@ function list_getAttachments($start, $items_per_page, $sort, $boardsAllowed, $me
 	return $attachments;
 	return $attachments;
 }
 }
 
 
+/**
+ * Gets the total number of attachments for the user
+ *
+ * @param type $boardsAllowed
+ * @param type $memID
+ * @return type
+ */
 function list_getNumAttachments($boardsAllowed, $memID)
 function list_getNumAttachments($boardsAllowed, $memID)
 {
 {
 	global $board, $smcFunc, $modSettings, $context;
 	global $board, $smcFunc, $modSettings, $context;

+ 8 - 4
Sources/QueryString.php

@@ -294,8 +294,9 @@ function cleanRequest()
 
 
 /**
 /**
  * Validates a IPv6 address. returns true if it is ipv6.
  * Validates a IPv6 address. returns true if it is ipv6.
+ *
  * @param string $ip ip address to be validated
  * @param string $ip ip address to be validated
- * @return bool true|false
+ * @return boolean true|false
  */
  */
 function isValidIPv6($ip)
 function isValidIPv6($ip)
 {
 {
@@ -307,6 +308,7 @@ function isValidIPv6($ip)
 
 
 /**
 /**
  * Converts IPv6s to numbers.  This makes ban checks much easier.
  * Converts IPv6s to numbers.  This makes ban checks much easier.
+ *
  * @param string $ip ip address to be converted
  * @param string $ip ip address to be converted
  * @return array
  * @return array
  */
  */
@@ -333,8 +335,10 @@ function convertIPv6toInts($ip)
 
 
 /**
 /**
  * Expands a IPv6 address to its full form.
  * Expands a IPv6 address to its full form.
- * @param string $ip ip address to be converted
- * @return bool/string expanded ipv6 address.
+ *
+ * @param type $addr
+ * @param type $strict_check checks lenght to expaned address for compliance
+ * @return boolean/string expanded ipv6 address.
  */
  */
 function expandIPv6($addr, $strict_check = true)
 function expandIPv6($addr, $strict_check = true)
 {
 {
@@ -555,7 +559,7 @@ function cleanXml($string)
 }
 }
 
 
 /**
 /**
- * @todo needs a description
+ * Escapes (replaces) characters in strings to make them safe for use in javascript
  *
  *
  * @param string $string
  * @param string $string
  * @return string
  * @return string

+ 6 - 2
Sources/RemoveTopic.php

@@ -3,7 +3,7 @@
 /**
 /**
  * The contents of this file handle the deletion of topics, posts, and related
  * The contents of this file handle the deletion of topics, posts, and related
  * paraphernalia.
  * paraphernalia.
- * 
+ *
  * Simple Machines Forum (SMF)
  * Simple Machines Forum (SMF)
  *
  *
  * @package SMF
  * @package SMF
@@ -1231,7 +1231,11 @@ function RestoreTopic()
 }
 }
 
 
 /**
 /**
- * Take a load of messages from one place and stick them in a topic.
+ * Take a load of messages from one place and stick them in a topic
+ *
+ * @param array $msgs
+ * @param integer $from_topic
+ * @param integer $target_topic
  */
  */
 function mergePosts($msgs = array(), $from_topic, $target_topic)
 function mergePosts($msgs = array(), $from_topic, $target_topic)
 {
 {

+ 3 - 1
Sources/RepairBoards.php

@@ -157,7 +157,9 @@ function pauseRepairProcess($to_fix, $current_step_description, $max_substep = 0
 	obExit();
 	obExit();
 }
 }
 
 
-// Load up all the tests we might want to do ;)
+/**
+ * Load up all the tests we might want to do ;)
+ */
 function loadForumTests()
 function loadForumTests()
 {
 {
 	global $errorTests;
 	global $errorTests;

+ 1 - 1
Sources/Reports.php

@@ -906,7 +906,7 @@ function addData($inc_data, $custom_table = null)
  * @param string $title = ''
  * @param string $title = ''
  * @param string $custom_table = null
  * @param string $custom_table = null
  *
  *
- * @return bool returns false if there are no tables
+ * @return boolean returns false if there are no tables
  */
  */
 function addSeparator($title = '', $custom_table = null)
 function addSeparator($title = '', $custom_table = null)
 {
 {

+ 14 - 1
Sources/ScheduledTasks.php

@@ -842,7 +842,12 @@ function scheduled_weekly_digest()
 }
 }
 
 
 /**
 /**
- * Send a bunch of emails from the mail queue.
+ * Send a group of emails from the mail queue.
+ *
+ * @param type $number the number to send each loop through
+ * @param type $override_limit bypassing our limit flaf
+ * @param type $force_send
+ * @return boolean
  */
  */
 function ReduceMailQueue($number = false, $override_limit = false, $force_send = false)
 function ReduceMailQueue($number = false, $override_limit = false, $force_send = false)
 {
 {
@@ -1043,6 +1048,9 @@ function ReduceMailQueue($number = false, $override_limit = false, $force_send =
 
 
 /**
 /**
  * Calculate the next time the passed tasks should be triggered.
  * Calculate the next time the passed tasks should be triggered.
+ *
+ * @param type $tasks
+ * @param type $forceUpdate
  */
  */
 function CalculateNextTrigger($tasks = array(), $forceUpdate = false)
 function CalculateNextTrigger($tasks = array(), $forceUpdate = false)
 {
 {
@@ -1109,6 +1117,11 @@ function CalculateNextTrigger($tasks = array(), $forceUpdate = false)
 
 
 /**
 /**
  * Simply returns a time stamp of the next instance of these time parameters.
  * Simply returns a time stamp of the next instance of these time parameters.
+ *
+ * @param int $regularity
+ * @param type $unit
+ * @param type $offset
+ * @return int
  */
  */
 function next_time($regularity, $unit, $offset)
 function next_time($regularity, $unit, $offset)
 {
 {

+ 2 - 2
Sources/Search.php

@@ -1933,7 +1933,7 @@ function prepareSearchContext($reset = false)
 				foreach ($context['key_words'] as $keyword)
 				foreach ($context['key_words'] as $keyword)
 				{
 				{
 					$keyword = un_htmlspecialchars($keyword);
 					$keyword = un_htmlspecialchars($keyword);
-					$keyword = preg_replace('~&amp;#(\d{1,7}|x[0-9a-fA-F]{1,6});~e', '$GLOBALS[\'smcFunc\'][\'entity_fix\'](\'\\1\')', strtr($keyword, array('\\\'' => '\'', '&' => '&amp;')));
+					$keyword = preg_replace('~(&amp;#(\d{1,7}|x[0-9a-fA-F]{1,6});)~e', 'entity_fix__callback', strtr($keyword, array('\\\'' => '\'', '&' => '&amp;')));
 
 
 					if (preg_match('~[\'\.,/@%&;:(){}\[\]_\-+\\\\]$~', $keyword) != 0 || preg_match('~^[\'\.,/@%&;:(){}\[\]_\-+\\\\]~', $keyword) != 0)
 					if (preg_match('~[\'\.,/@%&;:(){}\[\]_\-+\\\\]$~', $keyword) != 0 || preg_match('~^[\'\.,/@%&;:(){}\[\]_\-+\\\\]~', $keyword) != 0)
 						$force_partial_word = true;
 						$force_partial_word = true;
@@ -1957,7 +1957,7 @@ function prepareSearchContext($reset = false)
 			}
 			}
 
 
 			// Re-fix the international characters.
 			// Re-fix the international characters.
-			$message['body'] = preg_replace('~&amp;#(\d{1,7}|x[0-9a-fA-F]{1,6});~e', '$GLOBALS[\'smcFunc\'][\'entity_fix\'](\'\\1\')', $message['body']);
+			$message['body'] = preg_replace('~(&amp;#(\d{1,7}|x[0-9a-fA-F]{1,6});)~e', 'entity_fix__callback', $message['body']);
 		}
 		}
 	}
 	}
 	else
 	else

+ 77 - 11
Sources/SearchAPI-Custom.php

@@ -14,23 +14,58 @@
 if (!defined('SMF'))
 if (!defined('SMF'))
 	die('Hacking attempt...');
 	die('Hacking attempt...');
 
 
+/**
+ * Custom Search API class .. used when custom SMF index is used
+ */
 class custom_search
 class custom_search
 {
 {
-	// This is the last version of SMF that this was tested on, to protect against API changes.
+	/**
+	 *This is the last version of SMF that this was tested on, to protect against API changes.
+	 * @var type
+	 */
 	public $version_compatible = 'SMF 2.1 Alpha 1';
 	public $version_compatible = 'SMF 2.1 Alpha 1';
-	// This won't work with versions of SMF less than this.
+
+	/**
+	 *This won't work with versions of SMF less than this.
+	 * @var type
+	 */
 	public $min_smf_version = 'SMF 2.1 Alpha 1';
 	public $min_smf_version = 'SMF 2.1 Alpha 1';
-	// Is it supported?
+
+	/**
+	 * Is it supported?
+	 * @var type
+	 */
 	public $is_supported = true;
 	public $is_supported = true;
 
 
+	/**
+	 * Index Settings
+	 * @var type
+	 */
 	protected $indexSettings = array();
 	protected $indexSettings = array();
-	// What words are banned?
+
+	/**
+	 * What words are banned?
+	 * @var type
+	 */
 	protected $bannedWords = array();
 	protected $bannedWords = array();
-	// What is the minimum word length?
+
+	/**
+	 * What is the minimum word length?
+	 * @var type
+	 */
 	protected $min_word_length = null;
 	protected $min_word_length = null;
-	// What databases support the custom index?
+
+	/**
+	 * What databases support the custom index?
+	 * @var type
+	 */
 	protected $supported_databases = array('mysql', 'postgresql', 'sqlite');
 	protected $supported_databases = array('mysql', 'postgresql', 'sqlite');
 
 
+	/**
+	 * constructor function
+	 *
+	 * @return type
+	 */
 	public function __construct()
 	public function __construct()
 	{
 	{
 		global $modSettings, $db_type;
 		global $modSettings, $db_type;
@@ -51,7 +86,13 @@ class custom_search
 		$this->min_word_length = $this->indexSettings['bytes_per_word'];
 		$this->min_word_length = $this->indexSettings['bytes_per_word'];
 	}
 	}
 
 
-	// Check whether the search can be performed by this API.
+	/**
+	 * Check whether the search can be performed by this API.
+	 *
+	 * @param type $methodName
+	 * @param type $query_params
+	 * @return boolean
+	 */
 	public function supportsMethod($methodName, $query_params = null)
 	public function supportsMethod($methodName, $query_params = null)
 	{
 	{
 		switch ($methodName)
 		switch ($methodName)
@@ -72,7 +113,11 @@ class custom_search
 		}
 		}
 	}
 	}
 
 
-	// If the settings don't exist we can't continue.
+	/**
+	 * If the settings don't exist we can't continue.
+	 *
+	 * @return type
+	 */
 	public function isValid()
 	public function isValid()
 	{
 	{
 		global $modSettings;
 		global $modSettings;
@@ -98,7 +143,14 @@ class custom_search
 		return $y < $x ? 1 : ($y > $x ? -1 : 0);
 		return $y < $x ? 1 : ($y > $x ? -1 : 0);
 	}
 	}
 
 
-	// Do we have to do some work with the words we are searching for to prepare them?
+	/**
+	 * Do we have to do some work with the words we are searching for to prepare them?
+	 *
+	 * @param type $word
+	 * @param type $wordsSearch
+	 * @param type $wordsExclude
+	 * @param type $isExcluded
+	 */
 	public function prepareIndexes($word, &$wordsSearch, &$wordsExclude, $isExcluded)
 	public function prepareIndexes($word, &$wordsSearch, &$wordsExclude, $isExcluded)
 	{
 	{
 		global $modSettings, $smcFunc;
 		global $modSettings, $smcFunc;
@@ -125,7 +177,13 @@ class custom_search
 		}
 		}
 	}
 	}
 
 
-	// Search for indexed words.
+	/**
+	 * Search for indexed words.
+	 *
+	 * @param type $words
+	 * @param type $search_data
+	 * @return type
+	 */
 	public function indexedWordQuery($words, $search_data)
 	public function indexedWordQuery($words, $search_data)
 	{
 	{
 		global $modSettings, $smcFunc;
 		global $modSettings, $smcFunc;
@@ -212,7 +270,11 @@ class custom_search
 	}
 	}
 
 
 	/**
 	/**
-	 * After a post is made, we update the search index database.
+	 *  After a post is made, we update the search index database
+	 *
+	 * @param type $msgOptions
+	 * @param type $topicOptions
+	 * @param type $posterOptions
 	 */
 	 */
 	public function postCreated($msgOptions, $topicOptions, $posterOptions)
 	public function postCreated($msgOptions, $topicOptions, $posterOptions)
 	{
 	{
@@ -235,6 +297,10 @@ class custom_search
 
 
 	/**
 	/**
 	 * After a post is modified, we update the search index database.
 	 * After a post is modified, we update the search index database.
+	 *
+	 * @param type $msgOptions
+	 * @param type $topicOptions
+	 * @param type $posterOptions
 	 */
 	 */
 	public function postModified($msgOptions, $topicOptions, $posterOptions)
 	public function postModified($msgOptions, $topicOptions, $posterOptions)
 	{
 	{

+ 37 - 9
Sources/SearchAPI-Fulltext.php

@@ -14,19 +14,46 @@
 if (!defined('SMF'))
 if (!defined('SMF'))
 	die('Hacking attempt...');
 	die('Hacking attempt...');
 
 
+/**
+ * Fulltext API, used when an SQL fulltext index is used
+ */
 class fulltext_search
 class fulltext_search
 {
 {
-	// This is the last version of SMF that this was tested on, to protect against API changes.
+	/**
+	 * This is the last version of SMF that this was tested on, to protect against API changes.
+	 * @var type
+	 */
 	public $version_compatible = 'SMF 2.1 Alpha 1';
 	public $version_compatible = 'SMF 2.1 Alpha 1';
-	// This won't work with versions of SMF less than this.
+
+	/**
+	 * This won't work with versions of SMF less than this.
+	 * @var type
+	 */
 	public $min_smf_version = 'SMF 2.1 Alpha 1';
 	public $min_smf_version = 'SMF 2.1 Alpha 1';
-	// Is it supported?
+
+	/**
+	 * Is it supported?
+	 *
+	 * @var type
+	 */
 	public $is_supported = true;
 	public $is_supported = true;
-	// What words are banned?
+
+	/**
+	 * What words are banned?
+	 * @var type
+	 */
 	protected $bannedWords = array();
 	protected $bannedWords = array();
-	// What is the minimum word length?
+
+	/**
+	 * What is the minimum word length?
+	 * @var type
+	 */
 	protected $min_word_length = 4;
 	protected $min_word_length = 4;
-	// What databases support the fulltext index?
+
+	/**
+	 * What databases support the fulltext index?
+	 * @var type
+	 */
 	protected $supported_databases = array('mysql');
 	protected $supported_databases = array('mysql');
 
 
 	/**
 	/**
@@ -104,11 +131,12 @@ class fulltext_search
 
 
 		return $min_word_length;
 		return $min_word_length;
 	}
 	}
-	
+
 	/**
 	/**
 	 * callback function for usort used to sort the fulltext results.
 	 * callback function for usort used to sort the fulltext results.
 	 * the order of sorting is: large words, small words, large words that
 	 * the order of sorting is: large words, small words, large words that
 	 * are excluded from the search, small words that are excluded.
 	 * are excluded from the search, small words that are excluded.
+	 *
 	 * @param string $a Word A
 	 * @param string $a Word A
 	 * @param string $b Word B
 	 * @param string $b Word B
 	 * @return int
 	 * @return int
@@ -119,10 +147,10 @@ class fulltext_search
 
 
 		$x = $smcFunc['strlen']($a) - (in_array($a, $excludedWords) ? 1000 : 0);
 		$x = $smcFunc['strlen']($a) - (in_array($a, $excludedWords) ? 1000 : 0);
 		$y = $smcFunc['strlen']($b) - (in_array($b, $excludedWords) ? 1000 : 0);
 		$y = $smcFunc['strlen']($b) - (in_array($b, $excludedWords) ? 1000 : 0);
-		
+
 		return $x < $y ? 1 : ($x > $y ? -1 : 0);
 		return $x < $y ? 1 : ($x > $y ? -1 : 0);
 	}
 	}
-	
+
 	/**
 	/**
 	 * fulltext_search::prepareIndexes()
 	 * fulltext_search::prepareIndexes()
 	 *
 	 *

+ 24 - 4
Sources/SearchAPI-Standard.php

@@ -14,18 +14,38 @@
 if (!defined('SMF'))
 if (!defined('SMF'))
 	die('Hacking attempt...');
 	die('Hacking attempt...');
 
 
+/**
+ * Standard non full index, non custom index search
+ */
 class standard_search
 class standard_search
 {
 {
-	// This is the last version of SMF that this was tested on, to protect against API changes.
+	/**
+	 * This is the last version of SMF that this was tested on, to protect against API changes.
+	 *
+	 * @var type
+	 */
 	public $version_compatible = 'SMF 2.1 ALpha';
 	public $version_compatible = 'SMF 2.1 ALpha';
 
 
-	// This won't work with versions of SMF less than this.
+	/**
+	 * This won't work with versions of SMF less than this.
+	 *
+	 * @var type
+	 */
 	public $min_smf_version = 'SMF 2.1 Alpha 1';
 	public $min_smf_version = 'SMF 2.1 Alpha 1';
 
 
-	// Standard search is supported by default.
+	/**
+	 * Standard search is supported by default.
+	 * @var type
+	 */
 	public $is_supported = true;
 	public $is_supported = true;
 
 
-	// Method to check whether the method can be performed by the API.
+	/**
+	 * Method to check whether the method can be performed by the API.
+	 *
+	 * @param type $methodName
+	 * @param type $query_params
+	 * @return boolean
+	 */
 	public function supportsMethod($methodName, $query_params = null)
 	public function supportsMethod($methodName, $query_params = null)
 	{
 	{
 		// Always fall back to the standard search method.
 		// Always fall back to the standard search method.

+ 7 - 7
Sources/Security.php

@@ -760,7 +760,7 @@ function createToken($action, $type = 'post')
  * @param string $action
  * @param string $action
  * @param string $type = 'post' (get, request, or post)
  * @param string $type = 'post' (get, request, or post)
  * @param bool $reset = true
  * @param bool $reset = true
- * @return bool
+ * @return boolean
  */
  */
 function validateToken($action, $type = 'post', $reset = true)
 function validateToken($action, $type = 'post', $reset = true)
 {
 {
@@ -848,7 +848,7 @@ function cleanTokens($complete = false)
  *
  *
  * @param string $action
  * @param string $action
  * @param bool $is_fatal = true
  * @param bool $is_fatal = true
- * @return bool
+ * @return boolean
  */
  */
 function checkSubmitOnce($action, $is_fatal = true)
 function checkSubmitOnce($action, $is_fatal = true)
 {
 {
@@ -894,7 +894,7 @@ function checkSubmitOnce($action, $is_fatal = true)
  *
  *
  * @param string $permission
  * @param string $permission
  * @param array $boards = null
  * @param array $boards = null
- * @return bool if the user can do the permission
+ * @return boolean if the user can do the permission
  */
  */
 function allowedTo($permission, $boards = null)
 function allowedTo($permission, $boards = null)
 {
 {
@@ -1151,7 +1151,7 @@ function showEmailAddress($userProfile_hideEmail, $userProfile_id)
  * This function attempts to protect from spammed messages and the like.
  * This function attempts to protect from spammed messages and the like.
  * The time taken depends on error_type - generally uses the modSetting.
  * The time taken depends on error_type - generally uses the modSetting.
  *
  *
- * @param string $error_type, used also as a $txt index. (not an actual string.)
+ * @param string $error_type used also as a $txt index. (not an actual string.)
  * @return boolean
  * @return boolean
  */
  */
 function spamProtection($error_type)
 function spamProtection($error_type)
@@ -1210,9 +1210,9 @@ function spamProtection($error_type)
 /**
 /**
  * A generic function to create a pair of index.php and .htaccess files in a directory
  * A generic function to create a pair of index.php and .htaccess files in a directory
  *
  *
- * @param string $path, the (absolute) directory path
- * @param boolean $attachments, if the directory is an attachments directory or not
- * @return true on success, error string if anything fails
+ * @param string $path the (absolute) directory path
+ * @param boolean $attachments if the directory is an attachments directory or not
+ * @return true on success error string if anything fails
  */
  */
 function secureDirectory($path, $attachments = false)
 function secureDirectory($path, $attachments = false)
 {
 {

+ 5 - 5
Sources/Session.php

@@ -101,7 +101,7 @@ function loadSession()
  *
  *
  * @param string $save_path
  * @param string $save_path
  * @param string $session_name
  * @param string $session_name
- * @return bool
+ * @return boolean
  */
  */
 function sessionOpen($save_path, $session_name)
 function sessionOpen($save_path, $session_name)
 {
 {
@@ -112,7 +112,7 @@ function sessionOpen($save_path, $session_name)
  * Implementation of sessionClose() replacing the standard close handler.
  * Implementation of sessionClose() replacing the standard close handler.
  * It simply returns true.
  * It simply returns true.
  *
  *
- * @return bool
+ * @return boolean
  */
  */
 function sessionClose()
 function sessionClose()
 {
 {
@@ -153,7 +153,7 @@ function sessionRead($session_id)
  *
  *
  * @param string $session_id
  * @param string $session_id
  * @param string $data
  * @param string $data
- * @return bool
+ * @return boolean
  */
  */
 function sessionWrite($session_id, $data)
 function sessionWrite($session_id, $data)
 {
 {
@@ -190,7 +190,7 @@ function sessionWrite($session_id, $data)
  * Implementation of sessionDestroy() replacing the standard destroy handler.
  * Implementation of sessionDestroy() replacing the standard destroy handler.
  *
  *
  * @param string $session_id
  * @param string $session_id
- * @return bool
+ * @return boolean
  */
  */
 function sessionDestroy($session_id)
 function sessionDestroy($session_id)
 {
 {
@@ -214,7 +214,7 @@ function sessionDestroy($session_id)
  * Callback for garbage collection.
  * Callback for garbage collection.
  *
  *
  * @param int $max_lifetime
  * @param int $max_lifetime
- * @return bool
+ * @return boolean
  */
  */
 function sessionGC($max_lifetime)
 function sessionGC($max_lifetime)
 {
 {

+ 6 - 0
Sources/Subs-Admin.php

@@ -390,6 +390,8 @@ function updateSettingsFile($config_vars)
  * - Done separately from updateSettingsFile to avoid race conditions
  * - Done separately from updateSettingsFile to avoid race conditions
  *   which can occur during a db error
  *   which can occur during a db error
  * - If it fails Settings.php will assume 0
  * - If it fails Settings.php will assume 0
+ *
+ * @param type $time
  */
  */
 function updateDbLastError($time)
 function updateDbLastError($time)
 {
 {
@@ -441,6 +443,10 @@ function updateAdminPreferences()
  * - loads all users who are admins or have the admin forum permission.
  * - loads all users who are admins or have the admin forum permission.
  * - uses the email template and replacements passed in the parameters.
  * - uses the email template and replacements passed in the parameters.
  * - sends them an email.
  * - sends them an email.
+ *
+ * @param string $template
+ * @param array $replacements
+ * @param array $additional_recipients
  */
  */
 function emailAdmins($template, $replacements = array(), $additional_recipients = array())
 function emailAdmins($template, $replacements = array(), $additional_recipients = array())
 {
 {

+ 9 - 19
Sources/Subs-Auth.php

@@ -23,7 +23,7 @@ if (!defined('SMF'))
  * - sets the cookie and session to last the number of seconds specified by cookie_length.
  * - sets the cookie and session to last the number of seconds specified by cookie_length.
  * - when logging out, if the globalCookies setting is enabled, attempts to clear the subdomain's cookie too.
  * - when logging out, if the globalCookies setting is enabled, attempts to clear the subdomain's cookie too.
  *
  *
- * @param int $cookie_length,
+ * @param int $cookie_length
  * @param int $id The id of the member
  * @param int $id The id of the member
  * @param string $password = ''
  * @param string $password = ''
  */
  */
@@ -110,7 +110,7 @@ function setLoginCookie($cookie_length, $id, $password = '')
  * - normally, local and global should be the localCookies and globalCookies settings, respectively.
  * - normally, local and global should be the localCookies and globalCookies settings, respectively.
  * - uses boardurl to determine these two things.
  * - uses boardurl to determine these two things.
  *
  *
- * @param bool $local,
+ * @param bool $local
  * @param bool $global
  * @param bool $global
  * @return array an array to set the cookie on with domain and path in it, in that order
  * @return array an array to set the cookie on with domain and path in it, in that order
  */
  */
@@ -250,8 +250,8 @@ function adminLogin($type = 'admin')
  * Used by the adminLogin() function.
  * Used by the adminLogin() function.
  * if 'value' is an array, the function is called recursively.
  * if 'value' is an array, the function is called recursively.
  *
  *
- * @param string $key
- * @param string $value
+ * @param string $k key
+ * @param string $v value
  * @return string 'hidden' HTML form fields, containing key-value-pairs
  * @return string 'hidden' HTML form fields, containing key-value-pairs
  */
  */
 function adminLogin_outputPostVars($k, $v)
 function adminLogin_outputPostVars($k, $v)
@@ -316,7 +316,7 @@ function construct_query_string($get)
  * - searches for members whose username, display name, or e-mail address match the given pattern of array names.
  * - searches for members whose username, display name, or e-mail address match the given pattern of array names.
  * - searches only buddies if buddies_only is set.
  * - searches only buddies if buddies_only is set.
  *
  *
- * @param array $names,
+ * @param array $names
  * @param bool $use_wildcards = false, accepts wildcards ? and * in the patern if true
  * @param bool $use_wildcards = false, accepts wildcards ? and * in the patern if true
  * @param bool $buddies_only = false,
  * @param bool $buddies_only = false,
  * @param int $max = 500 retrieves a maximum of max members, if passed
  * @param int $max = 500 retrieves a maximum of max members, if passed
@@ -511,19 +511,7 @@ function RequestMembers()
 		$row['real_name'] = strtr($row['real_name'], array('&amp;' => '&#038;', '&lt;' => '&#060;', '&gt;' => '&#062;', '&quot;' => '&#034;'));
 		$row['real_name'] = strtr($row['real_name'], array('&amp;' => '&#038;', '&lt;' => '&#060;', '&gt;' => '&#062;', '&quot;' => '&#034;'));
 
 
 		if (preg_match('~&#\d+;~', $row['real_name']) != 0)
 		if (preg_match('~&#\d+;~', $row['real_name']) != 0)
-		{
-			$fixchar = create_function('$n', '
-				if ($n < 128)
-					return chr($n);
-				elseif ($n < 2048)
-					return chr(192 | $n >> 6) . chr(128 | $n & 63);
-				elseif ($n < 65536)
-					return chr(224 | $n >> 12) . chr(128 | $n >> 6 & 63) . chr(128 | $n & 63);
-				else
-					return chr(240 | $n >> 18) . chr(128 | $n >> 12 & 63) . chr(128 | $n >> 6 & 63) . chr(128 | $n & 63);');
-
-			$row['real_name'] = preg_replace('~&#(\d+);~e', '$fixchar(\'$1\')', $row['real_name']);
-		}
+			$row['real_name'] = preg_replace_callback('~&#(\d+);~', 'fixchar__callback', $row['real_name']);
 
 
 		echo $row['real_name'], "\n";
 		echo $row['real_name'], "\n";
 	}
 	}
@@ -600,8 +588,10 @@ function resetPassword($memID, $username = null)
 /**
 /**
  * Checks a username obeys a load of rules
  * Checks a username obeys a load of rules
  *
  *
- * @param int $memID,
+ * @param int $memID
  * @param string $username
  * @param string $username
+ * @param boolean $return_error
+ * @param boolean $check_reserved_name
  * @return string Returns null if fine
  * @return string Returns null if fine
  */
  */
 function validateUsername($memID, $username, $return_error = false, $check_reserved_name = true)
 function validateUsername($memID, $username, $return_error = false, $check_reserved_name = true)

+ 1 - 1
Sources/Subs-Boards.php

@@ -1178,7 +1178,7 @@ function recursiveBoards(&$_boardList, &$_tree)
  * Returns whether the child board id is actually a child of the parent (recursive).
  * Returns whether the child board id is actually a child of the parent (recursive).
  * @param int $child
  * @param int $child
  * @param int $parent
  * @param int $parent
- * @return bool
+ * @return boolean
  */
  */
 function isChildOf($child, $parent)
 function isChildOf($child, $parent)
 {
 {

+ 23 - 23
Sources/Subs-Calendar.php

@@ -16,30 +16,11 @@
 if (!defined('SMF'))
 if (!defined('SMF'))
 	die('Hacking attempt...');
 	die('Hacking attempt...');
 
 
-/**
- void insertEvent(
- * inserts the passed event information into the calendar table.
- * allows to either set a time span (in days) or an end_date.
- * does not check any permissions of any sort.
- * @param array $eventOptions
-
- void modifyEvent(
- * modifies an event.
- * allows to either set a time span (in days) or an end_date.
- * does not check any permissions of any sort.
- * @param int $event_id
- * @param array $eventOptions
-
- void removeEvent(
- * removes an event.
- * does no permission checks.
- * @param int $event_id
-*/
-
 /**
 /**
  * Get all birthdays within the given time range.
  * Get all birthdays within the given time range.
  * finds all the birthdays in the specified range of days.
  * finds all the birthdays in the specified range of days.
  * works with birthdays set for no year, or any other year, and respects month and year boundaries.
  * works with birthdays set for no year, or any other year, and respects month and year boundaries.
+ *
  * @param string $low_date inclusive, YYYY-MM-DD
  * @param string $low_date inclusive, YYYY-MM-DD
  * @param string $high_date inclusive, YYYY-MM-DD
  * @param string $high_date inclusive, YYYY-MM-DD
  * @return array days, each of which an array of birthday information for the context
  * @return array days, each of which an array of birthday information for the context
@@ -109,8 +90,8 @@ function getBirthdayRange($low_date, $high_date)
  * - censors the posted event titles.
  * - censors the posted event titles.
  * - uses the current user's permissions if use_permissions is true, otherwise it does nothing "permission specific"
  * - uses the current user's permissions if use_permissions is true, otherwise it does nothing "permission specific"
  *
  *
- * @param string $earliest_date
- * @param string $latest_date
+ * @param string $low_date
+ * @param string $high_date
  * @param bool $use_permissions = true
  * @param bool $use_permissions = true
  * @return array contextual information if use_permissions is true, and an array of the data needed to build that otherwise
  * @return array contextual information if use_permissions is true, and an array of the data needed to build that otherwise
  */
  */
@@ -214,6 +195,7 @@ function getEventRange($low_date, $high_date, $use_permissions = true)
 
 
 /**
 /**
  * Get all holidays within the given time range.
  * Get all holidays within the given time range.
+ *
  * @param string $low_date YYYY-MM-DD
  * @param string $low_date YYYY-MM-DD
  * @param string $high_date YYYY-MM-DD
  * @param string $high_date YYYY-MM-DD
  * @return array an array of days, which are all arrays of holiday names.
  * @return array an array of days, which are all arrays of holiday names.
@@ -608,6 +590,7 @@ function getCalendarWeek($month, $year, $day, $calendarOptions)
  * cache callback function used to retrieve the birthdays, holidays, and events between now and now + days_to_index.
  * cache callback function used to retrieve the birthdays, holidays, and events between now and now + days_to_index.
  * widens the search range by an extra 24 hours to support time offset shifts.
  * widens the search range by an extra 24 hours to support time offset shifts.
  * used by the cache_getRecentEvents function to get the information needed to calculate the events taking the users time offset into account.
  * used by the cache_getRecentEvents function to get the information needed to calculate the events taking the users time offset into account.
+ *
  * @param int $days_to_index
  * @param int $days_to_index
  * @return array
  * @return array
  */
  */
@@ -842,6 +825,9 @@ function getEventPoster($event_id)
 
 
 /**
 /**
  * Consolidating the various INSERT statements into this function.
  * Consolidating the various INSERT statements into this function.
+ * inserts the passed event information into the calendar table.
+ * allows to either set a time span (in days) or an end_date.
+ * does not check any permissions of any sort.
  *
  *
  * @param array $eventOptions
  * @param array $eventOptions
  */
  */
@@ -898,8 +884,12 @@ function insertEvent(&$eventOptions)
 }
 }
 
 
 /**
 /**
+ * modifies an event.
+ * allows to either set a time span (in days) or an end_date.
+ * does not check any permissions of any sort.
+ *
  * @param int $event_id
  * @param int $event_id
- * @param array &$eventOptions
+ * @param array $eventOptions
  */
  */
 function modifyEvent($event_id, &$eventOptions)
 function modifyEvent($event_id, &$eventOptions)
 {
 {
@@ -958,6 +948,9 @@ function modifyEvent($event_id, &$eventOptions)
 
 
 /**
 /**
  * Remove an event
  * Remove an event
+ * removes an event.
+ * does no permission checks.
+ *
  * @param int $event_id
  * @param int $event_id
  */
  */
 function removeEvent($event_id)
 function removeEvent($event_id)
@@ -980,6 +973,8 @@ function removeEvent($event_id)
 }
 }
 
 
 /**
 /**
+ * Gets all the events properties
+ *
  * @param int $event_id
  * @param int $event_id
  * @return array
  * @return array
  */
  */
@@ -1037,6 +1032,7 @@ function getEventProperties($event_id)
 }
 }
 
 
 /**
 /**
+ * Gets all of the holidays for the listing
  *
  *
  * @param int $start
  * @param int $start
  * @param int $items_per_page
  * @param int $items_per_page
@@ -1065,6 +1061,8 @@ function list_getHolidays($start, $items_per_page, $sort)
 }
 }
 
 
 /**
 /**
+ * Helper function to get the total number of holidays
+ *
  * @return int
  * @return int
  */
  */
 function list_getNumHolidays()
 function list_getNumHolidays()
@@ -1084,6 +1082,8 @@ function list_getNumHolidays()
 }
 }
 
 
 /**
 /**
+ * Remove a holdiay from the calendar
+ *
  * @param array $holiday_ids An array of
  * @param array $holiday_ids An array of
  */
  */
 function removeHolidays($holiday_ids)
 function removeHolidays($holiday_ids)

+ 3 - 4
Sources/Subs-Categories.php

@@ -122,7 +122,6 @@ function modifyCategory($category_id, $catOptions)
  * allows (almost) the same options as the modifyCat() function.
  * allows (almost) the same options as the modifyCat() function.
  * returns the ID of the newly created category.
  * returns the ID of the newly created category.
  *
  *
- * @param int $createCategory
  * @param array $catOptions
  * @param array $catOptions
  */
  */
 function createCategory($catOptions)
 function createCategory($catOptions)
@@ -147,7 +146,7 @@ function createCategory($catOptions)
 	$cat_parameters = array(
 	$cat_parameters = array(
 		$catOptions['cat_name'],
 		$catOptions['cat_name'],
 	);
 	);
-	
+
 	call_integration_hook('integrate_create_category', array(&$catOptions, &$cat_columns, &$cat_parameters));
 	call_integration_hook('integrate_create_category', array(&$catOptions, &$cat_columns, &$cat_parameters));
 
 
 	// Add the category to the database.
 	// Add the category to the database.
@@ -178,8 +177,8 @@ function createCategory($catOptions)
  * deletes all information that's associated with the given categories.
  * deletes all information that's associated with the given categories.
  * updates the statistics to reflect the new situation.
  * updates the statistics to reflect the new situation.
  *
  *
- * @param array $categories_to_remove
- * @param int $moveChildrenTo = null
+ * @param string $categories
+ * @param int $moveBoardsTo = null
  */
  */
 function deleteCategories($categories, $moveBoardsTo = null)
 function deleteCategories($categories, $moveBoardsTo = null)
 {
 {

+ 16 - 14
Sources/Subs-Db-mysql.php

@@ -19,11 +19,14 @@ if (!defined('SMF'))
 /**
 /**
  *  Maps the implementations in this file (smf_db_function_name)
  *  Maps the implementations in this file (smf_db_function_name)
  *  to the $smcFunc['db_function_name'] variable.
  *  to the $smcFunc['db_function_name'] variable.
- *  @param string $db_server
- *  @param string $db_name
- *  @param string $db_user
- *  @param string $db_passwd
- *  @param array $db_options = array()
+ *
+ * @param string $db_server
+ * @param string $db_name
+ * @param string $db_user
+ * @param string $db_passwd
+ * @param string $db_prefix
+ * @param array $db_options
+ * @return null
  */
  */
 function smf_db_initiate($db_server, $db_name, $db_user, $db_passwd, $db_prefix, $db_options = array())
 function smf_db_initiate($db_server, $db_name, $db_user, $db_passwd, $db_prefix, $db_options = array())
 {
 {
@@ -87,8 +90,7 @@ function smf_db_initiate($db_server, $db_name, $db_user, $db_passwd, $db_prefix,
  * Extend the database functionality. It calls the respective file's init
  * Extend the database functionality. It calls the respective file's init
  * to add the implementations in that file to $smcFunc array.
  * to add the implementations in that file to $smcFunc array.
  *
  *
- * @param string $type, indicated which additional file to load.
- * ('extra', 'packages')
+ * @param string $type indicated which additional file to load. ('extra', 'packages')
  */
  */
 function db_extend($type = 'extra')
 function db_extend($type = 'extra')
 {
 {
@@ -101,6 +103,7 @@ function db_extend($type = 'extra')
 
 
 /**
 /**
  * Fix up the prefix so it doesn't require the database to be selected.
  * Fix up the prefix so it doesn't require the database to be selected.
+ *
  * @param string &db_prefix
  * @param string &db_prefix
  * @param string $db_name
  * @param string $db_name
  */
  */
@@ -111,11 +114,9 @@ function db_fix_prefix(&$db_prefix, $db_name)
 
 
 /**
 /**
  * Callback for preg_replace_callback on the query.
  * Callback for preg_replace_callback on the query.
- * It allows to replace on the fly a few pre-defined strings, for
- * convenience ('query_see_board', 'query_wanna_see_board'), with
+ * It allows to replace on the fly a few pre-defined strings, for convenience ('query_see_board', 'query_wanna_see_board'), with
  * their current values from $user_info.
  * their current values from $user_info.
- * In addition, it performs checks and sanitization on the values
- * sent to the database.
+ * In addition, it performs checks and sanitization on the values sent to the database.
  *
  *
  * @param $matches
  * @param $matches
  */
  */
@@ -224,8 +225,8 @@ function smf_db_replacement__callback($matches)
 }
 }
 
 
 /**
 /**
- * Just like the db_query, escape and quote a string,
- * but not executing the query.
+ * Just like the db_query, escape and quote a string, but not executing the query.
+ *
  * @param string $db_string
  * @param string $db_string
  * @param array $db_values
  * @param array $db_values
  * @param resource $connection = null
  * @param resource $connection = null
@@ -252,6 +253,7 @@ function smf_db_quote($db_string, $db_values, $connection = null)
 
 
 /**
 /**
  * Do a query.  Takes care of errors too.
  * Do a query.  Takes care of errors too.
+ *
  * @param string $identifier
  * @param string $identifier
  * @param string $db_string
  * @param string $db_string
  * @param array $db_values = array()
  * @param array $db_values = array()
@@ -650,7 +652,7 @@ function smf_db_error($db_string, $connection = null)
 /**
 /**
  * insert
  * insert
  *
  *
- * @param string $method, options 'replace', 'ignore', 'insert'
+ * @param string $method - options 'replace', 'ignore', 'insert'
  * @param $table
  * @param $table
  * @param $columns
  * @param $columns
  * @param $data
  * @param $data

+ 28 - 4
Sources/Subs-Db-postgresql.php

@@ -17,9 +17,17 @@ if (!defined('SMF'))
 	die('Hacking attempt...');
 	die('Hacking attempt...');
 
 
 /**
 /**
- *  Maps the implementations in this file (smf_db_function_name)
- *  to the $smcFunc['db_function_name'] variable.
- *  @see Subs-Db-mysql.php#smf_db_initiate
+ * Maps the implementations in this file (smf_db_function_name)
+ * to the $smcFunc['db_function_name'] variable.
+ * @see Subs-Db-mysql.php#smf_db_initiate
+ *
+ * @param type $db_server
+ * @param type $db_name
+ * @param type $db_user
+ * @param type $db_passwd
+ * @param type $db_prefix
+ * @param type $db_options
+ * @return null
  */
  */
 function smf_db_initiate($db_server, $db_name, $db_user, $db_passwd, &$db_prefix, $db_options = array())
 function smf_db_initiate($db_server, $db_name, $db_user, $db_passwd, &$db_prefix, $db_options = array())
 {
 {
@@ -75,6 +83,7 @@ function smf_db_initiate($db_server, $db_name, $db_user, $db_passwd, &$db_prefix
 /**
 /**
  * Extend the database functionality. It calls the respective file's init
  * Extend the database functionality. It calls the respective file's init
  * to add the implementations in that file to $smcFunc array.
  * to add the implementations in that file to $smcFunc array.
+ *
  * @param string $type = 'extra'
  * @param string $type = 'extra'
  */
  */
 function db_extend ($type = 'extra')
 function db_extend ($type = 'extra')
@@ -89,6 +98,10 @@ function db_extend ($type = 'extra')
 /**
 /**
  * Fix the database prefix if necessary.
  * Fix the database prefix if necessary.
  * Do nothing on postgreSQL
  * Do nothing on postgreSQL
+ *
+ * @param type $db_prefix
+ * @param type $db_name
+ * @return type
  */
  */
 function db_fix_prefix (&$db_prefix, $db_name)
 function db_fix_prefix (&$db_prefix, $db_name)
 {
 {
@@ -207,6 +220,11 @@ function smf_db_replacement__callback($matches)
 /**
 /**
  * Just like the db_query, escape and quote a string,
  * Just like the db_query, escape and quote a string,
  * but not executing the query.
  * but not executing the query.
+ *
+ * @param string $db_string
+ * @param string $db_values
+ * @param type $connection
+ * @return type
  */
  */
 function smf_db_quote($db_string, $db_values, $connection = null)
 function smf_db_quote($db_string, $db_values, $connection = null)
 {
 {
@@ -232,6 +250,12 @@ function smf_db_quote($db_string, $db_values, $connection = null)
  * Do a query.  Takes care of errors too.
  * Do a query.  Takes care of errors too.
  * Special queries may need additional replacements to be appropriate
  * Special queries may need additional replacements to be appropriate
  * for PostgreSQL.
  * for PostgreSQL.
+ *
+ * @param string $identifier
+ * @param string $db_string
+ * @param string $db_values
+ * @param type $connection
+ * @return boolean
  */
  */
 function smf_db_query($identifier, $db_string, $db_values = array(), $connection = null)
 function smf_db_query($identifier, $db_string, $db_values = array(), $connection = null)
 {
 {
@@ -644,7 +668,7 @@ function smf_db_unescape_string($string)
 /**
 /**
  * insert
  * insert
  *
  *
- * @param string $method, options 'replace', 'ignore', 'insert'
+ * @param string $method - options 'replace', 'ignore', 'insert'
  * @param $table
  * @param $table
  * @param $columns
  * @param $columns
  * @param $data
  * @param $data

+ 21 - 1
Sources/Subs-Db-sqlite.php

@@ -19,6 +19,13 @@ if (!defined('SMF'))
 /**
 /**
  *  Maps the implementations in this file (smf_db_function_name)
  *  Maps the implementations in this file (smf_db_function_name)
  *  to the $smcFunc['db_function_name'] variable.
  *  to the $smcFunc['db_function_name'] variable.
+ *
+ * @param string $db_server
+ * @param string $db_name
+ * @param string $db_user
+ * @param string $db_passwd
+ * @param string $db_prefix
+ * @param array $db_options
  */
  */
 function smf_db_initiate($db_server, $db_name, $db_user, $db_passwd, $db_prefix, $db_options = array())
 function smf_db_initiate($db_server, $db_name, $db_user, $db_passwd, $db_prefix, $db_options = array())
 {
 {
@@ -90,7 +97,7 @@ function smf_db_initiate($db_server, $db_name, $db_user, $db_passwd, $db_prefix,
  * Extend the database functionality. It calls the respective file's init
  * Extend the database functionality. It calls the respective file's init
  * to add the implementations in that file to $smcFunc array.
  * to add the implementations in that file to $smcFunc array.
  *
  *
- * @param string $type, indicated which additional file to load. ('extra', 'packages')
+ * @param string $type indicated which additional file to load. ('extra', 'packages')
  */
  */
 function db_extend($type = 'extra')
 function db_extend($type = 'extra')
 {
 {
@@ -104,6 +111,9 @@ function db_extend($type = 'extra')
 /**
 /**
  * Fix db prefix if necessary.
  * Fix db prefix if necessary.
  * SQLite doesn't actually need this!
  * SQLite doesn't actually need this!
+ *
+ * @param type $db_prefix
+ * @param type $db_name
  */
  */
 function db_fix_prefix(&$db_prefix, $db_name)
 function db_fix_prefix(&$db_prefix, $db_name)
 {
 {
@@ -222,6 +232,10 @@ function smf_db_replacement__callback($matches)
 /**
 /**
  * Just like the db_query, escape and quote a string,
  * Just like the db_query, escape and quote a string,
  * but not executing the query.
  * but not executing the query.
+ *
+ * @param string $db_string
+ * @param string $db_values
+ * @param resource $connection
  */
  */
 function smf_db_quote($db_string, $db_values, $connection = null)
 function smf_db_quote($db_string, $db_values, $connection = null)
 {
 {
@@ -245,6 +259,11 @@ function smf_db_quote($db_string, $db_values, $connection = null)
 
 
 /**
 /**
  * Do a query.  Takes care of errors too.
  * Do a query.  Takes care of errors too.
+ *
+ * @param string $identifier
+ * @param string $db_string
+ * @param string $db_values
+ * @param resource $connection
  */
  */
 function smf_db_query($identifier, $db_string, $db_values = array(), $connection = null)
 function smf_db_query($identifier, $db_string, $db_values = array(), $connection = null)
 {
 {
@@ -391,6 +410,7 @@ function smf_db_query($identifier, $db_string, $db_values = array(), $connection
 
 
 /**
 /**
  * affected_rows
  * affected_rows
+ *
  * @param resource $connection
  * @param resource $connection
  */
  */
 function smf_db_affected_rows($connection = null)
 function smf_db_affected_rows($connection = null)

+ 7 - 0
Sources/Subs-Editor.php

@@ -1467,6 +1467,8 @@ function create_control_richedit($editorOptions)
 	{
 	{
 		// Some general stuff.
 		// Some general stuff.
 		$settings['smileys_url'] = $modSettings['smileys_url'] . '/' . $user_info['smiley_set'];
 		$settings['smileys_url'] = $modSettings['smileys_url'] . '/' . $user_info['smiley_set'];
+		if (!empty($context['drafts_autosave']) && !empty($options['drafts_autosave_enabled']))
+			$context['drafts_autosave_frequency'] = empty($modSettings['drafts_autosave_frequency']) ? 60000 : $modSettings['drafts_autosave_frequency'] * 1000;
 
 
 		// This really has some WYSIWYG stuff.
 		// This really has some WYSIWYG stuff.
 		loadTemplate('GenericControls', 'jquery.sceditor');
 		loadTemplate('GenericControls', 'jquery.sceditor');
@@ -2230,6 +2232,11 @@ function AutoSuggest_Search_Member()
 	return $xml_data;
 	return $xml_data;
 }
 }
 
 
+/**
+ * Provides a list of possible SMF versions to use in emulation
+ * 
+ * @return string
+ */
 function AutoSuggest_Search_SMFVersions()
 function AutoSuggest_Search_SMFVersions()
 {
 {
 
 

+ 7 - 6
Sources/Subs-Graphics.php

@@ -29,11 +29,11 @@ if (!defined('SMF'))
  * - updates the database info for the member's avatar.
  * - updates the database info for the member's avatar.
  * - returns whether the download and resize was successful.
  * - returns whether the download and resize was successful.
  *
  *
- * @param string $temporary_path, the full path to the temporary file
- * @param int $memID, member ID
+ * @param string $url the full path to the temporary file
+ * @param int $memID member ID
  * @param int $max_width
  * @param int $max_width
  * @param int $max_height
  * @param int $max_height
- * @return bool, whether the download and resize was successful.
+ * @return boolean whether the download and resize was successful.
  *
  *
  */
  */
 function downloadAvatar($url, $memID, $max_width, $max_height)
 function downloadAvatar($url, $memID, $max_width, $max_height)
@@ -145,7 +145,7 @@ function downloadAvatar($url, $memID, $max_width, $max_height)
  * @param string $source
  * @param string $source
  * @param int $max_width
  * @param int $max_width
  * @param int $max_height
  * @param int $max_height
- * @return bool, whether the thumbnail creation was successful.
+ * @return boolean, whether the thumbnail creation was successful.
  */
  */
 function createThumbnail($source, $max_width, $max_height)
 function createThumbnail($source, $max_width, $max_height)
 {
 {
@@ -180,7 +180,7 @@ function createThumbnail($source, $max_width, $max_height)
  *
  *
  * @param string $fileName
  * @param string $fileName
  * @param int $preferred_format = 0
  * @param int $preferred_format = 0
- * @return bool, true on success, false on failure.
+ * @return boolean, true on success, false on failure.
  */
  */
 function reencodeImage($fileName, $preferred_format = 0)
 function reencodeImage($fileName, $preferred_format = 0)
 {
 {
@@ -277,6 +277,7 @@ function checkImagick()
 /**
 /**
  * See if we have enough memory to thumbnail an image
  * See if we have enough memory to thumbnail an image
  *
  *
+ * @param array $sizes image size
  * @return whether we do
  * @return whether we do
  */
  */
 function imageMemoryCheck($sizes)
 function imageMemoryCheck($sizes)
@@ -733,7 +734,7 @@ if (!function_exists('imagecreatefrombmp'))
  * @param resource $gif
  * @param resource $gif
  * @param string $lpszFileName
  * @param string $lpszFileName
  * @param int $background_color = -1
  * @param int $background_color = -1
- * @return bool, whether it was successful or not.
+ * @return boolean, whether it was successful or not.
  */
  */
 function gif_outputAsPng($gif, $lpszFileName, $background_color = -1)
 function gif_outputAsPng($gif, $lpszFileName, $background_color = -1)
 {
 {

+ 22 - 5
Sources/Subs-Membergroups.php

@@ -24,7 +24,7 @@ if (!defined('SMF'))
  * Deletes the permissions linked to the membergroup.
  * Deletes the permissions linked to the membergroup.
  * Takes members out of the deleted membergroups.
  * Takes members out of the deleted membergroups.
  * @param array $groups
  * @param array $groups
- * @return bool
+ * @return boolean
  */
  */
 function deleteMembergroups($groups)
 function deleteMembergroups($groups)
 {
 {
@@ -209,7 +209,7 @@ function deleteMembergroups($groups)
  * @param array $members
  * @param array $members
  * @param array $groups = null if groups is null, the specified members are stripped from all their membergroups.
  * @param array $groups = null if groups is null, the specified members are stripped from all their membergroups.
  * @param bool $permissionCheckDone = false
  * @param bool $permissionCheckDone = false
- * @return bool
+ * @return boolean
  */
  */
 function removeMembersFromGroups($members, $groups = null, $permissionCheckDone = false)
 function removeMembersFromGroups($members, $groups = null, $permissionCheckDone = false)
 {
 {
@@ -434,7 +434,7 @@ function removeMembersFromGroups($members, $groups = null, $permissionCheckDone
  * 	- auto              - Assigns a membergroup to the primary group if it's still
  * 	- auto              - Assigns a membergroup to the primary group if it's still
  * 						  available. If not, assign it to the additional group.
  * 						  available. If not, assign it to the additional group.
  * @param bool $permissionCheckDone
  * @param bool $permissionCheckDone
- * @return bool success or failure
+ * @return boolean success or failure
  */
  */
 function addMembersToGroup($members, $group, $type = 'auto', $permissionCheckDone = false)
 function addMembersToGroup($members, $group, $type = 'auto', $permissionCheckDone = false)
 {
 {
@@ -575,11 +575,13 @@ function addMembersToGroup($members, $group, $type = 'auto', $permissionCheckDon
 }
 }
 
 
 /**
 /**
+ * Gets the members of a supplied membergroup
+ * Returns them as a link for display
  *
  *
  * @param array &$members
  * @param array &$members
  * @param int $membergroup
  * @param int $membergroup
  * @param int $limit = null
  * @param int $limit = null
- * @return bool
+ * @return boolean
  */
  */
 function listMembergroupMembers_Href(&$members, $membergroup, $limit = null)
 function listMembergroupMembers_Href(&$members, $membergroup, $limit = null)
 {
 {
@@ -609,7 +611,13 @@ function listMembergroupMembers_Href(&$members, $membergroup, $limit = null)
 		return false;
 		return false;
 }
 }
 
 
-// Retrieve a list of (visible) membergroups used by the cache.
+/**
+ * Retrieve a list of (visible) membergroups used by the cache.
+ *
+ * @global type $scripturl
+ * @global type $smcFunc
+ * @return type
+ */
 function cache_getMembergroupList()
 function cache_getMembergroupList()
 {
 {
 	global $scripturl, $smcFunc;
 	global $scripturl, $smcFunc;
@@ -641,6 +649,15 @@ function cache_getMembergroupList()
 	);
 	);
 }
 }
 
 
+/**
+ * Helper function to generate a list of membergroups for display
+ *
+ * @param type $start
+ * @param type $items_per_page
+ * @param type $sort
+ * @param type $membergroup_type
+ * @return type
+ */
 function list_getMembergroups($start, $items_per_page, $sort, $membergroup_type)
 function list_getMembergroups($start, $items_per_page, $sort, $membergroup_type)
 {
 {
 	global $txt, $scripturl, $context, $settings, $smcFunc;
 	global $txt, $scripturl, $context, $settings, $smcFunc;

+ 13 - 15
Sources/Subs-Members.php

@@ -22,13 +22,13 @@ if (!defined('SMF'))
  * respectively removing your own account or any account.
  * respectively removing your own account or any account.
  * Non-admins cannot delete admins.
  * Non-admins cannot delete admins.
  * The function:
  * The function:
- * - changes author of messages, topics and polls to guest authors.
- * - removes all log entries concerning the deleted members, except the
+ *   - changes author of messages, topics and polls to guest authors.
+ *   - removes all log entries concerning the deleted members, except the
  * error logs, ban logs and moderation logs.
  * error logs, ban logs and moderation logs.
- * - removes these members' personal messages (only the inbox), avatars,
+ *   - removes these members' personal messages (only the inbox), avatars,
  * ban entries, theme settings, moderator positions, poll votes, and
  * ban entries, theme settings, moderator positions, poll votes, and
  * karma votes.
  * karma votes.
- * - updates member statistics afterwards.
+ *   - updates member statistics afterwards.
  *
  *
  * @param array $users
  * @param array $users
  * @param bool $check_not_admin = false
  * @param bool $check_not_admin = false
@@ -866,14 +866,7 @@ function isReservedName($name, $current_ID_MEMBER = 0, $is_name = true, $fatal =
 {
 {
 	global $user_info, $modSettings, $smcFunc, $context;
 	global $user_info, $modSettings, $smcFunc, $context;
 
 
-	// No cheating with entities please.
-	$replaceEntities = create_function('$string', '
-		$num = substr($string, 0, 1) === \'x\' ? hexdec(substr($string, 1)) : (int) $string;' . (empty($context['utf8']) ? '
-		return $num < 0x20 ? \'\' : ($num < 0x80 ? chr($num) : \'&#\' . $string . \';\');' : '
-		return $num < 0x20 || $num > 0x10FFFF || ($num >= 0xD800 && $num <= 0xDFFF) ? \'\' : ($num < 0x80 ? chr($num) : ($num < 0x800 ? chr(192 | $num >> 6) . chr(128 | $num & 63) : ($num < 0x10000 ? chr(224 | $num >> 12) . chr(128 | $num >> 6 & 63) . chr(128 | $num & 63) : chr(240 | $num >> 18) . chr(128 | $num >> 12 & 63) . chr(128 | $num >> 6 & 63) . chr(128 | $num & 63))));')
-	);
-
-	$name = preg_replace('~(&#(\d{1,7}|x[0-9a-fA-F]{1,6});)~e', '$replaceEntities(\'\\2\')', $name);
+	$name = preg_replace_callback('~(&#(\d{1,7}|x[0-9a-fA-F]{1,6});)~', 'replaceEntities__callback', $name);
 	$checkName = $smcFunc['strtolower']($name);
 	$checkName = $smcFunc['strtolower']($name);
 
 
 	// Administrators are never restricted ;).
 	// Administrators are never restricted ;).
@@ -890,7 +883,7 @@ function isReservedName($name, $current_ID_MEMBER = 0, $is_name = true, $fatal =
 				continue;
 				continue;
 
 
 			// The admin might've used entities too, level the playing field.
 			// The admin might've used entities too, level the playing field.
-			$reservedCheck = preg_replace('~(&#(\d{1,7}|x[0-9a-fA-F]{1,6});)~e', '$replaceEntities(\'\\2\')', $reserved);
+			$reservedCheck = preg_replace('~(&#(\d{1,7}|x[0-9a-fA-F]{1,6});)~', 'replaceEntities__callback', $reserved);
 
 
 			// Case sensitive name?
 			// Case sensitive name?
 			if (empty($modSettings['reserveCase']))
 			if (empty($modSettings['reserveCase']))
@@ -1290,6 +1283,7 @@ function list_getNumMembers($where, $where_params = array())
 }
 }
 
 
 /**
 /**
+ * Find potential duplicate registation members based on the same IP address
  *
  *
  * @param $members
  * @param $members
  */
  */
@@ -1407,8 +1401,12 @@ function populateDuplicateMembers(&$members)
 		}
 		}
 }
 }
 
 
-// Generate a random validation code.
-// @todo Err. Whatcha doin' here.
+/**
+ * Generate a random validation code.
+ * @todo Err. Whatcha doin' here.
+ *
+ * @return type
+ */
 function generateValidationCode()
 function generateValidationCode()
 {
 {
 	global $smcFunc, $modSettings;
 	global $smcFunc, $modSettings;

+ 2 - 2
Sources/Subs-Menu.php

@@ -20,7 +20,7 @@ if (!defined('SMF'))
  * Create a menu.
  * Create a menu.
  * @param array $menuData
  * @param array $menuData
  * @param array $menuOptions = array()
  * @param array $menuOptions = array()
- * @return bool|array
+ * @return boolean|array
  */
  */
 function createMenu($menuData, $menuOptions = array())
 function createMenu($menuData, $menuOptions = array())
 {
 {
@@ -280,7 +280,7 @@ function createMenu($menuData, $menuOptions = array())
 /**
 /**
  * Delete a menu.
  * Delete a menu.
  * @param string $menu_id = 'last'
  * @param string $menu_id = 'last'
- * @return bool
+ * @return boolean
  */
  */
 function destroyMenu($menu_id = 'last')
 function destroyMenu($menu_id = 'last')
 {
 {

+ 7 - 0
Sources/Subs-MessageIndex.php

@@ -14,6 +14,13 @@
 if (!defined('SMF'))
 if (!defined('SMF'))
 	die('Hacking attempt...');
 	die('Hacking attempt...');
 
 
+/**
+ * Generates the query to determine the list of available boards for a user
+ * Executes the query and returns the list
+ *
+ * @param type $boardListOptions
+ * @return type
+ */
 function getBoardList($boardListOptions = array())
 function getBoardList($boardListOptions = array())
 {
 {
 	global $smcFunc, $user_info;
 	global $smcFunc, $user_info;

+ 2 - 2
Sources/Subs-OpenID.php

@@ -81,7 +81,7 @@ function smf_openID_validate($openid_uri, $return = false, $save_fields = array(
 
 
 /**
 /**
  * Revalidate a user using OpenID. Note that this function will not return when authentication is required.
  * Revalidate a user using OpenID. Note that this function will not return when authentication is required.
- * @return bool
+ * @return boolean
  */
  */
 function smf_openID_revalidate()
 function smf_openID_revalidate()
 {
 {
@@ -520,7 +520,7 @@ function smf_openid_generate_private_key()
  *
  *
  * Enter description here ...
  * Enter description here ...
  * @param string $openid_url
  * @param string $openid_url
- * @return bool|array
+ * @return boolean|array
  */
  */
 function smf_openID_getServerInfo($openid_url)
 function smf_openID_getServerInfo($openid_url)
 {
 {

+ 69 - 13
Sources/Subs-Package.php

@@ -22,7 +22,8 @@ if (!defined('SMF'))
 /**
 /**
  * Reads a .tar.gz file, filename, in and extracts file(s) from it.
  * Reads a .tar.gz file, filename, in and extracts file(s) from it.
  * essentially just a shortcut for read_tgz_data().
  * essentially just a shortcut for read_tgz_data().
- * @param string $filename
+ *
+ * @param string $gzfilename
  * @param string $destination
  * @param string $destination
  * @param bool $single_file = false
  * @param bool $single_file = false
  * @param bool $overwrite = false
  * @param bool $overwrite = false
@@ -225,7 +226,16 @@ function read_tgz_data($data, $destination, $single_file = false, $overwrite = f
 		return $return;
 		return $return;
 }
 }
 
 
-// Extract zip data.  If destination is null, return a listing.
+/**
+ * Extract zip data.  If destination is null, return a listing.
+ *
+ * @param type $data
+ * @param type $destination
+ * @param type $single_file
+ * @param type $overwrite
+ * @param type $files_to_extract
+ * @return boolean
+ */
 function read_zip_data($data, $destination, $single_file = false, $overwrite = false, $files_to_extract = null)
 function read_zip_data($data, $destination, $single_file = false, $overwrite = false, $files_to_extract = null)
 {
 {
 	umask(0);
 	umask(0);
@@ -342,7 +352,7 @@ function read_zip_data($data, $destination, $single_file = false, $overwrite = f
  * Checks the existence of a remote file since file_exists() does not do remote.
  * Checks the existence of a remote file since file_exists() does not do remote.
  * will return false if the file is "moved permanently" or similar.
  * will return false if the file is "moved permanently" or similar.
  * @param string url
  * @param string url
- * @return bool true if the remote url exists.
+ * @return boolean true if the remote url exists.
  */
  */
 function url_exists($url)
 function url_exists($url)
 {
 {
@@ -432,7 +442,7 @@ function loadInstalledPackages()
  * - otherwise returns a basic array of id, version, filename, and similar information.
  * - otherwise returns a basic array of id, version, filename, and similar information.
  * - an xmlArray is available in 'xml'.
  * - an xmlArray is available in 'xml'.
  *
  *
- * @param string $filename
+ * @param string $gzfilename
  * @return array
  * @return array
  */
  */
 function getPackageInfo($gzfilename)
 function getPackageInfo($gzfilename)
@@ -487,7 +497,14 @@ function getPackageInfo($gzfilename)
 	return $package;
 	return $package;
 }
 }
 
 
-// Create a chmod control for chmoding files.
+/**
+ * Create a chmod control for chmoding files.
+ *
+ * @param type $chmodFiles
+ * @param type $chmodOptions
+ * @param type $restore_write_status
+ * @return boolean
+ */
 function create_chmod_control($chmodFiles = array(), $chmodOptions = array(), $restore_write_status = false)
 function create_chmod_control($chmodFiles = array(), $chmodOptions = array(), $restore_write_status = false)
 {
 {
 	global $context, $modSettings, $package_ftp, $boarddir, $txt, $sourcedir, $scripturl;
 	global $context, $modSettings, $package_ftp, $boarddir, $txt, $sourcedir, $scripturl;
@@ -495,6 +512,15 @@ function create_chmod_control($chmodFiles = array(), $chmodOptions = array(), $r
 	// If we're restoring the status of existing files prepare the data.
 	// If we're restoring the status of existing files prepare the data.
 	if ($restore_write_status && isset($_SESSION['pack_ftp']) && !empty($_SESSION['pack_ftp']['original_perms']))
 	if ($restore_write_status && isset($_SESSION['pack_ftp']) && !empty($_SESSION['pack_ftp']['original_perms']))
 	{
 	{
+		/**
+		 * Get a listing of files that will need to be set back to the original state
+		 *
+		 * @param type $dummy1
+		 * @param type $dummy2
+		 * @param type $dummy3
+		 * @param type $do_change
+		 * @return type
+		 */
 		function list_restoreFiles($dummy1, $dummy2, $dummy3, $do_change)
 		function list_restoreFiles($dummy1, $dummy2, $dummy3, $do_change)
 		{
 		{
 			global $txt;
 			global $txt;
@@ -793,6 +819,8 @@ function create_chmod_control($chmodFiles = array(), $chmodOptions = array(), $r
 }
 }
 
 
 /**
 /**
+ * Use FTP functions to work with a package download/install
+ *
  * @param string $destination_url
  * @param string $destination_url
  * @param array $files = none
  * @param array $files = none
  * @param bool $return = false
  * @param bool $return = false
@@ -1442,6 +1470,8 @@ function parsePackageInfo(&$packageXML, $testing_only = true, $method = 'install
  * - returns true if the version matched.
  * - returns true if the version matched.
  *
  *
  * @param string $versions
  * @param string $versions
+ * @param boolean $reset
+ * @param type $the_version
  * @return highest install value string or false
  * @return highest install value string or false
  */
  */
 function matchHighestPackageVersion($versions, $reset = false, $the_version)
 function matchHighestPackageVersion($versions, $reset = false, $the_version)
@@ -1481,7 +1511,7 @@ function matchHighestPackageVersion($versions, $reset = false, $the_version)
  *
  *
  * @param string $version
  * @param string $version
  * @param string $versions
  * @param string $versions
- * @return bool
+ * @return boolean
  */
  */
 function matchPackageVersion($version, $versions)
 function matchPackageVersion($version, $versions)
 {
 {
@@ -1582,6 +1612,7 @@ function compareVersions($version1, $version2)
 
 
 /**
 /**
  * Parses special identifiers out of the specified path.
  * Parses special identifiers out of the specified path.
+ *
  * @param string $path
  * @param string $path
  * @return string The parsed path
  * @return string The parsed path
  */
  */
@@ -1617,8 +1648,9 @@ function parse_path($path)
 /**
 /**
  * Deletes a directory, and all the files and direcories inside it.
  * Deletes a directory, and all the files and direcories inside it.
  * requires access to delete these files.
  * requires access to delete these files.
- * @param string $path
- * @param bool $delete_directory = true
+ *
+ * @param string $dir
+ * @param bool $delete_dir = true
  */
  */
 function deltree($dir, $delete_dir = true)
 function deltree($dir, $delete_dir = true)
 {
 {
@@ -1692,9 +1724,10 @@ function deltree($dir, $delete_dir = true)
 /**
 /**
  * Creates the specified tree structure with the mode specified.
  * Creates the specified tree structure with the mode specified.
  * creates every directory in path until it finds one that already exists.
  * creates every directory in path until it finds one that already exists.
- * @param string $path
+ *
+ * @param string $strPath
  * @param int $mode
  * @param int $mode
- * @return bool true if successful, false otherwise
+ * @return boolean true if successful, false otherwise
  */
  */
 function mktree($strPath, $mode)
 function mktree($strPath, $mode)
 {
 {
@@ -1761,6 +1794,7 @@ function mktree($strPath, $mode)
 /**
 /**
  * Copies one directory structure over to another.
  * Copies one directory structure over to another.
  * requires the destination to be writable.
  * requires the destination to be writable.
+ *
  * @param string $source
  * @param string $source
  * @param string $destination
  * @param string $destination
  */
  */
@@ -1807,6 +1841,8 @@ function copytree($source, $destination)
 }
 }
 
 
 /**
 /**
+ * Create a tree listing for a given directory path
+ *
  * @param string $path
  * @param string $path
  * @param string $sub_path = ''
  * @param string $sub_path = ''
  * @return array
  * @return array
@@ -1839,6 +1875,7 @@ function listtree($path, $sub_path = '')
 
 
 /**
 /**
  * Parses a xml-style modification file (file).
  * Parses a xml-style modification file (file).
+ *
  * @param string $file
  * @param string $file
  * @param bool $testing = true tells it the modifications shouldn't actually be saved.
  * @param bool $testing = true tells it the modifications shouldn't actually be saved.
  * @param bool $undo = false specifies that the modifications the file requests should be undone; this doesn't work with everything (regular expressions.)
  * @param bool $undo = false specifies that the modifications the file requests should be undone; this doesn't work with everything (regular expressions.)
@@ -2534,6 +2571,12 @@ function parseBoardMod($file, $testing = true, $undo = false, $theme_paths = arr
 	return $actions;
 	return $actions;
 }
 }
 
 
+/**
+ * Get the physical contents of a packages file
+ *
+ * @param type $filename
+ * @return boolean
+ */
 function package_get_contents($filename)
 function package_get_contents($filename)
 {
 {
 	global $package_cache, $modSettings;
 	global $package_cache, $modSettings;
@@ -2561,8 +2604,10 @@ function package_get_contents($filename)
  * uses FTP to create/chmod the file when necessary and available.
  * uses FTP to create/chmod the file when necessary and available.
  * uses text mode for text mode file extensions.
  * uses text mode for text mode file extensions.
  * returns the number of bytes written.
  * returns the number of bytes written.
+ *
  * @param string $filename
  * @param string $filename
  * @param string $data
  * @param string $data
+ * @param bool testing
  * @return int
  * @return int
  */
  */
 function package_put_contents($filename, $data, $testing = false)
 function package_put_contents($filename, $data, $testing = false)
@@ -2618,6 +2663,12 @@ function package_put_contents($filename, $data, $testing = false)
 	return strlen($data);
 	return strlen($data);
 }
 }
 
 
+/**
+ * Clears (removes the files) the current package cache (temp directory)
+ *
+ * @param type $trash
+ * @return type
+ */
 function package_flush_cache($trash = false)
 function package_flush_cache($trash = false)
 {
 {
 	global $package_ftp, $package_cache;
 	global $package_ftp, $package_cache;
@@ -2676,7 +2727,7 @@ function package_flush_cache($trash = false)
  * @param string $filename
  * @param string $filename
  * @param string $perm_state = 'writable'
  * @param string $perm_state = 'writable'
  * @param bool $track_change = false
  * @param bool $track_change = false
- * @return bool True if it worked, false if it didn't
+ * @return boolean True if it worked, false if it didn't
  */
  */
 function package_chmod($filename, $perm_state = 'writable', $track_change = false)
 function package_chmod($filename, $perm_state = 'writable', $track_change = false)
 {
 {
@@ -3135,10 +3186,15 @@ function fetch_web_data($url, $post_data = '', $keep_alive = false, $redirection
 	return $data;
 	return $data;
 }
 }
 
 
-// crc32 doesn't work as expected on 64-bit functions - make our own.
-// http://www.php.net/crc32#79567
 if (!function_exists('smf_crc32'))
 if (!function_exists('smf_crc32'))
 {
 {
+	/**
+	 * crc32 doesn't work as expected on 64-bit functions - make our own.
+	 * http://www.php.net/crc32#79567
+	 * 
+	 * @param type $number
+	 * @return type
+	 */
 	function smf_crc32($number)
 	function smf_crc32($number)
 	{
 	{
 		$crc = crc32($number);
 		$crc = crc32($number);

+ 16 - 21
Sources/Subs-Post.php

@@ -517,7 +517,7 @@ function fixTag(&$message, $myTag, $protocols, $embeddedUrl = false, $hasEqualSi
  * @param int $priority = 3
  * @param int $priority = 3
  * @param bool $hotmail_fix = null
  * @param bool $hotmail_fix = null
  * @param $is_private
  * @param $is_private
- * @return bool, whether ot not the email was sent properly.
+ * @return boolean, whether ot not the email was sent properly.
  */
  */
 function sendmail($to, $subject, $message, $from = null, $message_id = null, $send_html = false, $priority = 3, $hotmail_fix = null, $is_private = false)
 function sendmail($to, $subject, $message, $from = null, $message_id = null, $send_html = false, $priority = 3, $hotmail_fix = null, $is_private = false)
 {
 {
@@ -696,7 +696,7 @@ function sendmail($to, $subject, $message, $from = null, $message_id = null, $se
  * @param bool $send_html = false
  * @param bool $send_html = false
  * @param int $priority = 3
  * @param int $priority = 3
  * @param $is_private
  * @param $is_private
- * @return bool
+ * @return boolean
  */
  */
 function AddMailQueue($flush = false, $to_array = array(), $subject = '', $message = '', $headers = '', $send_html = false, $priority = 3, $is_private = false)
 function AddMailQueue($flush = false, $to_array = array(), $subject = '', $message = '', $headers = '', $send_html = false, $priority = 3, $is_private = false)
 {
 {
@@ -1211,17 +1211,7 @@ function mimespecialchars($string, $with_charset = true, $hotmail_fix = false, $
 					$string = $newstring;
 					$string = $newstring;
 			}
 			}
 
 
-			$fixchar = create_function('$n', '
-				if ($n < 128)
-					return chr($n);
-				elseif ($n < 2048)
-					return chr(192 | $n >> 6) . chr(128 | $n & 63);
-				elseif ($n < 65536)
-					return chr(224 | $n >> 12) . chr(128 | $n >> 6 & 63) . chr(128 | $n & 63);
-				else
-					return chr(240 | $n >> 18) . chr(128 | $n >> 12 & 63) . chr(128 | $n >> 6 & 63) . chr(128 | $n & 63);');
-
-			$string = preg_replace('~&#(\d{3,8});~e', '$fixchar(\'$1\')', $string);
+			$string = preg_replace_callback('~&#(\d{3,8});~', 'fixchar__callback', $string);
 
 
 			// Unicode, baby.
 			// Unicode, baby.
 			$charset = 'UTF-8';
 			$charset = 'UTF-8';
@@ -1275,18 +1265,16 @@ function mimespecialchars($string, $with_charset = true, $hotmail_fix = false, $
 		return array($charset, $string, '7bit');
 		return array($charset, $string, '7bit');
 }
 }
 
 
-// Send an email via SMTP.
-
 /**
 /**
  * Sends mail, like mail() but over SMTP.
  * Sends mail, like mail() but over SMTP.
  * It expects no slashes or entities.
  * It expects no slashes or entities.
  * @internal
  * @internal
  *
  *
  * @param array $mail_to_array - array of strings (email addresses)
  * @param array $mail_to_array - array of strings (email addresses)
- * @param string $subject, email subject
- * @param string $message, email message
- * @param string  $headers
- * @return bool, whether it sent or not.
+ * @param string $subject email subject
+ * @param string $message email message
+ * @param string $headers
+ * @return boolean whether it sent or not.
  */
  */
 function smtp_mail($mail_to_array, $subject, $message, $headers)
 function smtp_mail($mail_to_array, $subject, $message, $headers)
 {
 {
@@ -2479,7 +2467,7 @@ function approvePosts($msgs, $approve = true)
  * Approve topics?
  * Approve topics?
  * @todo shouldn't this be in topic
  * @todo shouldn't this be in topic
  *
  *
- * @param array $topics, array of topics ids
+ * @param array $topics array of topics ids
  * @param bool $approve = true
  * @param bool $approve = true
  */
  */
 function approveTopics($topics, $approve = true)
 function approveTopics($topics, $approve = true)
@@ -2790,7 +2778,7 @@ function updateLastMessages($setboards, $id_msg = 0)
  * Email is sent to all groups that have the moderate_forum permission.
  * Email is sent to all groups that have the moderate_forum permission.
  * The language set by each member is being used (if available).
  * The language set by each member is being used (if available).
  *
  *
- * @param string $type, types supported are 'approval', 'activation', and 'standard'.
+ * @param string $type types supported are 'approval', 'activation', and 'standard'.
  * @param int $memberID
  * @param int $memberID
  * @param string $member_name = null
  * @param string $member_name = null
  * @uses the Login language file.
  * @uses the Login language file.
@@ -2940,6 +2928,13 @@ function loadEmailTemplate($template, $replacements = array(), $lang = '', $load
 	return $ret;
 	return $ret;
 }
 }
 
 
+/**
+ * Callback function for loademaitemplate on subject and body
+ * Uses capture group 1 in array
+ *
+ * @param type $matches
+ * @return string
+ */
 function user_info_callback($matches)
 function user_info_callback($matches)
 {
 {
 	global $user_info;
 	global $user_info;

+ 1 - 1
Sources/Subs-Sound.php

@@ -24,7 +24,7 @@ if (!defined('SMF'))
  * Used by VerificationCode() (Register.php).
  * Used by VerificationCode() (Register.php).
  *
  *
  * @param string $word
  * @param string $word
- * @return bool false on failure
+ * @return boolean false on failure
  */
  */
 
 
 function createWaveFile($word)
 function createWaveFile($word)

+ 135 - 14
Sources/Subs.php

@@ -2987,7 +2987,7 @@ function setupThemeContext($forceload = false)
  *
  *
  * @param string $needed The amount of memory to request, if needed, like 256M
  * @param string $needed The amount of memory to request, if needed, like 256M
  * @param bool $in_use Set to true to account for current memory usage of the script
  * @param bool $in_use Set to true to account for current memory usage of the script
- * @return bool, true if we have at least the needed memory
+ * @return boolean, true if we have at least the needed memory
  */
  */
 function setMemoryLimit($needed, $in_use = false)
 function setMemoryLimit($needed, $in_use = false)
 {
 {
@@ -3053,7 +3053,7 @@ function template_rawdata()
 }
 }
 
 
 /**
 /**
- *
+ * The header template
  */
  */
 function template_header()
 function template_header()
 {
 {
@@ -3196,7 +3196,7 @@ function theme_copyright()
 }
 }
 
 
 /**
 /**
- *
+ * The template footer
  */
  */
 function template_footer()
 function template_footer()
 {
 {
@@ -3584,11 +3584,11 @@ function text2words($text, $max_chars = 20, $encrypt = false)
 /**
 /**
  * Creates an image/text button
  * Creates an image/text button
  *
  *
- * @param string $filename
+ * @param string $name
  * @param string $alt
  * @param string $alt
  * @param string $label = ''
  * @param string $label = ''
- * @param bool $custom = ''
- * @param bool $force_use = false
+ * @param boolean $custom = ''
+ * @param boolean $force_use = false
  * @return string
  * @return string
  */
  */
 function create_button($name, $alt, $label = '', $custom = '', $force_use = false)
 function create_button($name, $alt, $label = '', $custom = '', $force_use = false)
@@ -3732,6 +3732,9 @@ function loadClassFile($filename)
 }
 }
 
 
 /**
 /**
+ * Sets up all of the top menu buttons
+ * Saves them in the cache if it is available and on
+ * Places the results in $context
  *
  *
  */
  */
 function setupMenuContext()
 function setupMenuContext()
@@ -4041,7 +4044,7 @@ function smf_seed_generator()
  * supports static class method calls.
  * supports static class method calls.
  *
  *
  * @param string $hook
  * @param string $hook
- * @param array $paramaters = array()
+ * @param array $parameters = array()
  * @return array the results of the functions
  * @return array the results of the functions
  */
  */
 function call_integration_hook($hook, $parameters = array())
 function call_integration_hook($hook, $parameters = array())
@@ -4200,13 +4203,13 @@ function remove_integration_function($hook, $function, $file = '')
 }
 }
 
 
 /**
 /**
-* Microsoft uses their own character set Code Page 1252 (CP1252), which is a
-* superset of ISO 8859-1, defining several characters between DEC 128 and 159
-* that are not normally displayable.  This converts the popular ones that
-* appear from a cut and paste from windows.
-*
-* @param string $string
-* @return string $string
+ * Microsoft uses their own character set Code Page 1252 (CP1252), which is a
+ * superset of ISO 8859-1, defining several characters between DEC 128 and 159
+ * that are not normally displayable.  This converts the popular ones that
+ * appear from a cut and paste from windows.
+ *
+ * @param string $string
+ * @return string $string
 */
 */
 function sanitizeMSCutPaste($string)
 function sanitizeMSCutPaste($string)
 {
 {
@@ -4262,4 +4265,122 @@ function sanitizeMSCutPaste($string)
 	return $string;
 	return $string;
 }
 }
 
 
+/**
+ * Decode numeric html entities to their ascii or UTF8 equivalent character.
+ *
+ * Callback function for preg_replace_callback in subs-members
+ * Uses capture group 2 in the supplied array
+ * Does basic scan to ensure characters are inside a valid range
+ *
+ * @param array $matches
+ * @return string $string
+*/
+function replaceEntities__callback($matches)
+{
+	global $context;
+	
+	if (!isset($matches[2]))
+		return '';
+
+	$num = $matches[2][0] === 'x' ? hexdec(substr($matches[2], 1)) : (int) $matches[2];
+	
+	// remove left to right / right to left overrides
+	if ($num === 0x202D || $num === 0x202E) 
+		return '';
+	
+	// Quote, Ampersand, Apostrophe, Less/Greater Than get html replaced
+	if (in_array($num, array(0x22, 0x26, 0x27, 0x3C, 0x3E))) 
+		return '&#' . $num . ';';
+
+	if (empty($context['utf8']))
+	{
+		// no control characters
+		if ($num < 0x20)
+			return '';
+		// text is text
+		elseif ($num < 0x80)
+			return chr($num);
+		// all others get html-ised
+		else
+			return '&#' . $matches[2] . ';';
+	}
+	else
+	{
+		// <0x20 are control characters, 0x20 is a space, > 0x10FFFF is past the end of the utf8 character set
+		// 0xD800 >= $num <= 0xDFFF are surrogate markers (not valid for utf8 text)
+		if ($num < 0x20 || $num > 0x10FFFF || ($num >= 0xD800 && $num <= 0xDFFF))
+			return '';
+		// <0x80 (or less than 128) are standard ascii characters a-z A-Z 0-9 and puncuation
+		elseif ($num < 0x80)
+			return chr($num);
+		// <0x800 (2048)
+		elseif ($num < 0x800)
+			return chr(($num >> 6) + 192) . chr(($num & 63) + 128);
+		// < 0x10000 (65536)
+		elseif ($num < 0x10000)
+			return chr(($num >> 12) + 224) . chr((($num >> 6) & 63) + 128) . chr(($num & 63) + 128);
+		// <= 0x10FFFF (1114111)
+		else
+			return chr(($num >> 18) + 240) . chr((($num >> 12) & 63) + 128) . chr((($num >> 6) & 63) + 128) . chr(($num & 63) + 128);
+	}
+}
+
+/**
+ * Converts html entities to utf8 equivalents
+ *
+ * Callback function for preg_replace_callback
+ * Uses capture group 1 in the supplied array
+ * Does basic checks to keep characters inside a viewable range.
+ *
+ * @param array $matches
+ * @return string $string
+*/
+function fixchar__callback($matches)
+{
+	if (!isset($matches[1]))
+		return '';
+	
+	$num = $matches[1][0] === 'x' ? hexdec(substr($matches[1], 1)) : (int) $matches[1];
+
+	// <0x20 are control characters, > 0x10FFFF is past the end of the utf8 character set
+	// 0xD800 >= $num <= 0xDFFF are surrogate markers (not valid for utf8 text), 0x202D-E are left to right overrides
+	if ($num < 0x20 || $num > 0x10FFFF || ($num >= 0xD800 && $num <= 0xDFFF) || $num === 0x202D || $num === 0x202E)
+		return '';
+	// <0x80 (or less than 128) are standard ascii characters a-z A-Z 0-9 and puncuation
+	elseif ($num < 0x80)
+		return chr($num);
+	// <0x800 (2048)
+	elseif ($num < 0x800)
+		return chr(($num >> 6) + 192) . chr(($num & 63) + 128);
+	// < 0x10000 (65536)
+	elseif ($num < 0x10000)
+		return chr(($num >> 12) + 224) . chr((($num >> 6) & 63) + 128) . chr(($num & 63) + 128);
+	// <= 0x10FFFF (1114111)
+	else
+		return chr(($num >> 18) + 240) . chr((($num >> 12) & 63) + 128) . chr((($num >> 6) & 63) + 128) . chr(($num & 63) + 128);
+}
+
+/**
+ * Strips out invalid html entities, replaces others with html style &#123; codes
+ *
+ * Callback function used of preg_replace_callback in smcFunc $ent_checks, for example
+ * strpos, strlen, substr etc
+ *
+ * @param array $matches
+ * @return string $string
+*/
+function entity_fix__callback($matches)
+{
+	if (!isset($matches[2]))
+		return '';
+	
+	$num = $matches[2][0] === 'x' ? hexdec(substr($matches[2], 1)) : (int) $matches[2];
+	
+	// we don't allow control characters, characters out of range, byte markers, etc
+	if ($num < 0x20 || $num > 0x10FFFF || ($num >= 0xD800 && $num <= 0xDFFF) || $num == 0x202D || $num == 0x202E)
+		return '';
+	else
+		return '&#' . $num . ';';
+}
+
 ?>
 ?>

+ 12 - 2
Sources/Themes.php

@@ -16,8 +16,7 @@
  * - any support website for the theme should be in website.
  * - any support website for the theme should be in website.
  * - layers and templates (non-default) should go in those elements ;).
  * - layers and templates (non-default) should go in those elements ;).
  * - if the images dir isn't images, specify in the images element.
  * - if the images dir isn't images, specify in the images element.
- * - any extra rows for themes should go in extra, serialized.
- * (as in array(variable => value).)
+ * - any extra rows for themes should go in extra, serialized. (as in array(variable => value).)
  * - tar and gzip the directory - and you're done!
  * - tar and gzip the directory - and you're done!
  * - please include any special license in a license.txt file.
  * - please include any special license in a license.txt file.
  *
  *
@@ -1984,6 +1983,13 @@ function EditTheme()
 	createToken('admin-te-' . md5($_GET['th'] . '-' . $_REQUEST['filename']));
 	createToken('admin-te-' . md5($_GET['th'] . '-' . $_REQUEST['filename']));
 }
 }
 
 
+/**
+ * Generates a file listing for a given directory
+ *
+ * @param type $path
+ * @param type $relative
+ * @return type
+ */
 function get_file_listing($path, $relative)
 function get_file_listing($path, $relative)
 {
 {
 	global $scripturl, $txt, $context;
 	global $scripturl, $txt, $context;
@@ -2045,6 +2051,10 @@ function get_file_listing($path, $relative)
 	return array_merge($listing1, $listing2);
 	return array_merge($listing1, $listing2);
 }
 }
 
 
+/**
+ * Makes a copy of a template file in a new location
+ * @uses Themes template, copy_template sub-template.
+ */
 function CopyTemplate()
 function CopyTemplate()
 {
 {
 	global $context, $settings, $smcFunc;
 	global $context, $settings, $smcFunc;

+ 3 - 5
Sources/Who.php

@@ -250,7 +250,7 @@ function Who()
  * Adding actions to the Who's Online list:
  * Adding actions to the Who's Online list:
  * Adding actions to this list is actually relatively easy...
  * Adding actions to this list is actually relatively easy...
  *  - for actions anyone should be able to see, just add a string named whoall_ACTION.
  *  - for actions anyone should be able to see, just add a string named whoall_ACTION.
-*     (where ACTION is the action used in index.php.)
+ *    (where ACTION is the action used in index.php.)
  *  - for actions that have a subaction which should be represented differently, use whoall_ACTION_SUBACTION.
  *  - for actions that have a subaction which should be represented differently, use whoall_ACTION_SUBACTION.
  *  - for actions that include a topic, and should be restricted, use whotopic_ACTION.
  *  - for actions that include a topic, and should be restricted, use whotopic_ACTION.
  *  - for actions that use a message, by msg or quote, use whopost_ACTION.
  *  - for actions that use a message, by msg or quote, use whopost_ACTION.
@@ -259,11 +259,9 @@ function Who()
  *    use whoallow_ACTION and add a list of possible permissions to the
  *    use whoallow_ACTION and add a list of possible permissions to the
  *    $allowedActions array, using ACTION as the key.
  *    $allowedActions array, using ACTION as the key.
  *
  *
- * @param mixed $urls, a single url (string) or an array of arrays, each
- * inner array being (serialized request data, id_member)
+ * @param mixed $urls  a single url (string) or an array of arrays, each inner array being (serialized request data, id_member)
  * @param string $preferred_prefix = false
  * @param string $preferred_prefix = false
- * @return array, an array of descriptions if you passed an array, otherwise
- * the string describing their current location.
+ * @return array, an array of descriptions if you passed an array, otherwise the string describing their current location.
  */
  */
 function determineActions($urls, $preferred_prefix = false)
 function determineActions($urls, $preferred_prefix = false)
 {
 {

+ 2 - 2
Themes/default/Admin.template.php

@@ -880,7 +880,7 @@ function template_show_settings()
 										</li>';
 										</li>';
 					}
 					}
 					echo '			</ul>
 					echo '			</ul>
-								<input type="checkbox" id="bbc_', $config_var['name'], '_select_all" onclick="invertAll(this, this.form, \'', $config_var['name'], '_enabledTags\');"', $context['bbc_sections'][$config_var['name']]['all_selected'] ? ' checked="checked"' : '', ' class="input_check" /> <label for="select_all"><em>', $txt['bbcTagsToUse_select_all'], '</em></label>
+								<input type="checkbox" id="bbc_', $config_var['name'], '_select_all" onclick="invertAll(this, this.form, \'', $config_var['name'], '_enabledTags\');"', $context['bbc_sections'][$config_var['name']]['all_selected'] ? ' checked="checked"' : '', ' class="input_check" /> <label for="bbc_', $config_var['name'], '_select_all"><em>', $txt['bbcTagsToUse_select_all'], '</em></label>
 							</fieldset>';
 							</fieldset>';
 				}
 				}
 				// A simple message?
 				// A simple message?
@@ -1397,7 +1397,7 @@ function template_core_features()
 				<img class="features_image" src="', $feature['image'], '" alt="', $feature['title'], '" />
 				<img class="features_image" src="', $feature['image'], '" alt="', $feature['title'], '" />
 				<div class="features_switch" id="js_feature_', $id, '">
 				<div class="features_switch" id="js_feature_', $id, '">
 					<label class="core_features_hide" for="feature_', $id, '">', $txt['core_settings_enabled'], '<input class="core_features_status_box" type="checkbox" name="feature_', $id, '" id="feature_', $id, '"', $feature['enabled'] ? ' checked="checked"' : '', ' /></label>
 					<label class="core_features_hide" for="feature_', $id, '">', $txt['core_settings_enabled'], '<input class="core_features_status_box" type="checkbox" name="feature_', $id, '" id="feature_', $id, '"', $feature['enabled'] ? ' checked="checked"' : '', ' /></label>
-					<img class="core_features_img ', $feature['state'], '" src="', $settings['images_url'], '/admin/switch_', $feature['state'], '.png" id="switch_', $id, '" style="margin-top: 1.3em;display:none" />
+					<img class="core_features_img ', $feature['state'], '" src="', $settings['images_url'], '/admin/switch_', $feature['state'], '.png" alt="', $feature['state'], '" id="switch_', $id, '" style="margin-top: 1.3em;display:none" />
 				</div>
 				</div>
 				<h4 id="feature_link_' . $id . '">', ($feature['enabled'] && $feature['url'] ? '<a href="' . $feature['url'] . '">' . $feature['title'] . '</a>' : $feature['title']), '</h4>
 				<h4 id="feature_link_' . $id . '">', ($feature['enabled'] && $feature['url'] ? '<a href="' . $feature['url'] . '">' . $feature['title'] . '</a>' : $feature['title']), '</h4>
 				<p>', $feature['desc'], '</p>
 				<p>', $feature['desc'], '</p>

+ 2 - 2
Themes/default/Display.template.php

@@ -410,11 +410,11 @@ function template_main()
 								<li class="poster_online"><a href="', $scripturl,'?action=pm;sa=send;u=', $message['member']['id'], '" title="', $message['member']['online']['member_online_text'], '">', $txt['send_message'], ' <img src="'. $message['member']['online']['image_href']. '" alt="" /></a></li>';
 								<li class="poster_online"><a href="', $scripturl,'?action=pm;sa=send;u=', $message['member']['id'], '" title="', $message['member']['online']['member_online_text'], '">', $txt['send_message'], ' <img src="'. $message['member']['online']['image_href']. '" alt="" /></a></li>';
 			else
 			else
 				echo '
 				echo '
-								<li class="poster_online"><a href="', $scripturl,'?action=pm;sa=send;u=', $message['member']['id'], '">', $txt['send_message'], '</a></li>';
+								<li class="poster_online"><a href="', $scripturl,'?action=pm;sa=send;u=', $message['member']['id'], '">', $txt['send_message'], ' </a></li>';
 		}
 		}
 		elseif ((!$context['can_send_pm']) && (!empty($modSettings['onlineEnable'])))
 		elseif ((!$context['can_send_pm']) && (!empty($modSettings['onlineEnable'])))
 			echo '
 			echo '
-								<li class="poster_online">', ($message['member']['online']['is_online']) ? $txt['online'] : $txt['offline'], '<img src="'. $message['member']['online']['image_href']. '" alt="" /></li>';
+								<li class="poster_online">', ($message['member']['online']['is_online']) ? $txt['online'] : $txt['offline'], ' <img src="'. $message['member']['online']['image_href']. '" alt="" /></li>';
 
 
 		// Are we showing the warning status?
 		// Are we showing the warning status?
 		// Don't show these things for guests.
 		// Don't show these things for guests.

+ 1 - 1
Themes/default/GenericControls.template.php

@@ -167,7 +167,7 @@ function template_control_richedit_buttons($editor_id)
 				sSceditorID: \'', $editor_id, '\',
 				sSceditorID: \'', $editor_id, '\',
 				sType: \'post\',
 				sType: \'post\',
 				iBoard: ', (empty($context['current_board']) ? 0 : $context['current_board']), ',
 				iBoard: ', (empty($context['current_board']) ? 0 : $context['current_board']), ',
-				iFreq: ', (empty($modSettings['drafts_autosave_frequency']) ? 60000 : $modSettings['drafts_autosave_frequency'] * 1000), '
+				iFreq: ', $context['drafts_autosave_frequency'], '
 			});
 			});
 		// ]]></script>';
 		// ]]></script>';
 	}
 	}

+ 0 - 1
Themes/default/ManageBans.template.php

@@ -161,7 +161,6 @@ function template_ban_edit()
 	}
 	}
 
 
 	echo '
 	echo '
-						<hr class="hrcolor" />
 						<input type="submit" name="', $context['ban']['is_new'] ? 'add_ban' : 'modify_ban', '" value="', $context['ban']['is_new'] ? $txt['ban_add'] : $txt['ban_modify'], '" class="button_submit" />
 						<input type="submit" name="', $context['ban']['is_new'] ? 'add_ban' : 'modify_ban', '" value="', $context['ban']['is_new'] ? $txt['ban_add'] : $txt['ban_modify'], '" class="button_submit" />
 						<input type="hidden" name="old_expire" value="', $context['ban']['expiration']['days'], '" />
 						<input type="hidden" name="old_expire" value="', $context['ban']['expiration']['days'], '" />
 						<input type="hidden" name="bg" value="', $context['ban']['id'], '" />
 						<input type="hidden" name="bg" value="', $context['ban']['id'], '" />

+ 1 - 1
Themes/default/ManageNews.template.php

@@ -50,7 +50,7 @@ function template_email_members()
 
 
 			<div id="advanced_panel_header" class="cat_bar">
 			<div id="advanced_panel_header" class="cat_bar">
 				<h3 class="catbg">
 				<h3 class="catbg">
-					<img id="advanced_panel_toggle" class="panel_toggle" style="display: none; src="', $settings['images_url'], '/', empty($context['show_advanced_options']) ? 'collapse' : 'expand', '.png" alt="*" />
+					<img id="advanced_panel_toggle" class="panel_toggle" style="display: none;" src="', $settings['images_url'], '/', empty($context['show_advanced_options']) ? 'collapse' : 'expand', '.png" alt="*" />
 					<a href="#" id="advanced_panel_link" >', $txt['advanced'], '</a>
 					<a href="#" id="advanced_panel_link" >', $txt['advanced'], '</a>
 				</h3>
 				</h3>
 			</div>
 			</div>

+ 2 - 2
Themes/default/ManagePermissions.template.php

@@ -548,9 +548,9 @@ function template_modify_group()
 		else
 		else
 			template_modify_group_classic('board');
 			template_modify_group_classic('board');
 
 
+		echo '
+			</div>';
 	}
 	}
-	echo '
-		</div>';
 
 
 	if ($context['profile']['can_modify'])
 	if ($context['profile']['can_modify'])
 		echo '
 		echo '

+ 11 - 5
Themes/default/Packages.template.php

@@ -1522,12 +1522,13 @@ function template_file_permissions()
 					<th align="center" width="8%"><span class="filepermissions">', $txt['package_file_perms_status_custom'], '</span></th>
 					<th align="center" width="8%"><span class="filepermissions">', $txt['package_file_perms_status_custom'], '</span></th>
 					<th class="last_th" align="center" width="8%"><span class="filepermissions">', $txt['package_file_perms_status_no_change'], '</span></th>
 					<th class="last_th" align="center" width="8%"><span class="filepermissions">', $txt['package_file_perms_status_no_change'], '</span></th>
 				</tr>
 				</tr>
-			</thead>';
+			</thead>
+			<tbody>';
 
 
 	foreach ($context['file_tree'] as $name => $dir)
 	foreach ($context['file_tree'] as $name => $dir)
 	{
 	{
 		echo '
 		echo '
-			<tbody>
+			
 				<tr class="windowbg2">
 				<tr class="windowbg2">
 					<td width="30%"><strong>';
 					<td width="30%"><strong>';
 
 
@@ -1548,14 +1549,14 @@ function template_file_permissions()
 					<td align="center" class="perm_custom" width="8%"><input type="radio" name="permStatus[', $name, ']" value="custom" class="input_radio" /></td>
 					<td align="center" class="perm_custom" width="8%"><input type="radio" name="permStatus[', $name, ']" value="custom" class="input_radio" /></td>
 					<td align="center" class="perm_nochange" width="8%"><input type="radio" name="permStatus[', $name, ']" value="no_change" checked="checked" class="input_radio" /></td>
 					<td align="center" class="perm_nochange" width="8%"><input type="radio" name="permStatus[', $name, ']" value="no_change" checked="checked" class="input_radio" /></td>
 				</tr>
 				</tr>
-			</tbody>';
+			';
 
 
 		if (!empty($dir['contents']))
 		if (!empty($dir['contents']))
 			template_permission_show_contents($name, $dir['contents'], 1);
 			template_permission_show_contents($name, $dir['contents'], 1);
 	}
 	}
 
 
 	echo '
 	echo '
-
+			</tbody>
 		</table>
 		</table>
 		<br />
 		<br />
 		<div class="cat_bar">
 		<div class="cat_bar">
@@ -1615,6 +1616,7 @@ function template_permission_show_contents($ident, $contents, $level, $has_more
 {
 {
 	global $settings, $txt, $scripturl, $context;
 	global $settings, $txt, $scripturl, $context;
 	$js_ident = preg_replace('~[^A-Za-z0-9_\-=:]~', ':-:', $ident);
 	$js_ident = preg_replace('~[^A-Za-z0-9_\-=:]~', ':-:', $ident);
+	
 	// Have we actually done something?
 	// Have we actually done something?
 	$drawn_div = false;
 	$drawn_div = false;
 
 
@@ -1626,8 +1628,10 @@ function template_permission_show_contents($ident, $contents, $level, $has_more
 			{
 			{
 				$drawn_div = true;
 				$drawn_div = true;
 				echo '
 				echo '
+			</tbody>
 			</table>
 			</table>
-			<table border="0" width="100%" class="table_grid" id="', $js_ident, '">';
+			<table border="0" width="100%" class="table_grid" id="', $js_ident, '">
+			<tbody>';
 			}
 			}
 
 
 			$cur_ident = preg_replace('~[^A-Za-z0-9_\-=:]~', ':-:', $ident . '/' . $name);
 			$cur_ident = preg_replace('~[^A-Za-z0-9_\-=:]~', ':-:', $ident . '/' . $name);
@@ -1686,10 +1690,12 @@ function template_permission_show_contents($ident, $contents, $level, $has_more
 
 
 		if ($level > 1 && !$isFound)
 		if ($level > 1 && !$isFound)
 			echo '
 			echo '
+		</tbody>
 		</table><script type="text/javascript"><!-- // --><![CDATA[
 		</table><script type="text/javascript"><!-- // --><![CDATA[
 			expandFolder(\'', $js_ident, '\', \'\');
 			expandFolder(\'', $js_ident, '\', \'\');
 		// ]]></script>
 		// ]]></script>
 		<table border="0" width="100%" class="table_grid">
 		<table border="0" width="100%" class="table_grid">
+			<tbody>
 			<tr style="display: none;"><td></td></tr>';
 			<tr style="display: none;"><td></td></tr>';
 	}
 	}
 }
 }

+ 13 - 14
Themes/default/PersonalMessage.template.php

@@ -577,7 +577,7 @@ function template_subject_list()
 	<table width="100%" class="table_grid">
 	<table width="100%" class="table_grid">
 	<thead>
 	<thead>
 		<tr class="catbg">
 		<tr class="catbg">
-			<th align="center" width="4%" class="first_th">
+			<th align="center" width="4%" class="centercol first_th">
 				<a href="', $scripturl, '?action=pm;view;f=', $context['folder'], ';start=', $context['start'], ';sort=', $context['sort_by'], ($context['sort_direction'] == 'up' ? '' : ';desc'), ($context['current_label_id'] != -1 ? ';l=' . $context['current_label_id'] : ''), '"><img src="', $settings['images_url'], '/im_switch.png" alt="', $txt['pm_change_view'], '" title="', $txt['pm_change_view'], '" width="16" height="16" /></a>
 				<a href="', $scripturl, '?action=pm;view;f=', $context['folder'], ';start=', $context['start'], ';sort=', $context['sort_by'], ($context['sort_direction'] == 'up' ? '' : ';desc'), ($context['current_label_id'] != -1 ? ';l=' . $context['current_label_id'] : ''), '"><img src="', $settings['images_url'], '/im_switch.png" alt="', $txt['pm_change_view'], '" title="', $txt['pm_change_view'], '" width="16" height="16" /></a>
 			</th>
 			</th>
 			<th class="lefttext" width="22%">
 			<th class="lefttext" width="22%">
@@ -589,7 +589,7 @@ function template_subject_list()
 			<th class="lefttext">
 			<th class="lefttext">
 				<a href="', $scripturl, '?action=pm;f=', $context['folder'], ';start=', $context['start'], ';sort=name', $context['sort_by'] == 'name' && $context['sort_direction'] == 'up' ? ';desc' : '', $context['current_label_id'] != -1 ? ';l=' . $context['current_label_id'] : '', '">', ($context['from_or_to'] == 'from' ? $txt['from'] : $txt['to']), $context['sort_by'] == 'name' ? ' <img class="sort" src="' . $settings['images_url'] . '/sort_' . $context['sort_direction'] . '.png" alt="" />' : '', '</a>
 				<a href="', $scripturl, '?action=pm;f=', $context['folder'], ';start=', $context['start'], ';sort=name', $context['sort_by'] == 'name' && $context['sort_direction'] == 'up' ? ';desc' : '', $context['current_label_id'] != -1 ? ';l=' . $context['current_label_id'] : '', '">', ($context['from_or_to'] == 'from' ? $txt['from'] : $txt['to']), $context['sort_by'] == 'name' ? ' <img class="sort" src="' . $settings['images_url'] . '/sort_' . $context['sort_direction'] . '.png" alt="" />' : '', '</a>
 			</th>
 			</th>
-			<th align="center" width="4%" class="last_th">
+			<th width="4%" class="centercol last_th">
 				<input type="checkbox" onclick="invertAll(this, this.form);" class="input_check" />
 				<input type="checkbox" onclick="invertAll(this, this.form);" class="input_check" />
 			</th>
 			</th>
 		</tr>
 		</tr>
@@ -628,7 +628,7 @@ function template_subject_list()
 			<td>', $message['time'], '</td>
 			<td>', $message['time'], '</td>
 			<td>', ($context['display_mode'] != 0 && $context['current_pm'] == $message['id'] ? '<img src="' . $settings['images_url'] . '/selected.png" alt="*" />' : ''), '<a href="', ($context['display_mode'] == 0 || $context['current_pm'] == $message['id'] ? '' : ($scripturl . '?action=pm;pmid=' . $message['id'] . ';kstart;f=' . $context['folder'] . ';start=' . $context['start'] . ';sort=' . $context['sort_by'] . ($context['sort_direction'] == 'up' ? ';' : ';desc') . ($context['current_label_id'] != -1 ? ';l=' . $context['current_label_id'] : ''))), '#msg', $message['id'], '">', $message['subject'], $message['is_unread'] ? '&nbsp;<span class="new_posts">' . $txt['new'] . '</span>' : '', '</a></td>
 			<td>', ($context['display_mode'] != 0 && $context['current_pm'] == $message['id'] ? '<img src="' . $settings['images_url'] . '/selected.png" alt="*" />' : ''), '<a href="', ($context['display_mode'] == 0 || $context['current_pm'] == $message['id'] ? '' : ($scripturl . '?action=pm;pmid=' . $message['id'] . ';kstart;f=' . $context['folder'] . ';start=' . $context['start'] . ';sort=' . $context['sort_by'] . ($context['sort_direction'] == 'up' ? ';' : ';desc') . ($context['current_label_id'] != -1 ? ';l=' . $context['current_label_id'] : ''))), '#msg', $message['id'], '">', $message['subject'], $message['is_unread'] ? '&nbsp;<span class="new_posts">' . $txt['new'] . '</span>' : '', '</a></td>
 			<td>', ($context['from_or_to'] == 'from' ? $message['member']['link'] : (empty($message['recipients']['to']) ? '' : implode(', ', $message['recipients']['to']))), '</td>
 			<td>', ($context['from_or_to'] == 'from' ? $message['member']['link'] : (empty($message['recipients']['to']) ? '' : implode(', ', $message['recipients']['to']))), '</td>
-			<td align="center" width="4%"><input type="checkbox" name="pms[]" id="deletelisting', $message['id'], '" value="', $message['id'], '"', $message['is_selected'] ? ' checked="checked"' : '', ' onclick="if (document.getElementById(\'deletedisplay', $message['id'], '\')) document.getElementById(\'deletedisplay', $message['id'], '\').checked = this.checked;" class="input_check" /></td>
+			<td class="centercol" width="4%"><input type="checkbox" name="pms[]" id="deletelisting', $message['id'], '" value="', $message['id'], '"', $message['is_selected'] ? ' checked="checked"' : '', ' onclick="if (document.getElementById(\'deletedisplay', $message['id'], '\')) document.getElementById(\'deletedisplay', $message['id'], '\').checked = this.checked;" class="input_check" /></td>
 		</tr>';
 		</tr>';
 			$next_alternate = !$next_alternate;
 			$next_alternate = !$next_alternate;
 	}
 	}
@@ -1467,7 +1467,6 @@ function template_labels()
 						<input type="text" id="add_label" name="label" value="" size="30" maxlength="30" class="input_text" />
 						<input type="text" id="add_label" name="label" value="" size="30" maxlength="30" class="input_text" />
 					</dd>
 					</dd>
 				</dl>
 				</dl>
-				<hr class="hrcolor" />
 				<input type="submit" name="add" value="', $txt['pm_label_add_new'], '" class="button_submit" />
 				<input type="submit" name="add" value="', $txt['pm_label_add_new'], '" class="button_submit" />
 			</div>
 			</div>
 		</div>
 		</div>
@@ -1880,17 +1879,17 @@ function template_add_rule()
 					<a href="#" onclick="addActionOption(); return false;" id="addonjs2" style="display: none;">(', $txt['pm_rule_add_action'], ')</a>
 					<a href="#" onclick="addActionOption(); return false;" id="addonjs2" style="display: none;">(', $txt['pm_rule_add_action'], ')</a>
 				</fieldset>
 				</fieldset>
 			</div>
 			</div>
-		</div>
 		
 		
-		<div class="cat_bar">
-			<h3 class="catbg">', $txt['pm_rule_description'], '</h3>
-		</div>
-		<div class="information">
-			<div id="ruletext">', $txt['pm_rule_js_disabled'], '</div>
-		</div>
-		<div class="righttext">
-			<input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '" />
-			<input type="submit" name="save" value="', $txt['pm_rule_save'], '" class="button_submit" />
+			<div class="cat_bar">
+				<h3 class="catbg">', $txt['pm_rule_description'], '</h3>
+			</div>
+			<div class="information">
+				<div id="ruletext">', $txt['pm_rule_js_disabled'], '</div>
+			</div>
+			<div class="righttext">
+				<input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '" />
+				<input type="submit" name="save" value="', $txt['pm_rule_save'], '" class="button_submit" />
+			</div>
 		</div>
 		</div>
 	</form>';
 	</form>';
 
 

+ 63 - 63
Themes/default/Register.template.php

@@ -507,85 +507,87 @@ function template_admin_register()
 
 
 	echo '
 	echo '
 	<div id="admincenter">
 	<div id="admincenter">
-		<form id="admin_form_wrapper" class="windowbg2" action="', $scripturl, '?action=admin;area=regcenter" method="post" accept-charset="', $context['character_set'], '" name="postForm" id="postForm">
-			<div class="cat_bar">
-				<h3 class="catbg">', $txt['admin_browse_register_new'], '</h3>
-			</div>
-			<div class="content" id="register_screen">';
+		<div id="admin_form_wrapper">
+			<form id="postForm" class="windowbg2" action="', $scripturl, '?action=admin;area=regcenter" method="post" accept-charset="', $context['character_set'], '" name="postForm">
+				<div class="cat_bar">
+					<h3 class="catbg">', $txt['admin_browse_register_new'], '</h3>
+				</div>
+				<div class="content" id="register_screen">';
 
 
 	if (!empty($context['registration_done']))
 	if (!empty($context['registration_done']))
 		echo '
 		echo '
-				<div class="infobox">
-					', $context['registration_done'], '
-				</div>';
+					<div class="infobox">
+						', $context['registration_done'], '
+					</div>';
 
 
 	echo '
 	echo '
-				<dl class="register_form" id="admin_register_form">
-					<dt>
-						<strong><label for="user_input">', $txt['admin_register_username'], ':</label></strong>
-						<span class="smalltext">', $txt['admin_register_username_desc'], '</span>
-					</dt>
-					<dd>
-						<input type="text" name="user" id="user_input" tabindex="', $context['tabindex']++, '" size="30" maxlength="25" class="input_text" />
-					</dd>
-					<dt>
-						<strong><label for="email_input">', $txt['admin_register_email'], ':</label></strong>
-						<span class="smalltext">', $txt['admin_register_email_desc'], '</span>
-					</dt>
-					<dd>
-						<input type="text" name="email" id="email_input" tabindex="', $context['tabindex']++, '" size="30" class="input_text" />
-					</dd>
-					<dt>
-						<strong><label for="password_input">', $txt['admin_register_password'], ':</label></strong>
-						<span class="smalltext">', $txt['admin_register_password_desc'], '</span>
-					</dt>
-					<dd>
-						<input type="password" name="password" id="password_input" tabindex="', $context['tabindex']++, '" size="30" class="input_password" onchange="onCheckChange();" />
-					</dd>';
+					<dl class="register_form" id="admin_register_form">
+						<dt>
+							<strong><label for="user_input">', $txt['admin_register_username'], ':</label></strong>
+							<span class="smalltext">', $txt['admin_register_username_desc'], '</span>
+						</dt>
+						<dd>
+							<input type="text" name="user" id="user_input" tabindex="', $context['tabindex']++, '" size="30" maxlength="25" class="input_text" />
+						</dd>
+						<dt>
+							<strong><label for="email_input">', $txt['admin_register_email'], ':</label></strong>
+							<span class="smalltext">', $txt['admin_register_email_desc'], '</span>
+						</dt>
+						<dd>
+							<input type="text" name="email" id="email_input" tabindex="', $context['tabindex']++, '" size="30" class="input_text" />
+						</dd>
+						<dt>
+							<strong><label for="password_input">', $txt['admin_register_password'], ':</label></strong>
+							<span class="smalltext">', $txt['admin_register_password_desc'], '</span>
+						</dt>
+						<dd>
+							<input type="password" name="password" id="password_input" tabindex="', $context['tabindex']++, '" size="30" class="input_password" onchange="onCheckChange();" />
+						</dd>';
 
 
 	if (!empty($context['member_groups']))
 	if (!empty($context['member_groups']))
 	{
 	{
 		echo '
 		echo '
-					<dt>
-						<strong><label for="group_select">', $txt['admin_register_group'], ':</label></strong>
-						<span class="smalltext">', $txt['admin_register_group_desc'], '</span>
-					</dt>
-					<dd>
-						<select name="group" id="group_select" tabindex="', $context['tabindex']++, '">';
+						<dt>
+							<strong><label for="group_select">', $txt['admin_register_group'], ':</label></strong>
+							<span class="smalltext">', $txt['admin_register_group_desc'], '</span>
+						</dt>
+						<dd>
+							<select name="group" id="group_select" tabindex="', $context['tabindex']++, '">';
 
 
 		foreach ($context['member_groups'] as $id => $name)
 		foreach ($context['member_groups'] as $id => $name)
 			echo '
 			echo '
-							<option value="', $id, '">', $name, '</option>';
+								<option value="', $id, '">', $name, '</option>';
 
 
 		echo '
 		echo '
-						</select>
-					</dd>';
+							</select>
+						</dd>';
 	}
 	}
 
 
 	echo '
 	echo '
-					<dt>
-						<strong><label for="emailPassword_check">', $txt['admin_register_email_detail'], ':</label></strong>
-						<span class="smalltext">', $txt['admin_register_email_detail_desc'], '</span>
-					</dt>
-					<dd>
-						<input type="checkbox" name="emailPassword" id="emailPassword_check" tabindex="', $context['tabindex']++, '" checked="checked" disabled="disabled" class="input_check" />
-					</dd>
-					<dt>
-						<strong><label for="emailActivate_check">', $txt['admin_register_email_activate'], ':</label></strong>
-					</dt>
-					<dd>
-						<input type="checkbox" name="emailActivate" id="emailActivate_check" tabindex="', $context['tabindex']++, '"', !empty($modSettings['registration_method']) && $modSettings['registration_method'] == 1 ? ' checked="checked"' : '', ' onclick="onCheckChange();" class="input_check" />
-					</dd>
-				</dl>
-				<div class="flow_auto">
-					<input type="submit" name="regSubmit" value="', $txt['register'], '" tabindex="', $context['tabindex']++, '" class="button_submit" />
-					<input type="hidden" name="sa" value="register" />
-					<input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '" />
-					<input type="hidden" name="', $context['admin-regc_token_var'], '" value="', $context['admin-regc_token'], '" />
+						<dt>
+							<strong><label for="emailPassword_check">', $txt['admin_register_email_detail'], ':</label></strong>
+							<span class="smalltext">', $txt['admin_register_email_detail_desc'], '</span>
+						</dt>
+						<dd>
+							<input type="checkbox" name="emailPassword" id="emailPassword_check" tabindex="', $context['tabindex']++, '" checked="checked" disabled="disabled" class="input_check" />
+						</dd>
+						<dt>
+							<strong><label for="emailActivate_check">', $txt['admin_register_email_activate'], ':</label></strong>
+						</dt>
+						<dd>
+							<input type="checkbox" name="emailActivate" id="emailActivate_check" tabindex="', $context['tabindex']++, '"', !empty($modSettings['registration_method']) && $modSettings['registration_method'] == 1 ? ' checked="checked"' : '', ' onclick="onCheckChange();" class="input_check" />
+						</dd>
+					</dl>
+					<div class="flow_auto">
+						<input type="submit" name="regSubmit" value="', $txt['register'], '" tabindex="', $context['tabindex']++, '" class="button_submit" />
+						<input type="hidden" name="sa" value="register" />
+						<input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '" />
+						<input type="hidden" name="', $context['admin-regc_token_var'], '" value="', $context['admin-regc_token'], '" />
+					</div>
 				</div>
 				</div>
-			</div>
-			
-		</form>
+				
+			</form>
+		</div>
 	</div>
 	</div>
 	<br class="clear" />';
 	<br class="clear" />';
 }
 }
@@ -648,7 +650,6 @@ function template_edit_agreement()
 					<p>
 					<p>
 						<label for="requireAgreement"><input type="checkbox" name="requireAgreement" id="requireAgreement"', $context['require_agreement'] ? ' checked="checked"' : '', ' tabindex="', $context['tabindex']++, '" value="1" class="input_check" /> ', $txt['admin_agreement'], '.</label>
 						<label for="requireAgreement"><input type="checkbox" name="requireAgreement" id="requireAgreement"', $context['require_agreement'] ? ' checked="checked"' : '', ' tabindex="', $context['tabindex']++, '" value="1" class="input_check" /> ', $txt['admin_agreement'], '.</label>
 					</p>
 					</p>
-					<hr class="hrcolor" />
 					<div class="flow_auto" >
 					<div class="flow_auto" >
 						<input type="submit" value="', $txt['save'], '" tabindex="', $context['tabindex']++, '" class="button_submit" />
 						<input type="submit" value="', $txt['save'], '" tabindex="', $context['tabindex']++, '" class="button_submit" />
 						<input type="hidden" name="agree_lang" value="', $context['current_agreement'], '" />
 						<input type="hidden" name="agree_lang" value="', $context['current_agreement'], '" />
@@ -701,7 +702,6 @@ function template_edit_reserved_words()
 						<input type="checkbox" name="matchname" id="matchname" tabindex="', $context['tabindex']++, '" ', $context['reserved_word_options']['match_name'] ? 'checked="checked"' : '', ' class="input_check" />
 						<input type="checkbox" name="matchname" id="matchname" tabindex="', $context['tabindex']++, '" ', $context['reserved_word_options']['match_name'] ? 'checked="checked"' : '', ' class="input_check" />
 					</dd>
 					</dd>
 				</dl>
 				</dl>
-				<hr class="hrcolor" />
 				<div class="flow_auto" >
 				<div class="flow_auto" >
 					<input type="submit" value="', $txt['save'], '" name="save_reserved_names" tabindex="', $context['tabindex']++, '" style="margin: 1ex;" class="button_submit" />
 					<input type="submit" value="', $txt['save'], '" name="save_reserved_names" tabindex="', $context['tabindex']++, '" style="margin: 1ex;" class="button_submit" />
 					<input type="hidden" name="sa" value="reservednames" />
 					<input type="hidden" name="sa" value="reservednames" />

+ 4 - 2
Themes/default/Search.template.php

@@ -61,6 +61,7 @@ function template_main()
 	else
 	else
 	{
 	{
 		echo '
 		echo '
+		<fieldset id="advanced_search">
 			<div class="roundframe">
 			<div class="roundframe">
 				<dl class="settings" id="search_options">
 				<dl class="settings" id="search_options">
 					<dt class="righttext">
 					<dt class="righttext">
@@ -71,7 +72,7 @@ function template_main()
 
 
 		if (empty($modSettings['search_simple_fulltext']))
 		if (empty($modSettings['search_simple_fulltext']))
 			echo '
 			echo '
-				<em class="smalltext">', $txt['search_example'], '</em>';
+						<em class="smalltext">', $txt['search_example'], '</em>';
 
 
 		echo '
 		echo '
 					</dd>
 					</dd>
@@ -121,7 +122,7 @@ function template_main()
 						$txt['search_between'], '</label><input type="text" name="minage" id="minage" value="', empty($context['search_params']['minage']) ? '0' : $context['search_params']['minage'], '" size="5" maxlength="4" class="input_text" />&nbsp;<label for="maxage">', $txt['search_and'], '&nbsp;</label><input type="text" name="maxage" id="maxage" value="', empty($context['search_params']['maxage']) ? '9999' : $context['search_params']['maxage'], '" size="5" maxlength="4" class="input_text" /> ', $txt['days_word'], '
 						$txt['search_between'], '</label><input type="text" name="minage" id="minage" value="', empty($context['search_params']['minage']) ? '0' : $context['search_params']['minage'], '" size="5" maxlength="4" class="input_text" />&nbsp;<label for="maxage">', $txt['search_and'], '&nbsp;</label><input type="text" name="maxage" id="maxage" value="', empty($context['search_params']['maxage']) ? '9999' : $context['search_params']['maxage'], '" size="5" maxlength="4" class="input_text" /> ', $txt['days_word'], '
 					</dd>
 					</dd>
 				</dl>
 				</dl>
-				</fieldset>
+				
 				<script type="text/javascript"><!-- // --><![CDATA[
 				<script type="text/javascript"><!-- // --><![CDATA[
 					createEventListener(window);
 					createEventListener(window);
 					window.addEventListener("load", initSearch, false);
 					window.addEventListener("load", initSearch, false);
@@ -146,6 +147,7 @@ function template_main()
 
 
 		echo '
 		echo '
 			</div>
 			</div>
+		</fieldset>
 		';
 		';
 
 
 		if (empty($context['search_params']['topic']))
 		if (empty($context['search_params']['topic']))

+ 0 - 1
Themes/default/Themes.template.php

@@ -407,7 +407,6 @@ function template_set_options()
 	// close the option page up
 	// close the option page up
 	echo '
 	echo '
 					</dl>
 					</dl>
-					<hr class="hrcolor" />
 					<input type="submit" name="submit" value="', $txt['save'], '" class="button_submit" />
 					<input type="submit" name="submit" value="', $txt['save'], '" class="button_submit" />
 					<input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '" />
 					<input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '" />
 				</div>
 				</div>

+ 3 - 1
Themes/default/css/index.css

@@ -821,6 +821,7 @@ div.cat_bar {
 }
 }
 .cat_bar h3 {
 .cat_bar h3 {
 	padding: 8px 12px 6px 12px;
 	padding: 8px 12px 6px 12px;
+	height: 1.6em;
 }
 }
 div.title_bar {
 div.title_bar {
 	background: #c5cfd9 url(../images/theme/bars.png) 0 -340px repeat-x;
 	background: #c5cfd9 url(../images/theme/bars.png) 0 -340px repeat-x;
@@ -933,6 +934,7 @@ img.sort {
 	border-radius: 3px;
 	border-radius: 3px;
 	outline: none !important;
 	outline: none !important;
 	border: 1px solid #bbb;
 	border: 1px solid #bbb;
+	z-index: 100;
 }
 }
 .auto_suggest_item {
 .auto_suggest_item {
 	background: #ddd;
 	background: #ddd;
@@ -3586,7 +3588,7 @@ span.hidelink {
 
 
 /* Styles for the basic search section.
 /* Styles for the basic search section.
 ------------------------------------------------- */
 ------------------------------------------------- */
-#searchform, #simple_search p {
+#simple_search p {
 	padding: 6px;
 	padding: 6px;
 	margin: 0;
 	margin: 0;
 }
 }

+ 0 - 2
Themes/default/languages/Admin.english.php

@@ -559,8 +559,6 @@ $txt['managedrafts_settings'] = 'Draft Settings';
 $txt['managedrafts_settings_description'] = 'Here you can set all settings involving drafts.';
 $txt['managedrafts_settings_description'] = 'Here you can set all settings involving drafts.';
 $txt['managedrafts_submit'] = 'Save';
 $txt['managedrafts_submit'] = 'Save';
 $txt['manage_drafts'] = 'Drafts';
 $txt['manage_drafts'] = 'Drafts';
-$txt['drafts_autosave'] = 'Enable the autosaving of posts as drafts';
-$txt['drafts_autosave_frequency'] = 'How often should drafts be autosaved?';
 
 
 $txt['removeNestedQuotes'] = 'Remove nested quotes when quoting';
 $txt['removeNestedQuotes'] = 'Remove nested quotes when quoting';
 $txt['enableEmbeddedFlash'] = 'Embed flash into posts';
 $txt['enableEmbeddedFlash'] = 'Embed flash into posts';

+ 1 - 1
Themes/default/languages/Help.english.php

@@ -305,7 +305,7 @@ $helptxt['attachment_manager_settings'] = 'Attachments are files that members ca
 		<strong>Maximum width and height of thumbnails</strong>:<br /> Only used with the &quot;Resize images when showing under posts&quot; option, the maximum width and height to resize attachments down from.  They will be resized proportionally.';
 		<strong>Maximum width and height of thumbnails</strong>:<br /> Only used with the &quot;Resize images when showing under posts&quot; option, the maximum width and height to resize attachments down from.  They will be resized proportionally.';
 $helptxt['attachment_image_paranoid'] = 'Selecting this option will enable very strict security checks on image attachments. Warning! These extensive checks can fail on valid images too. It is strongly recommended to only use this option together with image re-encoding, in order to have SMF try to resample the images which fail the security checks: if successful, they will be sanitized and uploaded. Otherwise, if image re-encoding is not enabled, all attachments failing checks will be rejected.';
 $helptxt['attachment_image_paranoid'] = 'Selecting this option will enable very strict security checks on image attachments. Warning! These extensive checks can fail on valid images too. It is strongly recommended to only use this option together with image re-encoding, in order to have SMF try to resample the images which fail the security checks: if successful, they will be sanitized and uploaded. Otherwise, if image re-encoding is not enabled, all attachments failing checks will be rejected.';
 $helptxt['attachment_image_reencode'] = 'Selecting this option will enable trying to re-encode the uploaded image attachments. Image re-encoding offers better security. Note however that image re-encoding also renders all animated images static. <br /> This feature is only possible if the GD module is installed on your server.';
 $helptxt['attachment_image_reencode'] = 'Selecting this option will enable trying to re-encode the uploaded image attachments. Image re-encoding offers better security. Note however that image re-encoding also renders all animated images static. <br /> This feature is only possible if the GD module is installed on your server.';
-$helptxt['attachment_thumb_memory'] = 'The larger the source image (size & width x height), the higher the memory requirements are for the system to successfully create a thumbnail image.<br />Checking this option, the system will estimate the needed memory and will then it will request that amount.  If successful, only then will it attempt to create the thumbnail.  This will result in fewer white screen errors but may result in fewer thumbnails being created.  Leaving this unchecked the system will always try to create the thumbnail (with a fixed amount of memory).  This may result in more white screen errors.';
+$helptxt['attachment_thumb_memory'] = 'The larger the source image (size & width x height), the higher the memory requirements are for the system to successfully create a thumbnail image.<br />Checking this option, the system will estimate the required memory and will then request that amount.  If successful, only then will it attempt to create the thumbnail.<br />This will result in fewer white screen errors but may result in fewer thumbnails being created.  Leaving this unchecked the system will always try to create the thumbnail (with a fixed amount of memory).  This may result in more white screen errors.';
 $helptxt['avatar_paranoid'] = 'Selecting this option will enable very strict security checks on avatars. Warning! These extensive checks can fail on valid images too. It is strongly recommended to only use this option together with avatars re-encoding, in order to have SMF try to resample the images which fail the security checks: if successful, they will be sanitized and uploaded. Otherwise, if re-encoding of avatars is not enabled, all avatars failing checks will be rejected.';
 $helptxt['avatar_paranoid'] = 'Selecting this option will enable very strict security checks on avatars. Warning! These extensive checks can fail on valid images too. It is strongly recommended to only use this option together with avatars re-encoding, in order to have SMF try to resample the images which fail the security checks: if successful, they will be sanitized and uploaded. Otherwise, if re-encoding of avatars is not enabled, all avatars failing checks will be rejected.';
 $helptxt['avatar_reencode'] = 'Selecting this option will enable trying to re-encode the uploaded avatars. Image re-encoding offers better security. Note however that image re-encoding also renders all animated images static. <br /> This feature is only possible if the GD module is installed on your server.';
 $helptxt['avatar_reencode'] = 'Selecting this option will enable trying to re-encode the uploaded avatars. Image re-encoding offers better security. Note however that image re-encoding also renders all animated images static. <br /> This feature is only possible if the GD module is installed on your server.';
 $helptxt['karmaMode'] = 'Karma is a feature that shows the popularity of a member. Members, if allowed, can
 $helptxt['karmaMode'] = 'Karma is a feature that shows the popularity of a member. Members, if allowed, can

+ 58 - 22
Themes/default/scripts/drafts.js

@@ -9,7 +9,10 @@ function smf_DraftAutoSave(oOptions)
 	this.oDraftHandle = window;
 	this.oDraftHandle = window;
 	this.sLastSaved = '';
 	this.sLastSaved = '';
 	this.bPM = this.opt.bPM ? true : false;
 	this.bPM = this.opt.bPM ? true : false;
-	addLoadEvent(this.opt.sSelf + '.init();');
+	this.sCheckDraft = '';
+
+	// slight delay on autosave init to allow sceditor to create the iframe
+	setTimeout('addLoadEvent(' + this.opt.sSelf + '.init())', 4000);
 }
 }
 
 
 // Start our self calling routine
 // Start our self calling routine
@@ -17,41 +20,66 @@ smf_DraftAutoSave.prototype.init = function ()
 {
 {
 	if (this.opt.iFreq > 0)
 	if (this.opt.iFreq > 0)
 	{
 	{
+		// find the editors wysiwyg iframe and gets its window
+		var oIframe = document.getElementsByTagName('iframe')[0];
+		var oIframeWindow = oIframe.contentWindow || oIframe.contentDocument;
 		// start the autosave timer
 		// start the autosave timer
-		this.interval_id = setInterval(this.opt.sSelf + '.draft' + (this.bPM ? 'PM' : '') + 'Save();', this.opt.iFreq);
+		this.interval_id = window.setInterval(this.opt.sSelf + '.draft' + (this.bPM ? 'PM' : '') + 'Save();', this.opt.iFreq);
 
 
 		// Set up window focus and blur events
 		// Set up window focus and blur events
 		this.oDraftHandle.instanceRef = this;
 		this.oDraftHandle.instanceRef = this;
-		this.oDraftHandle.onblur = function (oEvent) {return this.instanceRef.draftBlur(oEvent);};
-		this.oDraftHandle.onfocus = function (oEvent) {return this.instanceRef.draftFocus(oEvent);};
+		this.oDraftHandle.onblur = function (oEvent) {return this.instanceRef.draftBlur(oEvent, true);};
+		this.oDraftHandle.onfocus = function (oEvent) {return this.instanceRef.draftFocus(oEvent, true);};
+		
+		// If we found the iframe window, set body focus/blur events for it
+		if (oIframeWindow.document) 
+		{
+			var oIframeDoc = oIframeWindow.document;
+			// @todo oDraftAutoSave should use the this.opt.sSelf name not hardcoded 
+			oIframeDoc.body.onblur = function (oEvent) {return parent.oDraftAutoSave.draftBlur(oEvent, false);};
+			oIframeDoc.body.onfocus = function (oEvent) {return parent.oDraftAutoSave.draftFocus(oEvent, false);};
+		};
 	}
 	}
 }
 }
 
 
 // Moved away from the page, where did you go? ... till you return we pause autosaving
 // Moved away from the page, where did you go? ... till you return we pause autosaving
-smf_DraftAutoSave.prototype.draftBlur = function(oEvent)
+smf_DraftAutoSave.prototype.draftBlur = function(oEvent, source)
 {
 {
-	// save what we have and turn of the autosave
-    if (this.bPM)
-        this.draftPMSave();
-    else
-        this.draftSave();
-	clearInterval(this.interval_id);
-	this.interval_id = 0;
+	if ($('#' + this.opt.sSceditorID).data("sceditor").inSourceMode() == source)
+	{
+		// save what we have and turn of the autosave
+		if (this.bPM)
+			this.draftPMSave();
+		else
+			this.draftSave();
+		
+		if (this.interval_id != "")
+			window.clearInterval(this.interval_id);
+		this.interval_id = "";
+	}
+	return;
 }
 }
 
 
 // Since your back we resume the autosave timer
 // Since your back we resume the autosave timer
-smf_DraftAutoSave.prototype.draftFocus = function(oEvent)
+smf_DraftAutoSave.prototype.draftFocus = function(oEvent, source)
 {
 {
-	this.interval_id = setInterval(this.opt.sSelf + '.draft' + (this.bPM ? 'PM' : '') + 'Save();', this.opt.iFreq);
+	if ($('#' + this.opt.sSceditorID).data("sceditor").inSourceMode() == source)
+	{
+		if (this.interval_id == "")
+			this.interval_id = window.setInterval(this.opt.sSelf + '.draft' + (this.bPM ? 'PM' : '') + 'Save();', this.opt.iFreq);
+	}
+	return;
 }
 }
 
 
 // Make the call to save this draft in the background
 // Make the call to save this draft in the background
 smf_DraftAutoSave.prototype.draftSave = function ()
 smf_DraftAutoSave.prototype.draftSave = function ()
 {
 {
-	// nothing to save or already posting?
-	if (isEmptyText($('#' + this.opt.sSceditorID).data("sceditor").getText()) || smf_formSubmitted)
-		return false;
+	var sPostdata = $('#' + this.opt.sSceditorID).data("sceditor").getText(true);
 
 
+	// nothing to save or already posting or nothing changed?
+	if (isEmptyText(sPostdata) || smf_formSubmitted || this.sCheckDraft == sPostdata)
+		return false;
+	
 	// Still saving the last one or other?
 	// Still saving the last one or other?
 	if (this.bInDraftMode)
 	if (this.bInDraftMode)
 		this.draftCancel();
 		this.draftCancel();
@@ -65,7 +93,7 @@ smf_DraftAutoSave.prototype.draftSave = function ()
 		'topic=' + parseInt(document.forms.postmodify.elements['topic'].value),
 		'topic=' + parseInt(document.forms.postmodify.elements['topic'].value),
 		'id_draft=' + parseInt(document.forms.postmodify.elements['id_draft'].value),
 		'id_draft=' + parseInt(document.forms.postmodify.elements['id_draft'].value),
 		'subject=' + escape(document.forms.postmodify['subject'].value.replace(/&#/g, "&#38;#").php_to8bit()).replace(/\+/g, "%2B"),
 		'subject=' + escape(document.forms.postmodify['subject'].value.replace(/&#/g, "&#38;#").php_to8bit()).replace(/\+/g, "%2B"),
-		'message=' + escape($('#' + this.opt.sSceditorID).data("sceditor").getText().replace(/&#/g, "&#38;#").php_to8bit()).replace(/\+/g, "%2B"),
+		'message=' + escape(sPostdata.replace(/&#/g, "&#38;#").php_to8bit()).replace(/\+/g, "%2B"),
 		'icon=' + escape(document.forms.postmodify['icon'].value.replace(/&#/g, "&#38;#").php_to8bit()).replace(/\+/g, "%2B"),
 		'icon=' + escape(document.forms.postmodify['icon'].value.replace(/&#/g, "&#38;#").php_to8bit()).replace(/\+/g, "%2B"),
 		'save_draft=true',
 		'save_draft=true',
 		smf_session_var + '=' + smf_session_id,
 		smf_session_var + '=' + smf_session_id,
@@ -81,17 +109,22 @@ smf_DraftAutoSave.prototype.draftSave = function ()
 	}
 	}
 
 
 	// keep track of source or wysiwyg
 	// keep track of source or wysiwyg
-	aSections[aSections.length] = 'message_mode=' + $("#message").data("sceditor").inSourceMode();
+	aSections[aSections.length] = 'message_mode=' + $('#' + this.opt.sSceditorID).data("sceditor").inSourceMode();
 
 
 	// Send in document for saving and hope for the best
 	// Send in document for saving and hope for the best
 	sendXMLDocument.call(this, smf_prepareScriptUrl(smf_scripturl) + "action=post2;board=" + this.opt.iBoard + ";xml", aSections.join("&"), this.onDraftDone);
 	sendXMLDocument.call(this, smf_prepareScriptUrl(smf_scripturl) + "action=post2;board=" + this.opt.iBoard + ";xml", aSections.join("&"), this.onDraftDone);
+	
+	// Save the latest for compare
+	this.sCheckDraft = sPostdata;
 }
 }
 
 
 // Make the call to save this PM draft in the background
 // Make the call to save this PM draft in the background
 smf_DraftAutoSave.prototype.draftPMSave = function ()
 smf_DraftAutoSave.prototype.draftPMSave = function ()
 {
 {
-	// nothing to save?
-	if (isEmptyText(document.forms.postmodify['message']))
+	var sPostdata = $('#' + this.opt.sSceditorID).data("sceditor").getText();
+	
+	// nothing to save or already posting or nothing changed?
+	if (isEmptyText(sPostdata) || smf_formSubmitted || this.sCheckDraft == sPostdata)
 		return false;
 		return false;
 
 
 	// Still saving the last one or some other?
 	// Still saving the last one or some other?
@@ -111,7 +144,7 @@ smf_DraftAutoSave.prototype.draftPMSave = function ()
 		'replied_to=' + parseInt(document.forms.postmodify.elements['replied_to'].value),
 		'replied_to=' + parseInt(document.forms.postmodify.elements['replied_to'].value),
 		'id_pm_draft=' + parseInt(document.forms.postmodify.elements['id_pm_draft'].value),
 		'id_pm_draft=' + parseInt(document.forms.postmodify.elements['id_pm_draft'].value),
 		'subject=' + escape(document.forms.postmodify['subject'].value.replace(/&#/g, "&#38;#").php_to8bit()).replace(/\+/g, "%2B"),
 		'subject=' + escape(document.forms.postmodify['subject'].value.replace(/&#/g, "&#38;#").php_to8bit()).replace(/\+/g, "%2B"),
-		'message=' + escape(document.forms.postmodify['message'].value.replace(/&#/g, "&#38;#").php_to8bit()).replace(/\+/g, "%2B"),
+		'message=' + escape(sPostdata.replace(/&#/g, "&#38;#").php_to8bit()).replace(/\+/g, "%2B"),
 		'recipient_to=' + aTo,
 		'recipient_to=' + aTo,
 		'recipient_bcc=' + aBcc,
 		'recipient_bcc=' + aBcc,
 		'save_draft=true',
 		'save_draft=true',
@@ -128,6 +161,9 @@ smf_DraftAutoSave.prototype.draftPMSave = function ()
 
 
 	// Send in (post) the document for saving
 	// Send in (post) the document for saving
 	sendXMLDocument.call(this, smf_prepareScriptUrl(smf_scripturl) + "action=pm;sa=send2;xml", aSections.join("&"), this.onDraftDone);
 	sendXMLDocument.call(this, smf_prepareScriptUrl(smf_scripturl) + "action=pm;sa=send2;xml", aSections.join("&"), this.onDraftDone);
+	
+	// Save the latest for compare
+	this.sCheckDraft = sPostdata;
 }
 }
 
 
 // Callback function of the XMLhttp request for saving the draft message
 // Callback function of the XMLhttp request for saving the draft message

+ 3 - 2
Themes/default/scripts/jquery.sceditor.bbcode.js

@@ -410,8 +410,9 @@
 		 * @return string BBCode which has been converted from HTML
 		 * @return string BBCode which has been converted from HTML
 		 * @memberOf jQuery.sceditorBBCodePlugin.prototype
 		 * @memberOf jQuery.sceditorBBCodePlugin.prototype
 		 */
 		 */
-		base.getHtmlHandler = function(html, domBody) {
-			$.sceditor.dom.removeWhiteSpace(domBody[0]);
+		base.getHtmlHandler = function(html, domBody, filter) {
+			if (typeof filter == 'undefined')
+				$.sceditor.dom.removeWhiteSpace(domBody[0]);
 
 
 			return $.trim(base.elementToBbcode(domBody));
 			return $.trim(base.elementToBbcode(domBody));
 		};
 		};

+ 12 - 127
Themes/default/scripts/jquery.sceditor.js

@@ -1166,7 +1166,7 @@
 			html = $body.html();
 			html = $body.html();
 
 
 			if(filter !== false && base.options.getHtmlHandler)
 			if(filter !== false && base.options.getHtmlHandler)
-				html = base.options.getHtmlHandler(html, $body);
+				html = base.options.getHtmlHandler(html, $body, filter);
 
 
 			return html;
 			return html;
 		};
 		};
@@ -3411,12 +3411,13 @@
 				this.toggleTextMode();
 				this.toggleTextMode();
 
 
 		},
 		},
-		getText: function() {
+		getText: function(filter) {
 			var current_value = '';
 			var current_value = '';
+			
 			if(this.inSourceMode())
 			if(this.inSourceMode())
 				current_value = this.getTextareaValue(false);
 				current_value = this.getTextareaValue(false);
 			else
 			else
-				current_value = this.getWysiwygEditorValue();
+				current_value  = this.getWysiwygEditorValue(filter);
 
 
 			return current_value;
 			return current_value;
 		},
 		},
@@ -3528,6 +3529,14 @@
 							$('.sceditor-smileyPopup').animaDrag({ 
 							$('.sceditor-smileyPopup').animaDrag({ 
 								speed: 150, 
 								speed: 150, 
 								interval: 120, 
 								interval: 120, 
+								during: function(e) {
+									$(this).height(this.startheight);
+									$(this).width(this.startwidth);
+								},
+								before: function(e) {
+									this.startheight = $(this).innerHeight();
+									this.startwidth = $(this).innerWidth();
+								},
 								grip: '.sceditor-popup-grip' 
 								grip: '.sceditor-popup-grip' 
 							});
 							});
 							// stop clicks within the dropdown from being handled
 							// stop clicks within the dropdown from being handled
@@ -3615,127 +3624,3 @@ $.sceditor.setCommand(
 	},
 	},
 	'Pre'
 	'Pre'
 );
 );
-
-/**
- * AnimaDrag
- * Animated jQuery Drag and Drop Plugin
- * Version 0.5.1 beta
- * Author Abel Mohler
- * Released with the MIT License: http://www.opensource.org/licenses/mit-license.php
- */
-(function($){
-	$.fn.animaDrag = function(o, callback) {
-		var defaults = {
-			speed: 400,
-			interval: 300,
-			easing: null,
-			cursor: 'move',
-			boundary: document.body,
-			grip: null,
-			overlay: true,
-			after: function(e) {
-// 				$(this).height(this.startheight);
-// 				$(this).width(this.startwidth);
-			},
-			during: function(e) {
-				$(this).height(this.startheight);
-				$(this).width(this.startwidth);
-			},
-			before: function(e) {
-				this.startheight = $(this).innerHeight();
-				this.startwidth = $(this).innerWidth();
-			},
-			afterEachAnimation: function(e) {},
-			startheight: 0,
-			startwidth: 0
-		}
-		if(typeof callback == 'function') {
-				defaults.after = callback;
-		}
-		o = $.extend(defaults, o || {});
-		return this.each(function() {
-			var id, startX, startY, draggableStartX, draggableStartY, dragging = false, Ev, draggable = this,
-			grip = ($(this).find(o.grip).length > 0) ? $(this).find(o.grip) : $(this);
-			if(o.boundary) {
-				var limitTop = $(o.boundary).offset().top, limitLeft = $(o.boundary).offset().left,
-				limitBottom = limitTop + $(o.boundary).innerHeight(), limitRight = limitLeft + $(o.boundary).innerWidth();
-			}
-			grip.mousedown(function(e) {
-				o.before.call(draggable, e);
-
-				var lastX, lastY;
-				dragging = true;
-
-				Ev = e;
-
-				startX = lastX = e.pageX;
-				startY = lastY = e.pageY;
-				draggableStartX = $(draggable).offset().left;
-				draggableStartY = $(draggable).offset().top;
-
-				$(draggable).css({
-					position: 'absolute',
-					left: draggableStartX + 'px',
-					top: draggableStartY + 'px',
-					cursor: o.cursor,
-					zIndex: '1010'
-				}).addClass('anima-drag').appendTo(document.body);
-				if(o.overlay && $('#anima-drag-overlay').length == 0) {
-					$('<div id="anima-drag-overlay"></div>').css({
-						position: 'absolute',
-						top: '0',
-						left: '0',
-						zIndex: '1000',
-						width: $(document.body).outerWidth() + 'px',
-						height: $(document.body).outerHeight() + 'px'
-					}).appendTo(document.body);
-				}
-				else if(o.overlay) {
-					$('#anima-drag-overlay').show();
-				}
-				id = setInterval(function() {
-					if(lastX != Ev.pageX || lastY != Ev.pageY) {
-						var positionX = draggableStartX - (startX - Ev.pageX), positionY = draggableStartY - (startY - Ev.pageY);
-						if(positionX < limitLeft && o.boundary) {
-							positionX = limitLeft;
-						}
-						else if(positionX + $(draggable).innerWidth() > limitRight && o.boundary) {
-							positionX = limitRight - $(draggable).outerWidth();
-						}
-						if(positionY < limitTop && o.boundary) {
-							positionY = limitTop;
-						}
-						else if(positionY + $(draggable).innerHeight() > limitBottom && o.boundary) {
-							positionY = limitBottom - $(draggable).outerHeight();
-						}
-						$(draggable).stop().animate({
-							left: positionX + 'px',
-							top: positionY + 'px'
-						}, o.speed, o.easing, function(){o.afterEachAnimation.call(draggable, Ev)});
-					}
-					lastX = Ev.pageX;
-					lastY = Ev.pageY;
-				}, o.interval);
-				($.browser.safari || e.preventDefault());
-			});
-			$(document).mousemove(function(e) {
-				if(dragging) {
-					Ev = e;
-					o.during.call(draggable, e);
-				}
-			});
-			$(document).mouseup(function(e) {
-				if(dragging) {
-					$(draggable).css({
-						cursor: '',
-						zIndex: '990'
-					}).removeClass('anima-drag');
-					$('#anima-drag-overlay').hide().appendTo(document.body);
-					clearInterval(id);
-					o.after.call(draggable, e);
-					dragging = false;
-				}
-			});
-		});
-	}
-})(jQuery);

+ 113 - 0
Themes/default/scripts/smf_jquery_plugins.js

@@ -445,4 +445,117 @@
 		}
 		}
 	});
 	});
 
 
+})(jQuery);
+
+/**
+ * AnimaDrag
+ * Animated jQuery Drag and Drop Plugin
+ * Version 0.5.1 beta
+ * Author Abel Mohler
+ * Released with the MIT License: http://www.opensource.org/licenses/mit-license.php
+ */
+(function($){
+	$.fn.animaDrag = function(o, callback) {
+		var defaults = {
+			speed: 400,
+			interval: 300,
+			easing: null,
+			cursor: 'move',
+			boundary: document.body,
+			grip: null,
+			overlay: true,
+			after: function(e) {},
+			during: function(e) {},
+			before: function(e) {},
+			afterEachAnimation: function(e) {}
+		}
+		if(typeof callback == 'function') {
+				defaults.after = callback;
+		}
+		o = $.extend(defaults, o || {});
+		return this.each(function() {
+			var id, startX, startY, draggableStartX, draggableStartY, dragging = false, Ev, draggable = this,
+			grip = ($(this).find(o.grip).length > 0) ? $(this).find(o.grip) : $(this);
+			if(o.boundary) {
+				var limitTop = $(o.boundary).offset().top, limitLeft = $(o.boundary).offset().left,
+				limitBottom = limitTop + $(o.boundary).innerHeight(), limitRight = limitLeft + $(o.boundary).innerWidth();
+			}
+			grip.mousedown(function(e) {
+				o.before.call(draggable, e);
+
+				var lastX, lastY;
+				dragging = true;
+
+				Ev = e;
+
+				startX = lastX = e.pageX;
+				startY = lastY = e.pageY;
+				draggableStartX = $(draggable).offset().left;
+				draggableStartY = $(draggable).offset().top;
+
+				$(draggable).css({
+					position: 'absolute',
+					left: draggableStartX + 'px',
+					top: draggableStartY + 'px',
+					cursor: o.cursor,
+					zIndex: '1010'
+				}).addClass('anima-drag').appendTo(document.body);
+				if(o.overlay && $('#anima-drag-overlay').length == 0) {
+					$('<div id="anima-drag-overlay"></div>').css({
+						position: 'absolute',
+						top: '0',
+						left: '0',
+						zIndex: '1000',
+						width: $(document.body).outerWidth() + 'px',
+						height: $(document.body).outerHeight() + 'px'
+					}).appendTo(document.body);
+				}
+				else if(o.overlay) {
+					$('#anima-drag-overlay').show();
+				}
+				id = setInterval(function() {
+					if(lastX != Ev.pageX || lastY != Ev.pageY) {
+						var positionX = draggableStartX - (startX - Ev.pageX), positionY = draggableStartY - (startY - Ev.pageY);
+						if(positionX < limitLeft && o.boundary) {
+							positionX = limitLeft;
+						}
+						else if(positionX + $(draggable).innerWidth() > limitRight && o.boundary) {
+							positionX = limitRight - $(draggable).outerWidth();
+						}
+						if(positionY < limitTop && o.boundary) {
+							positionY = limitTop;
+						}
+						else if(positionY + $(draggable).innerHeight() > limitBottom && o.boundary) {
+							positionY = limitBottom - $(draggable).outerHeight();
+						}
+						$(draggable).stop().animate({
+							left: positionX + 'px',
+							top: positionY + 'px'
+						}, o.speed, o.easing, function(){o.afterEachAnimation.call(draggable, Ev)});
+					}
+					lastX = Ev.pageX;
+					lastY = Ev.pageY;
+				}, o.interval);
+				($.browser.safari || e.preventDefault());
+			});
+			$(document).mousemove(function(e) {
+				if(dragging) {
+					Ev = e;
+					o.during.call(draggable, e);
+				}
+			});
+			$(document).mouseup(function(e) {
+				if(dragging) {
+					$(draggable).css({
+						cursor: '',
+						zIndex: '990'
+					}).removeClass('anima-drag');
+					$('#anima-drag-overlay').hide().appendTo(document.body);
+					clearInterval(id);
+					o.after.call(draggable, e);
+					dragging = false;
+				}
+			});
+		});
+	}
 })(jQuery);
 })(jQuery);

+ 3 - 1
attachments/index.php

@@ -1,6 +1,8 @@
 <?php
 <?php
 
 
-// This file is here solely to protect your attachments directory.
+/**
+ * This file is here solely to protect your attachments directory.
+ */
 
 
 // Look for Settings.php....
 // Look for Settings.php....
 if (file_exists(dirname(dirname(__FILE__)) . '/Settings.php'))
 if (file_exists(dirname(dirname(__FILE__)) . '/Settings.php'))

+ 3 - 1
avatars/index.php

@@ -1,6 +1,8 @@
 <?php
 <?php
 
 
-// This file is here solely to protect your avatars directory.
+/**
+ * This file is here solely to protect your avatars directory.
+ */
 
 
 // Look for Settings.php....
 // Look for Settings.php....
 if (file_exists(dirname(dirname(__FILE__)) . '/Settings.php'))
 if (file_exists(dirname(dirname(__FILE__)) . '/Settings.php'))