 |
MySQLTalk.org MYSQL discussions groups
|
| View previous topic :: View next topic |
| Author |
Message |
server Guest
|
Posted: Thu Jan 19, 2006 2:44 pm Post subject: localization |
|
|
message unavailable |
|
| Back to top |
|
 |
Milo van der Linden Guest
|
Posted: Thu Jan 19, 2006 2:44 pm Post subject: Re: localization |
|
|
I hereby volunteer to do the dutch translation and some template bulk
work (#2)
Kind regards,
Milo van der Linden
| Quote: |
---- Oorspronkelijk bericht ----
Van: bryan (AT) mysql (DOT) com
Naar: ecruz (AT) medel (DOT) com.mx
Onderwerp: Re: localization
Datum: Wed, 18 Jan 2006 16:45:32 -0600
Hi,
ISC Edwin Cruz wrote:
Count me in for this changes, and spanish traduction!!!
Excellent!
Only give me access to eventum svn....
My user is: edwin.garcia (of mysql documentation repository)
Eventum is currently using BitKeeper so I am unable to give you
access.
This means you will need to send me your translated templates and I
will
commit them (crediting you of course).
As I mentioned to Ralf, in the next couple of days I will setup a
wiki
page to explain the details and split the templates.
Best Regards,
--
Bryan Alsdorf, Software Engineer
MySQL AB, www.mysql.com
Are you MySQL certified? www.mysql.com/certification
--
Eventum Users Mailing List
For list archives: http://lists.mysql.com/eventum-users
To unsubscribe: http://lists.mysql.com/eventum-users?unsub=m.vand
erlinden@avd-ict.nl |
|
|
| Back to top |
|
 |
Ralf Eggert Guest
|
Posted: Thu Jan 19, 2006 2:55 pm Post subject: Re: localization |
|
|
Hi Bryan,
| Quote: | It shouldn't take too long for me to write a simple solution for
placeholders.
|
Ok, if this is not such a big deal, we could start with placeholders
right away.
| Quote: | In the next couple of days I will try to create a wiki page with a list
of all the templates that need to be translated and split them up among
the volunteers.
|
Thanks for that. I will wait until then before I start any work.
| Quote: | The best idea I have to handle this is to register gettext as a modifier
function.
$this->smarty->register_modifier("t", 'gettext');
Then we could translate the template like this:
{include file="header.tpl.html" extra_title="Advanced Search"|t}
|
That sounds ok for me. :-)
Best Regards,
Ralf |
|
| Back to top |
|
 |
Morris Guest
|
Posted: Thu Jan 19, 2006 10:51 pm Post subject: RE: localization |
|
|
Hi Bryan,
I've already finished translating Eventum into Traditional Chinese (zh-TW).
If you need any help about this work, count me in it.
One more thing we need to take care about is there still are many messages
been placed not just only in the folder "templates"
but also in other folders, suchlike "js" or "include", etc., I suggest we
also have to put them into this work.
Best Regard,
Morris |
|
| Back to top |
|
 |
Bryan Alsdorf Guest
|
Posted: Mon Jan 23, 2006 5:00 am Post subject: Re: Fatal error when setting up eventum |
|
|
Louis,
Louis de Groot wrote:
| Quote: | Hello,
After trying some different things, reinstalling PHP etc. etc. finaly I get
the setup page. During the setup I receive the following error:
Fatal error: Cannot redeclare class smarty in
e:\web\support\eventum\include\Smarty\Smarty.class.php on line 61
|
Does your PHP installation automatically include the smarty class? Look
in your php.ini or phpinfo() for auto_prepend_file.
Regards,
--
Bryan Alsdorf, Software Engineer
MySQL AB, www.mysql.com
Are you MySQL certified? www.mysql.com/certification |
|
| Back to top |
|
 |
Bryan Alsdorf Guest
|
Posted: Mon Jan 23, 2006 9:00 am Post subject: Re: localization |
|
|
Hi Morris,
Morris wrote:
| Quote: | Hi Bryan,
I've already finished translating Eventum into Traditional Chinese (zh-TW).
If you need any help about this work, count me in it.
|
Thanks!
| Quote: |
One more thing we need to take care about is there still are many messages
been placed not just only in the folder "templates"
but also in other folders, suchlike "js" or "include", etc., I suggest we
also have to put them into this work.
|
For strings in js files, we should change the js files to use templates
so we can use the same method. For php files, we can use something like
Language::translate('hello') to translate them.
Best Regards,
--
Bryan Alsdorf, Software Engineer
MySQL AB, www.mysql.com
Are you MySQL certified? www.mysql.com/certification |
|
| Back to top |
|
 |
Bryan Alsdorf Guest
|
Posted: Mon Jan 23, 2006 9:00 pm Post subject: Re: How to set custom fields with dynamic option lists? |
|
|
Hi Morris,
I really should create better documentation for this but I haven't had
the time. I have included my advice inline.
Morris wrote:
| Quote: | Hi pals,
I just get stuck in these functions.
Is there anyone can give me more instructions about how to build up these.
My situation:
I'm going to use it for products / modules / functions.
Custom field 1 : Fld_id=1 , Fld_title=Products
Custom field 2 : Fld_id=2 , Fld_title=Modules
Custom field 3 : Fld_id=3 , Fld_title=Functions
Step 1 .select Products ; Step 2. select Modules ; Step 3. select Functions
Questions:
1. How many class.dynamic.php should I build?
|
You will need 3 classes:
a) class.product.php, Product_Custom_Field_Backend extends
Dynamic_Custom_Field_Backend
b) class.modules.php, Modules_Custom_Field_Backend extends
Dynamic_Custom_Field_Backend
c. class.functions.php, Functions_Custom_Field_Backend extends
Dynamic_Custom_Field_Backend
| Quote: |
2. How to setup these functions?
getControllingCustomFieldID() : what is the ID of the controlling custom
field? Fld_id?
|
Yes.
| Quote: |
getControllingCustomFieldName(): what is the name of the controlling custom
field? Fld_title?
|
Yes.
Best Regards,
--
Bryan Alsdorf, Software Engineer
MySQL AB, www.mysql.com
Are you MySQL certified? www.mysql.com/certification |
|
| Back to top |
|
 |
Bryan Alsdorf Guest
|
Posted: Mon Jan 23, 2006 9:00 pm Post subject: Re: How to use "manage email accounts"? |
|
|
Hi,
tzhu wrote:
| Quote: | My company just installed Eventum 1.7.0 for evaluation. Since I couldn't
find document how to use "manage email accounts" in the Wiki, could somebody
give me a hint?
|
The manage email accounts page is used to add email accounts. These can
then be used to automatically download emails into eventum. For example,
if you are using Eventum as a support system you can setup the email
address support (AT) example (DOT) com to automatically be downloaded into Eventum.
Then you can (manually or automatically) create issues out of these emails.
Best Regards,
--
Bryan Alsdorf, Software Engineer
MySQL AB, www.mysql.com
Are you MySQL certified? www.mysql.com/certification |
|
| Back to top |
|
 |
Bryan Alsdorf Guest
|
Posted: Thu Jan 26, 2006 7:00 am Post subject: Re: About features from other issue tracking tools |
|
|
Hi Jose,
Jose Papo wrote:
| Quote: | Hello,
I would like to know if Eventum have some future plan to develop
interesting features which usually only exist in paid tools (like Jira or
Clearquest) but also exist on Scarab.
The features I'm thinking about are:
- Workflow customization
|
I am not sure exactly what you mean by this, but some of the workflow
can be customized through the Workflow API.
http://eventum.mysql.org/wiki/index.php/WorkflowDocumentation
| Quote: | - Transition changes based on roles
|
Not sure what you mean by this.
| Quote: | - Customization of issue types, workflows, custom fields by project
|
There was a desire to do this, but I don't know when it will happen.
| Quote: | - Automatic validation of fields to check for duplicate issue
|
This has not been talked about, but it sounds like a good idea.
Best Regards,
--
Bryan Alsdorf, Software Engineer
MySQL AB, www.mysql.com
Are you MySQL certified? www.mysql.com/certification |
|
| Back to top |
|
 |
Marc-Olivier Blanc Guest
|
Posted: Sat Jan 28, 2006 3:00 pm Post subject: Re: localization |
|
|
Hi,
If it can help I volunteer for french translation and if needed to deal
with {t}{/t}stuff.
But like others I can only dedicate few hours to this so it might take
some time.
I'll send you my translation as soon as I have it. Let me know for the rest.
I've installed 1.7.0, is that OK ? should I base my translation on
something else ?
Bye
Marco.
Bryan Alsdorf wrote:
| Quote: | Hi Ralf,
Ralf Eggert wrote:
snip
Would you really put the "{t}{/t}" around the whole text, like I did
above? What happens if the original text will be changed? Would it not
be easier to work with placeholders in the templates like this?
========================================================================
h4>{t}help_title_column_display{/t}</h4
span class="default"
{t}help_text_column_display{/t}</span
========================================================================
Would do others think
For longer strings we should use named placeholders, but unfortunately
this doesn't seem to be handled by gettext so we will have to write
something on our own. For short strings I still want to use gettext
though.
So, can I count you in to help with wrapping the strings in {t}{/t}
Best Regards, |
|
|
| Back to top |
|
 |
Joao Prado Maia Guest
|
Posted: Wed Feb 22, 2006 10:15 pm Post subject: RE: Severe security problem with eventum. |
|
|
Bryan,
| Quote: | In Eventum 2.0 we will be changing the directory structure to locate
logs, include files, etc in a directory not under the webroot. The
current structure is in place to make Eventum easy to install.
|
You could also add a pre-made .htaccess file to the directories that
shouldn't be visible to the Eventum distribution, and that would be a
nice-to-have feature while 2.0 is not ready yet.
--Joao |
|
| Back to top |
|
 |
Lamont R. Peterson Guest
|
Posted: Wed Feb 22, 2006 11:15 pm Post subject: Re: Severe security problem with eventum. |
|
|
On Wednesday 22 February 2006 03:14pm, Joao Prado Maia wrote:
| Quote: | Bryan,
In Eventum 2.0 we will be changing the directory structure to locate
logs, include files, etc in a directory not under the webroot. The
current structure is in place to make Eventum easy to install.
You could also add a pre-made .htaccess file to the directories that
shouldn't be visible to the Eventum distribution, and that would be a
nice-to-have feature while 2.0 is not ready yet.
|
Some of us are wise enough to not AllowOverride. That's why I suggested using
<Directory> and/or <Files> tags in the correct configuration file context
(with <VirtualHost> for example).
--
Lamont R. Peterson <peregrine (AT) openbrainstem (DOT) net>
Founder [ http://blog.openbrainstem.net/peregrine/ ]
GPG Key fingerprint: 0E35 93C5 4249 49F0 EC7B 4DDD BE46 4732 6460 CCB5
___ ____ _ _
/ _ \ _ __ ___ _ __ | __ ) _ __ __ _(_)_ __ ___| |_ ___ _ __ ___
| | | | '_ \ / _ \ '_ \| _ \| '__/ _` | | '_ \/ __| __/ _ \ '_ ` _ \
| |_| | |_) | __/ | | | |_) | | | (_| | | | | \__ \ || __/ | | | | |
\___/| .__/ \___|_| |_|____/|_| \__,_|_|_| |_|___/\__\___|_| |_| |_|
|_| Intelligent Open Source Software Engineering
[ http://www.OpenBrainstem.net/ ] |
|
| Back to top |
|
 |
Joao Prado Maia Guest
|
Posted: Wed Feb 22, 2006 11:15 pm Post subject: RE: Severe security problem with eventum. |
|
|
Lamont,
| Quote: | Some of us are wise enough to not AllowOverride. That's why I suggested
using
Directory> and/or <Files> tags in the correct configuration file context
(with <VirtualHost> for example).
|
Yeah, that might be true, but _something_ is better than nothing. Having it
in there might not always make a difference, but the fact that it will in a
few cases is enough to make it worthwhile.
--Joao |
|
| Back to top |
|
 |
Lamont R. Peterson Guest
|
Posted: Wed Feb 22, 2006 11:15 pm Post subject: Re: Severe security problem with eventum. |
|
|
On Wednesday 22 February 2006 03:28pm, Joao Prado Maia wrote:
| Quote: | Lamont,
Some of us are wise enough to not AllowOverride. That's why I suggested
using
Directory> and/or <Files> tags in the correct configuration file context
(with <VirtualHost> for example).
Yeah, that might be true, but _something_ is better than nothing. Having it
in there might not always make a difference, but the fact that it will in a
few cases is enough to make it worthwhile.
|
You are right. But there *already is* something there. The permissions.php
file.
But, I think it's not a bad idea to include a sample of how to better
configure Apache (and one for lighttpd could be good, too). I just do not
think it's a good idea to include a .htaccess file (a hidden file, BTW) that
people may not notice who are less proficient than you and I.
--
Lamont R. Peterson <peregrine (AT) openbrainstem (DOT) net>
Founder [ http://blog.openbrainstem.net/peregrine/ ]
GPG Key fingerprint: 0E35 93C5 4249 49F0 EC7B 4DDD BE46 4732 6460 CCB5
___ ____ _ _
/ _ \ _ __ ___ _ __ | __ ) _ __ __ _(_)_ __ ___| |_ ___ _ __ ___
| | | | '_ \ / _ \ '_ \| _ \| '__/ _` | | '_ \/ __| __/ _ \ '_ ` _ \
| |_| | |_) | __/ | | | |_) | | | (_| | | | | \__ \ || __/ | | | | |
\___/| .__/ \___|_| |_|____/|_| \__,_|_|_| |_|___/\__\___|_| |_| |_|
|_| Intelligent Open Source Software Engineering
[ http://www.OpenBrainstem.net/ ] |
|
| Back to top |
|
 |
Bryan Alsdorf Guest
|
Posted: Wed Mar 22, 2006 9:15 pm Post subject: Re: Eventum BugFix Request (v1.7): In Anonymous Report forms |
|
|
Kipp,
This is actually already fixed in 1.7.1 which will be released next week.
Best Regards,
/bryan
Kipp Grose wrote:
| Quote: | Hi Bryan:
I found a little bug that I'll bet is something simple in the code, but
it's going to prove a show stopper in what I'm trying to setup and I'm
hoping you could take a look at this for your 1.7.1 release next week. The
subject says it all and I've attached a screenshot of the rendered form,
left-side is logged in, right-side is anonymous. Cheers and thanks again
for the great software, it's really fantastic.
Kipp Grose
ClaimSecure
Web Developer
k.grose (AT) claimsecure (DOT) com <mailto:k.grose (AT) claimsecure (DOT) com
|
--
Bryan Alsdorf, Software Engineer
MySQL AB, www.mysql.com
Are you MySQL certified? www.mysql.com/certification |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|