Project

General

Profile

Search

Results (75)

Wiki: Changelog_6_0
h1. Changelog 6.0.x h2. version:6.0.8 (202 ... y] * Defect #42998: Username and password stored in login form * Defect #43083: Information ... Defect #42245: 5.1-stable: Redmine fails to start with error: Unknown database adapter `"mysq ... exist h3. [Security] * Defect #42238: Stored Cross-Site Scripting (XSS) in custom query * Defect #42326: Stored Cross-Site Scripting (XSS) in macros * Def ... upport] * Defect #42013: Redmine fails to start with error: Unknown database adapter `"mysq ... support] * Defect #42113: Redmine 5.x not starting with ActiveSupport Logger error * Patch ... support] * Defect #41749: Warning during startup: "Unresolved or ambiguous specs during Ge ... s not marked as required * Defect #41779: Restore `margin-top` for `#sidebar h3` * Defect #41 ... ord::Base * Patch #39110: Replacing request_store... 2024-11-11 00:21
Wiki: How_to_use_encrypted_database_credentials
{{TOC}} h1. Securing Sensitive Credentials ... encrypted credentials feature in Rails. Starting with **Rails 5.2**, sensitive data (like API keys, database passwords, etc.) can be stored in an encrypted format, ensuring that only ... "nano" bundle exec rails credentials:edit # Start editing the credentials file using your fav ... cure_password </code></pre> h3. Securely Store the Master Key The @config/master.key@ file must be stored securely and excluded from your version con ... ach ensures that your database passwords are stored securely and can only be decrypted by syste ... r']}.uniq if adapters.any? </code></pre> 2024-09-29 12:27
Wiki: Changelog_5_1
h1. Changelog 5.1.x h2. version:5.1.11 (20 ... y] * Defect #42998: Username and password stored in login form * Defect #43083: Information ... Defect #42245: 5.1-stable: Redmine fails to start with error: Unknown database adapter `"mysq ... roring h3. [Security] * Defect #42326: Stored Cross-Site Scripting (XSS) in macros * Def ... upport] * Defect #42013: Redmine fails to start with error: Unknown database adapter `"mysq ... support] * Defect #42113: Redmine 5.x not starting with ActiveSupport Logger error h2. v ... support] * Defect #41749: Warning during startup: "Unresolved or ambiguous specs during Ge ... for 0% progress issues/versions with future start dates beyond chart range h3. [I18n] * ... ettings/_users.html.erb * Patch #37591: Use start_with? or end_with? to check the first or la ... e #38456: OR search with multiple terms for "... 2023-10-30 22:52
Wiki: ItFAQ
h1. Frequently Asked Questions {{TOC}} ... ficate fingerprint be manually validated and stored in a config-dir accessible by the user runn ... change: @if transitive@ to @if trans@ then restart the app. See http://www.germane-software.c ... fications* (remove @config/email.yml@) and restart Redmine. h2. Miscellanea h3. Le e ... ction_mailer.logger = nil </pre> After restarting the application, every email sent will b ... king? Textile inline styles were disabled starting from Redmine version#2 for security reas ... /app/models/user.rb: 'The hashed password is stored in the following form: SHA1\(salt + SHA1(pa ... luded in the referrer with both those values. 2023-07-31 10:12
Wiki: Changelog_5_0
h1. Changelog 5.0.x h2. version:5.0.14 (20 ... y] * Defect #42998: Username and password stored in login form * Defect #43083: Information ... support] * Defect #42113: Redmine 5.x not starting with ActiveSupport Logger error h2. v ... for 0% progress issues/versions with future start dates beyond chart range h3. [I18n] * ... upport] * Defect #36892: Redmine does not start when installed --without markdown h3. [I ... 52: Ability to add watchers to Wiki pages 2022-03-28 21:58
Wiki: Install_Redmine_421_on_Centos_7
h1. Installation of Redmine 4.2.x on CentOS 7 ... /ruby-2.7.2/wrappers/ruby /usr/bin/passenger start ## Notes for RVM users Do you want to ... _rw_t redmine-4.2.2/public/plugin_assets/ restorecon -Rv redmine-4.2.2/ </pre> h2. Enviro ... </pre> That's it! At this point, restart Apache. <pre> systemctl restart httpd </pre> You should be able to acc ... ill have to repeat the chown procedure above. 2021-07-29 17:11
Wiki: RedmineAdminInformation
h1. Administration information {{>toc}} ... mission to the directory so that Redmine can store files. See [[RedmineInstall#Step-8-File-syst ... displayed, Redmine may raise an exception at startup after you install or update plugins. This ... mission to the directory so that Redmine can store files. h3. MiniMagick available It ind ... formation helps them to investigate issues. 2020-05-06 11:22
Wiki: Changelog_4_1
h1. Changelog 4.1.x h2. version:4.1.7 (202 ... if the due date is the leftmost date or the start date is the rightmost date * Defect #33175: Starting or ending marker is not displayed if the ... h #33958: Jump to end of line in editor when starting list or quote h2. version:4.1.1 (2020 ... ail notifications subject * Feature #13307: Start date and due date in email notifications * ... ~> 0.17.0) * Feature #31911: Update request_store gem to 1.4 * Patch #31126: Update sqlite3 g ... e #13803: Implement grouping issues by date (start, due, creation, update, closing dates) * F ... s filter to a larger one * Feature #31879: "starts with" and "ends with" filter operators for ... : Show locked badge for locked wiki pages 2019-12-20 13:21
Wiki: Install_Redmine_346_on_Centos_75
h1. Installation of Redmine 3.4.6 on CentOS 7 ... ql-community-server mysql-devel systemctl start mysqld.service systemctl enable mysqld.s ... pre> Let's now make sure that Redmine can start using Webricks (later on we shall Apache in ... pache:apache files log tmp vendor </pre> Restart apache: <pre> systemctl restart httpd </pre> There you go: browse to http ... irectory where all SVN repos will/have to be stored: <pre> [As root/sudo]: export SVN=/v ... irectory where all GIT repos will/have to be stored: <pre> [As root/sudo]: export GIT=/v ... </Limit> </Location> </pre> 2018-10-01 22:38
Wiki: Install_Redmine_34_on_RHEL74
h1. Install Redmine 3.4 on RHEL7.4 Here is ... trust </pre> You can then start the database server: <pre> % sudo systemctl start postgresql-10 % sudo systemctl enable post ... % postgresql-setup initdb % sudo systemctl start postgresql % sudo systemctl enable postgre ... h3. For MySQL / MariaDB Installing and starting the database server <pre> # MariaDB (f ... tall mariadb mariadb-devel % sudo systemctl start mariadb % sudo systemctl enable mariadb < ... n bundle exec rake db:migrate </pre> h2. Start the server Note that you may want to ope ... Booting WEBrick => Rails 4.2.8 application starting in production on http://0.0.0.0:3000 => Run `rails server -h` for more startup options => Ctrl-C to shutdown server [2 ... 18-02-01 12:49:02] INFO WEBrick::HTTPServer#star... 2018-02-02 11:48
Wiki: RedmineBackupRestore
h1. Backing up and restoring Redmine {{>to ... should include: * Database * Attachments (stored in the @files@ directory under the installa ... cking up attachments All file uploads are stored in @attachments_storage_path@ (defaults to ... n via Debian package, the attached files are stored in @/var/lib/redmine/default/files@. You ... or "*_filename.filextention", in my case the stored file start with 12 digits: <@yymmddhhmmss@>. Interest ... files /path/to/backup/files </pre> h2. Restore h3. Restoring a database h4. MySQL ... @2018-07-30.gz@, then the database can be restored with the following command: <pre> gunzi ... ample then you need to use the command @pg_restore@: <pre> pg_restore -U <username> -h <hostname> -d <redmine_data ... lc </pre> otherwise a text file can be re... 2018-01-10 15:08
Wiki: Changelog_3_2
h1. Changelog 3.2.x h2. version:3.2.9 (201 ... ring Time Entry activities * Defect #24199: Stored XSS with SVG attachments * Defect #24307: ... er * Defect #21219: Date pickers images for start/due date fields are not shown for issues wi ... much sense * Defect #21488: Don't use past start date as default due date in the date picker ... lue * Defect #21175: Unused strings: label_(start|end)_to_(start|end) * Defect #21182: Project.uniq.visible ... 60: Custom field format with possible values stored as records * Feature #21148: Remove "Lates ... ange Japanese translation for text_user_wrote 2016-06-19 14:50
Wiki: HowTo_Install_Redmine_30x_on_Ubuntu_140 ... Passenger_MySQL_Subversion_and_Git_(Gitolite)
h1. HowTo Install Redmine 3.0.x on Ubuntu 14. ... svn.passwd redmine sudo service apache2 restart </pre> Create the repository <pre> su ... LS_ENV=production rake redmine_git_hosting:restore_default_settings RAILS_ENV=production rake ... var/www/html/redmine sudo service apache2 restart </pre> Generate new secret: <pre> sud ... ke tmp:sessions:clear exit </pre> h2. Start Redmine Remine should now available at y ... hod: :smtp smtp_settings: enable_starttls_auto: true address: smtp.host.com ... og/git_hosting.log /var/log/apache2/error.log 2015-07-10 16:09
Wiki: DeRedmineUpgrade
Übersetzung der "Rev. 84":http://www.redmine. ... n hierzu finden Sie unter [[DeRedmineBackupRestore|Sichern und Wiederherstellen von Redmine]] ... RAILS_ENV=production</pre></code> *2.* Neustarten des Anwendungsservers (z.B. puma, thin, p ... rsion:2.0.0 war es nötig eine Datei @session_store.rb@ im Verzeichnis @config@ anzulegen, um Co ... -0-9-6-to-1-0-0/ --cybersprocket (14.08.2010) 2015-06-19 00:16
Wiki: DeRedmineInstall
{{>toc}} Übersetzung der "Revision 339":ht ... pre> h3. Schritt 5 - Erzeugen des Session Store Secrets Dieser Schritt erzeugt einen zufä ... ines neuen Secret Tokens macht nach einem Neustart alle bestehenden Sesssions ungültig. <pr ... die Anwendung muss nach jeder Änderung neu gestartet werden. h3. Email/SMTP-Servereinstellu ... n hierzu finden sie unter [[DeRedmineBackupRestore|Sichern und Wiederherstellen von Redmine]] ... Interpreter). Nach dessen Installation ist _Start Command Prompt with Ruby_ im Startmenü auszuwählen. +Setzen der @RAILS_ENV@ ... die auf der Download-Seite aufgelistet sind. 2015-06-15 17:53
Wiki: Changelog_2_5
h1. Changelog 2.5.x h2. version:2.5.3 (201 ... rom address with full name * Defect #16655: start_date not set despite settings[default_issue_start_date_to_creation_date] being set. * Defect ... * Defect #15704: Journal for relation should store relation type instead of i18n key * Defect ... t more character encodings in incoming emails 2014-10-21 21:22
Wiki: Install_Redmine_25x_on_Centos_65_complete
h1. Install Redmine on Centos 6.5 - 64 bit ... After the update completed, we need to restart the system using the following command : ... server !InstallApacheMysql.png! Allow start services when OS boot : <pre><code class ... httpd on chkconfig mysqld on service httpd start service mysqld start </code></pre> Set the password for MySQ ... exit, the server name will be changed when restarting. h2. Configuring the Firewall We d ... pre><code class="C"> /etc/init.d/iptables restart /etc/init.d/ip6tables restart </code></pre> Allow turn on the firewal ... s on </code></pre> Finally, we need to restart the system to apply the changes to the SELi ... p-pecl-apc php-soap !InstallPHP.png! Restarting the Apache service : service httpd re... 2014-06-25 15:27
Wiki: HowTo_Install_Redmine_(>_25x)_on_Heroku
h1. HowTo Install Redmine (> 2.5.x) on Heroku ... c/plugin_assets config/initializers/session_store.rb config/initializers/secret_token.rb con ... to heroku <pre> heroku addons:add sendgrid:starter </pre> This is just a free-200-mails-pe ... it works and I hope to help others as well ;) 2014-05-05 10:54
Wiki: Changelog_2_4
h1. Changelog 2.4.x h2. version:2.4.7 (201 ... _ * Defect #14086: Better handling of issue start date validation * Defect #14206: Synchroni ... e closed * Feature #14024: Default of issue start and due date * Feature #14060: Enable configuration of OpenIdAuthentication.store * Feature #14228: Registered users should h ... Patch #15369: Bulgarian translation (r12278) 2014-03-02 12:43
Wiki: Changelog_2_3
h1. Changelog 2.3.x h2. version:2.3.4 (201 ... duration allowed * Defect #12736: Negative start/due dates allowed * Defect #12968: Subtask ... e upload with progress bar * Feature #5298: Store attachments in sub directories * Feature #5 ... es * Patch #13514: fixing some pt-br locales 2013-11-17 12:41
Wiki: RedmineInstallOSXMavericksServer
h1. Installing Redmine on OS X 10.9 Mavericks ... so install a nifty little preference pane to start and stop the MySQL server. Make sure the Mysql-server is started before you proceed and that it is started after each machine restart. To make database administration easier ... g installation fails, it's easier to have it stored locally). See note below about workable ver ... z/aktualizujeme-redmine-na-novou-verzi-2-5-x/ 2013-10-29 02:12
Wiki: HowTo_Install_Redmine_231_On_Ubuntu_1204_with_git_and_Redmine_Git_Hosting_plugin
h1. HowTo Install Redmine 231 On Ubuntu 1204 ... d: my_password </pre> Generate a session store secret: <pre> rake generate_secret_token ... tion We used the following resources as a starting point. Thanks to their respective author ... bian_with_Ruby-on-Rails_and_Apache2-Passenger 2013-07-13 20:25
Wiki: Changelog_2_2
h1. Changelog 2.2.x h2. version:2.2.4 (201 ... 2799: Cannot edit a wiki section which title starts with a tab * Defect #12801: Viewing the h ... setting is checked * Defect #12092: Issue "start date" validation does not work correctly * ... name * Feature #12125: Set filename used to store attachment updloaded via the REST API * Fea ... Lazy loading of translation files for faster startup * Patch #11846: Fill username when authe ... d * Patch #12619: Russian translation change 2013-05-01 17:24
Wiki: RedmineRake
h1. Rake tasks p{color:red}. WIP {{>toc ... ke redmine:attachments:prune@ _Applicable starting from version version:2.3.0._ When a u ... Encrypts or decrypts SCM and LDAP passwords stored in the database. h3. @rake redmine:attachments:move_to_subdirectories@ Moves attachments stored at the root of the file directory (ie. Ava ... e:migrate_from_trac@ Trac migration script 2013-04-12 09:47
Wiki: InstallRedmineOnDebianStableApacheMysqlPassenger
h1. Preface Last updated: Nov. 1st, 2016 ( ... te a new database or you don't know how to restart apache) please use the search engine of you ... ord: XXX</pre> h2. 2.5 generate a session store secret <pre>rake generate_secret_token</p ... ptions -MultiViews </Location> </pre> Restart apache, test if http://yourhost.com/redmine ... =production /opt/redmine/script/about@. }} 2013-01-21 22:07
(1-25/75)