summaryrefslogtreecommitdiffstats
path: root/lib/redmine/views
Commit message (Expand)AuthorAgeFilesLines
* Merged custom fields format refactoring.Jean-Philippe Lang2013-12-141-1/+5
* Make JSONP support optional and disabled by default (#12992).Jean-Philippe Lang2013-01-261-1/+4
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-128-8/+8
* Explicitly load dependencies for when running with config.threadsafe! (#12097).Jean-Philippe Lang2012-12-022-1/+4
* Adds JSONP support to the API (#11469).Jean-Philippe Lang2012-07-275-8/+24
* Use time_zone_select specific helper.Etienne Massip2012-06-011-0/+4
* Copyright update.Jean-Philippe Lang2012-05-058-8/+8
* fix label_for_field of LabelledFormBuilder always has class="error" in label tagToshi MARUYAMA2012-05-041-1/+1
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-254-8/+8
* Fixed that export links include page parameter.Jean-Philippe Lang2012-04-111-1/+1
* Support for nested array in API builder.Jean-Philippe Lang2012-01-291-1/+5
* Do not add invalid label attribute to input tags.Jean-Philippe Lang2012-01-081-2/+2
* Renamed TabularFormBuilder to Redmine::Views::LabelledFormBuilder.Jean-Philippe Lang2011-12-091-0/+47
* remove trailing white-spaces from lib/redmine/views/api_template_handler.rb.Toshi MARUYAMA2011-09-011-4/+4
* remove trailing white-spaces from lib/redmine/views/builders.rb.Toshi MARUYAMA2011-09-011-3/+3
* remove trailing white-spaces from lib/redmine/views/builders/json.rb.Toshi MARUYAMA2011-09-011-3/+3
* remove trailing white-spaces from lib/redmine/views/builders/structure.rb.Toshi MARUYAMA2011-09-011-7/+7
* remove trailing white-spaces from lib/redmine/views/builders/xml.rb.Toshi MARUYAMA2011-09-011-6/+6
* remove trailing white-spaces from lib/redmine/views/other_formats_builder.rb.Toshi MARUYAMA2011-09-011-4/+4
* replace RAILS_ROOT to Rails.root at lib/redmine/views/my_page/block.rb.Toshi MARUYAMA2011-06-171-4/+4
* Restores object count and adds offset/limit attributes to API responses for p...Jean-Philippe Lang2010-12-112-2/+3
* Fixes unhandled case in json builder.Jean-Philippe Lang2010-12-041-2/+2
* Fixes unhandled case in json builder.Jean-Philippe Lang2010-12-041-1/+5
* Converts IssuesController to use the new API template system and makes xml/js...Jean-Philippe Lang2010-12-031-0/+2
* Adds a builder-like template system for rendering xml and json API responses.Jean-Philippe Lang2010-12-035-0/+206
* Set a default scope for 'My page' block names translations (#3057).Jean-Philippe Lang2009-04-051-1/+1
* Allow My Page blocks to be added to from a plugin (#2840).Jean-Philippe Lang2009-02-261-0/+32
* Adds rel='nofollow' attribute to other formats download links (#2491).Jean-Philippe Lang2009-01-291-1/+1
* Adds an helper to render other formats download links.Jean-Philippe Lang2009-01-291-0/+33