Commit Graph

1261 Commits (7909d1250af91067fb47eaed847f04e3da7131f7)

Author SHA1 Message Date
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 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
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 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
Christian Ratz 5010645823 fixes wiki#create 12 years ago
Michael Frister 94d22d696c Fix GroupsController show 12 years ago
Martin Linkhorst 866d7ec14d refactor trackers to use restful routes 12 years ago
Jens Ulferts 0ff995f800 fixes issue watching for other users 12 years ago
Martin Linkhorst c442ecb7d9 remove gantt from core (take the commit as a guide on how to bring it back as a plugin) 12 years ago
Martin Linkhorst eb506a546a i have to make that change... 12 years ago
Philipp Tessenow d46f4fc458 ensure circular dependency load order in application controller 12 years ago
Philipp Tessenow 9d09782dc4 Revert "revise: ugly hack to circumvent acitve record to explode because _two_ (yes TWO. in numbers: 2) instances of the Tracker class are loaded at the same time." 12 years ago
Philipp Tessenow 1845c2b6ba revise: ugly hack to circumvent acitve record to explode because _two_ (yes TWO. in numbers: 2) instances of the Tracker class are loaded at the same time. 12 years ago
Jens Ulferts b32b88d6dc no longer loads priority and workflow as the edit form is no longer rendered directly 12 years ago
Jens Ulferts 857dd7c4d2 uses ajaxAppend for loading the issue#edit form 12 years ago
Jens Ulferts f135d4cfbe eager loads assigned to on ancestors/descendants 12 years ago
Jens Ulferts 8f3aee5d4d eager load objects associated with the changeset 12 years ago
Jens Ulferts 9b8cad4395 eager loads objects associated to issue 12 years ago
Jens Ulferts 2c22694e98 eager loads objects associated to the issue's relations 12 years ago
Jens Ulferts 3a8753d1b5 eager loads models associated with the issues ancestors and descendants 12 years ago
Jens Ulferts d5daa90937 prevents exploiting implicit mysql typecasting 12 years ago
Martin Linkhorst 890ceb2524 update request are now :put 12 years ago
Martin Linkhorst b32e9c0028 fix a deprecation warning 12 years ago
Martin Linkhorst 3fa6738244 this needs to issue a put request 12 years ago
Martin Linkhorst 28ae758d6b REVIEW: the wiki partial got removed in favor of the wiki_tabs feature. for now, just render nothing 12 years ago
Martin Linkhorst 252fb107ea revert an old commit and assign watcher parameters through mass assignment again. instead, add a validation in the model that ensures that the user is allowed to watch the watchable. 12 years ago
Martin Linkhorst cf606a2f1f make robots work: "/robots", "/robots.txt", and "/welcome/robots.txt" (which the former two map to) will work correctly. if you want "/welcome/robots(.html)" to work add a robots.html.erb file in "/app/views/welcome". 12 years ago
Jens Ulferts 1ee8a47cfd removes "updated by" information and back link on xhr journal diff requests 12 years ago
Eric Davis 84fc92ac92 Add JournalsController#diff to diff a single field 12 years ago
Martin Linkhorst 2d3b20d905 define the default sort order at a single place 12 years ago
Martin Linkhorst c5280b970f in order to give plugins consistent entry points 12 years ago
Gregor Schmidt c94c0789bb Async loading of project list in project jump box 12 years ago
Gregor Schmidt 2379936cd8 Using flash.now instead of flash 12 years ago
Gregor Schmidt 237c0c9a50 Making i18n-js work for OpenProject 12 years ago
Philipp Tessenow a20c3068e0 fix typo in name of TimeEntry#earliest_date_for_project 12 years ago
Martin Linkhorst eb1ee2d077 deprecation fix: explicitly define a layout when overwriting 12 years ago
Gregor Schmidt eeb052280f Load user memberships by default 12 years ago
Jens Ulferts 620fc311fc adds some eager loading to the groups_controller 12 years ago
Martin Linkhorst 2120fd8359 name the project_id parameter correct 12 years ago
Martin Linkhorst c4f7b22670 there is no plugin directory anymore 12 years ago
Martin Linkhorst 0105135c37 adding all helpers isn't necessary anymore 12 years ago
Martin Linkhorst 658dca7f06 move current_user helper 12 years ago
Martin Linkhorst 6be50fa6b9 refactor the way how themes work. 12 years ago
Martin Linkhorst a67afceb0c little refactoring of user preferences 12 years ago