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
-
12:01 PM Revision 3486 (redmine): Refactor: Move the updating of an Issue to the #update method.
-
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.
-
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...
02/24/2010
-
04:23 PM Revision 3483 (redmine): Fixed: changing user/roles of project member not possible without javasc...
-
04:08 PM Revision 3482 (redmine): Fixed: projects are referenced by id in search results.
-
04:05 PM Revision 3481 (redmine): Makes project identifiers searchable (#4897).
-
12:21 PM Revision 3480 (redmine): Refactor: Start to extract IssuesController#edit into #update (REST).
02/23/2010
-
04:44 PM Revision 3479 (redmine): Reduces spacing on the bulk edit form.
-
04:26 PM Revision 3478 (redmine): Bulk edit refactoring.
-
04:10 PM Revision 3477 (redmine): Move hardcoded calendar images to css classes.
-
04:04 PM Revision 3476 (redmine): Fixed view_issues_move_bottom hook arguments (#4893).
-
12:06 PM Revision 3475 (redmine): Refactor: Extract Issue#bulk_edit from the IssuesController
02/22/2010
02/21/2010
-
09:43 AM Revision 3473 (redmine): Avoid unnecessary SQL queries when loading changesets.
-
09:42 AM Revision 3472 (redmine): Memorize commit authors to speed up changesets loading.
-
09:40 AM Revision 3471 (redmine): Adds a missing index (speeds up changesets loading).
- 09:38 AM Revision 3470 (redmine): Translation updates
- * sv (#4846)
* ru (#4861)
* de (#4870) -
09:38 AM Revision 3469 (redmine): Wraps changeset creation inside a single transation.
-
09:37 AM Revision 3468 (redmine): Removes --find-copies-harder git option to retrieve commits which was wa...
02/20/2010
-
08:35 AM Revision 3467 (redmine): Do not query git for tags and branches multiple times per request.
-
06:24 AM Revision 3466 (redmine): Remove invalid utf8 sequences from commit comments and author name (#4773).
-
05:40 AM Revision 3465 (redmine): Merged r3398 from trunk.
-
05:26 AM Revision 3464 (redmine): Merged r3409 from trunk.
-
05:22 AM Revision 3463 (redmine): Merged r3451 from trunk.
-
05:20 AM Revision 3462 (redmine): Merged r3452 from trunk.
-
05:19 AM Revision 3461 (redmine): Merged r3447 from trunk.
-
05:16 AM Revision 3460 (redmine): Merged r3448 and r3455 from trunk.
-
05:11 AM Revision 3459 (redmine): Cleanup.
-
05:07 AM Revision 3458 (redmine): Fixed: Links in Forum mails should redirect to message, not topic (#4884).
02/19/2010
-
02:10 PM Revision 3457 (redmine): Adds a controller hook before issue move (#4850).
-
02:10 PM Revision 3456 (redmine): Adds a hook on issue move form (#4850).
-
01:52 PM Revision 3455 (redmine): Fixes INSTALL and UPGRADING steps order (#4848).
-
12:00 PM Revision 3454 (redmine): Refactor: Extract #get_user_dn from AuthSourceLdap.
-
11:33 AM Revision 3453 (redmine): Refactor: extract AuthSourceLdap#search_attributes
02/18/2010
-
02:13 PM Revision 3452 (redmine): Escaping in html email templates (#4874).
-
01:53 PM Revision 3451 (redmine): Fixed: Pound (#) followed by number with leading zero (0) removes leadin...
-
11:55 AM Revision 3450 (redmine): Refactor: Rewrite authenticate_dn to use an implicit return.
-
11:55 AM Revision 3449 (redmine): Refactor: Moved the check for an empty DN to authenticate_dn
-
12:20 AM Revision 3448 (redmine): Added some common example email configs to email.yml.example (#3120)
-
12:01 AM Revision 3447 (redmine): Fix an IndexError if all the :last menu items are deleted from a menu. #...
02/17/2010
-
03:47 PM Revision 3446 (redmine): Fixed: Deselecting textile text formatting causes interning empty string...
-
03:20 PM Revision 3445 (redmine): Move SQL LIKE tokens to acts_as_searchable.
-
03:05 PM Revision 3444 (redmine): Makes search providers extensible (#3936).
-
02:08 PM Revision 3443 (redmine): Adds a test for emission address with phrase (#4855).
-
01:08 PM Revision 3442 (redmine): Fixed: unit tests broken by r3438 (#4860).
-
11:35 AM Revision 3441 (redmine): Refactor: extract an #authenticate_dn method in AuthSourceLdap
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')... -
12:03 PM Revision 3439 (redmine): Refactor: Extract method from AuthSourceLdap#authenticate
-
11:40 AM Revision 3438 (redmine): Added some tests for the LDAP authentication.
- Includes an export of an LDAP database to use in testing.
02/15/2010
-
11:41 AM Revision 3437 (redmine): Refactor: Merged TrackersController#list and #index
-
11:41 AM Revision 3436 (redmine): Refactor: Merged AuthSourcesController#list and #index
-
11:41 AM Revision 3435 (redmine): Refactor: Merged RolesController#list and #index
02/14/2010
- 02:46 PM Revision 3434 (redmine): Translation updates
- * ja (#4783)
* ru (also fixes #4771)
* sv (#4818)
* zh-TW (#4837) -
10:57 AM Revision 3433 (redmine): Merged bug fixes r3423 and r3427.
-
10:55 AM Revision 3432 (redmine): Merged bug fixes r3412 to r3414.
-
10:48 AM Revision 3431 (redmine): Merged bug fixes r3402, r3405 to r3408 from trunk.
-
08:13 AM Revision 3430 (redmine): Changes 2 png images.
-
08:07 AM Revision 3429 (redmine): Adds a few divs to the base layout (#871).
-
07:45 AM Revision 3428 (redmine): Removes duplicated LOC.
-
07:43 AM Revision 3427 (redmine): Fixed: SystemStackError (stack level too deep) on Issue#attributes= afte...
-
06:52 AM Revision 3426 (redmine): Slight forum styles changes.
-
06:49 AM Revision 3425 (redmine): Do not include news author in emphasis tag.
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).
-
08:35 AM Revision 3423 (redmine): Adds requirement for ruby version and tells that Rails is included in do...
-
05:32 AM Revision 3422 (redmine): Adds projects links (#4812).
-
04:45 AM Revision 3421 (redmine): tagged version 0.9.2
-
04:09 AM Revision 3420 (redmine): Removes a GIF image.
-
04:08 AM Revision 3419 (redmine): Minifies PNG images (#4819).
02/12/2010
-
05:08 PM Revision 3418 (redmine): Fixing locales, rake locales:update added extra whitespace to the line.
-
05:08 PM Revision 3417 (redmine): Fixed a nil method error in Setting#value=
-
02:15 PM Revision 3416 (redmine): Removed hard coded English string.
-
02:15 PM Revision 3415 (redmine): Refactor: Merged IssueStatusesController#list and #index.
-
01:43 PM Revision 3414 (redmine): Fixed: div.task incorrectly wrapping on Gantt Chart (#4813).
-
01:35 PM Revision 3413 (redmine): Issue relation: fixes error with postgres when entering a non-numeric id...
02/11/2010
-
02:30 PM Revision 3412 (redmine): Fixed: Project copy loses wiki pages hierarchy (#4797).
-
01:25 PM Revision 3411 (redmine): Log failed user logins to the Rails logger
-
11:42 AM Revision 3410 (redmine): Refactored IssueStatus finder to a before_filter
02/10/2010
-
04:42 PM Revision 3409 (redmine): Adds filter for system shared versions on the cross project issue list (...
-
04:29 PM Revision 3408 (redmine): Fixed: roadmap show subprojects issues even if subprojects is unchecked ...
-
04:21 PM Revision 3407 (redmine): Makes use of format_version_name.
-
04:13 PM Revision 3406 (redmine): Fixed: Duplicated project name for subproject version on gantt chart (#4...
-
03:38 PM Revision 3405 (redmine): Fixed: parent project field doesn't include blank value when a member wi...
-
11:59 AM Revision 3404 (redmine): Refactor: inline the utility methods in ReportsController.
-
07:56 PM Revision 3403 (redmine): Switch to using the shoulda gem from gemcutter. #4573
02/09/2010
-
01:42 PM Revision 3402 (redmine): Fixed: Repository.fetch_changesets tries to fetch changesets for archive...
-
11:47 AM Revision 3401 (redmine): Extracted the rendering from each case statement in issue_reports_details
-
11:47 AM Revision 3400 (redmine): Fixed the link to the Issue Details report, broken in r3396
02/08/2010
- 03:59 PM Revision 3399 (redmine): Translation updates
- * de (#4760)
* pt-BR (#4762)
* ru -
01:53 PM Revision 3398 (redmine): Updated object_daddy to a newer version (bugfixes)
-
01:53 PM Revision 3397 (redmine): Removed the duplicated configuration in the different test environments.
-
12:53 PM Revision 3396 (redmine): Separated ReportsController#issue_report into two separate actions.
-
12:53 PM Revision 3395 (redmine): Moved a routing test from a functional to an integration test.
02/07/2010
-
10:17 AM Revision 3394 (redmine): Do not parse the entire git log to fetch new commits (takes several minu...
-
07:48 AM Revision 3393 (redmine): Merged r3392 from trunk (0.9.2 update).
-
07:47 AM Revision 3392 (redmine): Update for 0.9.2 release.
-
07:37 AM Revision 3391 (redmine): Merged r3389 from trunk.
-
07:36 AM Revision 3390 (redmine): Translations updated to trunk r3388.
-
07:30 AM Revision 3389 (redmine): Korean support for PDF export (#4639).
-
07:23 AM Revision 3388 (redmine): Translation updates.
-
06:58 AM Revision 3387 (redmine): Merged r3379 from trunk.
-
06:57 AM Revision 3386 (redmine): Merged r3377 from trunk.
-
06:56 AM Revision 3385 (redmine): Backported r3368 from trunk.
-
06:53 AM Revision 3384 (redmine): Merged r3378 from trunk.
-
06:52 AM Revision 3383 (redmine): Merged r3376 from trunk.
-
06:50 AM Revision 3382 (redmine): Merged r3375 from trunk.
-
06:49 AM Revision 3381 (redmine): Backported r3354 from trunk.
-
06:45 AM Revision 3380 (redmine): Merged r3357 from trunk.
02/06/2010
-
01:07 PM Revision 3379 (redmine): Fixed: error raised when trying to view the gantt or calendar with a gro...
-
09:20 AM Revision 3378 (redmine): Fixed: deprecation warning in reposman.rb (#4736).
-
09:15 AM Revision 3377 (redmine): Do not show 'Quote' links on locked topics (#4749).
-
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.
-
08:26 AM Revision 3375 (redmine): Fixed: error messages displayed twice when creating a group (#4715).
-
08:13 AM Revision 3374 (redmine): Renames WikiFormatting.cache to .cache_store
-
07:54 AM Revision 3373 (redmine): Adds pagination to forum messages (#4664).
-
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...
-
04:30 AM Revision 3371 (redmine): Adds a permission for exporting wiki pages.
02/05/2010
-
11:57 AM Revision 3370 (redmine): Refactor: Pull up several #find_project methods to ApplicationController
02/04/2010
- 04:55 PM Revision 3369 (redmine): Translations updates
- * ja (#4738)
* ru (#4739) -
02:58 PM Revision 3368 (redmine): Fixed: invalid format parameter returns a DoubleRenderError on issues in...
-
02:57 PM Revision 3367 (redmine): Reverts r3366.
-
02:52 PM Revision 3366 (redmine): Fixed: invalid format parameter returns a DoubleRenderError on issues in...
-
12:24 PM Revision 3365 (redmine): Refactor: Extracted the select_all calls to a new private method.
-
12:24 PM Revision 3364 (redmine): Added tests for Issue#by_X finders
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... -
11:49 AM Revision 3362 (redmine): Refactor: Moved the raw SQL finders from ReportsController to Issue.
-
11:49 AM Revision 3361 (redmine): Converted a test to shoulda and added more checks for it's assignments.
02/02/2010
-
12:02 PM Revision 3360 (redmine): Refactor: Extract method to create a Change from a Changeset.
-
11:03 AM Revision 3359 (redmine): Merged the Object Daddy exemplars from trunk. r3337, r3340, r3342
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...
01/31/2010
-
11:25 AM Revision 3357 (redmine): Allow commits to reference issues of parent projects and subprojects (#4...
-
06:41 AM Revision 3356 (redmine): Log email delivery errors.
-
06:00 AM Revision 3355 (redmine): Log info when sending an email notification.
-
05:39 AM Revision 3354 (redmine): Fixed: deleting a project with subprojects breaks the project tree (#4701).
- 07:54 PM Revision 3353 (redmine): Translation updates
- * pt-BR (#4692)
* sv (#4666)
* zh-TW (#4654)
01/30/2010
-
06:24 AM Revision 3352 (redmine): Merged r3351 from trunk.
-
06:23 AM Revision 3351 (redmine): Fixed: potential security leak on my page calendar (#4691).
-
06:05 AM Revision 3350 (redmine): tagged version 0.9.1
-
05:54 AM Revision 3349 (redmine): Merged r3348 from trunk (version set to 0.9.1).
-
05:53 AM Revision 3348 (redmine): Updates for 0.9.1 release.
-
05:37 AM Revision 3347 (redmine): Merged r3346 from trunk.
-
05:36 AM Revision 3346 (redmine): Fixed: tests with ruby1.9 broken by r3322 (#4607).
-
05:28 AM Revision 3345 (redmine): Merged r3341 from trunk.
-
05:26 AM Revision 3344 (redmine): Merged r3343 from trunk.
-
05:24 AM Revision 3343 (redmine): Fixed: NOT NULL constraint error when adding a group (#4632).
01/28/2010
-
02:05 PM Revision 3342 (redmine): Added and updated some more object daddy exemplars.
-
01:54 PM Revision 3341 (redmine): Use the minimum password length setting when reseting a password. (#4683)
01/27/2010
Also available in: Atom