Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Bug fixes (Read 10849 times)
Monni
Senior Member
****
Offline


Min izāmō

Posts: 413
Location: Kaarina, Finland
Joined: Jul 16th, 2014
Gender: Male
Re: Bug fixes
Reply #5 - Aug 5th, 2014 at 3:39am
Print Post  
Dandello wrote on Aug 4th, 2014 at 11:23pm:
The edits in Backup.lng were to bring the style of the hash key/value pairs into line with the other language files which use the '=>'.


I know, but you missed two Wink
  
Back to top
IP Logged
 
Dandello
Forum Administrator
*****
Offline


I love YaBB 2.7!

Posts: 1759
Location: The Land of YaBB
Joined: Feb 12th, 2014
Gender: Female
Re: Bug fixes
Reply #4 - Aug 4th, 2014 at 11:23pm
Print Post  
The edits in Backup.lng were to bring the style of the hash key/value pairs into line with the other language files which use the '=>'.
  

Perfection is not possible. Excellence, however, is excellent.
Back to top
WWW  
IP Logged
 
Monni
Senior Member
****
Offline


Min izāmō

Posts: 413
Location: Kaarina, Finland
Joined: Jul 16th, 2014
Gender: Male
Re: Bug fixes
Reply #3 - Aug 4th, 2014 at 9:10pm
Print Post  
Code
Select All
--- C:/Users/Mika/AppData/Local/Temp/ExtendedProfiles.pm-revBASE.svn001.tmp.pm	Mon Aug 04 22:23:45 2014
+++ C:/build/yabb/trunk/cgi-bin/yabb2/Sources/ExtendedProfiles.pm	Mon Aug 04 23:14:38 2014
@@ -647,7 +647,7 @@
               . $id
               . q~.value = document.creator.ext_~
               . $id
-              . q~.value.substring(0,maxLength)
+              . q~.value.substring(0,maxLength);
         charleft = 0;
         clipped = true;
         } else {
 

  
Back to top
IP Logged
 
Monni
Senior Member
****
Offline


Min izāmō

Posts: 413
Location: Kaarina, Finland
Joined: Jul 16th, 2014
Gender: Male
Re: Bug fixes
Reply #2 - Aug 4th, 2014 at 9:09pm
Print Post  
Code
Select All
--- C:/Users/Mika/AppData/Local/Temp/Email.lng-revBASE.svn000.tmp.lng	Mon Jul 21 16:48:36 2014
+++ C:/build/yabb/trunk/cgi-bin/yabb2/Languages/English/Email.lng	Thu Jul 24 00:09:23 2014
@@ -303,7 +303,7 @@

 $yabbtags{'topicnotificationemail'} = qq~num subject start tmessage tauthor~;
 $emaildesc{'topicnotificationemail'} = qq~The Notification E-mail (Topic-Level)~;
-$topicnotificationemail = qq~A reply, "{yabb subject}", has been posted to {yabb tauthor} to a topic you are watching.
+$topicnotificationemail = qq~A reply, "{yabb subject}", has been posted by {yabb tauthor} to a topic you are watching.

 ########################################

 

  
Back to top
IP Logged
 
Monni
Senior Member
****
Offline


Min izāmō

Posts: 413
Location: Kaarina, Finland
Joined: Jul 16th, 2014
Gender: Male
Re: Bug fixes
Reply #1 - Aug 4th, 2014 at 9:06pm
Print Post  
Code
Select All
--- C:/Users/Mika/AppData/Local/Temp/Backup.lng-revBASE.svn000.tmp.lng	Mon Aug 04 22:23:45 2014
+++ C:/build/yabb/trunk/cgi-bin/yabb2/Languages/English/Backup.lng	Mon Aug 04 23:28:38 2014
@@ -153,8 +153,8 @@
 '132' => 'Back to YaBB Backup main page',

 # Begin e-mail stuff.
-'mailsubject', "YaBB 2 Backup from $mbname",
-'mailfrom', qq~"YaBB 2 Backup Mailer" <$webmaster_email>~, # do NOT modify anything left and right from *YaBB 2 Backup Mailer*!
+'mailsubject' => "YaBB 2 Backup from $mbname",
+'mailfrom' => qq~"YaBB 2 Backup Mailer" <$webmaster_email>~, # do NOT modify anything left and right from *YaBB 2 Backup Mailer*!
 'mailsuccess' => 'Sent e-mail successfully.',
 'mailfail' => 'Sending e-mail failed. See the error message in the info e-mail you will receive.',
 );
 

  
Back to top
IP Logged
 
Dandello
Forum Administrator
*****
Offline


I love YaBB 2.7!

Posts: 1759
Location: The Land of YaBB
Joined: Feb 12th, 2014
Gender: Female
Bug fixes
Aug 4th, 2014 at 7:27pm
Print Post  
The newest batch of bug fixes are now in the SVN Build 1521.
Fixes include javascript fixes, spelling in Admin/Backup.pm, additional items in English/Main.lng for placeholders multi-lingual support
addition BigBoard features for BirthdayList.
  

Perfection is not possible. Excellence, however, is excellent.
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint