Search found 13 matches

by derLars
Thu Aug 06, 2009 2:38 pm
Forum: Bug reports
Topic: BUGFIX: adds more flexible LDAP-configuration
Replies: 11
Views: 7549

Re: BUGFIX: adds more flexible LDAP-configuration

hmm, alright... How is your opinion about using frameworks like the Zend Framework as a far goal? I've been developing with ZF for two years now and am always surprised over the speed of development and the minimal performance loss.
by derLars
Thu Aug 06, 2009 1:11 pm
Forum: Bug reports
Topic: BUGFIX: adds more flexible LDAP-configuration
Replies: 11
Views: 7549

Re: BUGFIX: adds more flexible LDAP-configuration

well, but following an MVC-pattern, the display logic should be in the view-module, while the data from the controllers is in raw-format. This really allows much higher flexibility, e.g. how many new articles should be shown in the sidebar (which should only concern the view-module). Most templates ...
by derLars
Thu Aug 06, 2009 1:02 pm
Forum: General discussions
Topic: Probleme mit "\" bei der Darstellung
Replies: 7
Views: 4260

Re: Probleme mit "\" bei der Darstellung

Gibt es schon ein releasedate für die 2.5.1?

Viele Grüße,
Lars
by derLars
Thu Aug 06, 2009 12:49 pm
Forum: Bug reports
Topic: BUGFIX: adds more flexible LDAP-configuration
Replies: 11
Views: 7549

Re: BUGFIX: adds more flexible LDAP-configuration

I totally dig that proposal. :mrgreen:

On another question: could you tell me what you do not like about Smarty?
by derLars
Thu Aug 06, 2009 12:12 pm
Forum: Bug reports
Topic: BUGFIX: adds more flexible LDAP-configuration
Replies: 11
Views: 7549

Re: BUGFIX: adds more flexible LDAP-configuration

right, I forgot to add that file while preparing the directory for the patch - sorry. I would prefer if we would keep the config together somehow. Right now there are four places for configurations, which do not have a speaking name. And while the database-based configuration is nice for moving the ...
by derLars
Wed Aug 05, 2009 3:26 pm
Forum: Bug reports
Topic: mail address validation always fails when no answers found
Replies: 3
Views: 4807

mail address validation always fails when no answers found

When sending an own question, PMF checks the database against possible answers. If answers are found, everything's fine. However, if no answers are found, the user always get's an error, that his mailaddress is invalid. Any ideas or confirmations? Another (minor) problem: The "back"-button...
by derLars
Wed Aug 05, 2009 3:02 pm
Forum: Proposals
Topic: Change Template Engine to a more common used
Replies: 1
Views: 5022

Change Template Engine to a more common used

I'm currently trying to make a template for the installation of PMF in my company and I find the current template engine very restricting. I would prefer a more dynamic engine like Smarty, which would allow a greater variety of designs and layouts without having to change code-parts (which would ren...
by derLars
Wed Aug 05, 2009 3:01 pm
Forum: Proposals
Topic: use IdeaTorrent for proposal-forum
Replies: 1
Views: 4495

use IdeaTorrent for proposal-forum

The current proposalforum makes it hard to keep track of good or really needed ideas. I would recommend setting up an IdeaTorrent[1]-installation for that.
Big sites like ubuntu oder SourceForge also use it. =)

___________________________
[1] http://www.ideatorrent.org/
by derLars
Wed Aug 05, 2009 2:08 pm
Forum: Bug reports
Topic: BUGFIX: adds more flexible LDAP-configuration
Replies: 11
Views: 7549

BUGFIX: adds more flexible LDAP-configuration

well, my previous post is in nirvana, so here we go again. ;) I am currently working on getting PMF in my company and we wanted a tight integration with our Active Directory. In order to do so, I had to make some changes. The attached patch works against the current 2.5.0-stable release and does the...
by derLars
Wed Aug 05, 2009 2:07 pm
Forum: Webserver and configuration
Topic: [fixed] LDAP Auth support broken
Replies: 6
Views: 8170

Re: LDAP Auth support broken

I've managed to get it all working, added some extra functionality and put together a patch-file along with some description in the "bug report"-forum, but my post seems to be in the moderation line...

-----
I reposted it. ;)
by derLars
Wed Aug 05, 2009 8:33 am
Forum: Webserver and configuration
Topic: [fixed] LDAP Auth support broken
Replies: 6
Views: 8170

Re: LDAP Auth support broken

Okay, I've traced the problem through and I'm really puzzled, how the ldap-password-auth worked at all - could you shed some light on this: // this calls PMF_User_CurrentUser::login(...) // index.php, line 96 if ($user->login($faqusername, $faqpassword)) { ... } // in inc/PMF_User/CurrentUser.php, l...
by derLars
Wed Aug 05, 2009 12:22 am
Forum: Webserver and configuration
Topic: [fixed] LDAP Auth support broken
Replies: 6
Views: 8170

Re: LDAP Auth support broken

could you please enable the DEBUG mode in inc/Init.php and try it again? Already tried that, no luck either. I'll trace some more tomorrow and give an update, where the problem is, but I suspect the problem to be with the (at the first login) non-existing user in the database. Thanks for the answer...
by derLars
Tue Aug 04, 2009 6:45 pm
Forum: Webserver and configuration
Topic: [fixed] LDAP Auth support broken
Replies: 6
Views: 8170

[fixed] LDAP Auth support broken

Hi everyone! First things first - great software, I'm totally in love with it, especially the very nice OO. I've started implementing PMF in my university to replace the current helpdesk-system. Starting with PMF 2.5, one of the features should be ldap-authentication. However, I can't get it running...