Commit Graph

7381 Commits (1b8c9bca93e205df2c5f5c696b1f0e862e108142)
 

Author SHA1 Message Date
Martin Linkhorst 1b8c9bca93 most rails apps have a current_user method in ApplicationController for a good reason. this commit also adds a little documentation on why our User.current approach is problematic. 12 years ago
Johannes Wollert 64479ab3b5 Merge pull request #90 from opf/feature/rails3_fix_progress_bar 12 years ago
jwollert 9b386a3ac8 [OPF #468] unifies footer style definitions and fixes excessive z-index 12 years ago
Christian Ratz 390b091630 fix issue progress bar (opf #493) 12 years ago
Martin Czuchra 28611acdac Merge pull request #87 from opf/feature/rails3_human_attribute_name_improvement 12 years ago
Jens Ulferts 3ba030289d improves deprecation warning message and allows passing default values 12 years ago
ulferts c339823a86 Merge pull request #56 from opf/feature/cache_store_mem_cache_2_dalli 12 years ago
Nils Kenneweg 686f21b5c9 applies changes from PR #61 12 years ago
Christian Ratz 0f378bee47 added comment to dalli gem in Gemfile 12 years ago
Christian Ratz 3c98c15003 use dalli as memcache client 12 years ago
Christian Ratz 7ae570eb49 updated gems 12 years ago
Christian Ratz 027fc71cdc fixed 'more' on edit issue 12 years ago
Sebastian Schuster da30960e8c Fixed defective links on closed issues 12 years ago
ulferts 2ce08f4908 Merge pull request #85 from opf/feature/rails3_enable_creating_board_messages 12 years ago
Philipp Tessenow 28ab23ea7f remove attr_protected for :locked and :sticky. They are safed by safe_attributes depending on the user permissions 12 years ago
sschu fd866b3d5f Merge pull request #83 from opf/feature/rails3_timelogs_in_my_page 12 years ago
Philipp Tessenow 2661d85e14 refactor my/page view spec. better variable name 12 years ago
Philipp Tessenow de85bf8a8b whitespace in my/page spec 12 years ago
Philipp Tessenow f6a4ceba55 fixed openproject.org/issues/423 12 years ago
Philipp Tessenow 9e38b5469d added view spec for openproject.org/issues/423 12 years ago
Philipp Tessenow e73372de83 added view spec for openproject.org/issues/423 12 years ago
Hagen Schink 49fa1916a0 Merge pull request #81 from opf/feature/rails3_delete_attachments 12 years ago
Philipp Tessenow 09a51050e4 added cukes for displaying and removing issue attachments 12 years ago
Christian Ratz 6cb478a709 Merge branch 'feature/rails3' of github.com:opf/openproject into feature/rails3 12 years ago
Christian Ratz b45d4c8b44 finally fixed wiki#create 12 years ago
Martin Czuchra c308f55469 Merge pull request #77 from opf/feature/rails3_broken_links_in_deep_neested_pages 12 years ago
Christian Ratz 237c1b1b80 Revert "fixes wiki#create" 12 years ago
Christian Ratz 77bece59ff Revert "fixed wiki controller test" 12 years ago
Philipp Tessenow 62ccd2904b Merge branch 'feature/rails3' into feature/rails3_broken_links_in_deep_neested_pages 12 years ago
ulferts b5791fdf05 Merge pull request #80 from opf/feature/rails3_delete_attachments 12 years ago
Philipp Tessenow e031209727 remove verify in attachment_controller 12 years ago
Philipp Tessenow 004d050f11 it's possible again to delete attachments 12 years ago
Philipp Tessenow 08361eade3 Merge branch 'feature/rails3' of github.com:opf/openproject into feature/rails3 12 years ago
Philipp Tessenow 3b70a9874b remove old-style sample plugin 12 years ago
Philipp Tessenow 24d52798e4 Merge pull request #78 from opf/feature/rails3_disable_default_attribute_name 12 years ago
Philipp Tessenow 1b6b01e097 Merge branch 'feature/rails3' into feature/rails3_broken_links_in_deep_neested_pages 12 years ago
Philipp Tessenow c2e9403af3 forgot to be careful with nested namespace'd controllers in some places 12 years ago
Philipp Tessenow 1d331d90b1 be careful with nested namespace'd controllers with computed controller values 12 years ago
Jens Ulferts cdca76e9d2 prevents attribute name to be humanized 12 years ago
Philipp Tessenow ec3829e11b be careful with nested namespace'd controllers in our controllers 12 years ago
Philipp Tessenow 15df2ecdcc be careful with nested namespace'd controllers in our models 12 years ago
Philipp Tessenow d07dce788f be careful with nested namespace'd controllers in our libs 12 years ago
Philipp Tessenow 150585e09f be careful with nested namespace'd controllers in our sample plugin 12 years ago
Philipp Tessenow b94a9e071c be careful with nested namespace'd controllers in all our views 12 years ago
Philipp Tessenow 8e32cfc6df be careful with nested controllers in helpers 12 years ago
Philipp Tessenow fbfc117a60 do not test for :project in the top_menu data structure. the :project item will be generated later 12 years ago
Philipp Tessenow 947431a7df handle nested namespaces in application_helper 12 years ago
Philipp Tessenow 581604509c fix global search_field_url in nested controllers 12 years ago
Philipp Tessenow 2fa3da7324 top menu renders correclty in namespace'd controllers 12 years ago
Philipp Tessenow ddc7cf70b4 fix bug: User#allowed_to? couldn't handle Symbols in action[:controller] 12 years ago