svn: /web/doc-editor/trunk/ index.php install/doc-editor.sql js/locale/fr.js js/login-all-debug.js js/login-all.js js/login.js js/main-all-debug.js js/main-all.js js/main.js js/ui/cmp/About.js js/ui/cmp/CheckBuildPrompt.js js/ui/cmp/CommitLogManager.js js/ui/cmp/DictionaryGrid.js js/ui/cmp/EditorConf.js js/ui/cmp/EmailPrompt.js js/ui/cmp/ErrorFileGrid.js js/ui/cmp/FilePanel.js js/ui/cmp/GoogleTranslationPanel.js js/ui/cmp/MainMenu.js js/ui/cmp/MainPanel.js js/ui/cmp/ManagePatchPrompt.js js/ui/cm

[email protected] (Yannick Torres)
Newsgroups php.doc.web
Message-ID <[email protected]>
yannick                                  Mon, 24 May 2010 20:04:32 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=299715

Log:
New :

* upgrade extJs to 3.2.1
* Remove "Pending commit" module in favore to "work in progress" module
* Remove "Pending patch" module in favore to "patches for review" module
* Add a field to ask for an email when we logging in. It allow users to contact others.
* Add a progress bar to allow user indicate the progression of his work
* Anonymous user are no longer "anonymous", as a cookie is set on connexion to "authenticate" him.
* Anonymous user can save a file as an authenticated user. No longer only use the "patch" button.
* New rules when a file is edited. When the file is edited by :

  - an anonymous user : authenticated user can always edit it. When he does, the owner change and anonymous user can't edit it again.

  - an authenticated user : anonymous and others authenticated users can't edit it. The first user must release it (eithers commit his change, or remove the change he does). Administrator can edit it. This can allow to override change made by an authenticated user. Administrators are defined per project in configuration file.

* We no longer allow a user to commit files changed by others users. An authenticated user can only commit his files.

Bugs :

  - fix bug #51767
  - fix bug that display internal file (.new) in some modules
  - change file() class beaviours

Bug: http://bugs.php.net/51767 (Open) Add New Folder not working
      
Changed paths:
    U   web/doc-editor/trunk/index.php
    U   web/doc-editor/trunk/install/doc-editor.sql
    U   web/doc-editor/trunk/js/locale/fr.js
    U   web/doc-editor/trunk/js/login-all-debug.js
    U   web/doc-editor/trunk/js/login-all.js
    U   web/doc-editor/trunk/js/login.js
    U   web/doc-editor/trunk/js/main-all-debug.js
    U   web/doc-editor/trunk/js/main-all.js
    U   web/doc-editor/trunk/js/main.js
    U   web/doc-editor/trunk/js/ui/cmp/About.js
    U   web/doc-editor/trunk/js/ui/cmp/CheckBuildPrompt.js
    U   web/doc-editor/trunk/js/ui/cmp/CommitLogManager.js
    U   web/doc-editor/trunk/js/ui/cmp/DictionaryGrid.js
    U   web/doc-editor/trunk/js/ui/cmp/EditorConf.js
    U   web/doc-editor/trunk/js/ui/cmp/EmailPrompt.js
    U   web/doc-editor/trunk/js/ui/cmp/ErrorFileGrid.js
    U   web/doc-editor/trunk/js/ui/cmp/FilePanel.js
    U   web/doc-editor/trunk/js/ui/cmp/GoogleTranslationPanel.js
    U   web/doc-editor/trunk/js/ui/cmp/MainMenu.js
    U   web/doc-editor/trunk/js/ui/cmp/MainPanel.js
    A   web/doc-editor/trunk/js/ui/cmp/ManagePatchPrompt.js
    U   web/doc-editor/trunk/js/ui/cmp/NotInENGrid.js
    A   web/doc-editor/trunk/js/ui/cmp/PatchesTreeGrid.js
    D   web/doc-editor/trunk/js/ui/cmp/PendingCommitGrid.js
    D   web/doc-editor/trunk/js/ui/cmp/PendingPatchGrid.js
    U   web/doc-editor/trunk/js/ui/cmp/PendingReviewGrid.js
    U   web/doc-editor/trunk/js/ui/cmp/PendingTranslateGrid.js
    U   web/doc-editor/trunk/js/ui/cmp/PortletBugs.js
    U   web/doc-editor/trunk/js/ui/cmp/PortletInfo.js
    U   web/doc-editor/trunk/js/ui/cmp/PortletLocalMail.js
    U   web/doc-editor/trunk/js/ui/cmp/PortletSummary.js
    U   web/doc-editor/trunk/js/ui/cmp/PortletTranslationGraph.js
    U   web/doc-editor/trunk/js/ui/cmp/PortletTranslationsGraph.js
    U   web/doc-editor/trunk/js/ui/cmp/PortletTranslator.js
    U   web/doc-editor/trunk/js/ui/cmp/RepositoryTree.js
    U   web/doc-editor/trunk/js/ui/cmp/StaleFileGrid.js
    U   web/doc-editor/trunk/js/ui/cmp/ViewVCDiff.js
    A   web/doc-editor/trunk/js/ui/cmp/WorkTreeGrid.js
    D   web/doc-editor/trunk/js/ui/task/AcceptPatchTask.js
    U   web/doc-editor/trunk/js/ui/task/CheckBuildTask.js
    U   web/doc-editor/trunk/js/ui/task/CheckFileTask.js
    U   web/doc-editor/trunk/js/ui/task/ClearLocalChangeTask.js
    A   web/doc-editor/trunk/js/ui/task/DeletePatchTask.js
    U   web/doc-editor/trunk/js/ui/task/GetFileTask.js
    U   web/doc-editor/trunk/js/ui/task/LoadConfigTask.js
    U   web/doc-editor/trunk/js/ui/task/MarkDeleteTask.js
    A   web/doc-editor/trunk/js/ui/task/MoveToPatch.js
    A   web/doc-editor/trunk/js/ui/task/MoveToWork.js
    U   web/doc-editor/trunk/js/ui/task/PingTask.js
    D   web/doc-editor/trunk/js/ui/task/RejectPatchTask.js
    U   web/doc-editor/trunk/js/ui/task/SaveFileTask.js
    D   web/doc-editor/trunk/js/ui/task/SavePatchTask.js
    U   web/doc-editor/trunk/js/ui/task/SaveTransFileTask.js
    A   web/doc-editor/trunk/js/ui/task/SetFileProgressTask.js
    U   web/doc-editor/trunk/js/ui/task/UpdateConfTask.js
    U   web/doc-editor/trunk/js/ui/task/UpdateSingleFolderTask.js
    U   web/doc-editor/trunk/js/ui/task/VCSCommitTask.js
    U   web/doc-editor/trunk/js/ux/extjsPowered/treegrid/TreeGrid.js
    U   web/doc-editor/trunk/php/AccountManager.php
    U   web/doc-editor/trunk/php/DBConnection.php
    U   web/doc-editor/trunk/php/ExtJsController.php
    U   web/doc-editor/trunk/php/File.php
    U   web/doc-editor/trunk/php/LockFile.php
    U   web/doc-editor/trunk/php/RepositoryFetcher.php
    U   web/doc-editor/trunk/php/RepositoryManager.php
    U   web/doc-editor/trunk/php/ToolsError.php
    U   web/doc-editor/trunk/php/conf/project.pear.ini
    U   web/doc-editor/trunk/php/conf/project.php.ini
    U   web/doc-editor/trunk/php/html.templates.php
    U   web/doc-editor/trunk/scripts/cron/update_data.php
    A   web/doc-editor/trunk/themes/img/applications-development.png
    U   web/doc-editor/trunk/themes/img/block-bottom.png
    U   web/doc-editor/trunk/themes/img/block-top.png
    A   web/doc-editor/trunk/themes/img/list-add.png
    U   web/doc-editor/trunk/themes/main-all.css
    U   web/doc-editor/trunk/themes/main.css

<diffs exceeded maximum size>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.