[PHP-DOC] Re: Git support in PHPDoE

2011-12-15 Thread Александр Москалёв
2011/12/11 Александр Москалёв . > > 2) We can't push to repository through different users. (or I don't know > how..) > So we must be commit through one user with indicate real user in comment of > commit. > Any other ideas? Update: We can create special user

Re: [PHP-DOC] Git support in PHPDoE

2011-12-11 Thread Александр Москалёв
2011/12/11 Ferenc Kovacs > > http://linux.die.net/man/1/git-commit > > see --author > >From https://wiki.php.net/rfc/dvcs : > Git can use HTTP Basic auth to verify whether a user is allowed to login. > We can use HTTP Digest for authentication and an update hook to check > whether the user is au

[PHP-DOC] Git support in PHPDoE

2011-12-11 Thread Александр Москалёв
We have some questions about git support in PHPDoE 1) $Id$ keyqords. Now we can use https://github.com/TheFrozenFire/git-rcs-keywords . Thx to FrozenFire. 2) We can't push to repository through different users. (or I don't know how..) So we must be commit through one user with indicate real user i

[PHP-DOC] Google Translate API.

2011-12-11 Thread Александр Москалёв
Hello Yannick. Let's discuss problem with google translate api) In PHPDoE now it's not work. Cause google translate now paid. Possible solutions: 1) remove translate feature 2) replace by other api (for example BING) 3) try to contact with Google. (johannes can try send mail them and CC you in thi

Re: [PHP-DOC] missing docs for 5.4

2011-11-25 Thread Александр Москалёв
Also missing JSON_BIGINT_AS_STRING . With regards, Alexander Moskaliov ir...@irker.net

[PHP-DOC] Re: PhDOE : braking reload all store processus

2011-11-02 Thread Александр Москалёв
Hello! I broke all except first item =) It's my mistake, and I fixed it. Also, Yannick, can we sync yuicompressor version between us? (for cancel generate css or js files when it didn't changed) With regards, Alexander Moskaliov ir...@irker.net 2011/11/2 Yannick Torrès > Hi Irker, > > Could t

Re: [PHP-DOC] SVN Account Request: bhychik

2011-10-25 Thread Александр Москалёв
He did not makes contact for a long time. I think if he appears again - we recommend him to send new translated files and repeat the request. With regards, Alexander Moskaliov ir...@irker.net 2011/10/25 Hannes Magnusson > On Thu, Sep 1, 2011 at 08:18, Alexey Shein wrote: > > 2011/8/31 Hannes M

[PHP-DOC] Re: Повідомлення через власний профіль Google: Ukrainian edition of php.net

2011-09-15 Thread Александр Москалёв
Михась Коберник see also: http://news.php.net/php.doc/969383027 With regards, Alexander Moskaliov ir...@irker.net

Re: [PHP-DOC] SVN Account Request: andresdzphp

2011-09-12 Thread Александр Москалёв
> mysql> select id,type from staticValue where type='karma_list'; > +---++ > | id    | type       | > +---++ > | 19430 | karma_list | > | 20077 | karma_list | > +---++ I found 2 cache row. (Must be 1) I delete it. Try now. With regards, Alexander

[PHP-DOC] Separate vcs directory from directory with new files

2011-09-09 Thread Александр Москалёв
I started modify edit.php.net to separate vcs folder from folder with new files... It's require big refactor, and I need consultation with Yannick later about some critical questions. So Yannick, please be sure to let, when you will be free and do not begin to solve this task without me, so I did

[PHP-DOC] Re: [DOC-BUGS] Bug #55358 [Com]: Wrong error warning

2011-09-07 Thread Александр Москалёв
Hello! I agree with you, when EN file was not changed by someone else. But when someone else changed the file, even if you have the EN svn karma, you need to see what has changed by that user. Because you can not use these strange non-commited Changes in the LANG file. These changes still need to

[PHP-DOC] Re: [DOC-BUGS] Bug #55358 [Com]: Wrong error warning

2011-09-06 Thread Александр Москалёв
Yannick, I attached file to this mail. It's without compressed files. With regards, Alexander Moskaliov ir...@irker.net 2011/9/7 Yannick Torrès : > Hi Irker, > Could you please provide us the content of this patch ? > After review it, you can directly commit it into trunk. > Best, > Yannick In

[PHP-DOC] Re: [DOC-BUGS] Bug #55358 [Com]: Wrong error warning

2011-09-06 Thread Александр Москалёв
I have fix for this bug, but I wait before somebody help me with http://news.php.net/php.doc/969383176 With regards, Alexander Moskaliov ir...@irker.net 2011/9/5 ir...@php.net : > > It seems errors were caused by other things. > Look here: > 1) User (anonymous/authenticated) change english f

[PHP-DOC] online editor branch

2011-09-05 Thread Александр Москалёв
Hi! Maybe create a branch that is automatically updated on the server. (as trunk now) And develop the site in trunk? With regards, Alexander Moskaliov ir...@irker.net

Re: [PHP-DOC] edit.php.net update cron script

2011-09-03 Thread Александр Москалёв
I think we must create global "new" directories and save new files in it. data/phpdoc-all/ data/phpdoc-all.new/ data/peardoc/ data/peardoc.new/ phd/ revchek/ In this case we no need ".new" postfix in file name and this directories will be not under version control. With regards, Alexander Moska

Re: [PHP-DOC] edit.php.net update cron script

2011-09-02 Thread Александр Москалёв
tion: In some languages exists some conflict files. What about it? (it's no '.new' files, it's '.xml' files) May be use "--accept=theirs" option also or fix it manually if it's old error? - thx Shein for help. With regards, Alexander Moskaliov i

Re: [PHP-DOC] edit.php.net update cron script

2011-09-02 Thread Александр Москалёв
I found what option '--force' for svn update can temporary solve this bug. If no one is against, I might add this option? Maybe there are some bad features, which I do not know? With regards, Alexander Moskaliov ir...@irker.net 2011/9/2 Александр Москалёв : > Let me explain with an

Re: [PHP-DOC] edit.php.net update cron script

2011-09-02 Thread Александр Москалёв
Let me explain with an example: 1) Site User translate new file language/predefined/errorexception/etseverity.xml.new and save it 2) Site ceate language/predefined/errorexception directory and etseverity.xml.new fileNOT under version control 3) User with SVN account created same directory or on

Re: [PHP-DOC] edit.php.net update cron script

2011-09-02 Thread Александр Москалёв
I think I found a bug. Problem with svn conflict. The site provides a directory that does not add a version control and causes conflicts. Because of these conflicts in several languages files are not updating. And this is a critical issue. We can get rid of the force of these conflicts, but I thi

Re: [PHP-DOC] edit.php.net update cron script

2011-09-02 Thread Александр Москалёв
           |        9868     |    10168 With regards, Alexander Moskaliov ir...@irker.net 2011/9/2 Александр Москалёв : > For example, I have my local copy of doc-editor with actual file states: > RU files       | edit.php.net  | edit.irk

Re: [PHP-DOC] edit.php.net update cron script

2011-09-02 Thread Александр Москалёв
nnick Torrès : > > > 2011/8/31 Александр Москалёв >> >> Hello! > > Hi Irker ;) > >> >> Yannick, this mail is primarily for you, but I decided that I can >> discuss it with everyone. >> >> As I already told you, I will try to join the devel

[PHP-DOC] edit.php.net update cron script

2011-08-31 Thread Александр Москалёв
Hello! Yannick, this mail is primarily for you, but I decided that I can discuss it with everyone. As I already told you, I will try to join the development edit.php.net. The first thing I want to optimize the updating cron script. Now when you run it removes all data from the database and all f

Re: [PHP-DOC] SVN Account Request: das

2011-08-05 Thread Александр Москалёв
Hello, Boris Klimenko has made a lot of patches. Please, grant him doc-ru karma, thanks. 2011/8/5 Boris Klimenko : > Translating the documentation >