pauleil
pauleil
Clicking Public keys under My Account results in ActiveRecord::StatementInvalid (PGError: ERROR: operator does not exist: boolean = integer LINE 1: ... FROM "gitosis_public_keys" WHERE (1=1 AND (active=1)) AND (... ^...
After installing Easy Agile (RM 1.1.2, Postgres), I can access the plugin tab with no problem. However clicking Issues produces: Processing IssuesController#index (for 192.168.1.2 at 2011-04-07 12:03:25) [GET] Parameters: {"project_id"=>"myproject",...
Redmine 1.2.1 Performed the patch, as specified in the instructions. Adding {{graphviz( digraph G { a ->b; } )}} results in Error executing the graphviz macro (undefined method `pop' for...
How do I make commas (e.g., "x,y") show up? I tried {{latex(${x,y})}} and {{latex(${x{,}y})}} but in both cases I get simply "xy". I am using Redmine 1.1.2 w/Textile (i.e., default...
When I run rake db:migrate_plugins RAILS_ENV=production I get: rake aborted! no such file to load -- svn/client Used to work fine with previous Redmine versions. Any ideas? Thanks!