svn: /web/doc-editor/trunk/ README TODO error_type.php install/doc-editor.sql install/firstRun.php js/main_min.js js/ui/component/TranslatorGrid.js js/ui/task/CVSCommitTask.js php/AccountManager.php php/CvsClient.php php/ExtJsController.php php/File.php php/LogManager.php php/RepositoryFetcher.php php/RepositoryManager.php php/SvnClient.php php/TranslationStatistic.php php/TranslatorStatistic.php php/VCSFactory.php php/conf.inc.php php/utility.php scripts/cron/check_build.php scripts/cron/update_data.php
[email protected] (Chan Ka Shing)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
mrkschan Wed, 05 Aug 2009 07:03:38 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=286827
Log:
modification/fix:
* introduced config DOC_EDITOR_VCS in conf.inc.php to config Version Control System type (cvs, svn, git...)
* introduced VCSFactory to replace VCS specific operation, user of CvsClient::getInstance is now using VCSFactory::getInstance instead
- VCSFactory::getInstance() has a branching block to obtain DOC_EDITOR_VCS specified VCS-client
* implemented SvnClient
* changed cvsLogin & cvsPasswd & cvsLang in AccountManager to vcsLogin & vcsPasswd & vcsLang (affected JS: ui.component.TranslatorGrid.js)
* install/doc-editor.sql change attributes that involve "cvs" to "vcs"
* File.php cvsDiff is now vcsDiff
* ExtJsController cvsCommit is now vcsCommit (affect JS: ui.task.CVSCommitTask.js)
* Re-activiated cvs commit in CvsClient
* Re-activiated email in AccountManager
* RepositoryManager availableLang is now exposed to public scope
* update error_type.php based on last commit (r284647)
* update scripts/cron/check_build.php based on last commit (r284647)
* update scripts/cron/update_data.php based on last commit (r284647)
* Fixed CvsClient log sending out as associative array that failed ui.component.CVSLogGrid
Changed paths:
U web/doc-editor/trunk/README
U web/doc-editor/trunk/TODO
U web/doc-editor/trunk/error_type.php
U web/doc-editor/trunk/install/doc-editor.sql
U web/doc-editor/trunk/install/firstRun.php
U web/doc-editor/trunk/js/main_min.js
U web/doc-editor/trunk/js/ui/component/TranslatorGrid.js
U web/doc-editor/trunk/js/ui/task/CVSCommitTask.js
U web/doc-editor/trunk/php/AccountManager.php
U web/doc-editor/trunk/php/CvsClient.php
U web/doc-editor/trunk/php/ExtJsController.php
U web/doc-editor/trunk/php/File.php
U web/doc-editor/trunk/php/LogManager.php
U web/doc-editor/trunk/php/RepositoryFetcher.php
U web/doc-editor/trunk/php/RepositoryManager.php
A web/doc-editor/trunk/php/SvnClient.php
U web/doc-editor/trunk/php/TranslationStatistic.php
U web/doc-editor/trunk/php/TranslatorStatistic.php
A web/doc-editor/trunk/php/VCSFactory.php
U web/doc-editor/trunk/php/conf.inc.php
U web/doc-editor/trunk/php/utility.php
U web/doc-editor/trunk/scripts/cron/check_build.php
U web/doc-editor/trunk/scripts/cron/update_data.php
<diffs exceeded maximum size>