Activity

From 01/27/2010 to 02/25/2010

02/25/2010

12:01 PM Revision 3487 (redmine): Refactor: Extracted the duplication from the last commit into a new method
Eric Davis
12:01 PM Revision 3486 (redmine): Refactor: Move the updating of an Issue to the #update method.
Eric Davis
11:19 AM Revision 3485 (redmine): Fix LDAP on the fly creation. The User object doesn't have a :dn attrib...
Fixes #4918 and adds a test for the behavior. Eric Davis
11:55 PM Revision 3484 (redmine): Optimize: Only select the name when getting the module names.
This has speed up TimelogController#details by 100% with larger databases
(demo.redmine went from 4077ms down to 2085...
Eric Davis

02/24/2010

04:23 PM Revision 3483 (redmine): Fixed: changing user/roles of project member not possible without javasc...
Jean-Philippe Lang
04:08 PM Revision 3482 (redmine): Fixed: projects are referenced by id in search results.
Jean-Philippe Lang
04:05 PM Revision 3481 (redmine): Makes project identifiers searchable (#4897).
Jean-Philippe Lang
12:21 PM Revision 3480 (redmine): Refactor: Start to extract IssuesController#edit into #update (REST).
Eric Davis

02/23/2010

04:44 PM Revision 3479 (redmine): Reduces spacing on the bulk edit form.
Jean-Philippe Lang
04:26 PM Revision 3478 (redmine): Bulk edit refactoring.
Jean-Philippe Lang
04:10 PM Revision 3477 (redmine): Move hardcoded calendar images to css classes.
Jean-Philippe Lang
04:04 PM Revision 3476 (redmine): Fixed view_issues_move_bottom hook arguments (#4893).
Jean-Philippe Lang
12:06 PM Revision 3475 (redmine): Refactor: Extract Issue#bulk_edit from the IssuesController
Eric Davis

02/22/2010

01:15 PM Revision 3474 (redmine): Moved the IssuesController routing tests to an integration test.
Eric Davis

02/21/2010

09:43 AM Revision 3473 (redmine): Avoid unnecessary SQL queries when loading changesets.
Jean-Philippe Lang
09:42 AM Revision 3472 (redmine): Memorize commit authors to speed up changesets loading.
Jean-Philippe Lang
09:40 AM Revision 3471 (redmine): Adds a missing index (speeds up changesets loading).
Jean-Philippe Lang
09:38 AM Revision 3470 (redmine): Translation updates
* sv (#4846)
* ru (#4861)
* de (#4870)
winterheart
09:38 AM Revision 3469 (redmine): Wraps changeset creation inside a single transation.
Jean-Philippe Lang
09:37 AM Revision 3468 (redmine): Removes --find-copies-harder git option to retrieve commits which was wa...
Jean-Philippe Lang

02/20/2010

08:35 AM Revision 3467 (redmine): Do not query git for tags and branches multiple times per request.
Jean-Philippe Lang
06:24 AM Revision 3466 (redmine): Remove invalid utf8 sequences from commit comments and author name (#4773).
Jean-Philippe Lang
05:40 AM Revision 3465 (redmine): Merged r3398 from trunk.
Jean-Philippe Lang
05:26 AM Revision 3464 (redmine): Merged r3409 from trunk.
Jean-Philippe Lang
05:22 AM Revision 3463 (redmine): Merged r3451 from trunk.
Jean-Philippe Lang
05:20 AM Revision 3462 (redmine): Merged r3452 from trunk.
Jean-Philippe Lang
05:19 AM Revision 3461 (redmine): Merged r3447 from trunk.
Jean-Philippe Lang
05:16 AM Revision 3460 (redmine): Merged r3448 and r3455 from trunk.
Jean-Philippe Lang
05:11 AM Revision 3459 (redmine): Cleanup.
Jean-Philippe Lang
05:07 AM Revision 3458 (redmine): Fixed: Links in Forum mails should redirect to message, not topic (#4884).
Jean-Philippe Lang

02/19/2010

02:10 PM Revision 3457 (redmine): Adds a controller hook before issue move (#4850).
Jean-Philippe Lang
02:10 PM Revision 3456 (redmine): Adds a hook on issue move form (#4850).
Jean-Philippe Lang
01:52 PM Revision 3455 (redmine): Fixes INSTALL and UPGRADING steps order (#4848).
Jean-Philippe Lang
12:00 PM Revision 3454 (redmine): Refactor: Extract #get_user_dn from AuthSourceLdap.
Eric Davis
11:33 AM Revision 3453 (redmine): Refactor: extract AuthSourceLdap#search_attributes
Eric Davis

02/18/2010

02:13 PM Revision 3452 (redmine): Escaping in html email templates (#4874).
Jean-Philippe Lang
01:53 PM Revision 3451 (redmine): Fixed: Pound (#) followed by number with leading zero (0) removes leadin...
Jean-Philippe Lang
11:55 AM Revision 3450 (redmine): Refactor: Rewrite authenticate_dn to use an implicit return.
Eric Davis
11:55 AM Revision 3449 (redmine): Refactor: Moved the check for an empty DN to authenticate_dn
Eric Davis
12:20 AM Revision 3448 (redmine): Added some common example email configs to email.yml.example (#3120)
Eric Davis
12:01 AM Revision 3447 (redmine): Fix an IndexError if all the :last menu items are deleted from a menu. #...
Eric Davis

02/17/2010

03:47 PM Revision 3446 (redmine): Fixed: Deselecting textile text formatting causes interning empty string...
Jean-Philippe Lang
03:20 PM Revision 3445 (redmine): Move SQL LIKE tokens to acts_as_searchable.
Jean-Philippe Lang
03:05 PM Revision 3444 (redmine): Makes search providers extensible (#3936).
Jean-Philippe Lang
02:08 PM Revision 3443 (redmine): Adds a test for emission address with phrase (#4855).
Jean-Philippe Lang
01:08 PM Revision 3442 (redmine): Fixed: unit tests broken by r3438 (#4860).
Jean-Philippe Lang
11:35 AM Revision 3441 (redmine): Refactor: extract an #authenticate_dn method in AuthSourceLdap
Eric Davis

02/16/2010

05:41 PM Revision 3440 (redmine): Converted the REDMINE_SUPPORTED_SCM constant to a class
Now SCMs can be added or removed using a simple API, instead of being
hardcoded:
Redmine::Scm::Base.add('ScmName')...
Eric Davis
12:03 PM Revision 3439 (redmine): Refactor: Extract method from AuthSourceLdap#authenticate
Eric Davis
11:40 AM Revision 3438 (redmine): Added some tests for the LDAP authentication.
Includes an export of an LDAP database to use in testing. Eric Davis

02/15/2010

11:41 AM Revision 3437 (redmine): Refactor: Merged TrackersController#list and #index
Eric Davis
11:41 AM Revision 3436 (redmine): Refactor: Merged AuthSourcesController#list and #index
Eric Davis
11:41 AM Revision 3435 (redmine): Refactor: Merged RolesController#list and #index
Eric Davis

02/14/2010

02:46 PM Revision 3434 (redmine): Translation updates
* ja (#4783)
* ru (also fixes #4771)
* sv (#4818)
* zh-TW (#4837)
winterheart
10:57 AM Revision 3433 (redmine): Merged bug fixes r3423 and r3427.
Jean-Philippe Lang
10:55 AM Revision 3432 (redmine): Merged bug fixes r3412 to r3414.
Jean-Philippe Lang
10:48 AM Revision 3431 (redmine): Merged bug fixes r3402, r3405 to r3408 from trunk.
Jean-Philippe Lang
08:13 AM Revision 3430 (redmine): Changes 2 png images.
Jean-Philippe Lang
08:07 AM Revision 3429 (redmine): Adds a few divs to the base layout (#871).
Jean-Philippe Lang
07:45 AM Revision 3428 (redmine): Removes duplicated LOC.
Jean-Philippe Lang
07:43 AM Revision 3427 (redmine): Fixed: SystemStackError (stack level too deep) on Issue#attributes= afte...
Jean-Philippe Lang
06:52 AM Revision 3426 (redmine): Slight forum styles changes.
Jean-Philippe Lang
06:49 AM Revision 3425 (redmine): Do not include news author in emphasis tag.
Jean-Philippe Lang

02/13/2010

08:58 AM Revision 3424 (redmine): Changes SubversionAdapter to use ActiveSupport::XmlMini API for XML pars...
This allows easy switching to one of the faster XML parsers supported by XmlMini (eg. libxml-ruby). Jean-Philippe Lang
08:35 AM Revision 3423 (redmine): Adds requirement for ruby version and tells that Rails is included in do...
Jean-Philippe Lang
05:32 AM Revision 3422 (redmine): Adds projects links (#4812).
Jean-Philippe Lang
04:45 AM Revision 3421 (redmine): tagged version 0.9.2
Jean-Philippe Lang
04:09 AM Revision 3420 (redmine): Removes a GIF image.
Jean-Philippe Lang
04:08 AM Revision 3419 (redmine): Minifies PNG images (#4819).
Jean-Philippe Lang

02/12/2010

05:08 PM Revision 3418 (redmine): Fixing locales, rake locales:update added extra whitespace to the line.
Eric Davis
05:08 PM Revision 3417 (redmine): Fixed a nil method error in Setting#value=
Eric Davis
02:15 PM Revision 3416 (redmine): Removed hard coded English string.
Eric Davis
02:15 PM Revision 3415 (redmine): Refactor: Merged IssueStatusesController#list and #index.
Eric Davis
01:43 PM Revision 3414 (redmine): Fixed: div.task incorrectly wrapping on Gantt Chart (#4813).
Jean-Philippe Lang
01:35 PM Revision 3413 (redmine): Issue relation: fixes error with postgres when entering a non-numeric id...
Jean-Philippe Lang

02/11/2010

02:30 PM Revision 3412 (redmine): Fixed: Project copy loses wiki pages hierarchy (#4797).
Jean-Philippe Lang
01:25 PM Revision 3411 (redmine): Log failed user logins to the Rails logger
Eric Davis
11:42 AM Revision 3410 (redmine): Refactored IssueStatus finder to a before_filter
Eric Davis

02/10/2010

04:42 PM Revision 3409 (redmine): Adds filter for system shared versions on the cross project issue list (...
Jean-Philippe Lang
04:29 PM Revision 3408 (redmine): Fixed: roadmap show subprojects issues even if subprojects is unchecked ...
Jean-Philippe Lang
04:21 PM Revision 3407 (redmine): Makes use of format_version_name.
Jean-Philippe Lang
04:13 PM Revision 3406 (redmine): Fixed: Duplicated project name for subproject version on gantt chart (#4...
Jean-Philippe Lang
03:38 PM Revision 3405 (redmine): Fixed: parent project field doesn't include blank value when a member wi...
Jean-Philippe Lang
11:59 AM Revision 3404 (redmine): Refactor: inline the utility methods in ReportsController.
Eric Davis
07:56 PM Revision 3403 (redmine): Switch to using the shoulda gem from gemcutter. #4573
Eric Davis

02/09/2010

01:42 PM Revision 3402 (redmine): Fixed: Repository.fetch_changesets tries to fetch changesets for archive...
Jean-Philippe Lang
11:47 AM Revision 3401 (redmine): Extracted the rendering from each case statement in issue_reports_details
Eric Davis
11:47 AM Revision 3400 (redmine): Fixed the link to the Issue Details report, broken in r3396
Eric Davis

02/08/2010

03:59 PM Revision 3399 (redmine): Translation updates
* de (#4760)
* pt-BR (#4762)
* ru
winterheart
01:53 PM Revision 3398 (redmine): Updated object_daddy to a newer version (bugfixes)
Eric Davis
01:53 PM Revision 3397 (redmine): Removed the duplicated configuration in the different test environments.
Eric Davis
12:53 PM Revision 3396 (redmine): Separated ReportsController#issue_report into two separate actions.
Eric Davis
12:53 PM Revision 3395 (redmine): Moved a routing test from a functional to an integration test.
Eric Davis

02/07/2010

10:17 AM Revision 3394 (redmine): Do not parse the entire git log to fetch new commits (takes several minu...
Jean-Philippe Lang
07:48 AM Revision 3393 (redmine): Merged r3392 from trunk (0.9.2 update).
Jean-Philippe Lang
07:47 AM Revision 3392 (redmine): Update for 0.9.2 release.
Jean-Philippe Lang
07:37 AM Revision 3391 (redmine): Merged r3389 from trunk.
Jean-Philippe Lang
07:36 AM Revision 3390 (redmine): Translations updated to trunk r3388.
Jean-Philippe Lang
07:30 AM Revision 3389 (redmine): Korean support for PDF export (#4639).
Jean-Philippe Lang
07:23 AM Revision 3388 (redmine): Translation updates.
Jean-Philippe Lang
06:58 AM Revision 3387 (redmine): Merged r3379 from trunk.
Jean-Philippe Lang
06:57 AM Revision 3386 (redmine): Merged r3377 from trunk.
Jean-Philippe Lang
06:56 AM Revision 3385 (redmine): Backported r3368 from trunk.
Jean-Philippe Lang
06:53 AM Revision 3384 (redmine): Merged r3378 from trunk.
Jean-Philippe Lang
06:52 AM Revision 3383 (redmine): Merged r3376 from trunk.
Jean-Philippe Lang
06:50 AM Revision 3382 (redmine): Merged r3375 from trunk.
Jean-Philippe Lang
06:49 AM Revision 3381 (redmine): Backported r3354 from trunk.
Jean-Philippe Lang
06:45 AM Revision 3380 (redmine): Merged r3357 from trunk.
Jean-Philippe Lang

02/06/2010

01:07 PM Revision 3379 (redmine): Fixed: error raised when trying to view the gantt or calendar with a gro...
Jean-Philippe Lang
09:20 AM Revision 3378 (redmine): Fixed: deprecation warning in reposman.rb (#4736).
Jean-Philippe Lang
09:15 AM Revision 3377 (redmine): Do not show 'Quote' links on locked topics (#4749).
Jean-Philippe Lang
09:05 AM Revision 3376 (redmine): Removes overflow:auto on #content which broke the fix in r2118 (#4724).
Autoscroll divs are added around large tables. Jean-Philippe Lang
08:26 AM Revision 3375 (redmine): Fixed: error messages displayed twice when creating a group (#4715).
Jean-Philippe Lang
08:13 AM Revision 3374 (redmine): Renames WikiFormatting.cache to .cache_store
Jean-Philippe Lang
07:54 AM Revision 3373 (redmine): Adds pagination to forum messages (#4664).
Jean-Philippe Lang
05:40 AM Revision 3372 (redmine): Adds a setting to cache textile rendering (off by default).
* it uses ActionController cache store which is MemoryStore by default and can be configured with config.action_contr... Jean-Philippe Lang
04:30 AM Revision 3371 (redmine): Adds a permission for exporting wiki pages.
Jean-Philippe Lang

02/05/2010

11:57 AM Revision 3370 (redmine): Refactor: Pull up several #find_project methods to ApplicationController
Eric Davis

02/04/2010

04:55 PM Revision 3369 (redmine): Translations updates
* ja (#4738)
* ru (#4739)
winterheart
02:58 PM Revision 3368 (redmine): Fixed: invalid format parameter returns a DoubleRenderError on issues in...
Jean-Philippe Lang
02:57 PM Revision 3367 (redmine): Reverts r3366.
Jean-Philippe Lang
02:52 PM Revision 3366 (redmine): Fixed: invalid format parameter returns a DoubleRenderError on issues in...
Jean-Philippe Lang
12:24 PM Revision 3365 (redmine): Refactor: Extracted the select_all calls to a new private method.
Eric Davis
12:24 PM Revision 3364 (redmine): Added tests for Issue#by_X finders
Eric Davis

02/03/2010

12:47 PM Revision 3363 (redmine): Change Role#anonymous and #non_member so they generate the record as nee...
While creating tests, it was a common occurrence to lost the builtin roles
because they are only created in the migra...
Eric Davis
11:49 AM Revision 3362 (redmine): Refactor: Moved the raw SQL finders from ReportsController to Issue.
Eric Davis
11:49 AM Revision 3361 (redmine): Converted a test to shoulda and added more checks for it's assignments.
Eric Davis

02/02/2010

12:02 PM Revision 3360 (redmine): Refactor: Extract method to create a Change from a Changeset.
Eric Davis
11:03 AM Revision 3359 (redmine): Merged the Object Daddy exemplars from trunk. r3337, r3340, r3342
Eric Davis

02/01/2010

01:57 PM Revision 3358 (redmine): Refactor: Move recipients method into acts_as_event
acts_as_event should be the standard interface to Redmine events, like mail
notifications, so having a standard recip...
Eric Davis

01/31/2010

11:25 AM Revision 3357 (redmine): Allow commits to reference issues of parent projects and subprojects (#4...
Jean-Philippe Lang
06:41 AM Revision 3356 (redmine): Log email delivery errors.
Jean-Philippe Lang
06:00 AM Revision 3355 (redmine): Log info when sending an email notification.
Jean-Philippe Lang
05:39 AM Revision 3354 (redmine): Fixed: deleting a project with subprojects breaks the project tree (#4701).
Jean-Philippe Lang
07:54 PM Revision 3353 (redmine): Translation updates
* pt-BR (#4692)
* sv (#4666)
* zh-TW (#4654)
winterheart

01/30/2010

06:24 AM Revision 3352 (redmine): Merged r3351 from trunk.
Jean-Philippe Lang
06:23 AM Revision 3351 (redmine): Fixed: potential security leak on my page calendar (#4691).
Jean-Philippe Lang
06:05 AM Revision 3350 (redmine): tagged version 0.9.1
Jean-Philippe Lang
05:54 AM Revision 3349 (redmine): Merged r3348 from trunk (version set to 0.9.1).
Jean-Philippe Lang
05:53 AM Revision 3348 (redmine): Updates for 0.9.1 release.
Jean-Philippe Lang
05:37 AM Revision 3347 (redmine): Merged r3346 from trunk.
Jean-Philippe Lang
05:36 AM Revision 3346 (redmine): Fixed: tests with ruby1.9 broken by r3322 (#4607).
Jean-Philippe Lang
05:28 AM Revision 3345 (redmine): Merged r3341 from trunk.
Jean-Philippe Lang
05:26 AM Revision 3344 (redmine): Merged r3343 from trunk.
Jean-Philippe Lang
05:24 AM Revision 3343 (redmine): Fixed: NOT NULL constraint error when adding a group (#4632).
Jean-Philippe Lang

01/28/2010

02:05 PM Revision 3342 (redmine): Added and updated some more object daddy exemplars.
Eric Davis
01:54 PM Revision 3341 (redmine): Use the minimum password length setting when reseting a password. (#4683)
Eric Davis

01/27/2010

01:29 PM Revision 3340 (redmine): Added some exemplars for object daddy to generate test data.
Eric Davis
 

Also available in: Atom