- Jul 23, 2015
-
-
ulferts authored
Update OpenProject-Translations
-
Jonas Heinrich authored
-
ulferts authored
Automatically re-index journals on Migration
-
- Jul 22, 2015
-
-
Oliver Günther authored
-
Oliver Günther authored
Conflicts: Gemfile.lock lib/open_project/version.rb
-
Oliver Günther authored
bump rack to 1.4.7
-
Jan Sandbrink authored
Improve settings for mail, sys web services to improve comprehension.
-
Oliver Günther authored
-
Oliver Günther authored
This commit provides: - Improved labels for mail_handler and sys api to spell out `WS`. - Added instruction below the both checkboxes with a brief introduction on what this setting actually does.
-
Jens Ulferts authored
rack 1.4.6 contains a bug counting every multipart against the file multipart limit https://github.com/rack/rack/commit/bf5bd20c38a7b748da44ce7dbb04f3eb7b4e84ba
-
Jan Sandbrink authored
change default on rest_api_enabled
-
Jan Sandbrink authored
We should now be able to address all inconsistencies that occured before introduction of our new index
-
Jens Ulferts authored
-
Jens Ulferts authored
-
Jens Ulferts authored
-
- Jul 21, 2015
-
-
Jens Ulferts authored
-
jonasheinrich authored
Update guide to current installation dependencies
-
kgalli authored
-
kgalli authored
-
- Jul 20, 2015
-
-
kgalli authored
This guide also introduces rbanv and nodenv as replacement for rvm and nvm.
-
Jens Ulferts authored
-
ulferts authored
Hide the module menu when user is anonymous and login is required.
-
Oliver Günther authored
The public permission of `:view_news` causes the Module menu to always render when the user is anonymous, even when the Setting `login_required` is enabled. This workaround hides the module menu in this specific case. Relevant work package: https://community.openproject.org/work_packages/20935
-
ulferts authored
Add unique index over journals(journable_type, journable_id, version)
-
- Jul 18, 2015
-
-
ulferts authored
Adds a how to test all specs
-
- Jul 17, 2015
-
-
Jonas Heinrich authored
-
jonasheinrich authored
-
jonasheinrich authored
bump translations to 4.2.2
-
Jens Ulferts authored
-
Jens Ulferts authored
-
Jan Sandbrink authored
Adds how to run plugin spes
-
Jonas Heinrich authored
-
Jan Sandbrink authored
-
Jan Sandbrink authored
-
Jan Sandbrink authored
-
Jan Sandbrink authored
-
Jan Sandbrink authored
-
- Jul 16, 2015
-
-
Jan Sandbrink authored
The triplet [journable_type, journable_id, version] should never be duplicated. We don't know for sure how duplicates can occur here, but a unique index will: - prevent data corruption - cause an error when invalid data is about to be added to the database - speed up typical access to the journals table
-
- Jul 15, 2015
-
-
Jan Sandbrink authored
remove last login information from user page
-
Jens Ulferts authored
-