Commit Graph

879 Commits (d83dde0284fdaf7829b7d1862f171433a83dffe5)

Author SHA1 Message Date
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
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 9cc7eafc15 integrate wiki_menu_items into wiki-module and 12 years ago
Romano Licker 07d1f53e4a support dynamically built menu items 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 0302f2c6a7 plugins will be engines or railties which will be responsible for adding to the i18n load path 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
Martin Linkhorst b445387e7a do not register plugin settings at load time. this commit registers plugin settings, when they are registered. 12 years ago
Jens Ulferts ac9e62b376 includes top_menu_manager module fully qualified 12 years ago
Philipp Tessenow 1730f40766 remove lone forgotten debugger 12 years ago
Philipp Tessenow 35e9590375 include tinymce files only when an editor is displayed 12 years ago
Philipp Tessenow 0ed365ef70 replace tiny_mce with tiny_mce gem 12 years ago
Martin Linkhorst d50f9ff287 this is a part of a commit in redmine if you want the whole commit (adds jsonp support + tests) then look at redmine commit 3c3bdb8 12 years ago
Martin Linkhorst f1c3a5ef4e REVIEW: updated to a recent version of rubytree. fixed a minor bug. let's hope it will work. 12 years ago
Martin Linkhorst 5b3f5f3ba3 ::Builder::XmlMarkup is a BasicObject in Ruby >1.9 - contants can only be accessed with the root-sytax (::) 12 years ago
Martin Linkhorst d9f2f17b5d REVIEW: include ERB::Util module in order to use #h and co in the all helpers. 12 years ago
Martin Linkhorst 61b9f5abfc DEPRECATION FIX: remove require_library_or_gem, update the template hander api 12 years ago
Philipp Tessenow 78f6cf2bb0 replace kitten macro with more generic rndimg macro 12 years ago
Martin Linkhorst cc8c77bcf9 DEPRECATION FIX: use Rails.logger instead of RAILS_DEFAULT_LOGGER 12 years ago
Martin Linkhorst 3419564990 DEPRECATION FIX: use save(:validate => false) instead of save(false) 12 years ago
Martin Linkhorst ccc88aea0b DEPRECATION FIX: remove RAILS_ROOT in favor of Rails.root.to_s 12 years ago
Dennis Schmidt a643876f6d added mp4 and wmv to list of accepted video formats 12 years ago
Philipp Tessenow 04d597c321 added test kitten macro 12 years ago
Philipp Tessenow c58b8007df fix bug in macro argument parsing. arguments separated by comma and whitespace werent properly stripped 12 years ago
Jens Ulferts 0d597b5363 rewrites routes for issues and associated resources 12 years ago
Philipp Tessenow c4c4ed65c7 correct path to js libraries for tinymce 12 years ago
Philipp Tessenow 4ed1eb3c79 moved wiki xml formatting to chili core 12 years ago
Philipp Tessenow f0c8a28cb7 do not execute {{}}-type makros when editing 12 years ago