Commit Graph

3960 Commits (9725cbdd004b66513e483dafe8829d119e403484)

Author SHA1 Message Date
Philipp Tessenow 9725cbdd00 New translation styles for several Enumeration-views 12 years ago
Philipp Tessenow 27e971ad42 New translation styles for several File-views 12 years ago
Philipp Tessenow a84226190c New translation styles for several AuthSource-views 12 years ago
Philipp Tessenow f2dc19a2b3 New translation styles for several admin-views 12 years ago
Philipp Tessenow 81326b5a54 New translation styles for several account-views 12 years ago
Philipp Tessenow 6f9ed07679 New translation styles for several board-views 12 years ago
Philipp Tessenow 033a08dbaa use new translation style for various query-related things 12 years ago
Philipp Tessenow 4acdbf2f1b New translation styles for several my-views 12 years ago
Philipp Tessenow ecd366b2f5 use new translation style for various group-related views 12 years ago
Philipp Tessenow b685324973 UserSetting view now use new translation styles 12 years ago
Philipp Tessenow 657df3e916 let Setting/_repositories.html.erb use new translation style 12 years ago
Philipp Tessenow 7bcfe8f556 let Tracker#index view use new translation style 12 years ago
Philipp Tessenow ddb0015e54 use new translation style for various user-related views 12 years ago
Philipp Tessenow bc8a5e2c21 use new translation style for various version-related views 12 years ago
Philipp Tessenow 151c40f720 use new translation style for various workflow-related things 12 years ago
Philipp Tessenow 6390bb56f7 use new translation style for various document-related things 12 years ago
Philipp Tessenow 62d92ef05a use new translation style for various wiki/wiki_page/wiki_content things 12 years ago
Philipp Tessenow b9e085a955 versions_helper now uses new translation style 12 years ago
Philipp Tessenow 70486ec6a9 use new translations in settings_helper, slightly refactor its administration_settings_tag function 12 years ago
Philipp Tessenow 56a2f1bfa3 csv export of time_entries may now translate its headers with a precomputed String, instead of Symbols only 12 years ago
Philipp Tessenow 46cc00bf02 The ReportsController has a member header, which was accidentally translated as 'User' 12 years ago
Philipp Tessenow c68d55f95e update translations in model/view/controller/helper for time_entries 12 years ago
Philipp Tessenow 1111376429 update translations in model/view/controller/helper for issues 12 years ago
Christian Rijke 993c3f29ee Add version validation and spec that requires effective_date > start_date. 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
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