70 Commits

Author SHA1 Message Date
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
c0471d1625 Modify the way we compute summary information for documentation & translators. This change speed up the display of the main UI 2009-12-14 21:28:16 +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
3d09c59ff6 chmod 777 all file 2009-11-29 14:48:24 +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
Chan Ka Shing
589c2c87f5 modification/fix:
* TODO update
    - [Bug report] ClearLocalChange in class.php would attempt to remove a unexisting file thus gives invalid json response
    - added 3 items for follow-up actions of this commit
  * reloacate PingTask from js/ui to js/ui/task
  * yui-compression script included js/ui/task/*.js
  * util.log is allowed to accept arbitrary length of argments
  * fix invalid argment passing in Ext.ux.CodeMirror initialize event
  * js/ui/component/CheckDoc renames config-args
  * fix "Refresh All Data" and "Check Build" failure due to http-timeout (bug of XHR abstraction.. pending decision of keeping XHR)

main.js cleanup:
  * FilesNeedUpdateGrid is now wrapped in ui/component/StaleFileGrid.js
    - staleFileGrid handle introduced to phpDoc-namespace
  * TreeAllFile is now wrapped in ui/component/RepositoryTree.js
  * vc-diff panel is now wrapped in ui/component/ViewVCDiff.js
  * exec-diff panel is now wrapped in ui/component/ExecDiff.js
  * main-menu is now wrapped in ui/component/MainMenu.js
  * save-patch prompt is now wrapped in ui/component/PatchPrompt.js

  * Introduced _saveEnFile, _saveLangFile, _savePatch for refactored FilesNeedUpdateGrid/TreeAllFiles
    - for backward compatibility, saveEnFile, saveLangFile, savePatch remain in main.js
    - check file when save is now wrapped in ui/task/CheckFileTask.js
    - save en file is now wrapped in ui/task/SaveENFileTask.js
    - save lang file is now wrapped in ui/task/SaveLangFile.js
    - will merge save en/lang file sooner or later
  * Introduced repositoryContextMenu to phpDoc-namespace
    - will be relocated into ui/component/RepositoryTree.js sooner or later

  * Introduced reuseable CVSLogGrid component in ui/component/CVSLogGrid.js
  * Introduced reuseable FilePanel component in ui/component/FilePanel.js

  * Corresponding changes due to adoption of FilePanel
    - AF-tab remains AF-FileID, AF-panel and sub-components are now named AF-ALL-###-FileID
    - FNU-tab remains FNU-FileID, FNU-panel and sub-components are now either FNU-EN-###-FileID or FNU-LANG-###-FileID
    - relocate attributes (isModifiedEn & isModifiedLang) of FNU-tab to FNU-ENG-File-###.isModified and FNU-LANG-File-###.isModified
    - FilePanel alone is able to sync-scroll with anothor FilePanel via certain configuration
2009-06-15 07:04:54 +00:00
Chan Ka Shing
b5c9caecba modification/fix:
- ui userConf.conf_theme is not refreshed after theme change success
  - BuildStatus tab is re-opened without care. Closing re-opened BuildStatus tab will crash extjs
  - CheckDoc tab is re-opened without care. Closing re-opened CheckDoc tab will crash extjs
  - index.php includes compressed main_min.js instead of main.js, few hundred k-bytes saved in http transfer
  - included shell script for yuicompressor
  - updated TODO list

main.js cleanup:
  - doc-editor config window
    * config window is now wrapped in js/ui/component/EditorConf.js
  - doc-editor build status grid
    * build status grid is now wrapped in js/ui/component/BuildStatus.js
  - doc-editor check doc grid
    * check doc grid is now wrapped in js/ui/component/CheckDoc.js
2009-06-02 05:08:36 +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
Mehdi Achour
4de514eb62 Moved install specific files to install/
Moved jpgraph to php/
Pack the HTML functions in html.templates.php
Made a nicer web-cli-install script
Update README to reflect the directories migration
Fixed a bug in the pie script
Update .cvsignore files
2009-03-29 21:09:23 +00:00
Mehdi Achour
10fa5f0435 Whitespaces and PEAR CS 2009-03-28 23:53:29 +00:00
Yannick Torres
e83b01945d initial commit 2009-03-28 20:57:02 +00:00