Commit Graph

4313 Commits (d5fbc6e90e712c07c18641cd403ff9f26c1ac66c)

Author SHA1 Message Date
Martin Linkhorst eb5ef61b8a test that the correct url including host and protocol is generated for attachments in an email. note the added :only_path option here, which defaults to true, which should mirror the original behavior. 12 years ago
Martin Linkhorst 501f4a7a01 html mails show a link to an updated attachment instead of just the name (issue #366) 12 years ago
Jens Ulferts 65ca202692 Introduces strong_parameters whithout making use of it yet 12 years ago
Christian Rijke 993c3f29ee Add version validation and spec that requires effective_date > start_date. 12 years ago
Christian Ratz 6edb2b51c8 fixed js error on time report 12 years ago
Christian Ratz 35af6d2428 make code for time entries reports more readable 12 years ago
Christian Ratz 275206deaa [OPF #483] fixes timelog report layout 12 years ago
Christian Ratz f07d5bd6cf fixed bad usage of html_safe 12 years ago
Christian Rijke a6a46306b1 Update 'quote' links and add permission for 'quoted' action. 12 years ago
Christian Rijke 18afbd5ae0 Use before_filter for new 'quoted' action. 12 years ago
Christian Rijke 33359d00b1 Change link to quoted action to new route. 12 years ago
Christian Rijke f8aae1ea76 Delete 'journals#new' as journals are not created directly and quoting now uses 'issues#quoted'. 12 years ago
Christian Rijke e1fa5c6eac Implement new route and controller action for issue quotes. 12 years ago
Christian Rijke 8bbdb0d3ba Add HTML classes to simplify jquery matching. 12 years ago
Christian Rijke 08b88a87f1 Move issues.js to separate file and implement client-side quoting for issues. 12 years ago
Christian Rijke 7cf20ec24f Move ajaxapender.js to separate file. 12 years ago
Christian Ratz 6bf8df8ef7 [OPF #487] fixes pagination links 12 years ago
Christian Ratz adcec308f6 [OPF #492] fixes special chars in issue subject 12 years ago
Christian Ratz 76e74e0e57 some code improvements 12 years ago
Christian Ratz 4ca2918752 [OPF #478] fixes wiki page renaming 12 years ago
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
jwollert 9b386a3ac8 [OPF #468] unifies footer style definitions and fixes excessive z-index 12 years ago
jwollert ce0574119b fixes estimated_hours validation on issues by explicitly making it fail on invalid input strings 12 years ago
Christian Ratz 390b091630 fix issue progress bar (opf #493) 12 years ago
Christian Ratz 045ae8c9dc fix user create with empty pwd 12 years ago
Nils Kenneweg 686f21b5c9 applies changes from PR #61 12 years ago
Martin Czuchra 247fc0de39 Improves check for api requests. 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
Philipp Tessenow 28ab23ea7f remove attr_protected for :locked and :sticky. They are safed by safe_attributes depending on the user permissions 12 years ago
Martin Linkhorst ba9d25931e always render the table, even if it's empty. this allows jquery to have an anchor to put content in. also explicitly add the <tbody> tag since the corresponding jquery code uses that one. this worked before because (at least) chrome adds implicit <tbody> tags if missing and the table isn't empty. fixes #384. 12 years ago
Philipp Tessenow f6a4ceba55 fixed openproject.org/issues/423 12 years ago
Philipp Tessenow e73372de83 added view spec for openproject.org/issues/423 12 years ago
Christian Ratz b45d4c8b44 finally fixed wiki#create 12 years ago
Christian Ratz 237c1b1b80 Revert "fixes wiki#create" 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 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
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 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 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 ddc7cf70b4 fix bug: User#allowed_to? couldn't handle Symbols in action[:controller] 12 years ago
Sebastian Schuster 765f4433dd Revert "Merge pull request #69 from opf/feature/edit_and_delete_shared_versions" 12 years ago
Philipp Tessenow 7e5cc3816f enables menus when beeing inside a namespaced controller 12 years ago
Christian Ratz 5010645823 fixes wiki#create 12 years ago
Philipp Tessenow 64d28c223e fix missing translations in settings/issue tracking 12 years ago