Commit Graph

1241 Commits (0def3223c4359c5101fdc0eff8b9d14bfff1f813)

Author SHA1 Message Date
Philipp Tessenow 35f8e7d476 fix Redmine:SafeAttributes and their tests 12 years ago
Jens Ulferts 98ddfe1b98 moves OpenProject formatters into JournalFormatter::Base subclasses 12 years ago
Martin Linkhorst 55b967c4b7 * refactored themes. themes are now subclasses of Redmine::Themes::Theme and will be registered automatically when subclassed. 12 years ago
Martin Linkhorst 9afb247beb deprecation: require 'mocha/setup' instead of just 'mocha' 12 years ago
Gregor Schmidt c94c0789bb Async loading of project list in project jump box 12 years ago
Gregor Schmidt 7c12dee3b3 Cleaning up top_menu_helper 12 years ago
jwollert 167eefddbd switch from chosen to select2 12 years ago
Martin Linkhorst 8ed05d4f78 move support libraries to /lib 12 years ago
Jean-Philippe Lang 4e1d6925c4 Override watcher_user_ids= to make ids uniq (#10538). 12 years ago
Martin Linkhorst 572fd3c3d8 seems to be a better way to define a struct 12 years ago
Martin Linkhorst b63bbe8309 refactored themes code 12 years ago
Martin Linkhorst 31e614987b provide a noop rake task called db:migrate:plugins 12 years ago
Martin Linkhorst fb6b89586b always include the jstoolbar css and js. but keep loading the correct locale file conditionally. 12 years ago
Martin Linkhorst 3c3541d39f styles for jstoolbar are compressed, minified and merged into the main theme css file 12 years ago
Martin Linkhorst c9772cefa4 we now always have a theme, so there are no 12 years ago
Martin Linkhorst 6be50fa6b9 refactor the way how themes work. 12 years ago
Martin Linkhorst 481003f502 refactored menu helper 12 years ago
Philipp Tessenow 46274632f5 Override watcher_user_ids= in acts_as_watchable to make user_ids uniq 12 years ago
Philipp Tessenow 64418fc8fd when offering watchers, only offer those users who are visible 12 years ago
Philipp Tessenow e1e39c908a add Redmine::CodesetUtil as a helper for string encodings 12 years ago
Martin Linkhorst 3475ca223c use the new assign_attributes api with disabled protection 12 years ago
Jens Ulferts ce9b860b3f explicitly defines the selected menu items for the wiki controller 12 years ago
Philipp Tessenow 84e2729b98 REVIEW: another batch of the renaming effort from Journals#changes to changed_data 12 years ago
Philipp Tessenow 70a63a65c4 rename journal#changes attribute to changed_data 12 years ago
Romano Licker 065406a387 highlight nearest ancestor of current wiki page in navigation 12 years ago
Jens Ulferts fd7bc6f306 replaces app_name with OpenProject 12 years ago
Martin Linkhorst 40d099016b DEPRECATION FIX: use String#encode instead of Iconv 12 years ago
Romano Licker 1533e888f0 check if "page"-instance variable is a WikiPage 12 years ago
Romano Licker 9b562376c3 rename link - the link actually creates a childpage 12 years ago
Romano Licker 5d1bd3f531 do not try to select a menu item for a page that has not been created yet 12 years ago
Romano Licker 803c0451f1 highlight current wikipage when 12 years ago
Romano Licker 6110dcbc5c change route of wiki's table of content 12 years ago
Romano Licker 8906ba3554 only display the 'new wiki page'-link if there is a parent page present 12 years ago
Romano Licker 447e9ad88d highlight current wiki menu item in the project navigation 12 years ago
Romano Licker 567025ccce add a permission for editing and updating wiki_menu_items 12 years ago
Romano Licker 9cc7eafc15 integrate wiki_menu_items into wiki-module and 12 years ago
Romano Licker 23e76cb9e7 remove initial wiki entries in project navigation 12 years ago
Romano Licker 07d1f53e4a support dynamically built menu items 12 years ago
Romano Licker 2f772159a9 add default controller actions and build "create child page link" 12 years ago
Philipp Tessenow 96256fe234 REVIEW - convert old find api to new AREL api. 12 years ago
Martin Linkhorst 5a93169800 ActiveSupport::SecureRandom was deprecated in favor of SecureRandom from the standard lib 12 years ago
Martin Linkhorst e5e2202707 do not register plugin settings at load time. this commit registers plugin settings, when they are registered. 12 years ago
Martin Linkhorst ef1606fc57 DEPRECATION FIX: moved plugins to lib folder as suggested by the deprecation warning 12 years ago
Martin Linkhorst 89a8e75f55 DEPRECATION_FIX: use self.table_name = :name instead of set_table_name :name 12 years ago
Martin Linkhorst 0302f2c6a7 plugins will be engines or railties which will be responsible for adding to the i18n load path 12 years ago
Martin Linkhorst ac56da9ad6 these tasks are needed to let an engine execute its cucumber features through rake against this app. 12 years ago
Philipp Tessenow f06d7486d2 REVIEW - convert old find api to new AREL api. 12 years ago
Martin Linkhorst 6d1354dbd0 ActiveSupport::SecureRandom was deprecated in favor of SecureRandom from the standard lib 12 years ago
Martin Linkhorst 0cdcfb07da these tasks are needed to let an engine execute its cucumber features through rake against this app. 12 years ago
Martin Linkhorst 761db86c10 plugins will be engines or railties which will be responsible for adding to the i18n load path 12 years ago