mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 00:29:58 +09:00
limit등 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4862 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c3cb299b6f
commit
0c2cc929f3
2 changed files with 3 additions and 3 deletions
|
|
@ -368,7 +368,7 @@
|
|||
}
|
||||
|
||||
|
||||
function getChangesets($module_srl, $enddate = null, $limit = 90)
|
||||
function getChangesets($module_srl, $enddate = null, $limit = 10)
|
||||
{
|
||||
if(!$enddate)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -14,12 +14,12 @@
|
|||
<dt class="changeset">
|
||||
<span class="time">{zdate($changeset->date,"H:i")}</span>
|
||||
<!--@if($changeset->type == "i")-->
|
||||
<a href="{getUrl('','document_srl',$changeset->target_srl)}">Issue <em>#{$changeset->target_srl}</em></a> ({$issues[$changeset->target_srl]->getTitleText(20)}) by <span class="author">{$changeset->author}</span>
|
||||
<a href="{getUrl('','document_srl',$changeset->target_srl)}">Issue <em>#{$changeset->target_srl}</em></a> ({$issues[$changeset->target_srl]->getTitleText(30)}) by <span class="author">{$changeset->author}</span>
|
||||
<!--@else-->
|
||||
<a href="{getUrl('act','dispIssuetrackerViewSource','erev',$changeset->revision,'type','log')}">Changeset <em>[{$changeset->revision}]</em></a> by <span class="author">{$changeset->author}</span>
|
||||
<!--@end-->
|
||||
</dt>
|
||||
<dd class="changeset">
|
||||
<p><!--@if($changeset->type == "i")--><span class="status">{$changeset->message}</span><br>{$issues[$changeset->target_srl]->getContentText(50)}<!--@else-->{$changeset->message}<!--@end--></p> </dd>
|
||||
<p><!--@if($changeset->type == "i")--><span class="status">{$changeset->message}</span><br>{$issues[$changeset->target_srl]->getContentText(80)}<!--@else-->{$changeset->message}<!--@end--></p> </dd>
|
||||
<!--@end-->
|
||||
</dl>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue