mirror of
https://github.com/sibprogrammer/owp.git
synced 2026-04-25 07:25:53 +03:00
[PR #10] [CLOSED] Support Rails relative_root configuration #61
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/owp#61
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sibprogrammer/owp/pull/10
Author: @veloutin
Created: 2/29/2012
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
86a655eSupport relative root url📊 Changes
54 files changed (+263 additions, -250 deletions)
View changed files
📝
app/controllers/admin/backups_controller.rb(+1 -1)📝
app/controllers/admin/event_log_controller.rb(+1 -1)📝
app/controllers/admin/hardware_servers_controller.rb(+2 -2)📝
app/controllers/admin/ip_addresses_controller.rb(+1 -1)📝
app/controllers/admin/os_templates_controller.rb(+1 -1)📝
app/controllers/admin/requests_controller.rb(+2 -2)📝
app/controllers/admin/roles_controller.rb(+1 -1)📝
app/controllers/admin/search_controller.rb(+1 -1)📝
app/controllers/admin/server_templates_controller.rb(+1 -1)📝
app/controllers/admin/tasks_controller.rb(+1 -1)📝
app/controllers/admin/users_controller.rb(+1 -1)📝
app/controllers/admin/virtual_servers_controller.rb(+5 -5)📝
app/controllers/application.rb(+8 -4)📝
app/controllers/iphone/base.rb(+1 -1)📝
app/controllers/sessions_controller.rb(+1 -1)📝
app/helpers/application_helper.rb(+4 -0)📝
app/views/admin/backups/list.html.erb(+7 -7)📝
app/views/admin/dashboard/index.html.erb(+3 -3)📝
app/views/admin/event_log/list.html.erb(+3 -3)📝
app/views/admin/hardware_servers/list.html.erb(+15 -15)...and 34 more files
📄 Description
and app/helpers/application_helper.rb that prepends
Rails.configuration.action_controller[:relative_url_root]
-change image urls in static css from /images to ../images
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.