Playground » History » Version 15
« Previous -
Version 15/16
(diff) -
Next » -
Current version
Andriy Lesyuk, 12/14/2015 12:37 PM
Added {{collapse}}
Playground¶
Redmine is a flexible project management web application.
Written using the Ruby on Rails framework, it is
cross-platform and cross-database.
First heading¶
- Chapter #1. Getting Familiar with Redmine
- Chapter #2. Installing Redmine
- Chapter #3. Configuring Redmine
- Chapter #4. Issue Tracking
- Chapter #5. Managing Projects
- Chapter #6. Text Formatting
- Chapter #7. Access Control and Workflow
- Chapter #8. Time Tracking
- Chapter #9. Personalization
- Chapter #10. Plugins and Themes
- Chapter #11. Customizing Redmine
Second heading¶
def self.included(base)
base.send(:include, InstanceMethods)
base.class_eval do
unloadable
alias_method_chain :repository_field_tags, :add
alias_method_chain :subversion_field_tags, :add
alias_method_chain :mercurial_field_tags, :add
alias_method_chain :git_field_tags, :add
alias_method_chain :bazaar_field_tags, :add
end
end
Third heading¶
Heading 1 | Heading 2 | Heading 3 | |
---|---|---|---|
Row heading 1 | ? | ? | ? |
Row heading 2 | ? | ? | ? |
Row heading 3 | ? | ? | ? |
Fourth heading¶
Fifth heading¶
Initial message
Reply to initial message
Sixth heading¶
- The first item
- Nested item
- Next nesting level
- Nested item
- The second item