Pagina 1 din 1

phpBB 3.0 RC3

Scris: 09-Iul-2007, 14:15:31
de seelview
Recent phpBB a lansat phpBB 3.0 Release Candidate 3. Daca folositi deja verisiunea RC2, puteti face update folosind arhiva de la aceasta adresa

Download Schimbari de la phpBB3 RC2 Cerinte minime
  • Un server web sau un cont de web hosting care ruleaza pe orice Sistem de Operare major cu suport PHP
  • Un server de baze de date SQL dintre:
    • MySQL 3.23 sau mai nou (suporta si MySQLi)
    • PostgreSQL 7.3+
    • SQLite 2.8.2+
    • Firebird 2.0+
    • MS SQL Server 2000 sau mai nou (direct sau via ODBC)
    • Oracle
  • PHP 4.3.3 sau mai nou, cu suport pentru baza de date pe care intentionati s-o folositi.
  • Prezenta optionala a urmatoarelor module PHP va permite accesul la optiuni aditionale, dar ele nu sunt absolut necesare.
    • zlib Compression
    • Remote FTP
    • XML
    • Imagemagick
    • GD
Bug-uri si securitate

Ca de obicei, toate informatiile necesare se pot gasi in security tracker-ul aferent.

Suport tehnic si documentatie:

Scris: 10-Iul-2007, 03:48:20
de bogdan
Iata si schimbarile de la RC2 la RC3:

Cod: Selectaţi tot

diff -x images -x imageset -crNEB phpbb30RC2/language/en/acp/board.php phpbb30RC3/language/en/acp/board.php
*** phpbb30RC2/language/en/acp/board.php	Sun Jun 24 19:01:50 2007
--- phpbb30RC3/language/en/acp/board.php	Sun Jul  8 17:56:01 2007
***************
*** 356,362 ****
  	'EMAIL_CHECK_MX'				=> 'Check e-mail domain for valid MX record',
  	'EMAIL_CHECK_MX_EXPLAIN'		=> 'If enabled, the e-mail domain provided on registration and profile changes is checked for a valid MX record.',
  	'FORCE_PASS_CHANGE'				=> 'Force password change',
! 	'FORCE_PASS_CHANGE_EXPLAIN'		=> 'Require user to change their password after a set number of days. Set this value to 0 disables this behaviour.',
  	'FORWARDED_FOR_VALID'			=> 'Validated <var>X_FORWARDED_FOR</var> header',
  	'FORWARDED_FOR_VALID_EXPLAIN'	=> 'Sessions will only be continued if the sent <var>X_FORWARDED_FOR</var> header equals the one sent with the previous request. Bans will be checked against IPs in <var>X_FORWARDED_FOR</var> too.',
  	'IP_VALID'						=> 'Session IP validation',
--- 356,362 ----
  	'EMAIL_CHECK_MX'				=> 'Check e-mail domain for valid MX record',
  	'EMAIL_CHECK_MX_EXPLAIN'		=> 'If enabled, the e-mail domain provided on registration and profile changes is checked for a valid MX record.',
  	'FORCE_PASS_CHANGE'				=> 'Force password change',
! 	'FORCE_PASS_CHANGE_EXPLAIN'		=> 'Require user to change their password after a set number of days. Setting this value to 0 disables this behaviour.',
  	'FORWARDED_FOR_VALID'			=> 'Validated <var>X_FORWARDED_FOR</var> header',
  	'FORWARDED_FOR_VALID_EXPLAIN'	=> 'Sessions will only be continued if the sent <var>X_FORWARDED_FOR</var> header equals the one sent with the previous request. Bans will be checked against IPs in <var>X_FORWARDED_FOR</var> too.',
  	'IP_VALID'						=> 'Session IP validation',
diff -x images -x imageset -crNEB phpbb30RC2/language/en/acp/bots.php phpbb30RC3/language/en/acp/bots.php
*** phpbb30RC2/language/en/acp/bots.php	Sun Jun 24 19:01:50 2007
--- phpbb30RC3/language/en/acp/bots.php	Sun Jul  8 17:56:01 2007
***************
*** 33,39 ****
  // Bot settings
  $lang = array_merge($lang, array(
  	'BOTS'				=> 'Manage bots',
! 	'BOTS_EXPLAIN'		=> 'Bots or crawlers are automated agents most commonly used by search engines to update their databases. Since they rarely make proper use of sessions they can distort visitor counts, increase load and sometimes fail to index sites correctly. Here you can define a special type of user to overcome these problems.',
  	'BOT_ACTIVATE'		=> 'Activate',
  	'BOT_ACTIVE'		=> 'Bot active',
  	'BOT_ADD'			=> 'Add bot',
--- 33,39 ----
  // Bot settings
  $lang = array_merge($lang, array(
  	'BOTS'				=> 'Manage bots',
! 	'BOTS_EXPLAIN'		=> '"Bots", "spiders" or "crawlers" are automated agents most commonly used by search engines to update their databases. Since they rarely make proper use of sessions they can distort visitor counts, increase load and sometimes fail to index sites correctly. Here you can define a special type of user to overcome these problems.',
  	'BOT_ACTIVATE'		=> 'Activate',
  	'BOT_ACTIVE'		=> 'Bot active',
  	'BOT_ADD'			=> 'Add bot',
***************
*** 51,62 ****
  	'BOT_IP_EXPLAIN'	=> 'Partial matches are allowed, separate addresses with a comma.',
  	'BOT_NAME'			=> 'Bot name',
  	'BOT_NAME_EXPLAIN'	=> 'Used only for your own information.',
  	'BOT_NEVER'			=> 'Never',
  	'BOT_STYLE'			=> 'Bot style',
  	'BOT_STYLE_EXPLAIN'	=> 'The style used for the board by the bot.',
  	'BOT_UPDATED'		=> 'Existing bot updated successfully.',
- 	'BOT_VIS'			=> 'Bot visible',
- 	'BOT_VIS_EXPLAIN'	=> 'Allow bot to be seen by all users in online lists.',
  
  	'ERR_BOT_AGENT_MATCHES_UA'	=> 'The bot agent you supplied is similar to the one you are currently using. Please adjust the agent for this bot.',
  	'ERR_BOT_NO_IP'				=> 'The IP addresses you supplied were invalid or the hostname could not be resolved.',
--- 51,61 ----
  	'BOT_IP_EXPLAIN'	=> 'Partial matches are allowed, separate addresses with a comma.',
  	'BOT_NAME'			=> 'Bot name',
  	'BOT_NAME_EXPLAIN'	=> 'Used only for your own information.',
+ 	'BOT_NAME_TAKEN'	=> 'The name is already in use on your board and can\'t be used for the Bot.',
  	'BOT_NEVER'			=> 'Never',
  	'BOT_STYLE'			=> 'Bot style',
  	'BOT_STYLE_EXPLAIN'	=> 'The style used for the board by the bot.',
  	'BOT_UPDATED'		=> 'Existing bot updated successfully.',
  
  	'ERR_BOT_AGENT_MATCHES_UA'	=> 'The bot agent you supplied is similar to the one you are currently using. Please adjust the agent for this bot.',
  	'ERR_BOT_NO_IP'				=> 'The IP addresses you supplied were invalid or the hostname could not be resolved.',
diff -x images -x imageset -crNEB phpbb30RC2/language/en/acp/groups.php phpbb30RC3/language/en/acp/groups.php
*** phpbb30RC2/language/en/acp/groups.php	Sun Jun 24 19:01:50 2007
--- phpbb30RC3/language/en/acp/groups.php	Sun Jul  8 17:56:01 2007
***************
*** 31,37 ****
  // in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
  
  $lang = array_merge($lang, array(
! 	'ACP_GROUPS_MANAGE_EXPLAIN'		=> 'From this panel you can administrate all your usergroups, you can delete, create and edit existing groups. You may choose group leaders, toggle open/closed group status and set the group name and description.',
  	'ADD_USERS'						=> 'Add users',
  	'ADD_USERS_EXPLAIN'				=> 'Here you can add new users to the group. You may select whether this group becomes the new default for the selected users. Additionally you can define them as group leaders. Please enter each username on a separate line.',
  
--- 31,37 ----
  // in a url you again do not need to specify an order e.g., 'Click %sHERE%s' is fine
  
  $lang = array_merge($lang, array(
! 	'ACP_GROUPS_MANAGE_EXPLAIN'		=> 'From this panel you can administrate all your usergroups. You can delete, create and edit existing groups. Furthermore, you may choose group leaders, toggle open/hidden/closed group status and set the group name and description.',
  	'ADD_USERS'						=> 'Add users',
  	'ADD_USERS_EXPLAIN'				=> 'Here you can add new users to the group. You may select whether this group becomes the new default for the selected users. Additionally you can define them as group leaders. Please enter each username on a separate line.',
  
***************
*** 48,54 ****
  	'GROUP_AVATAR_EXPLAIN'			=> 'This image will be displayed in the Group Control Panel.',
  	'GROUP_CLOSED'					=> 'Closed',
  	'GROUP_COLOR'					=> 'Group colour',
! 	'GROUP_COLOR_EXPLAIN'			=> 'Defines the colour members usernames will appear in, leave blank for user default.',
  	'GROUP_CONFIRM_ADD_USER'		=> 'Are you sure that you want to add the user %1$s to the group?',
  	'GROUP_CONFIRM_ADD_USERS'		=> 'Are you sure that you want to add the users %1$s to the group?',
  	'GROUP_CREATED'					=> 'Group has been created successfully.',
--- 48,54 ----
  	'GROUP_AVATAR_EXPLAIN'			=> 'This image will be displayed in the Group Control Panel.',
  	'GROUP_CLOSED'					=> 'Closed',
  	'GROUP_COLOR'					=> 'Group colour',
! 	'GROUP_COLOR_EXPLAIN'			=> 'Defines the colour members’ usernames will appear in, leave blank for user default.',
  	'GROUP_CONFIRM_ADD_USER'		=> 'Are you sure that you want to add the user %1$s to the group?',
  	'GROUP_CONFIRM_ADD_USERS'		=> 'Are you sure that you want to add the users %1$s to the group?',
  	'GROUP_CREATED'					=> 'Group has been created successfully.',
***************
*** 59,68 ****
  	'GROUP_DEMOTE'					=> 'Demote group leader',
  	'GROUP_DESC'					=> 'Group description',
  	'GROUP_DETAILS'					=> 'Group details',
! 	'GROUP_EDIT_EXPLAIN'			=> 'Here you can edit an existing group. You can change its name, description and type (open, closed, etc.). You can also set certain group wide options such as colouration, rank, etc. Changes made here override users current settings. Please note that group members can alter their avatar unless you set appropriate user permissions.',
  	'GROUP_ERR_USERS_EXIST'			=> 'The specified users are already members of this group.',
  	'GROUP_FOUNDER_MANAGE'			=> 'Founder manage only',
! 	'GROUP_FOUNDER_MANAGE_EXPLAIN'	=> 'Restrict group management for this group for founders only. Users having group permissions are still able to see this group as well as this groups members.',
  	'GROUP_HIDDEN'					=> 'Hidden',
  	'GROUP_LANG'					=> 'Group language',
  	'GROUP_LEAD'					=> 'Group leaders',
--- 59,68 ----
  	'GROUP_DEMOTE'					=> 'Demote group leader',
  	'GROUP_DESC'					=> 'Group description',
  	'GROUP_DETAILS'					=> 'Group details',
! 	'GROUP_EDIT_EXPLAIN'			=> 'Here you can edit an existing group. You can change its name, description and type (open, closed, etc.). You can also set certain group wide options such as colouration, rank, etc. Changes made here override users’ current settings. Please note that group members can override group-avatar settings, unless you set appropriate user permissions.',
  	'GROUP_ERR_USERS_EXIST'			=> 'The specified users are already members of this group.',
  	'GROUP_FOUNDER_MANAGE'			=> 'Founder manage only',
! 	'GROUP_FOUNDER_MANAGE_EXPLAIN'	=> 'Restrict management of this group to founders only. Users having group permissions are still able to see this group as well as this group’s members.',
  	'GROUP_HIDDEN'					=> 'Hidden',
  	'GROUP_LANG'					=> 'Group language',
  	'GROUP_LEAD'					=> 'Group leaders',
***************
*** 86,95 ****
  	'GROUP_RECEIVE_PM'				=> 'Group able to receive private messages',
  	'GROUP_RECEIVE_PM_EXPLAIN'		=> 'Please note that hidden groups are not able to be messaged, regardless of this setting.',
  	'GROUP_REQUEST'					=> 'Request',
- 	'GROUP_SETTINGS'				=> 'Set user preferences',
- 	'GROUP_SETTINGS_EXPLAIN'		=> 'Here you can force changes in users current preferences. Please note these settings are not saved for the group itself. They are intended as a quick method of altering the preferences of all users in this group.',
  	'GROUP_SETTINGS_SAVE'			=> 'Group wide settings',
- 	'GROUP_TIMEZONE'				=> 'Group timezone',
  	'GROUP_TYPE'					=> 'Group type',
  	'GROUP_TYPE_EXPLAIN'			=> 'This determines which users can join or view this group.',
  	'GROUP_UPDATED'					=> 'Group preferences updated successfully.',
--- 86,92 ----
***************
*** 106,112 ****
  	'NO_PERMISSIONS'			=> 'Do not copy permissions',
  	'NO_USERS'					=> 'You haven’t entered any users.',
  
! 	'SPECIAL_GROUPS'			=> 'Predefined groups',
  	'SPECIAL_GROUPS_EXPLAIN'	=> 'Pre-defined groups are special groups, they cannot be deleted or directly modified. However you can still add users and alter basic settings.',
  
  	'TOTAL_MEMBERS'				=> 'Members',
--- 103,109 ----
  	'NO_PERMISSIONS'			=> 'Do not copy permissions',
  	'NO_USERS'					=> 'You haven’t entered any users.',
  
! 	'SPECIAL_GROUPS'			=> 'Pre-defined groups',
  	'SPECIAL_GROUPS_EXPLAIN'	=> 'Pre-defined groups are special groups, they cannot be deleted or directly modified. However you can still add users and alter basic settings.',
  
  	'TOTAL_MEMBERS'				=> 'Members',
diff -x images -x imageset -crNEB phpbb30RC2/language/en/install.php phpbb30RC3/language/en/install.php
*** phpbb30RC2/language/en/install.php	Sun Jun 24 19:01:50 2007
--- phpbb30RC3/language/en/install.php	Sun Jul  8 17:56:01 2007
***************
*** 394,400 ****
  	'FILE_DIFF_NOT_ALLOWED'			=> 'File not allowed to be diffed.',
  	'FILE_USED'						=> 'Information used from',			// Single file
  	'FILES_CONFLICT'				=> 'Conflict files',
! 	'FILES_CONFLICT_EXPLAIN'		=> 'The following files are modified and do not represent the original files from the old version. phpBB determined that these files create conflicts if they are tried to be merged. Please investigate the conflicts and try to manually resolve them or continue the update choosing the preferred merging method. If you resolve the conflicts manually check the files again after you modified the them. You are also able to choose between the preferred merge method for every file. The first one will result in a file where the conflicting lines from your old file will be lost, the other one will result in loosing the changes from the newer file.',
  	'FILES_MODIFIED'				=> 'Modified files',
  	'FILES_MODIFIED_EXPLAIN'		=> 'The following files are modified and do not represent the original files from the old version. The updated file will be a merge between your modifications and the new file.',
  	'FILES_NEW'						=> 'New files',
--- 394,400 ----
  	'FILE_DIFF_NOT_ALLOWED'			=> 'File not allowed to be diffed.',
  	'FILE_USED'						=> 'Information used from',			// Single file
  	'FILES_CONFLICT'				=> 'Conflict files',
! 	'FILES_CONFLICT_EXPLAIN'		=> 'The following files are modified and do not represent the original files from the old version. phpBB determined that these files create conflicts if they are tried to be merged. Please investigate the conflicts and try to manually resolve them or continue the update choosing the preferred merging method. If you resolve the conflicts manually check the files again after you modified them. You are also able to choose between the preferred merge method for every file. The first one will result in a file where the conflicting lines from your old file will be lost, the other one will result in loosing the changes from the newer file.',
  	'FILES_MODIFIED'				=> 'Modified files',
  	'FILES_MODIFIED_EXPLAIN'		=> 'The following files are modified and do not represent the original files from the old version. The updated file will be a merge between your modifications and the new file.',
  	'FILES_NEW'						=> 'New files',
***************
*** 485,500 ****
  
  		<h1>Release announcement</h1>
  
! 		<p>Please read <a href="%1$s" title="%1$s">the release announcement for the latest version</a> before you continue your update process, it may contain useful information. It also contains full download links as well as the change log.</p>
  
  		<br>
  
! 		<h1>How to update your installation</h1>
  
! 		<p>The recommended way of updating your installation only takes the following steps:</p>
  
  		<ul>
! 			<li>Go to the <a href="http://www.phpbb.com/downloads/" title="http://www.phpbb.com/downloads/">phpBB.com downloads page</a> and download the correct "phpBB Update Package" archive.<br><br></li>
  			<li>Unpack the archive.<br><br></li>
  			<li>Upload the complete uncompressed install folder to your phpBB root directory (where your config.php file is).<br><br></li>
  		</ul>
--- 485,500 ----
  
  		<h1>Release announcement</h1>
  
! 		<p>Please read <a href="%1$s" title="%1$s"><strong>the release announcement for the latest version</strong></a> before you continue your update process, it may contain useful information. It also contains full download links as well as the change log.</p>
  
  		<br>
  
! 		<h1>How to update your installation with the Automatic Update Package</h1>
  
! 		<p>The recommended way of updating your installation listed here is only valid for the automatic update package. You are also able to update your installation using the methods listed within the INSTALL.html document. The steps for updating phpBB3 automatically are:</p>
  
  		<ul>
! 			<li>Go to the <a href="http://www.phpbb.com/downloads/" title="http://www.phpbb.com/downloads/">phpBB.com downloads page</a> and download the "Automatic Update Package" archive.<br><br></li>
  			<li>Unpack the archive.<br><br></li>
  			<li>Upload the complete uncompressed install folder to your phpBB root directory (where your config.php file is).<br><br></li>
  		</ul>
***************
*** 502,510 ****
  		<p>Once uploaded your board will be offline for normal users due to the install directory you uploaded now present.<br><br>
  		<strong><a href="%2$s" title="%2$s">Now start the update process by pointing your browser to the install folder</a>.</strong><br>
  		<br>
! 		You will then be guided through the update process. You will be notified after the update is complete.
  		</p>
  	',
  	'UPDATE_METHOD'					=> 'Update method',
  	'UPDATE_METHOD_EXPLAIN'			=> 'You are now able to choose your preferred update method. Using the FTP upload will present you with a form you need to enter your FTP account details into. With this method the files will be automatically moved to the new location and backups of the old files being created by appending .bak to the filename. If you choose to download the modified files you are able to unpack and upload them to their correct location manually later.',
  	'UPDATE_SUCCESS'				=> 'Update was successful',
--- 502,516 ----
  		<p>Once uploaded your board will be offline for normal users due to the install directory you uploaded now present.<br><br>
  		<strong><a href="%2$s" title="%2$s">Now start the update process by pointing your browser to the install folder</a>.</strong><br>
  		<br>
! 		You will then be guided through the update process. You will be notified once the update is complete.
  		</p>
  	',
+ 	'UPDATE_INSTRUCTIONS_INCOMPLETE'	=> '
+ 
+ 		<h1>Incomplete update detected</h1>
+ 
+ 		<p>phpBB detected an incomplete automatic update. Please make sure you followed every step within the automatic update tool. Below you will find the link again, or go directly to your install directory.</p>
+ 	',
  	'UPDATE_METHOD'					=> 'Update method',
  	'UPDATE_METHOD_EXPLAIN'			=> 'You are now able to choose your preferred update method. Using the FTP upload will present you with a form you need to enter your FTP account details into. With this method the files will be automatically moved to the new location and backups of the old files being created by appending .bak to the filename. If you choose to download the modified files you are able to unpack and upload them to their correct location manually later.',
  	'UPDATE_SUCCESS'				=> 'Update was successful',
diff -x images -x imageset -crNEB phpbb30RC2/language/en/memberlist.php phpbb30RC3/language/en/memberlist.php
*** phpbb30RC2/language/en/memberlist.php	Sun Jun 24 19:01:50 2007
--- phpbb30RC3/language/en/memberlist.php	Sun Jul  8 17:56:01 2007
***************
*** 54,59 ****
--- 54,60 ----
  	'EMAIL_TOPIC_EXPLAIN'	=> 'This message will be sent as plain text, do not include any HTML or BBCode. Please note that the topic information is already included in the message. The return address for this message will be set to your e-mail address.',
  	'EMPTY_ADDRESS_EMAIL'	=> 'You must provide a valid e-mail address for the recipient.',
  	'EMPTY_MESSAGE_EMAIL'	=> 'You must enter a message to be emailed.',
+ 	'EMPTY_MESSAGE_IM'		=> 'You must enter a message to be send.',
  	'EMPTY_NAME_EMAIL'		=> 'You must enter the real name of the recipient.',
  	'EMPTY_SUBJECT_EMAIL'	=> 'You must specify a subject for the e-mail.',
  	'EQUAL_TO'				=> 'Equal to',
diff -x images -x imageset -crNEB phpbb30RC2/language/en/posting.php phpbb30RC3/language/en/posting.php
*** phpbb30RC2/language/en/posting.php	Sun Jun 24 19:01:50 2007
--- phpbb30RC3/language/en/posting.php	Sun Jul  8 17:56:01 2007
***************
*** 151,168 ****
  	'POLL_VOTE_CHANGE'			=> 'Allow re-voting',
  	'POLL_VOTE_CHANGE_EXPLAIN'	=> 'If enabled users are able to change their vote.',
  	'POSTED_ATTACHMENTS'		=> 'Posted attachments',
  	'POST_CONFIRMATION'			=> 'Confirmation of post',
  	'POST_CONFIRM_EXPLAIN'		=> 'To prevent automated posts the board requires you to enter a confirmation code. The code is displayed in the image you should see below. If you are visually impaired or cannot otherwise read this code please contact the %sBoard Administrator%s.',
  	'POST_DELETED'				=> 'This message has been deleted successfully.',
  	'POST_EDITED'				=> 'This message has been edited successfully.',
! 	'POST_EDITED_MOD'			=> 'This message has been edited successfully, but it will need to be approved by a moderator before it is publicly viewable. You will be notified when your post has been approved.',
  	'POST_GLOBAL'				=> 'Global',
  	'POST_ICON'					=> 'Post icon',
  	'POST_NORMAL'				=> 'Normal',
  	'POST_REVIEW'				=> 'Post review',
  	'POST_REVIEW_EXPLAIN'		=> 'At least one new post has been made to this topic. You may wish to review your post in light of this.',
  	'POST_STORED'				=> 'This message has been posted successfully.',
! 	'POST_STORED_MOD'			=> 'This message has been submitted successfully, but it will need to be approved by a moderator before it is publicly viewable. You will be notified when your post has been approved.',
  	'POST_TOPIC_AS'				=> 'Post topic as',
  	'PROGRESS_BAR'				=> 'Progress bar',
  
--- 151,169 ----
  	'POLL_VOTE_CHANGE'			=> 'Allow re-voting',
  	'POLL_VOTE_CHANGE_EXPLAIN'	=> 'If enabled users are able to change their vote.',
  	'POSTED_ATTACHMENTS'		=> 'Posted attachments',
+ 	'POST_APPROVAL_NOTIFY'		=> ' You will be notified when your post has been approved.',
  	'POST_CONFIRMATION'			=> 'Confirmation of post',
  	'POST_CONFIRM_EXPLAIN'		=> 'To prevent automated posts the board requires you to enter a confirmation code. The code is displayed in the image you should see below. If you are visually impaired or cannot otherwise read this code please contact the %sBoard Administrator%s.',
  	'POST_DELETED'				=> 'This message has been deleted successfully.',
  	'POST_EDITED'				=> 'This message has been edited successfully.',
! 	'POST_EDITED_MOD'			=> 'This message has been edited successfully, but it will need to be approved by a moderator before it is publicly viewable.',
  	'POST_GLOBAL'				=> 'Global',
  	'POST_ICON'					=> 'Post icon',
  	'POST_NORMAL'				=> 'Normal',
  	'POST_REVIEW'				=> 'Post review',
  	'POST_REVIEW_EXPLAIN'		=> 'At least one new post has been made to this topic. You may wish to review your post in light of this.',
  	'POST_STORED'				=> 'This message has been posted successfully.',
! 	'POST_STORED_MOD'			=> 'This message has been submitted successfully, but it will need to be approved by a moderator before it is publicly viewable.',
  	'POST_TOPIC_AS'				=> 'Post topic as',
  	'PROGRESS_BAR'				=> 'Progress bar',
  
diff -x images -x imageset -crNEB phpbb30RC2/language/en/search.php phpbb30RC3/language/en/search.php
*** phpbb30RC2/language/en/search.php	Sun Jun 24 19:01:50 2007
--- phpbb30RC3/language/en/search.php	Sun Jul  8 17:56:01 2007
***************
*** 47,52 ****
--- 47,54 ----
  
  	'JUMP_TO_POST'			=> 'Jump to post',
  
+ 	'LOGIN_EXPLAIN_EGOSEARCH'	=> 'The board requires you to be registered and logged in to view your own posts.',
+ 
  	'NO_KEYWORDS'			=> 'You must specify at least one word to search for. Each word must consist of at least %d characters and must not contain more than %d characters excluding wildcards.',
  	'NO_RECENT_SEARCHES'	=> 'No searches have been carried out recently.',
  	'NO_SEARCH'				=> 'Sorry but you are not permitted to use the search system.',
diff -x images -x imageset -crNEB phpbb30RC2/language/en/ucp.php phpbb30RC3/language/en/ucp.php
*** phpbb30RC2/language/en/ucp.php	Sun Jun 24 19:01:50 2007
--- phpbb30RC3/language/en/ucp.php	Sun Jul  8 17:56:01 2007
***************
*** 82,88 ****
  	'ATTACHMENTS_DELETED'			=> 'Attachments successfully deleted.',
  	'ATTACHMENT_DELETED'			=> 'Attachment successfully deleted.',
  	'AVATAR_CATEGORY'				=> 'Category',
! 	'AVATAR_EXPLAIN'				=> 'Maximum dimensions; width %1$d pixels, height %2$d pixels, file size %3$dkB.',
  	'AVATAR_FEATURES_DISABLED'		=> 'The avatar functionality is currently disabled.',
  	'AVATAR_GALLERY'				=> 'Local gallery',
  	'AVATAR_GENERAL_UPLOAD_ERROR'	=> 'Could not upload avatar to %s.',
--- 82,88 ----
  	'ATTACHMENTS_DELETED'			=> 'Attachments successfully deleted.',
  	'ATTACHMENT_DELETED'			=> 'Attachment successfully deleted.',
  	'AVATAR_CATEGORY'				=> 'Category',
! 	'AVATAR_EXPLAIN'				=> 'Maximum dimensions; width: %1$d pixels, height: %2$d pixels, file size: %3$dkB.',
  	'AVATAR_FEATURES_DISABLED'		=> 'The avatar functionality is currently disabled.',
  	'AVATAR_GALLERY'				=> 'Local gallery',
  	'AVATAR_GENERAL_UPLOAD_ERROR'	=> 'Could not upload avatar to %s.',
***************
*** 210,216 ****
  	'GLOBAL_ANNOUNCEMENT'		=> 'Global announcement',
  
  	'HIDE_ONLINE'				=> 'Hide my online status',
! 	'HIDE_ONLINE_EXPLAIN'		=> 'Changing this setting to "No" won\'t become effective until your next visit to the board.',
  	'HOLD_NEW_MESSAGES'			=> 'Do not accept new messages (New messages will be held back until enough space is available)',
  	'HOLD_NEW_MESSAGES_SHORT'	=> 'New messages will be held back',
  
--- 210,216 ----
  	'GLOBAL_ANNOUNCEMENT'		=> 'Global announcement',
  
  	'HIDE_ONLINE'				=> 'Hide my online status',
! 	'HIDE_ONLINE_EXPLAIN'		=> 'Changing this setting won\'t become effective until your next visit to the board.',
  	'HOLD_NEW_MESSAGES'			=> 'Do not accept new messages (New messages will be held back until enough space is available)',
  	'HOLD_NEW_MESSAGES_SHORT'	=> 'New messages will be held back',
  
***************
*** 441,447 ****
  	'UNWATCH_MARKED'				=> 'Unwatch marked',
  	'UPLOAD_AVATAR_FILE'			=> 'Upload from your machine',
  	'UPLOAD_AVATAR_URL'				=> 'Upload from a URL',
! 	'UPLOAD_AVATAR_URL_EXPLAIN'		=> 'Enter the URL of the location containing the image, it will be copied to this site.',
  	'USERNAME_ALPHA_ONLY_EXPLAIN'	=> 'Username must be between %1$d and %2$d chars long and use only alphanumeric characters.',
  	'USERNAME_ALPHA_SPACERS_EXPLAIN'=> 'Username must be between %1$d and %2$d chars long and use alphanumeric, space or -+_[] characters.',
  	'USERNAME_ASCII_EXPLAIN'		=> 'Username must be between %1$d and %2$d chars long and use only ASCII characters, so no special symbols.',
--- 441,447 ----
  	'UNWATCH_MARKED'				=> 'Unwatch marked',
  	'UPLOAD_AVATAR_FILE'			=> 'Upload from your machine',
  	'UPLOAD_AVATAR_URL'				=> 'Upload from a URL',
! 	'UPLOAD_AVATAR_URL_EXPLAIN'		=> 'Enter the URL of the location containing the image. The image will be copied to this site.',
  	'USERNAME_ALPHA_ONLY_EXPLAIN'	=> 'Username must be between %1$d and %2$d chars long and use only alphanumeric characters.',
  	'USERNAME_ALPHA_SPACERS_EXPLAIN'=> 'Username must be between %1$d and %2$d chars long and use alphanumeric, space or -+_[] characters.',
  	'USERNAME_ASCII_EXPLAIN'		=> 'Username must be between %1$d and %2$d chars long and use only ASCII characters, so no special symbols.',