Activity
From 2009-05-04 to 2009-05-06
2009-05-06
-
23:55 Defect #3253 (Resolved): LDAP Auth : Alias Dereference
- Victory !! \o/ It works like charm !
Many many thanks for your help !
Now RedMine can auth users from LDAP Dire... -
23:44 Defect #3253: LDAP Auth : Alias Dereference
- Probably you're right and @unbind@ should be avoided. Maybe this modification (this is uses an additional LDAP connec...
-
23:33 Defect #3253: LDAP Auth : Alias Dereference
- I just added a logger line in rescue block for the Authenticating user section like this :...
-
23:12 Defect #3253: LDAP Auth : Alias Dereference
- And here is the log generated by this code :...
-
23:10 Defect #3253: LDAP Auth : Alias Dereference
- ...
-
23:06 Defect #3253: LDAP Auth : Alias Dereference
- Can you copy here your modification containing the conn.set_option(LDAP::LDAP_OPT_PROTOCOL_VERSION, 3)?
-
22:47 Defect #3253: LDAP Auth : Alias Dereference
- That's pretty weird,
OpenLDAP logs say :... -
22:43 Defect #3253: LDAP Auth : Alias Dereference
- Done :...
-
22:30 Defect #3253: LDAP Auth : Alias Dereference
- Can you replace this part in the @authenticate@ function in @auth_source_ldap.rb@?...
-
22:17 Defect #3253: LDAP Auth : Alias Dereference
- Filter changed to (&(objectClass=posixAccount)(uid=$login)), but redmine don't wants me to log in : incorrect login o...
-
22:03 Defect #3253: LDAP Auth : Alias Dereference
- Are you still using @(objectClass=posixAccount)@ as filter? If so, please change it to: @(&(objectClass=posixAccount)...
-
21:48 Defect #3253: LDAP Auth : Alias Dereference
- I commented out the require_cert option line and now it connect to LDAP server (great ;) )
copy/pasting the line i... -
20:41 Defect #3253: LDAP Auth : Alias Dereference
- Ok, so definitely the @conn.set_option(LDAP::LDAP_OPT_X_TLS_REQUIRE_CERT, self.require_cert)@ line causes the trouble...
-
20:22 Defect #3253: LDAP Auth : Alias Dereference
- I updated auth_source_ldap/rb with the new version of the function you gave. Still LDAP error,
Extract from produ... -
17:26 Defect #3253: LDAP Auth : Alias Dereference
- My guess is switching to LDAP v3 protocol is missing from my code, so you could also add that set_option
-
17:24 Defect #3253: LDAP Auth : Alias Dereference
- Can you replace @initialize_ldap_con(ldap_user, ldap_password)@ function in @auth_source_ldap.rb@ with this:...
-
17:21 Defect #3253: LDAP Auth : Alias Dereference
- I found some ldap search examples and changed the test script. This time i get what i want : attributes from aliased ...
-
16:55 Defect #3253: LDAP Auth : Alias Dereference
- I still get "LdapError: Can't contact LDAP server" with "Test" link with my user DN
> Dereferencing works only for... -
16:25 Defect #3253: LDAP Auth : Alias Dereference
- Do you also get "Cannot contact the server" when you click the "Test" on the LDAP sources using DN cn=Will,ou=People,...
-
16:14 Defect #3253: LDAP Auth : Alias Dereference
- Will aka S.Collado wrote:
> I tested your script modified like this :
> [...]
>
> Result : "Success"
>
> The ... -
15:19 Defect #3253: LDAP Auth : Alias Dereference
- I tested your script modified like this :...
-
14:14 Defect #3253: LDAP Auth : Alias Dereference
- This patch is my first met with Ruby as will, but I going to make it work on your Redmine ;)
Please create the @ld... -
12:28 Defect #3253: LDAP Auth : Alias Dereference
- I've the same issue please help us!
-
21:54 Defect #3304: Authentication stays active even after browser is closed
- Same problem under Ubuntu using Firefox 3.0.10.
-
16:25 Defect #3304 (Closed): Authentication stays active even after browser is closed
- I'm using Firefox 3.0.10 on Mac OS and I'm still authenticated when I come back on Redmine after closing the browser....
-
21:24 Feature #3306 (Closed): Add 3 plugin hook, patch included
- Hi,
I'd need 3 plugin hooks for a Campfire notifier plugin for Redmine I am using. I've included a patch.
It is:
... -
17:35 Patch #3264: Allow issue edit exceptions to choke nicely
- Eric Davis wrote:
> Couldn't a plugin just observe a @before_save@ callback on Issue and Journal and return false if... -
06:56 Patch #3264: Allow issue edit exceptions to choke nicely
- Couldn't a plugin just observe a @before_save@ callback on Issue and Journal and return false if the issue shouldn't ...
-
16:28 Defect #3305 (Closed): Error using plugin Graphs - Unknown method 'visible'
- *NoMethodError in GraphsController#old_issues*...
-
16:27 Patch #3257: 0.8-stable lang/es.yml translation patch
- J Cayetano Delgado wrote:
> attached a patch for the latest 0.8-stable spanish translation
Any idea when will be ... -
16:26 Patch #3255: Locale es patch
- J Cayetano Delgado wrote:
> Attached a patch for config/locales/es.yml, trunk revision: r2697
Any idea when will ... -
16:21 Feature #3101: Ticket assigned to many subprojects.
- Just noticed a related issue #443 . See if this helps.
Pozdrawiam -
15:36 Defect #3303 (Closed): Rename settings-partial of Simple-CI plugin to prevent collisions
- For example change the filename of source:/plugins/simple_ci/app/views/settings/_settings.rhtml to source:/plugins/si...
-
15:08 Defect #3302 (Closed): No tab highlighting for Simple-CI plugin
- The project-menu item (tab) doesn't highlight correctly in version 1.0 of the Simple-CI plugin.
I'd like to propos... -
14:36 Feature #3300: Default project for user
- Emil Stepniewski wrote:
> And just bookmarking http://myredmine/projects/myproject is not enough?
I actually use ... -
14:14 Feature #3300: Default project for user
- And just bookmarking http://myredmine/projects/myproject is not enough?
-
13:49 Feature #3300 (New): Default project for user
- A user should be able to set a default project, so every time he gets to "myredmine.com/", the user gets redirected t...
-
14:12 Feature #3301 (Closed): Add favicon to base layout
- In <head> tag should be added a line...
-
13:00 Feature #3187: "View Issues" user permission
- Yes, i am interested in trying it out (and helping in any way i can). This is a very much needed feature for us.
/T -
12:37 Defect #3298: When updating an issue, clicking a link destroys all my input
- Shouldnt really be a defect, should it? It works as intended. If you think it should be enhanced i´d guess it should ...
-
12:30 Feature #1935: An option to completely disable email notifications
- I've updated my redmine fork which includes a 'never bother me by email' option.
The current master and 0.8-stable b... -
08:24 Feature #1935: An option to completely disable email notifications
- +1
Is this still not implemented? -
12:16 Feature #3299 (Closed): Notes when moving issues
- Write notes when moving issues. Most of the time you want to write a note about why you're moving an issue.
This i... -
12:16 Feature #3055: Option to copy attachments when copying an issue
- Any progress here? You should be able to copy the files!
-
11:52 Feature #2937: Filter assignable users based on workflow
- +1
-
11:36 Patch #1901: RESTful URLs for everything
- Hello,
does it mean it will not be available until 0.9 release ?
-
08:27 Feature #3141: User can choose the events for email notifications
- +1
Yes this would be a nice feature! Perhaps also a timeout could be implemented where Notifications are summarize... -
06:50 Patch #3085: Link project in simple issue lists
- Looks like this will have to be in 0.9. 0.8.x uses the old style @_list_simple@.
-
06:39 Patch #3085 (Closed): Link project in simple issue lists
- Applied in r2712. Thanks for the patch.
-
06:40 Patch #3086 (Closed): Link projects and users in issue list
- Applied in r2713. Thanks for the patch.
-
06:14 Defect #3295 (Closed): Mysql database getting crashed(Internal Error)
-
05:06 Patch #2564: Translation Guide for Brazillian Portuguese.
- Well, we have completed a full translation of the Redmine Guide to Portuguese. This translation is avaliable in latex...
2009-05-05
-
23:12 Defect #3298 (Closed): When updating an issue, clicking a link destroys all my input
- This occasionally drives me crazy.
When updating an issue I type a detailed comment in the textarea. I need to ch... -
21:59 Feature #1838: Bulk import for LDAP users
- A G wrote:
> Does not work for me. I receive an error when trying to access an LDAP entry.
Same for me here. I do... -
18:49 Defect #3295: Mysql database getting crashed(Internal Error)
- You may also like a look at "mysqlcheck" for recovery.
mysqlcheck -u username -p -r TABLENAME
http://dev.mysql.... -
18:32 Defect #3295 (Resolved): Mysql database getting crashed(Internal Error)
- Mannan Mohamed Abubackar wrote:
> Can somebody help this issue on urgent basis?. Everytime i am getting "Internal Er... -
16:42 Defect #3295: Mysql database getting crashed(Internal Error)
- Mannan Mohamed Abubackar wrote:
> Can somebody help to solve this issue on urgent basis?. Everytime i am getting "In... -
16:41 Defect #3295: Mysql database getting crashed(Internal Error)
- Can somebody help this issue on urgent basis?. Everytime i am getting "Internal Error".
-
09:28 Defect #3295 (Closed): Mysql database getting crashed(Internal Error)
- Dear All,
First, I started using redmine v 0.8.0 since last 4 months. Most of the time i received Internal error whe... -
18:27 Feature #296: REST API
- I would like to use this Rest API to use Redmine's Tickets methods through webservice to make a link between
How ... -
16:50 Feature #3187: "View Issues" user permission
- I'm working on this remotely, as there are numerous place where the view_issues permission doesn't seem enforced, and...
-
15:50 Feature #1004 (Resolved): Suggestion: Subprojects of subproject...?
-
15:49 Feature #1203 (Resolved): Show projectname in feed subject
-
14:48 Feature #2679: Ticket grouping
- Great to see this feature integrated in the trunk ! One gap: in the plugin version, it was possible to group issues b...
-
08:33 Feature #2679: Ticket grouping
- Gregor Bader wrote:
> A new or changed implementation of Subissues isn't needed. Everything that's needed is already... -
07:30 Feature #2679: Ticket grouping
- Mischa The Evil wrote:
> Gregor Bader wrote:
> > Perhaps the feature to display ticket associations (parent -> chil... -
06:18 Feature #2679: Ticket grouping
- Mischa The Evil wrote:
> Gregor Bader wrote:
> > Perhaps the feature to display ticket associations (parent -> chil... -
01:38 Feature #2679: Ticket grouping
- Gregor Bader wrote:
> Perhaps the feature to display ticket associations (parent -> child) like
> http://www.redmin... -
01:21 Feature #2679: Ticket grouping
- Jean-Philippe Lang wrote:
> Mischa The Evil wrote:
> > Would it be also possible to add:
> > * the group-folding f... -
14:45 Defect #3297: Add "Edit own messages " permission to autentificated user on redmine.org
- i have see right now:
in default installation on Redmine the Non-member role have this permissions:
1. Issue - ... -
14:40 Defect #3297 (Closed): Add "Edit own messages " permission to autentificated user on redmine.org
- after i post reply in forums on redmine.org i have no ability to edit my own message
in my production Redmine "Edi... -
10:01 Defect #3289: E-mail in /user/edit/N displayed (and saves) as administrating users login-name
- Kai Olav Fredriksen wrote:
> Jean-Philippe Lang wrote:
> > Not able to reproduce this problem.
> > Do you have som... -
09:58 Defect #3289: E-mail in /user/edit/N displayed (and saves) as administrating users login-name
- Jean-Philippe Lang wrote:
> Not able to reproduce this problem.
> Do you have some details that would help to repro... -
09:49 Defect #3289: E-mail in /user/edit/N displayed (and saves) as administrating users login-name
- Jean-Philippe Lang wrote:
> Not able to reproduce this problem.
> Do you have some details that would help to repro... -
02:44 Patch #3085: Link project in simple issue lists
-
02:41 Patch #2685: Display notice when commenting on closed tickets
- I can take this, I'll have to update the patch (pre Rails 2.2.2 i18n) but it shouldn't be too much.
-
02:39 Feature #2995: Improve error message when trying to access an archived project
- I think the best option would be to tell the user that the project was archived. I archive projects when they are cl...
-
02:37 Feature #482: Default assignee on each project
- Good idea. I'm thinking this would have to be per project.
-
02:31 Defect #3292: Project Management Suggestion?
- West Dude: You would get a better response if you asked in the "Forum":http://www.redmine.org/projects/redmine/boards...
-
01:06 Feature #1711 (Closed): ability to display 'project' separate from 'subject' in cross project query results
- Just came around this issue and remembered this had been implemented already in r2566 for issue #2889.
2009-05-04
-
22:11 Defect #3291 (Reopened): "undefined method `read' for nil:NilClass" in redmine:migrate_from_trac
- I am sorry but I checked out r2711 and the error still persists (but with slightly different line numbers) same in tr...
-
18:43 Defect #3291 (Closed): "undefined method `read' for nil:NilClass" in redmine:migrate_from_trac
- Patch merged in r2706 in 0.8-stable branch.
-
17:50 Defect #3291 (Closed): "undefined method `read' for nil:NilClass" in redmine:migrate_from_trac
- @redmine:migrate_from_trac@ task fails with "undefined method `read' for nil:NilClass" on Redmine 0.8.3. I had to app...
-
21:31 Feature #2679: Ticket grouping
- Great that this is implemented!
Perhaps the feature to display ticket associations (parent -> child) like
http://... -
19:59 Feature #2679: Ticket grouping
- Mischa The Evil wrote:
> Would it be also possible to add:
> * the group-folding feature (JS)?
Done in r2711.
... -
20:45 Defect #3292 (Closed): Project Management Suggestion?
- Hi All.
I'm new with this redmine but I have somehow managed to install it succesfully and are very happy with it.... -
20:36
Feature #2799: Support for Bazaar's shared reposetories (created with init-repo)
- +1 for this.
Could Redmine be modified to list all directories within the "root directory"?
If one of these dir... -
19:55 Feature #2258: Email reminder subject does not include the # of days
- Bringing this one back up. I had modified mailer.rb and en.yml's :mail_subject_reminder value to provide similar con...
-
19:21 Defect #3253: LDAP Auth : Alias Dereference
- So i took all from the beginning.
uninstalled rails, rake gems
re installing rails and rake with required version... -
11:38 Defect #3253: LDAP Auth : Alias Dereference
- - Installed Ruby/LDAP : OK
- Installed RedMine 0.8.3 : OK
- Patching RedMine 0.8.3 with diff file then rake db:m... -
11:13 Defect #3253: LDAP Auth : Alias Dereference
- Nevermind...
never post reply before finishing his mug of coffee.
Installing a fresh 0.8.3 redmine and reporti... -
10:55 Defect #3253: LDAP Auth : Alias Dereference
- Thanks for the patch, i'll test it this afternoon.
I suppose i must apply this patch to RedMine current trunk vers... -
18:42 Defect #3254 (Closed): [PATCH] ArgumentError in redmine:migrate_from_trac
- Patch committed in r2705 and merged in 0.8-stable in r2706.
Thanks. -
18:10 Defect #3289: E-mail in /user/edit/N displayed (and saves) as administrating users login-name
- Not able to reproduce this problem.
Do you have some details that would help to reproduce? -
16:23 Defect #3289 (Closed): E-mail in /user/edit/N displayed (and saves) as administrating users login-name
- We have a 0.8.3 stable installation going. When I go in to administate a user (/users/edit/<Number>) (I'm on my acco...
-
15:10 Feature #401: Add pdf export for WIKI page
- I've been thinking a bit on this problem and the "textile to html to pdf solution" is not the cleanest IMHO.
In fact... -
12:23 Defect #3287 (Closed): Wiki problem in default page
- Hello,
when i create a new subpage, i can't access it, it haven't "wiki/" path.
Thank you. -
08:57 Feature #3286 (New): Reopened Issues Report
- I can't find any way to get the list/count of reopend issue. To reopen an issue i had to make changes in workflow to ...
Also available in: Atom