Commit Graph

848 Commits (c42bc9a4917526864430385997b2548f1d9de2de)

Author SHA1 Message Date
Christian Ratz 62adb12045 added requires_openproject to Redmine::Plugin 12 years ago
Christian Ratz 123c4a73ce [OPF #907] special version instead of sha1 12 years ago
Jens Ulferts 21459a384f provide every possible file with a short copyright notice 12 years ago
Michael Frister 2dd1898e78 Remove db plugin migration code 12 years ago
Christian Ratz 8535a34e9a [OPF #414] fixes issue description diff 12 years ago
Philipp Tessenow 095c586380 CustomFieldFormats may now use Procs for their label 12 years ago
Philipp Tessenow 66b177233d fix pdf export to use new translations 12 years ago
Philipp Tessenow a9a243532b add a I18n helper method which collects all possible translations for our models attributes 12 years ago
Christian Ratz 3ffcec16dc [OPF #414] fixes issue description diff 12 years ago
Philipp Tessenow d07dce788f be careful with nested namespace'd controllers in our libs 12 years ago
Philipp Tessenow 2fa3da7324 top menu renders correclty in namespace'd controllers 12 years ago
Philipp Tessenow 7e5cc3816f enables menus when beeing inside a namespaced controller 12 years ago
Jens Ulferts 7c41731ff7 fixes having partials rendered in an api template 12 years ago
Martin Czuchra 93fe13db05 Once more w/ ApiTemplateHandler. 12 years ago
Jens Ulferts 77e85048c1 Extracts all default macros into module. 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
Hagen Schink 5a824cde62 Add default activity providers only once 12 years ago
Jens Ulferts c4d92020f8 adapts calling render_details to changes signature 12 years ago
Philipp Tessenow 7bd25fe84c remove iconv warning 12 years ago
Philipp Tessenow 9a439072e8 render_detail needs an option hash now 12 years ago
Christian Rijke 96d368ea64 Move preloading from plugin.rb to redmine.rb. 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
Martin Linkhorst 64ab38840c some minor refactorings to the themes code 12 years ago
Martin Linkhorst 4270bc4cdd CodeRay is smart enough to discover the correct source encoding. so wrap normal text in CodeRay's scan method before passing it to ERB::Util.html_escape 12 years ago
Martin Linkhorst 1ae58c11d0 * unfortunately there are still two implementations 12 years ago
Martin Linkhorst dd9515d745 remove cvs scm from openproject core 12 years ago
Martin Linkhorst 96dacf3150 remove bazaar scm from openproject core 12 years ago
Martin Linkhorst 2ff10f4c54 remove mercurial scm from openproject core 12 years ago
Martin Linkhorst 4b53920965 remove darcs scm from openproject core 12 years ago
Philipp Tessenow 35f8e7d476 fix Redmine:SafeAttributes and their tests 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
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 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 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 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
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