Commit Graph

3863 Commits (40f57c81b48ea5544221634576145bf0d62a893c)

Author SHA1 Message Date
Martin Czuchra 1d9587db1a Fixes project jumping behaviour. 12 years ago
Martin Linkhorst a860d6979a change the way the cache gets invalidated when a setting value is changed. now deletes all cache keys containing the setting's name 12 years ago
Martin Czuchra daa880645b Fixes problems that may occur in combination w/ plugins and the new API. 12 years ago
Martin Linkhorst 890ceb2524 update request are now :put 12 years ago
Martin Linkhorst 2d2851b2d7 self.translated_attributes will only find persisted translations. therefore translations not yet persisted will be added manually. 12 years ago
Martin Linkhorst 857d4eaa8c manually implement validates_presence_of :some_translated_attribute and :scope 12 years ago
Martin Linkhorst b32e9c0028 fix a deprecation warning 12 years ago
Philipp Tessenow d7f5c70ecb application_helper now understands underscores in project identifiers 12 years ago
Jens Ulferts 239cdf789f fixes I18n mail parsing 12 years ago
Jens Ulferts bb1a12d910 fixes change's path_from utf8ified assignment 12 years ago
Martin Linkhorst d8e3513b08 we need a watchable for this validation 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 eb3c743c59 fix encoding stuff and finally figured out that piece of weird code 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
Martin Linkhorst 42be728a54 REVIEW: revert part of git commit b30fac4 12 years ago
Martin Linkhorst 1ae58c11d0 * unfortunately there are still two implementations 12 years ago
Martin Linkhorst 3ae5b2fac7 fix repository tests 12 years ago
Martin Linkhorst a3675092c8 fix role tests 12 years ago
Christian Ratz 60c9e3d752 allow to set a default version on issue create via mail handler 12 years ago
Martin Linkhorst 5dc3cb2240 the default sort order in the gem version of awesome_nested_set is called :order_column. also fix a test that didn't expect the children to be sorted by name, now it does... 12 years ago
Martin Linkhorst 37867b4859 forcing attributes to be set is done differently since rails 3.2+: assign_attributes({ … }, :without_protection => true) 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 8b661f1e2b simplify Project#add_member 12 years ago
Christian Ratz 3d7a029d62 issues filter drop down sorting works with special chars 12 years ago
Jens Ulferts 3adca91704 overrides awesome_nested_set methods for issues to allow for fixing the 12 years ago
Christian Ratz f8269c533a issues filter drop down entries sorted alphabetical 12 years ago
Jens Ulferts 705200ec33 matches journaled field against regexp to be able to cope with dynamic field names 12 years ago
Jens Ulferts 98ddfe1b98 moves OpenProject formatters into JournalFormatter::Base subclasses 12 years ago
Jens Ulferts 20f3b94dfc employs the newly created jQuery Function ajaxAppend to asynchronously load 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 4df489eec2 reset sort order when clear filter is pressed 12 years ago
Martin Linkhorst 24cb139578 fixed and converted wiki#new view specs 12 years ago
Martin Linkhorst b6af2e29e3 fix a syntax error in the css. this needs to be finxed in finnlabs/finnlabs-themes heme-generator as well 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 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 348321a2d3 Avoid messing up the fallbacks array 12 years ago
jwollert e6a18dc790 move select2 customizing stuff to select2_customizing.css 12 years ago
jwollert 73131057b1 simulate tabbing away from select2 project search 12 years ago
jwollert 167eefddbd switch from chosen to select2 12 years ago
Gregor Schmidt 2379936cd8 Using flash.now instead of flash 12 years ago
Gregor Schmidt addc88816e Adding formatting to preview side in help text 12 years ago
Gregor Schmidt 237c0c9a50 Making i18n-js work for OpenProject 12 years ago