You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by "Raido Kuli (JIRA)" <ji...@apache.org> on 2010/03/15 21:29:27 UTC

[jira] Created: (WOOKIE-128) PHP framework patch

PHP framework patch
-------------------

                 Key: WOOKIE-128
                 URL: https://issues.apache.org/jira/browse/WOOKIE-128
             Project: Wookie
          Issue Type: Improvement
          Components: Server
            Reporter: Raido Kuli
            Priority: Minor
         Attachments: php_framework20100315.zip

Few minor fixes:

Important:
call addParticipant after creating instance, to add current user as participant

Less important
deleteParticipants only allowed to delete current user, typo in the code
renamed Properties class method isPublic() to getIsPublic()

In couple of weeks or maybe sooner, I'll try to create some documentation on PHP framework, examples etc.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WOOKIE-128) PHP framework patch

Posted by "Raido Kuli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WOOKIE-128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raido Kuli updated WOOKIE-128:
------------------------------

    Attachment:     (was: php_framework_20100327.zip)

> PHP framework patch
> -------------------
>
>                 Key: WOOKIE-128
>                 URL: https://issues.apache.org/jira/browse/WOOKIE-128
>             Project: Wookie
>          Issue Type: Improvement
>          Components: Server
>            Reporter: Raido Kuli
>         Attachments: php_framework_20100327.zip
>
>
> Few minor fixes:
> Important:
> call addParticipant after creating instance, to add current user as participant
> Less important
> deleteParticipants only allowed to delete current user, typo in the code
> renamed Properties class method isPublic() to getIsPublic()
> In couple of weeks or maybe sooner, I'll try to create some documentation on PHP framework, examples etc.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WOOKIE-128) PHP framework patch

Posted by "Raido Kuli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WOOKIE-128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raido Kuli updated WOOKIE-128:
------------------------------

    Attachment: php_framework_20100327.zip

Major fixes:

+method getOrCreateInstance:
Check if instance was created, before adding participant and returning instance
+typo in isMaximize method, returned null value
+Added interface WookieConnectorInterface
+Connection testing check for empty url

Rewrite some code, for example 

if(is_object($widgetInstance)) replaced with if($widgetInstace instanceof WidgetInstance), makes is it more safe and stable. 
Just a object check would pass anything that's a object.

Make some methods and variables private - no need for them to be public

Lot's of code commenting done, now can be documented with phpDocumentor. 
Initial documentation included in package, under "docs".

Implemented simple logger class, no more printing exceptions on your website.
How to use:
  IF log file path not set, then logger doesn't output anything
  To set log path, call method $yourWookieConnector->setLogPath("yourWriteablePath");
 After that use for example "tail -f yourWriteablePath" for monitoring errors/exceptions.

Yes, there's log4php available, but i don't see need for implementing it.

IF log4php were implemented, then ideas of usage:
  Add debug features to plugins, for example  you'll configure email address in your wordpress plugin, where to send email on errors.
 Ofcourse framework needs some methods to handle this kind of thing.

  Syslog
  Console.appender

Apache license included in file headers.

> PHP framework patch
> -------------------
>
>                 Key: WOOKIE-128
>                 URL: https://issues.apache.org/jira/browse/WOOKIE-128
>             Project: Wookie
>          Issue Type: Improvement
>          Components: Server
>            Reporter: Raido Kuli
>            Priority: Minor
>         Attachments: php_framework_20100327.zip
>
>
> Few minor fixes:
> Important:
> call addParticipant after creating instance, to add current user as participant
> Less important
> deleteParticipants only allowed to delete current user, typo in the code
> renamed Properties class method isPublic() to getIsPublic()
> In couple of weeks or maybe sooner, I'll try to create some documentation on PHP framework, examples etc.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WOOKIE-128) PHP framework patch

Posted by "Raido Kuli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WOOKIE-128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raido Kuli updated WOOKIE-128:
------------------------------

    Attachment:     (was: php_framework20100315.zip)

> PHP framework patch
> -------------------
>
>                 Key: WOOKIE-128
>                 URL: https://issues.apache.org/jira/browse/WOOKIE-128
>             Project: Wookie
>          Issue Type: Improvement
>          Components: Server
>            Reporter: Raido Kuli
>            Priority: Minor
>         Attachments: php_framework_20100327.zip
>
>
> Few minor fixes:
> Important:
> call addParticipant after creating instance, to add current user as participant
> Less important
> deleteParticipants only allowed to delete current user, typo in the code
> renamed Properties class method isPublic() to getIsPublic()
> In couple of weeks or maybe sooner, I'll try to create some documentation on PHP framework, examples etc.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WOOKIE-128) PHP framework patch

Posted by "Raido Kuli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WOOKIE-128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raido Kuli updated WOOKIE-128:
------------------------------

    Attachment: php_framework_20100327.zip

Added wrong file before.

> PHP framework patch
> -------------------
>
>                 Key: WOOKIE-128
>                 URL: https://issues.apache.org/jira/browse/WOOKIE-128
>             Project: Wookie
>          Issue Type: Improvement
>          Components: Server
>            Reporter: Raido Kuli
>         Attachments: php_framework_20100327.zip
>
>
> Few minor fixes:
> Important:
> call addParticipant after creating instance, to add current user as participant
> Less important
> deleteParticipants only allowed to delete current user, typo in the code
> renamed Properties class method isPublic() to getIsPublic()
> In couple of weeks or maybe sooner, I'll try to create some documentation on PHP framework, examples etc.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WOOKIE-128) PHP framework patch

Posted by "Raido Kuli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WOOKIE-128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raido Kuli updated WOOKIE-128:
------------------------------

    Priority: Major  (was: Minor)

> PHP framework patch
> -------------------
>
>                 Key: WOOKIE-128
>                 URL: https://issues.apache.org/jira/browse/WOOKIE-128
>             Project: Wookie
>          Issue Type: Improvement
>          Components: Server
>            Reporter: Raido Kuli
>         Attachments: php_framework_20100327.zip
>
>
> Few minor fixes:
> Important:
> call addParticipant after creating instance, to add current user as participant
> Less important
> deleteParticipants only allowed to delete current user, typo in the code
> renamed Properties class method isPublic() to getIsPublic()
> In couple of weeks or maybe sooner, I'll try to create some documentation on PHP framework, examples etc.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WOOKIE-128) PHP framework patch

Posted by "Raido Kuli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WOOKIE-128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raido Kuli updated WOOKIE-128:
------------------------------

    Attachment: php_framework20100315.zip

> PHP framework patch
> -------------------
>
>                 Key: WOOKIE-128
>                 URL: https://issues.apache.org/jira/browse/WOOKIE-128
>             Project: Wookie
>          Issue Type: Improvement
>          Components: Server
>            Reporter: Raido Kuli
>            Priority: Minor
>         Attachments: php_framework20100315.zip
>
>
> Few minor fixes:
> Important:
> call addParticipant after creating instance, to add current user as participant
> Less important
> deleteParticipants only allowed to delete current user, typo in the code
> renamed Properties class method isPublic() to getIsPublic()
> In couple of weeks or maybe sooner, I'll try to create some documentation on PHP framework, examples etc.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WOOKIE-128) PHP framework patch

Posted by "Scott Wilson (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WOOKIE-128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Wilson updated WOOKIE-128:
--------------------------------

    Fix Version/s: 0.9.0

> PHP framework patch
> -------------------
>
>                 Key: WOOKIE-128
>                 URL: https://issues.apache.org/jira/browse/WOOKIE-128
>             Project: Wookie
>          Issue Type: Improvement
>          Components: Server
>            Reporter: Raido Kuli
>            Assignee: Raido Kuli
>             Fix For: 0.9.0
>
>         Attachments: php_framework_20100327.zip
>
>
> Few minor fixes:
> Important:
> call addParticipant after creating instance, to add current user as participant
> Less important
> deleteParticipants only allowed to delete current user, typo in the code
> renamed Properties class method isPublic() to getIsPublic()
> In couple of weeks or maybe sooner, I'll try to create some documentation on PHP framework, examples etc.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (WOOKIE-128) PHP framework patch

Posted by "Raido Kuli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WOOKIE-128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Raido Kuli reassigned WOOKIE-128:
---------------------------------

    Assignee: Raido Kuli

> PHP framework patch
> -------------------
>
>                 Key: WOOKIE-128
>                 URL: https://issues.apache.org/jira/browse/WOOKIE-128
>             Project: Wookie
>          Issue Type: Improvement
>          Components: Server
>            Reporter: Raido Kuli
>            Assignee: Raido Kuli
>         Attachments: php_framework_20100327.zip
>
>
> Few minor fixes:
> Important:
> call addParticipant after creating instance, to add current user as participant
> Less important
> deleteParticipants only allowed to delete current user, typo in the code
> renamed Properties class method isPublic() to getIsPublic()
> In couple of weeks or maybe sooner, I'll try to create some documentation on PHP framework, examples etc.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.