Menu

Source Commit Log


Commit Date  
[r11119] by jplang

Use JSON so we don't have to parse data-rels manually (#3436).

2013-01-05 12:34:20 Tree
[r11118] by jplang

Show precedes/follows and blocks/blocked relations on the Gantt diagram (#3436).

Based on Toshi MARUYAMA's patch.

2013-01-05 12:28:34 Tree
[r11117] by jplang

Make sure that dates are stored as YYYY-MM-DD in journal details (#12713).

2013-01-04 15:38:52 Tree
[r11116] by jplang

Prevent sqlserver adapter from breaking the sub-query (#12713).

2013-01-04 10:08:29 Tree
[r11115] by jplang

Pass the order option as an array to satisfy sqlserver adapter (#12713).

Unlike other adapters, the sqlserver adapter processes the order option and wipes it when using functions.
Here we can see a "ASC" inserted in the COALESCE call:

irb(main):001:0> Issue.order("coalesce(estimated_hours, 0), id").to_sql
=> "SELECT [issues].* FROM [issues] ORDER BY coalesce(estimated_hours ASC, 0) ASC, id ASC"

This does not happen when passing the order SQL fragments separately.

2013-01-04 10:04:25 Tree
[r11114] by jplang

Use activerecord-jdbc-adapter 1.2.5.

2013-01-04 09:00:55 Tree
[r11113] by jplang

Deprecates Version#*_pourcent in favour of #*_percent (#12724).

Patch by Daniel Felix.

2013-01-04 08:30:25 Tree
[r11112] by jplang

Check permissions before the extra condition for displaying a menu item (#12721).

Patch by Daniel Ritz.

2013-01-04 08:21:33 Tree
[r11111] by tmaruyama

Merged r11109 from trunk to 2.2-stable

Upgrade to Rails 3.2.10.

2013-01-04 02:05:44 Tree
[r11110] by tmaruyama

remove trailing white-space from app/controllers/wiki_controller.rb

2013-01-04 01:11:33 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.