Commit Graph

3960 Commits (9725cbdd004b66513e483dafe8829d119e403484)

Author SHA1 Message Date
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
Martin Linkhorst c9597204aa cleanup: simplify the definition and calls to labelled_tabular_form_for. some of the :as and :url params that i left out might not be needed either. 12 years ago
Sebastian Schuster ef9feb97ed Removed obsolete html_safe statements from rendering issue tooltips 12 years ago
Sebastian Schuster a23b323928 Fixed issue link helper to return a html_safe string 12 years ago
jwollert 623c682bab removes restrictions on editing shared versions 12 years ago
jwollert 3b3fabaf86 CSS: fixes .ajax-indicator image path 12 years ago
Michael Frister 5963005c45 Wiki menu items: Fix route and edit form 12 years ago
Michael Frister 94d22d696c Fix GroupsController show 12 years ago
Martin Linkhorst e977d574b1 make the issue list sums cukes pass 12 years ago
Martin Linkhorst 8d797ca08a the serialization doesn't work as expected. #names should be an array but is instead a one-element array containing a comma separated list, no matter what i do. this commit fixes it by expanding the comma separated list, so it will work with either version in case somebody fixes it in the future. 12 years ago
Martin Linkhorst 866d7ec14d refactor trackers to use restful routes 12 years ago
Sebastian Schuster 9e3fcb3125 Removed the after_initialize callback in old syntax 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 4cde04b942 this file was missing, although it's referenced in application.css 12 years ago
Martin Linkhorst eb506a546a i have to make that change... 12 years ago
Martin Linkhorst d2644b23f5 requiring both jquery_ujs and prototype_ujs will result in ajax forms and links to be submitted twice (remote: true). remove prototype_ujs o fix that. 12 years ago
Martin Linkhorst 87ec6d19eb render_detail can sometimes return nil (when no applicable formatter was registered). therefore push html_safe call down. 12 years ago
Martin Linkhorst b165ff2487 REVIEW: these helper methods reside in the issues helper module. which we need to include before.. hmm 12 years ago
Christian Ratz e566967333 fixes Issue Hierarchy on issues#show 12 years ago
Christian Ratz 5408fb959e fixed select2 12 years ago
Christian Ratz e5c7f68dbb fixed textilizable helper method, wiki#edit 12 years ago
Christian Ratz a0e2cd44d1 re enable 'preview' in wiki#edit 12 years ago
Christian Ratz 11778a853a re enable 'preview' in wiki#edit 12 years ago
Philipp Tessenow 3928b62b74 when generating mails for issue changes, generate correct links 12 years ago
Philipp Tessenow 40f57c81b4 pretty format link_to options in application_helper 12 years ago
Philipp Tessenow 5154774549 repair the journals part in issue show.api 12 years ago
jwollert 487802dee7 migrate longer logins plugin to core 12 years ago
Martin Czuchra 44424d8e74 Speeds up level_list view of projects. 12 years ago
Philipp Tessenow 88934d9b2b user are allowed to watch things when <thing>.visible?(user) == true 12 years ago
Philipp Tessenow d0a849c9d2 CustomField#possible_values now takes locale options as :locale => :de instead of just :de 12 years ago
Philipp Tessenow 8fa15af8d8 lazy load project scopes 12 years ago
Philipp Tessenow 9a439072e8 render_detail needs an option hash now 12 years ago
Philipp Tessenow d9e9536bfd let migrations run again 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
Christian Rijke 9be08a767e Add a method to ensure the correct load order of core model classes with a circular dependency. 12 years ago
jwollert 061715d1dd adds has_children flag inside projects level_list 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
Philipp Tessenow ef9ae5ffa3 use scope instead of named_scope 12 years ago
Philipp Tessenow 1f4f73c1d3 merge upstream changes (1f45cd3 - pull request #5). 12 years ago
Jens Ulferts c9780734d8 lets AR handle casting of db condition for assignable_members 12 years ago
Philipp Tessenow 479086af1a fix class load order 12 years ago
Philipp Tessenow 3affd94490 Revert "wrap scope in lambdas to let the migrations run again" 12 years ago
Philipp Tessenow 7a405355f4 wrap scope in lambdas to let the migrations run again 12 years ago
Jens Ulferts 0d3be2f958 no longer serializes changes as they will be anyway 12 years ago