implement the new site log view.

- it shows code commits only.
 - it needs to be improved to show other types of log message
This commit is contained in:
2010-02-28 01:22:17 +00:00
parent ebeb0481ce
commit 72c8419f5d
16 changed files with 304 additions and 43 deletions

View File

@ -91,6 +91,11 @@ max_upload_size = "10000"
;------------------------------------------------------------------------------
max_latest_projects = "10"
;------------------------------------------------------------------------------
; Maximum number of site log entries to show per page
;------------------------------------------------------------------------------
max_site_logs_per_page = "50"
;------------------------------------------------------------------------------
; Maximum number of svn commits to show in the front page
;------------------------------------------------------------------------------