Project

General

Profile

Actions

Backport(バックポート) #3277

closed

customizing.cssが生成された場合削除できない場合がある

Added by Rimpei Ogawa about 12 years ago. Updated almost 12 years ago.

Status:
Fixed(完了)
Priority:
Normal(通常)
Assignee:
Target version:
Start date:
2012-12-11
Due date:
% Done:

100%

Estimated time:

Description

Overview (現象)

customizing.cssが生成された際アクセス権限が644のため削除できない場合がある。
SNSを削除する際customizing.cssの権限が足りずSNSを完全に削除できない。
customizing.cssが生成された際にも削除されるよう権限の付与が必要。

Environment (再現バージョン)

OpenPNE 3.6.4
OpenPNE 3.8.1

Way to repro (再現手順)

不明

Way to fix (修正内容)

web/cache/cssのパーミッションを777に
web/cache/css/customizing.cssのパーミッションを666に変更します。

備考

管理画面でデザインの設定はいじっていない。

$ ack "customizing.css" の結果より以下の部分が関係するか?

apps/pc_backend/modules/design/lib/opCustomCssForm.class.php
18:    $this->setDefault('css', Doctrine::getTable('SnsConfig')->get('customizing_css'));                                                                                          
25:    Doctrine::getTable('SnsConfig')->set('customizing_css', $this->getValue('css'));


Related issues 1 (0 open1 closed)

Related to OpenPNE 3 - Bug(バグ) #3147: customizing.cssが生成された場合削除できない場合があるWon't fix(対応せず)kaoru n2012-08-03

Actions
Actions #1

Updated by Rimpei Ogawa about 12 years ago

  • Status changed from New(新規) to Pending Review(レビュー待ち)
  • % Done changed from 0 to 50

元チケットで stable-3.8.x へのプルリクエストをもらっていましたので、こちらでレビューします。
https://github.com/openpne/OpenPNE3/pull/58

Actions #2

Updated by kaoru n about 12 years ago

  • Description updated (diff)

本文の修正内容を更新しました。

Actions #3

Updated by Rimpei Ogawa about 12 years ago

  • Status changed from Pending Review(レビュー待ち) to Rejected(差し戻し)

https://redmine.openpne.jp/issues/3147#note-9 で元チケットを差し戻しました。2点目は当てはまりませんが1点目は同様の修正をお願いします。

Actions #4

Updated by kaoru n about 12 years ago

  • Status changed from Rejected(差し戻し) to Accepted(着手)
  • % Done changed from 50 to 0
Actions #5

Updated by kaoru n about 12 years ago

https://github.com/openpne/OpenPNE3/pull/58
修正しました。確認お願いします。

Actions #6

Updated by Rimpei Ogawa about 12 years ago

  • Status changed from Accepted(着手) to Pending Testing(テスト待ち)
  • % Done changed from 0 to 70

レビューOKです。

Actions #7

Updated by Rimpei Ogawa about 12 years ago

9f7dbf237b4880864be2bc8d6dfd127e28daa21e#3147 に紐付いていますが、本チケットに対する修正です。

Actions #8

Updated by 開 石切山 almost 12 years ago

  • Status changed from Pending Testing(テスト待ち) to Fixed(完了)
  • % Done changed from 70 to 100
Actions

Also available in: Atom PDF