-
Added the following settings:
Privacy Data Settings:
Preference State:
Clear cache:
Clear cookies:
Clear download history:
Clear form data:
Clear history:
Clear offline website data:
Clear passwords:
Clear sessions:
Browser History:
Preference State:
Firefox Minimum Browser History (Days)
2009-04-29 15:08:42 UTC in FirefoxADM
-
I have the unstable version running at http://webchess.gillisclan.com. I'll added the above lines to lang.php and remove gettext support to test and let you know.
2008-01-14 15:59:44 UTC in WebChess
-
It occurred to me that it would be useful if Webchess could be expanded to increase its use with mobile devices that do not have fully functional web browsers by allowing play via email.
This could be accomplished by expanding the capability of the email notification system by allow it to accept moves/commands via email responses to a central email address.
As in a Mailing List application,
2008-01-03 04:38:18 UTC in WebChess
-
When I press the "Test" button under IE I get the following error:
Line: 66
Char: 4
Error: 'document.preferences.ToDo' is null or not an object
Code: 0
URL: .
2008-01-01 16:30:35 UTC in WebChess
-
The Email notification "Test" button does not appear to work as the rest of the email notification items do.
Also, the "Test" button is graphically out of line with the rest of the Webchess theme/style. It should appear the same as the "Update" button.
2008-01-01 16:01:56 UTC in WebChess
-
As per Benjam:
By: Benjam (benjamwelker) - 2007-12-27 12:56
When I tried to run the script, I received errors that the gettext( ) function was not found.
So what I did was add a gettext( ) function to the lang.php file that simply returns the value entered back the the calling script as follows:
if ( ! function_exists('gettext')) {
function gettext($text) {
return $text;
}...
2007-12-29 14:08:05 UTC in WebChess
-
A communication.txt file with SQL table build commands in ./docs/tables needs to be created. This allows the user to build the table independently instead of using install.php.
2007-12-27 17:53:43 UTC in WebChess