-
This patch suppose a gettext domain called "template" exists.
(Create template.pot using tool/po/Makefile in preview patch).
2009-03-20 08:20:19 UTC in phpLDAPadmin
-
A first step to add gettext support for templates file (XML) is generate a POT file
I attack a Makefile to generate template.pot with appropriate target
tools/po/Makefile can does others targets and should replace all make_* files in tools/po/.
2009-03-19 20:15:35 UTC in phpLDAPadmin
-
If web server do not uses ad default UTF-8, browser could not use UTF-8 encoding,
to force please add this line before any HTML code:
header("Content-type: text/html; charset=utf-8");
add the line inside main index.php and setup/index.php
remove any white space before
2009-02-05 13:37:09 UTC in Podcast Generator
-
Solved with FAQ 1.38 as suggested by lem9.
2009-01-26 15:04:53 UTC in phpMyAdmin
-
I get a similar error:
search do not produce any results (as aspected).
Installed on server php5-suhosin and suphp-common.
Seems phpMyAdmin do not be able to create the query from search tab.
For example perform a search from SQL tabs like:
SELECT * FROM `user` WHERE cod=10306
produce 1 row as result, but perform a search from "search tab" insert 10306 as value in the first field do not...
2009-01-26 14:45:40 UTC in phpMyAdmin
-
Cycle for in inc/inc.FileUtils.php (about line 56) try to create a full dir path,
this cause an error: if the first part of path is a protected directory is_dir() function
return false and PHP try to create a directory that exists but is not accessibile.
Suppose this is my setting:
var $_contentDir = "/mnt/www/mysite/files/";
And open_basedir = "/mnt/www/mysite":
MyDMS will try to...
2009-01-20 09:39:06 UTC in MyDMS
-
File Added: messages.new.po.gz.
2008-09-01 15:06:06 UTC in phpLDAPadmin
-
I working with Fabio Pedretti (major contributor of Italian translation) to improve current Italian translation.
We create a little italian translation team for Pla (email address of Team inside message.mo).
I attach diff for current CVS version and complete message.po file.
best regards
Alessandro De Zorzi.
2008-09-01 15:05:26 UTC in phpLDAPadmin
-
Ver. 1.2.9 on Win XP.
If you configure port to use CSV file instead numbers.txt and names.txt file, Winprint seems still working with numbers.txt and names.txt.
2008-08-28 14:37:03 UTC in Winprint HylaFAX
-
Winprint HylaFAX seems do not create empty files numbers.txt names.txt if do not exits. A warning message appares.
If user create the two empty file Winprint HylaFAX works fine.
Alessandro.
2008-08-28 14:35:01 UTC in Winprint HylaFAX