On the Road to 2.7 - YaBB Development & Mods https://yabbforumsoftware.com/cgi-bin/yabb2/YaBB.pl?board=road en-us YaBB Development & Mods Tue, 23 Apr 2024 22:36:09 GMT http://blogs.law.harvard.edu/tech/rss YaBB 2.7.00 Revision: 2044 30 How to change a picture? https://yabbforumsoftware.com/cgi-bin/yabb2/YaBB.pl?num=1514358842 YaBB Development & Mods/road https://yabbforumsoftware.com/cgi-bin/yabb2/YaBB.pl?num=1514358842 no-email@yabbforumsoftware.com (Dandello) Wed, 27 Dec 2017 15:17:01 GMT The html for that img is foung in default.html - just change the link location inside <div> Moved: 'I have a new idea ' https://yabbforumsoftware.com/cgi-bin/yabb2/YaBB.pl?num=1514029789 YaBB Development & Mods/road https://yabbforumsoftware.com/cgi-bin/yabb2/YaBB.pl?num=1514029789 no-email@yabbforumsoftware.com (Dandello) Sat, 23 Dec 2017 13:06:24 GMT <b>This <a href="https://yabbforumsoftware.com/cgi-bin/yabb2/YaBB.pl?num=1514029790/0#0"><b>Topic</b></a> has been moved to</b> <a href="https://yabbforumsoftware.com/cgi-bin/yabb2/YaBB.pl?board=mods3"><i><b>Mods Wanted (New Mods)</b></i></a><b> by <i>Dandello</i></b> Moved: 'Bug Road on 2.7.1929...' https://yabbforumsoftware.com/cgi-bin/yabb2/YaBB.pl?num=1512966762 YaBB Development & Mods/road https://yabbforumsoftware.com/cgi-bin/yabb2/YaBB.pl?num=1512966762 no-email@yabbforumsoftware.com (Dandello) Mon, 11 Dec 2017 13:15:31 GMT <b>This <a href="https://yabbforumsoftware.com/cgi-bin/yabb2/YaBB.pl?num=1512966763/0#0"><b>Topic</b></a> has been moved to</b> <a href="https://yabbforumsoftware.com/cgi-bin/yabb2/YaBB.pl?board=y27bugs"><i><b>YaBB 2.7 Issues</b></i></a><b> by <i>Dandello</i></b> Where we are on 2.7.0 https://yabbforumsoftware.com/cgi-bin/yabb2/YaBB.pl?num=1476456407 YaBB Development & Mods/road https://yabbforumsoftware.com/cgi-bin/yabb2/YaBB.pl?num=1476456407 no-email@yabbforumsoftware.com (Dandello) Sun, 19 Nov 2017 14:34:26 GMT I'm finding more weirdness - variables that are declared (some even have values) but never used <b>anywhere</b>. I've found whole blocks of code like that - thousand character strings stuck in a variable only the variable is never called for anywhere at all.<br /><br />I think that many of these actually date to before the introduction of YaBBC.pl as the values stored in these unused variables (language references and javascript) are used in YaBBC. It started as 2.6.2 https://yabbforumsoftware.com/cgi-bin/yabb2/YaBB.pl?num=1452961401 YaBB Development & Mods/road https://yabbforumsoftware.com/cgi-bin/yabb2/YaBB.pl?num=1452961401 no-email@yabbforumsoftware.com (Dandello) Tue, 6 Sep 2016 16:05:20 GMT Added Smilies are now stored as a hash in Settings.pm instead of 4 separate arrays. <br /><br />While not in the SVN, I now have Admin/Admin.pm and Admin/Backup.pm running under the 'strict' pragma on my testbed server. (Currently this involves moving away from using 'fopen' and 'fclose' as those violate the rule against using 'bareword filehandles'. I am still researching as to whether or not the file locking mechanisms in fopen and fclose are even necessary with more modern versions of Perl and modern server software.)<br /><br />Admin.pm may end up getting split into parts - it contains a lot of pieces that are infrequently accessed. Moving those out should make the AdminCenter load faster.