51 Commits

Author SHA1 Message Date
Alexander Moskaliov
45ab682ec4 Continue create config window 2012-05-25 17:59:42 +04:00
Alexander Moskaliov
20553c62ea Start write Config window 2012-05-24 12:20:46 +04:00
Alexander Moskaliov
e6c9213064 Start write main application
Add localization example
2012-05-20 17:06:28 +04:00
Yannick Torrès
11294e96ed Add G+ & Fb-like button into home tab 2012-04-12 21:21:37 +02:00
Yannick Torres
94a83f08ee Upgrade to Codemirror 2. 2011-12-04 13:37:17 +00:00
Alexander Moskaliov
d426bd3afd Add language specific topic.
Fix small error,
Small refactor some methods
2011-10-23 05:54:26 +00:00
Yannick Torres
504e8cb6db Add a new button into the toolsBar when open a file in readOnly mode and only in some modules 2011-09-19 05:59:27 +00:00
Yannick Torres
f21d3555c5 Add icon to Patches for review module to reflect authService used 2011-07-21 23:02:42 +00:00
Yannick Torres
ed69488ad9 New feature : VCS user can accept a patch directly via the contextmenu on an anonymous patch name. By default, the commit message is build from the patch description incluing the email of this anonymous user. An email is send to this user atfer the commit 2011-07-06 07:03:06 +00:00
Yannick Torres
eb57c9701c Fix css 2011-07-04 00:16:56 +00:00
Yannick Torres
b22b116215 Topic feature : we can now set an information as a topic displayed directly into the main panel. All valid VCS user can change the topic as easy as double-click on it 2011-07-04 00:12:01 +00:00
Yannick Torres
5529be1581 Fix bug #55075 : We can now view (and download as a file) a unified diff for a global patch 2011-07-01 21:58:02 +00:00
Yannick Torres
3ca10d67c5 Add a mibbit widget to chat on IRC 2011-06-18 10:32:12 +00:00
Philip Olson
069510d35b Added CSS to the 'Help and support' (#php-oe-support) section 2011-06-09 18:47:20 +00:00
Yannick Torres
bdf103d8b8 New feature : on editor panel (except readOnly editor), we have now a zoom to open the file into a maximized window. Just modify the code into this new panel, close it to get it into the normal panel 2011-01-05 18:20:29 +00:00
Yannick Torres
bfa97d5ef9 New feature (bug #51727) : Now, we can link a patch. For example, like this : https://edit.php.net/?patch=en/appendices/migration53.xml&project=PHP 2011-01-01 22:33:18 +00:00
Yannick Torres
dbcecbd070 New functionnality : we can declare a user as a globalAdministrator or a lang administrator (See php/project.php.ini). Once you are an administrator, you have a new contextual menu on file in Work in progress & Patches for reviewed modules allow you to change the file's owner. 2010-12-19 19:54:04 +00:00
Yannick Torres
725853c9a3 New functionnality : allow user to check her file with xmllint tools. It display a window with all error or notify there is no error 2010-06-09 17:14:28 +00:00
Yannick Torres
e232ed22e7 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
2010-05-24 20:04:32 +00:00
Yannick Torres
ff5591e2c5 Add some class for the progress column 2010-04-28 21:05:12 +00:00
Yannick Torres
9235881c46 New functionality : We can add some notes on a file 2010-04-23 15:29:07 +00:00
Yannick Torres
bd2e87a1cd Add some default color for some text. Patch from Daniel Convissor 2010-04-22 05:13:07 +00:00
Yannick Torres
da1dafa7a9 Just a try to put info in one line 2010-04-16 22:40:00 +00:00
Yannick Torres
5b95cbacc8 New functionnality : Dictionnary. Idea from pedram. Accessible from tools panel for PendingTranslate, StateFile, ErrorFile & RevieweFile 2010-04-16 20:57:16 +00:00
Yannick Torres
06537dee8c Fix part of new functionality for bug #51449 : Add new folder 2010-04-07 19:43:50 +00:00
Yannick Torres
d1ad97a784 New functionality : update just one folder. Right click on a folder into All files module and chose 'update this folder' item in the contextmenu. Proposed by Salathe. 2010-03-31 22:35:17 +00:00
Yannick Torres
2187157299 Update minimize files to previous all change 2010-03-22 21:49:04 +00:00
Yannick Torres
1e7d9b12ce Add a new tab into the entities & acronyms panel into all files module : acronyms fetcher. Works identical to entities 2010-03-19 21:34:56 +00:00
Yannick Torres
8b18264fff Fix ids for the entities panel 2010-03-16 06:42:46 +00:00
Yannick Torres
abace58631 Fix locales for the entitie panel & font-size of the details panel 2010-03-16 06:32:57 +00:00
Yannick Torres
0f14c5745b First attempt to add a new panel into All files module to allow us to quickly select an entities from multiples files 2010-03-15 22:47:01 +00:00
Yannick Torres
d2f5fc5f8a Fix the logo into the About window 2010-03-14 22:26:49 +00:00
Yannick Torres
102dbbcf83 Rework the Editor configuration & add a lot of new options 2010-03-10 07:22:20 +00:00
Yannick Torres
1c55847263 Propose an automatic translation from Google Translation API for needTranslate module. Idea from Bjori ;) 2010-02-26 06:38:10 +00:00
Yannick Torres
10fb377bd4 CleanUp about window to reflect all change : no more use of famfam icon set. Use Oxygen from the kde project instead. 2010-02-23 18:25:07 +00:00
Yannick Torres
8a26ba76f0 Standardizes the diff system into the app. Now, we use diff cmd to get the diff of 2 files (for new and patch). No more need of an external class for this 2010-02-23 17:50:25 +00:00
Yannick Torres
34fd9e3326 Remove extra comment 2010-02-07 22:51:22 +00:00
Yannick Torres
9cfe035327 Use a new ux that allow to rotate text for the collapsed panel. We can stop using custom img for this 2010-02-07 22:50:15 +00:00
Yannick Torres
3299660979 Fix icon for the menu item : Download the diff as a patch 2010-02-07 22:07:00 +00:00
Yannick Torres
43c992e01e Change lot of icons to improve the user interface (switch from FamFam icon set to Kde oxygen icon set) 2010-02-07 19:21:19 +00:00
Yannick Torres
4aed189cae Add a new option for the editor : spellChecking. We can configure this option for each Module/Panel via the config windows 2010-02-05 20:43:48 +00:00
Yannick Torres
d045a5b5d8 Add a new card into the config window to allow some option into Files need translate module. 2010-02-05 17:42:07 +00:00
Yannick Torres
1882883718 Make a css sprite with img of the config menu 2010-02-02 17:52:25 +00:00
Yannick Torres
ed94fa9b14 Rework the editor's toolbars. Ass 2 news buttons allowing us to navigate trow all open tabs (Fix FR #50669) 2010-01-06 20:42:28 +00:00
Yannick Torres
8e5a352f1f Add multi-project support into the editor. 2010-01-04 00:15:20 +00:00
Yannick Torres
ccac34d162 More cleanUp with css & img 2009-12-29 15:59:56 +00:00
Yannick Torres
c80c7b7985 More cleanUp with css & img 2009-12-29 15:53:04 +00:00
Yannick Torres
d0d4838f25 CleanUp main css 2009-12-29 13:54:05 +00:00
Yannick Torres
3a3f8ab3a8 Add a close button to the toolbars allow close the current tab more quickly 2009-12-29 12:06:17 +00:00
Yannick Torres
b493131ada More CleanUp ; Add the possibility to run the script about entities via the UI 2009-12-27 23:37:00 +00:00