Changes between Version 76 and Version 77 of jazz/Trac_Updates


Ignore:
Timestamp:
Apr 5, 2011, 10:04:11 PM (13 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/Trac_Updates

    v76 v77  
    982982~$ sudo apt-get dist-upgrade
    983983}}}
    984  * 開啟 userdir 模組 public_html 的 php5 支援
     984 * 首先,解決 PHP 無法正常啟動的問題。
     985 * 原來是 userdir 模組加了限制,害我移除又重裝了 apache2 跟 php5 相關套件都沒效。當然某種程度,也算系統瘦身一下,清掉了一些很少用的套件。
     986 * <解法> 開啟 userdir 模組 public_html 的 php5 支援
    985987{{{
    986988#!diff
     
    10031005 </IfModule>
    10041006}}}
     1007 * 其次,由於升級到 Squeeze,trac 原本作過的一些修改,又得再作一次。先從 plugin 著手。
     1008 * 發現套件庫多了幾個擴充套件:
     1009{{{
     1010trac-email2trac - Creates and amends Trac tickets from e-mail
     1011trac-accountmanager - account management plugin for Trac
     1012trac-authopenid - OpenID authentication plugin for Trac
     1013trac-bitten - continuous integration plugin for Trac
     1014trac-bzr - Bazaar version control (bzr) backend for Trac
     1015trac-customfieldadmin - panel for administrating custom ticket fields in Trac
     1016trac-git - Git version control backend for Trac
     1017trac-graphviz - Graphs printing plugin for Trac
     1018trac-icalviewplugin - Provides iCalendar feeds for ticket queries
     1019trac-ja-resource - Japanese resources for trac
     1020trac-mastertickets - adds inter-ticket dependencies to Trac
     1021trac-mercurial - Mercurial version control backend for Trac
     1022trac-spamfilter - Spam-prevention plugin for Trac
     1023trac-wikiprint - Make Trac wiki pages printable, exporting to PDF or printable HTML
     1024trac-wikirename - trac plugin which allows to rename wiki pages
     1025trac-wikitablemacro - Table from an arbitrary SQL for Trac
     1026trac-wysiwyg - WYSIWYG style editor for the Trac issue tracking system
     1027trac-xmlrpc - XML-RPC interface to the Trac wiki and issue tracking system
     1028}}}
     1029 * 裝幾個常用的擴充套件跟覺得有必要的新套件:
     1030{{{
     1031~$ sudo apt-get install trac-accountmanager trac-graphviz trac-wikiprint trac-wikirename trac-wysiwyg
     1032}}}