obsolete.ChilliProject/app/helpers
Tim Felgentreff 8cece46dd4 Merge branch 'master' into master-journalized
Conflicts:
	app/controllers/application_controller.rb
	app/controllers/context_menus_controller.rb
	app/controllers/gantts_controller.rb
	app/controllers/issue_moves_controller.rb
	app/controllers/issues_controller.rb
	app/controllers/journals_controller.rb
	app/controllers/previews_controller.rb
	app/controllers/timelog_controller.rb
	app/helpers/issues_helper.rb
	app/helpers/journals_helper.rb
	app/models/issue.rb
	app/models/journal.rb
	app/models/journal_observer.rb
	app/views/admin/projects.rhtml
	app/views/context_menus/issues.html.erb
	app/views/issues/_action_menu.rhtml
	app/views/issues/_history.rhtml
	app/views/news/_news.rhtml
	app/views/news/index.rhtml
	app/views/repositories/diff.rhtml
	config/locales/bg.yml
	config/locales/bs.yml
	config/locales/ca.yml
	config/locales/cs.yml
	config/locales/da.yml
	config/locales/de.yml
	config/locales/el.yml
	config/locales/en-GB.yml
	config/locales/es.yml
	config/locales/eu.yml
	config/locales/fi.yml
	config/locales/fr.yml
	config/locales/gl.yml
	config/locales/he.yml
	config/locales/hr.yml
	config/locales/hu.yml
	config/locales/id.yml
	config/locales/it.yml
	config/locales/ko.yml
	config/locales/lt.yml
	config/locales/lv.yml
	config/locales/mn.yml
	config/locales/nl.yml
	config/locales/no.yml
	config/locales/pl.yml
	config/locales/pt-BR.yml
	config/locales/pt.yml
	config/locales/ro.yml
	config/locales/ru.yml
	config/locales/sk.yml
	config/locales/sl.yml
	config/locales/sr-YU.yml
	config/locales/sr.yml
	config/locales/sv.yml
	config/locales/th.yml
	config/locales/tr.yml
	config/locales/uk.yml
	config/locales/vi.yml
	config/locales/zh-TW.yml
	config/locales/zh.yml
	config/routes.rb
	doc/CHANGELOG
	lib/redmine.rb
	lib/redmine/export/pdf.rb
	lib/redmine/helpers/gantt.rb
	lib/redmine/version.rb
	public/stylesheets/application.css
	test/functional/context_menus_controller_test.rb
	test/functional/issues_controller_test.rb
	test/functional/journals_controller_test.rb
	test/functional/previews_controller_test.rb
	test/functional/users_controller_test.rb
	test/functional/wiki_controller_test.rb
	test/integration/routing_test.rb
	test/unit/issue_test.rb
	test/unit/mailer_test.rb
	test/unit/query_test.rb
2010-10-26 18:20:57 +02:00
..
account_helper.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
admin_helper.rb Refactor: move method to Project#css_classes 2010-09-10 23:07:10 +00:00
application_helper.rb Merge branch 'master' into master-journalized 2010-10-26 18:20:57 +02:00
attachments_helper.rb AttachmentsController now handles attachments deletion. 2008-12-09 16:54:46 +00:00
auth_sources_helper.rb trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
boards_helper.rb Per project forums added. 2007-05-13 17:09:56 +00:00
calendars_helper.rb Refactor: extract common code to link_to_month. 2010-08-26 16:37:26 +00:00
custom_fields_helper.rb Let custom field formats control how they are edited. 2010-04-16 15:34:05 +00:00
documents_helper.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
enumerations_helper.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
gantt_helper.rb Rewrite the Gantt chart. #6276 2010-09-10 03:09:02 +00:00
groups_helper.rb User groups branch merged. 2009-09-12 08:36:46 +00:00
issue_categories_helper.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
issue_moves_helper.rb Merged r3936 from trunk. 2010-08-19 04:33:18 +00:00
issue_relations_helper.rb Issue relations first commit (not thoroughly tested). 4 kinds of relation are available: 2007-05-05 13:22:27 +00:00
issue_statuses_helper.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
issues_helper.rb Merge branch 'master' into master-journalized 2010-10-26 18:20:57 +02:00
mail_handler_helper.rb Adds a simple API and a standalone script that can be used to forward emails from a local or remote email server to Redmine (#1110). 2008-06-25 19:25:28 +00:00
members_helper.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
messages_helper.rb Adds pagination to forum messages (#4664). 2010-02-06 12:54:13 +00:00
my_helper.rb trunk moved from /trunk/redmine to /trunk 2006-12-05 20:45:04 +00:00
news_helper.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
projects_helper.rb Merged r3924 from trunk. 2010-08-19 04:32:06 +00:00
queries_helper.rb Merged r3924 from trunk. 2010-08-19 04:32:06 +00:00
reports_helper.rb On the issue report page, 0 issue counts are now displayed as dashes. 2007-08-13 17:00:59 +00:00
repositories_helper.rb Linkify folder names on revision view (#5164). 2010-04-11 15:18:49 +00:00
roles_helper.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
search_helper.rb Fixes artefacts in truncated search results (#3622). 2009-07-18 09:46:20 +00:00
settings_helper.rb Changed the notifications to use a hierarchy UI 2010-09-28 21:09:06 +00:00
sort_helper.rb Issue list improvements for subtasking (#5196): 2010-03-27 16:55:20 +00:00
timelog_helper.rb Fixes time report with JRuby (#5404). 2010-04-30 12:18:11 +00:00
trackers_helper.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
users_helper.rb Refactor: split UsersController#edit into #edit and #update 2010-09-30 18:22:46 +00:00
versions_helper.rb Added version details view accessible from the roadmap. 2007-12-07 10:26:07 +00:00
watchers_helper.rb Move issue watchers to the sidebar. 2010-03-13 17:45:41 +00:00
welcome_helper.rb added svn:eol-style native property on /app files 2007-03-12 17:59:02 +00:00
wiki_helper.rb Fixes wiki diff escaping. 2009-06-28 11:55:49 +00:00
workflows_helper.rb Adds a workflow overview screen. 2008-09-28 12:03:17 +00:00