phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: phpgwapi/doc etiquette.txt,1.5,1.6


From: Bettina Gille <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/doc etiquette.txt,1.5,1.6
Date: Wed, 21 Aug 2002 20:47:28 -0400

Update of /cvsroot/phpgroupware/phpgwapi/doc
In directory subversions:/tmp/cvs-serv30781

Modified Files:
        etiquette.txt 
Log Message:
update

Index: etiquette.txt
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/doc/etiquette.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** etiquette.txt       12 May 2002 15:09:48 -0000      1.5
--- etiquette.txt       22 Aug 2002 00:47:26 -0000      1.6
***************
*** 1,33 ****
! This is a preliminary etiquette doc for phpGroupWare.  Please check it from 
time to
  time for updates:
  
!       phpGroupWare is a large project, with possibly over 50 developers at 
the time
! of this writing.  In its current location, it is impossible to restrict access
! for each developer to a particular module or application.  As such, it is
  important that some basic rules be followed when developing in CVS:
  
  1.  Many of the developers, and all of the core developers, frequent the IRC
!       channel #phpgroupware on irc.openprojects.net.  Please take the time to
        drop by and introduce yourself.
  
! 2.  If you want to begin some work on an existing app, please consult the
!       primary developer for the application first.  Most of the files will
        contain some type of identification and/or contact information in the
        head of each file.
  
! 3.  If you are unable to contact the author, please contact at least one of 
the
!       project leads (Seek3r, jengo, skeeter, Milosch, ceb) or a core 
developer.
! 
! 4.  Please see the coding_standard.txt document in this folder for some basic
!       guidelines for code formatting.  PHP can be interpreted in many forms,
!       and this document outlines our preference to ensure readability and
!       compatibility.
  
  5.  If you have just joined the project, or have always kept to your own
        application, etc., then please exercise caution when committing changes
!       in the phpgwapi (the API), admin, and preferences modules.  These can
!       affect the operation of all applications.  In particular, work done in
        the API is typically allowed only with prior consent from one of the
!       project leads.  In other words, work done here without some notification
        and authorization is very risky to your continued involvement with this
        project ;)
--- 1,33 ----
! This is a preliminary etiquette doc for phpGroupWare. Please check it from 
time to
  time for updates:
  
! phpGroupWare is a large project, with possibly over 50 developers at the time
! of this writing. In its current location, it is impossible to restrict access
! for each developer to a particular module or application. As such, it is
  important that some basic rules be followed when developing in CVS:
  
  1.  Many of the developers, and all of the core developers, frequent the IRC
!       channel #phpgroupware on irc.openprojects.net. Please take the time to
        drop by and introduce yourself.
  
! 2.  Please see the coding_standard.txt document in this folder for some basic
!       guidelines for code formatting. PHP can be interpreted in many forms,
!       and this document outlines our preference to ensure readability and
!       compatibility.
! 
! 3.  If you want to begin some work on an existing app please consult the
!       primary developer for the application first. Most of the files will
        contain some type of identification and/or contact information in the
        head of each file.
  
! 4.  If you are unable to contact the author, please contact at least one of 
the
!       project leads [Seek3r, jengo, skeeter, Milosch, ceb] or a core 
developer.
  
  5.  If you have just joined the project, or have always kept to your own
        application, etc., then please exercise caution when committing changes
!       in the phpgwapi [the API], admin, and preferences modules. These can
!       affect the operation of all applications. In particular, work done in
        the API is typically allowed only with prior consent from one of the
!       project leads. In other words, work done here without some notification
        and authorization is very risky to your continued involvement with this
        project ;)
***************
*** 35,42 ****
  6.  If you are working in the API, or on some other application which could
        affect the usability for users and developers, please be sure to fully
!       test your changes.  It is recommended that you visit a large sampling of
        applications to ensure that they still work as expected after your
!       changes.  This could include the functioning of one application or the
!       API against mysql AND pgsql, at least.  It could also affect the 
function
        of an application that uses LDAP instead of SQL for storage and
        retrieval.
--- 35,42 ----
  6.  If you are working in the API, or on some other application which could
        affect the usability for users and developers, please be sure to fully
!       test your changes. It is recommended that you visit a large sampling of
        applications to ensure that they still work as expected after your
!       changes. This could include the functioning of one application or the
!       API against mysql AND pgsql, at least. It could also affect the function
        of an application that uses LDAP instead of SQL for storage and
        retrieval.
***************
*** 45,50 ****
        API or of another application's tables.
  
! 8.  When importing a new application, please verify that it does not conflict
!       with another application.
  
  9.  Please do not import a new application that does not have some basic
--- 45,51 ----
        API or of another application's tables.
  
! 8.  Before importing a new application, or adding many files | directories to
!       existing modules, please contact one of the project leads [Seek3r, 
jengo,
!       skeeter, Milosch, ceb].
  
  9.  Please do not import a new application that does not have some basic
***************
*** 52,58 ****
  
  10. If you do not have an original icon for your app, please do not import a
!       copy from another application icon.  The API should insert a default
!       until a new one is created.  The size of icons should be 31x31 for all 
but
!       the idsociety template.  Do not put a 31x31 color icon in the idsociety
        template.
  
--- 53,59 ----
  
  10. If you do not have an original icon for your app, please do not import a
!       copy from another application icon. The API should insert a default
!       until a new one is created. The size of icons should be 31x31 for all 
but
!       the idsociety template. Do not put a 31x31 color icon in the idsociety
        template.
  
***************
*** 68,69 ****
--- 69,71 ----
        Please avoid to have files twice in your application directory.
  
+       Thanks





reply via email to

[Prev in Thread] Current Thread [Next in Thread]