Commit Graph

3890 Commits (5c3c69b4a5dfb8c9428b61f67347db0fc1b935de)

Author SHA1 Message Date
Martin Linkhorst a37b574d98 DEPRECATION FIX: the notorious #other_formats_links want treatment, too 12 years ago
Martin Linkhorst 2ab039164f DEPRECATION FIX: don't forget #remote_form_for 12 years ago
Martin Linkhorst cec9c06a61 DEPRECATION FIX: and of course #form_for 12 years ago
Martin Linkhorst 9ee4ebde1a DEPRECATION FIX: continuing with #labelled_tabular_form_for 12 years ago
Martin Linkhorst d81ce2a530 DEPRECATION FIX: the saga begins: adding equal signs to form helpers in view. we start with form_tag 12 years ago
Martin Linkhorst d616d0574e DEPRECATION FIX: use errors.add(:base, msg) instead of errors.add_to_base(:msg) 12 years ago
Martin Linkhorst 36a400b711 DEPRECATION FIX: switch some variables around in order to match the new form_for api 12 years ago
Martin Linkhorst 6c5239c4e2 DEPRECATION FIX: make a badly named GroupUser model to acts as the join model for a has_many :through between groups and users. 12 years ago
Martin Linkhorst 3419564990 DEPRECATION FIX: use save(:validate => false) instead of save(false) 12 years ago
Martin Linkhorst 71fe49e862 DEPRECATION FIX: use validate :method_name instead of overwriting the validate method 12 years ago
Martin Linkhorst 13ff784e00 DEPRECATION FIX: use after_update :method_name instead of overwriting the after_update method 12 years ago
Martin Linkhorst 57addada43 mail requires header values to be strings 12 years ago
Philipp Tessenow 5689934b54 reenable wiki preview. preview link was broken as a _method='put' parameter was sent with the form. this let rails think we want a put request instead of a post request. so before sending the form we change the _method param back to 'post' 12 years ago
Jens Ulferts 885a6e1a3c defines routes for files 12 years ago
Jens Ulferts b04147a11a defines routes for projects and cleans up project route usage 12 years ago
Jens Ulferts 3471b107bc rewrites routes for news, moves comments and previews controller into news namespace 12 years ago
Martin Linkhorst 163c95d8a3 fixes 42586 - parameters are pretty messed up here :( 12 years ago
Martin Linkhorst b5a902c795 re-add the missing return values since they do matter 12 years ago
Martin Linkhorst 40562c0c08 DEPRECATION FIX: use before_destroy :method_name instead of overwriting the before_destroy method 12 years ago
Martin Linkhorst fad449657d DEPRECATION FIX: use after_save :method_name instead of overwriting the after_save method 12 years ago
Martin Linkhorst 4bac41749b DEPRECATION FIX: use before_validation :method_name instead of overwriting the before_validation method 12 years ago
Martin Linkhorst b6b27b904c DEPRECATION FIX: use after_initialize :method_name instead of overwriting the after_initialize method 12 years ago
Martin Linkhorst b783846b04 DEPRECATION FIX: use after_destroy :method_name instead of overwriting the after_destroy method 12 years ago
Martin Linkhorst 95e74abf22 DEPRECATION FIX: use before_save :method_name instead of overwriting the before_save method 12 years ago
Martin Linkhorst d05ec3be8f DEPRECATION FIX: use validate :on => :create instead of overwriting the validate_on_create method 12 years ago
Martin Linkhorst 6a62bdeb8f DEPRECATION FIX: use after_create :method_name instead of overwriting the after_create method 12 years ago
Jens Ulferts 8c6973dcee resourcifies messages aka. topics 12 years ago
Jens Ulferts 2fc22ef371 adds a find_object_and_scope that when used as a before filter finds all instances specified in the path 12 years ago
Martin Linkhorst fe372af131 DEPRECATION FIX: use before_create :method_name instead of overwriting the before_create method 12 years ago
Martin Linkhorst ccc88aea0b DEPRECATION FIX: remove RAILS_ROOT in favor of Rails.root.to_s 12 years ago
Martin Linkhorst 762cd7a2ea fixes application helper tests 12 years ago
Jens Ulferts f611d5bcc9 refactores issue_reports_controller to be a reports_controller scoped in issues 12 years ago
Jens Ulferts 060f3e7172 move issue reports routes under issues 12 years ago
Jens Ulferts 0668c65b56 resourcifies members 12 years ago
Jens Ulferts 9e2f020cf9 moves issue preview into resource routes 12 years ago
Jens Ulferts d088bbd3ae resourcifies issue_relations 12 years ago
Jens Ulferts a3fbae41be resourcified issue_categories 12 years ago
Jens Ulferts 4aacbc4b8d requires nested translations attributes on custom fields to have locale + non blank values 12 years ago
Jens Ulferts a3eaaa22ad allows exporting issues from global issue index 12 years ago
Jens Ulferts c02b3b9fd8 refactors responses from members_controller#new to have less view in the controller 12 years ago
Jens Ulferts 1b30987a0f removes members that loose their last member_role 12 years ago
Jens Ulferts 190e11b620 adding helper method to projects for adding members 12 years ago
Jens Ulferts 225629e45d adds helper method for adding a group member 12 years ago
Jens Ulferts 99bc0daaf9 replaces awesome_nested_set#leaf? with a query for whether a parent_issue is present 12 years ago
Jens Ulferts bbb32b0f73 reduces eager loading on documents#index action to when it is needed 12 years ago
Jens Ulferts b2556210db removes hidden new form in documents#index 12 years ago
Jens Ulferts 9b28e61838 resourcifies documents 12 years ago
Jens Ulferts 158997bb19 defines routes for groups, removes rjs from groups 12 years ago
Martin Linkhorst a0ff11e948 minor mailer fixes 12 years ago
Martin Linkhorst 0de9719192 added a missing helper module 12 years ago