Re: [SM-USERS] How can I be sure if the Accessibility Preferences in Squirrel mail is activated and do you still develop on this project
> After I downloaded an SVN-version from xxx, my problem is fixed. If I run > the configuration test now, I see the following information: > > Squirrel Mail version: 1.5.2 [SVN) Note that there are two SVN versions, 1.4.23 and 1.5.2. 1.4.23 will have more working plugins available, 1.5.2 has some performance advantages, though some of those have been back-ported. > 1. When I log in to Squirrel mail with one of my e-mail-addresses, I can go > to Options>Accessibility Preferences. > > How can I be sure if all the Accessibility Preferences is enabled? They should be enabled by default if I recall correctly. These are implemented by the use of HTML accesskey attributes on various elements. In Firefox, for instance, the key must be pressed with the Shift and Alt modifier keys. > When I take a look on the configuration site, I can see some combo boxes - > but in the combo boxes, I only can see some letters, e.g. "a", "d" etc. To the left of each drop-down box containing those letters should be descriptions for what the letter will be a shortcut to. Those descriptions do have label tags on them that point to each drop-down, so it would be my hope that a screen reader would pick up on that and present them accordingly. > I am blind, and using Squirrel mail with a screen reader, so therefore I > will be glad if you please can answer the question. I'd be pleased to help make any changes you feel may help make it more usable for you. I was unhappy with the keyboard modifier keys that were needed for using accesskey and for version 1.4.23 I developed a plugin (not released yet) that foregoes accesskey in favor of shortcuts implemented in JavaScript. I presume that's not as desirable for a screen reader, but maybe a modern screen reader doesn't care, perhaps if assisted by better labeling? > 2. Do you still develop on the Squirrel mail project, if yes, do you so have > a plan for an upcoming release? Yes and sort of. -- Paul Lesniewski SquirrelMail Team Please support Open Source Software by donating to SquirrelMail! http://squirrelmail.org/donate_paul_lesniewski.php -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot - squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@lists.sourceforge.net List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] I can not run the plugin bug report, admin add and more in Squirrelmail version 1.5.2
On 2018年03月14日 14:59, Anders Boholdt-Petersen wrote: > Hi everyone > > > > I have observed the following with SquirrelMail 1.5.2 and some plugins: > > 1. The plugin with the name "Admin Add" - link: > > https://squirrelmail.org/plugin_view.php?id=207 > > , > > give me the following error in src/configtest.php: > > "WARNING: The plugin admin_add is supposed to be registered on the > optpage_register_block hook, but it is not. You need to re-run the > configuration utility and re-save your configuration file" This error indicates a discrepancy between the plugin's setup file and the plugin_hooks.php file you generated by using the conf.pl script. I'm not immediately certain how that would happen, but both this plugin and the attachment_doc plugin I think were never updated to work with version 1.5.2, and there is a chance that this is the reason they are not activating correctly. Even if you could get them to activate correctly, there's some chance that they would fail to achieve their functionality given the changes in version 1.5.2. > --- > > 2. The plugin with the name "attachment_doc" - link: > > https://squirrelmail.org/plugin_view.php?id=233 > > , > > , give me the following errors in src/configtest.php: > > "WARNING: The plugin attachment_doc is supposed to be registered on the > attachment application/msword hook, but it is not. You need to re-run the > configuration utility and re-save your configuration file. Snip - see above. If you are intent on using these plugins with 1.5.2, it would be possible to update them to work with that version. > 3. When I try to activate the plugin with the name "Bug Report (bug_report) > CORE", there is in version 1.5.2 of Squirrelmail, I not can see and run the > plugin from my e-mail-adresses, what ever i try. Now I have used one hour to > test it, and again and again followed the instructions regarding the correct > configuration. When I test my installation of SquirrelMail via > src/configtest.php, the script tell me that the plugin is enabled - but when > I log in to my e-mail-adresses I have entered in plugins/bug_reports/admins, > nothing happends. Go to "Options" then "Display Preferences", and there should now be a section (probably near the bottom of the page) for "Bug Reports" under which is a single checkbox labeled "Show button in toolbar." Check that option and a "Bug" link should begin appearing along the top of the content pane after the page reloads. You can also just post bug reports to this or the squirrelmail-devel mailing list. -- Paul Lesniewski SquirrelMail Team Please support Open Source Software by donating to SquirrelMail! http://squirrelmail.org/donate_paul_lesniewski.php -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot - squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@lists.sourceforge.net List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users