-
Notifications
You must be signed in to change notification settings - Fork 1
/
cms-changelog.html
132 lines (109 loc) · 4.04 KB
/
cms-changelog.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>ユーザー会システム ChangeLog | 日本Symfonyユーザー会</title>
<link rel="stylesheet" href="/static/basic.css" type="text/css" />
<!--
<script type="text/javascript" src="static/underscore.js"></script>
<script type="text/javascript" src="static/doctools.js"></script>
-->
</head>
<body>
<div id="all">
<div id="content">
<div id="content_wrapper">
<div id="top_menu">
<div id="top_menu_wrapper">
</div>
</div>
<div id="header_top">
<h1 id="logo_top"><a href="http://www.symfony.gr.jp/">日本Symfonyユーザー会</a></h1>
<div id="header_top_left"></div>
</div>
<!-- end #header -->
<div id="navbar">
<ul>
<li><a href="http://docs.symfony.gr.jp/">Symfony2日本語ドキュメント</a></li>
</ul>
</div>
<!-- end #navbar -->
<div id="main">
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<h1>ユーザー会システム ChangeLog</h1>
<ul>
<li><a href="http://github.com/hidenorigoto/sfjp-cms2">ユーザー会システムのリポジトリ</a></li>
</ul>
<h3><a href="https://github.com/hidenorigoto/sfjp-cms2/tree/1.01">1.01</a></h3>
<ul>
<li>リポジトリを再構築
<ul>
<li>依存モジュールが正しく設定できていなかったのを修正(submodule設定)</li>
</ul></li>
<li>Git リポジトリの同期タスクに問題があったのを調整
<ul>
<li>大きなリポジトリの場合、サーバーの設定によってはメモリを消費しすぎるためfree、unsetを追加</li>
<li>pullしても更新がなかった場合は何もしないように条件を追加</li>
<li>取得したワーキングツリーのファイルの更新日時が1日以内のもののみ処理するように条件を追加</li>
</ul></li>
</ul>
<h3><a href="http://github.com/hidenorigoto/sfjp-cms/commits/1.0">1.0</a></h3>
<ul>
<li>フッタ部にsymfonyのバージョン表示を追加</li>
<li>symfonyライブラリを1.4.7-DEVにバージョンアップ</li>
<li>ビューキャッシュを使うように変更</li>
<li>トップページの一覧表示のCSSを調整</li>
<li>一覧表示の際のページの日付を、ページの初回コミット日付に変更</li>
<li>一覧表示の際のページの並び順を、ページの初回コミット日付の降順に変更</li>
<li>各ページのデータに、初回コミット日時などのフィールドを追加</li>
<li>その他リファクタリング</li>
</ul>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
</div>
<!-- end #main -->
</div>
<!-- end #content_wrapper -->
</div>
<!-- end #content -->
<div id="footer">
<div id="footer_wrapper">
<div id="footer_content">
<div style=" position: relative;">
<div id="footer_left"></div>
<div id="footer_right"></div>
</div>
<!-- end #navbar -->
<div>
<p id="copy">
Copyright © 2015 Symfony Japan. All rights reserved.
<!-- Bandwidth and hardware provided by <a href="http://www.asial.co.jp/">アシアル株式会社</a>
Powered by <a href="http://sphinx.pocoo.org/">Sphinx</a> -->
</p>
</div>
</div>
<!-- end #footer_content -->
</div>
<!-- end #footer_wrapper -->
</div>
<!-- end #footer -->
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-16659283-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>