30 Commits

Author SHA1 Message Date
Philip Olson
4305973f8e Enabled the failed build check emails 2011-12-05 10:00:13 +00:00
Philip Olson
1d1be06544 Disabled the failed build emails, for now 2011-11-14 16:13:21 +00:00
Yannick Torres
f10908f99e Now, all exclude language work aren't realy build.. :/ 2011-10-31 17:57:55 +00:00
Yannick Torres
5a4a6a92bd don't try to check the build for exclude language 2011-10-25 15:38:50 +00:00
Yannick Torres
5b748325b0 Add language 'no' to list who we don't send email, as requested by bjori 2011-10-25 15:08:21 +00:00
Yannick Torres
ea2f0c4bd0 Don't send email for ar,bg,cs,nl,el,he,pt,sl,sv as there are inactive 2011-01-27 22:17:18 +00:00
Yannick Torres
8d646798e1 Change From header when sending email to the list 2010-12-29 20:11:14 +00:00
Yannick Torres
0a1f29fc7e Fix lang var 2010-12-27 23:14:01 +00:00
Yannick Torres
a7aed115dc Fix pt_br language to allow us to send email to us 2010-12-27 22:01:09 +00:00
Yannick Torres
1df37356e3 Revert to previous version as this change have been handle by configure.php script in version 306762 2010-12-27 21:36:52 +00:00
Yannick Torres
c07f920035 Add STDERR to the mail's content 2010-12-26 22:48:47 +00:00
Yannick Torres
f9df95ae32 Fix phpdoc email when en/ failed 2010-06-22 17:41:01 +00:00
Yannick Torres
b615f3ccf6 Revert. Specify the php binary path on cmd who use it 2010-04-22 11:17:08 +00:00
Yannick Torres
065981bb20 Fix App name ; Only display the first 20 lines of the log build ; Script all projects others than PHP 2010-04-05 20:05:57 +00:00
Yannick Torres
bdc33aa953 Fix Conf.ini path 2010-04-05 17:52:11 +00:00
Yannick Torres
8e5a352f1f Add multi-project support into the editor. 2010-01-04 00:15:20 +00:00
Yannick Torres
7d1c873650 Extract all language from login.js to RepositoryManager to make it reusable later 2009-12-19 12:12:04 +00:00
Yannick Torres
a3d10fbf37 Fix Bug spotted by Philip on email method ; Fix bug introduice with last change on configuration option 2009-12-18 23:37:08 +00:00
Yannick Torres
cf0714e1a1 Fix bug #50193 & Review all check build system. You need to upgrade the database structure with this commit 2009-12-16 22:48:36 +00:00
Yannick Torres
0eaf2433e0 CleanUp the DB before checkBuild's cron 2009-12-09 22:34:09 +00:00
Yannick Torres
d6c958b253 Remove extra echo added for debug purpose 2009-11-29 14:48:56 +00:00
Yannick Torres
c2c1c7ce78 fix path for configure.php 2009-11-24 19:28:17 +00:00
Yannick Torres
4bd30753af cvs => vcs 2009-11-14 21:02:27 +00:00
Yannick Torres
7940c8f049 cvs => vcs 2009-11-14 20:57:28 +00:00
Yannick Torres
b1ca1b9a03 more simple... 2009-11-13 22:40:21 +00:00
Yannick Torres
8ba1f108af Use email's method from AccountManager instide of standart php's mail function 2009-11-13 22:38:16 +00:00
Chan Ka Shing
a924abadce 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
2009-08-05 07:03:38 +00:00
Yannick Torres
21f9b23bea - Add new cron script witch update all data.
- Fix some file path too
2009-05-17 16:18:42 +00:00
Yannick Torres
079e92e9e4 - fix Receiver 2009-05-16 20:40:51 +00:00
Yannick Torres
5dcf245f59 - Add check_build script. This script is actually activated on my local server. An email will be send on Thursday to warn when a documentation is broken. 2009-05-16 20:38:41 +00:00