Commit Graph

1247 Commits (5c3c69b4a5dfb8c9428b61f67347db0fc1b935de)

Author SHA1 Message Date
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
Martin Linkhorst b30fac4a59 refactor the welcome controller 12 years ago
Martin Linkhorst 6eafde439d force attributes to be set where needed 12 years ago
Jens Ulferts 668d6ba1b8 increases robustness of menu item selection for wiki controller 12 years ago
Romano Licker 04541cc662 add before filter in order for the authentication to work 12 years ago
Jens Ulferts d02ebfde84 selects the currently edited menu entry in the main menu 12 years ago
Jens Ulferts ce9b860b3f explicitly defines the selected menu items for the wiki controller 12 years ago
Romano Licker 936f0bbdcb refactoring wiki hierarchy breadcrumb 12 years ago
Romano Licker 9cc7eafc15 integrate wiki_menu_items into wiki-module and 12 years ago
Romano Licker 7c8ac464cd introduce wiki menu items 12 years ago
Romano Licker 2f772159a9 add default controller actions and build "create child page link" 12 years ago
Martin Linkhorst 5325c2e1aa this nice commit fixes the stack too deep error. as usual it was a human mistake :( 12 years ago