Search found 13 matches

by simon.k
10 Sep 2012, 06:40
Forum: Customizations
Topic: SSO with LDAP (HowTo)
Replies: 7
Views: 21389

Re: SSO with LDAP (HowTo)

Check the documentation for plugins and events...you don't modify the core.
by simon.k
16 Aug 2012, 09:43
Forum: Deutsch
Topic: Registrierung von neuen Usern über LDAP
Replies: 2
Views: 4789

Re: Registrierung von neuen Usern über LDAP

Wie atrol schon sagt ist das so korrekt, du entziehst Mantis ja die Benutzerverwaltung und ersetzt sie durch deine eigene, dann musst du dich auch selbst um die User kümmern. Da die User von Hand angelegt werden (bei uns läuft das ganze gegen die AD) sehe ich nicht wirklich einen Sinn im validieren ...
by simon.k
29 May 2012, 12:26
Forum: Deutsch
Topic: Whitespace/Error in Configuration File (bei Mantis 1.2.7)
Replies: 7
Views: 9705

Re: Whitespace/Error in Configuration File (bei Mantis 1.2.7

Immer noch hilfreich, "UTF-8 ohne BDOM" hats bei mir dann gelöst.
by simon.k
25 May 2012, 06:36
Forum: Help
Topic: Add another relationship type
Replies: 4
Views: 4165

Re: Add another relationship type

Awww i renamed custom_relationship_inc.php to custom_realationships_inc.php and it's working...damn details! :oops: :mrgreen:

Thanks all.
by simon.k
24 May 2012, 10:45
Forum: Customizations
Topic: SSO with LDAP (HowTo)
Replies: 7
Views: 21389

Re: SSO with LDAP (HowTo)

Not on a linux box, no, you need the webserver inside your domain for sspi to work.

I ran it on windows xampp + sspi and windows 2008 sbs iis + windows auth - working as intended.
by simon.k
22 May 2012, 14:31
Forum: Customizations
Topic: SSO with LDAP (HowTo)
Replies: 7
Views: 21389

SSO with LDAP (HowTo)

Hey everyone, suprisingly, accomplishing a SSO on mantis wasn't that hard. This HowTo is meant for plugin developer with basic knowledge, it's not a finished "just install me and you are done" plugin. You first need a running LDAP integration, i won't cover that part - there are plenty of ...
by simon.k
22 May 2012, 14:19
Forum: General Discussion
Topic: Without linebreak in text area of issue fields
Replies: 2
Views: 3813

Re: Without linebreak in text area of issue fields

Either that or hook
EVENT_DISPLAY_FORMATTED
yourself and nl2br it...or whatever you want / need.
by simon.k
22 May 2012, 14:14
Forum: Help
Topic: Add another relationship type
Replies: 4
Views: 4165

Re: Add another relationship type

I cant get it working, i added the exact lines from the page, got every <?php ?> and it doesn't show up on view.php

My mantis is running in german but since all those changes go into the custom files it shouldn't matter and just print out the english lines...right?
by simon.k
03 May 2012, 15:06
Forum: Help
Topic: Add another relationship type
Replies: 4
Views: 4165

Add another relationship type

I need an aditional type of relationship and i've already found this wiki entry http://www.mantisbt.org/wiki/doku.php/mantisbt:customizing_relationships but it doesn't work, no error message or anything. Does it still work this way in 1.2.10? Because it did nothing in my mantis and i'm not sure if t...
by simon.k
02 May 2012, 09:09
Forum: General Discussion
Topic: advice for upgrade 1.0.6 to 1.2.10?
Replies: 3
Views: 5224

Re: advice for upgrade 1.0.6 to 1.2.10?

If you haven't customized your mantis you don't have to mind anything, copy your database, your old config_inc.php into mantis 1.2.10 and point your browser to the new folder. It will guide you through the update process and that is that, you might have to tweak the php runtime if your DB is large (...
by simon.k
02 May 2012, 08:19
Forum: Customizations
Topic: Mantis plugin - RequiredFields
Replies: 24
Views: 29881

Re: Mantis plugin - RequiredFields

I've changed the trigger_error from ERROR_PLUGIN_GENERIC to ERROR_EMPTY_FIELD, resulting in nicer error messages The lang file has to be modified too, with the new error code the error message is 'A necessary field "%1$s" was empty. Please recheck your inputs.'; Thanks for this nice plugin...
by simon.k
02 May 2012, 07:07
Forum: Deutsch
Topic: Abhängigkeiten Graph unter Windows
Replies: 0
Views: 3054

Abhängigkeiten Graph unter Windows

Hallo, hat irgendwer mit WinGraphviz hin bekommen das der Graph angezeigt wird? Wenn ja, wie? Und am besten ohne die komplette graph_api.php zu überarbeiten :D Ich habe WinGraphviz von der MSI installiert, aus der Cab und die dll registriert, egal wie kommt immer nur ein rotes X für nicht vorhandes ...
by simon.k
27 Apr 2012, 06:29
Forum: Deutsch
Topic: Unterschiedlicher Link in internen und externen Emails
Replies: 2
Views: 4266

Re: Unterschiedlicher Link in internen und externen Emails

Ich musste hier ähnliches machen, du wirst dir ein Plugin schreiben müssen.

Dabei setzt du einen Hook auf EVENT_DISPLAY_EMAIL, dadurch hast du in deine Funktion string $event und string $data welcher den eMail Text darstellt.
Da jagst dann nen Check drüber der bei Bedarf ersetzt und das wars.