New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Developers (diff) – NEMO

Changes between Version 49 and Version 50 of Developers


Ignore:
Timestamp:
2018-06-04T23:58:43+02:00 (6 years ago)
Author:
nicolasmartin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Developers

    v49 v50  
    1111First and foremost, if you don't already have a user account then you have to '''[/register create it]'''. 
    1212 
    13 {{{#!td 
    14 ==== For NEMO consortium members 
    15  
    16 If you have a user account or had a developer account before, \\ 
    17 see with your local NEMO Officer. 
    18  
    19 {{{#!td 
    20  
    21 {{{#!SQLTable 
    22  
    23 SELECT value AS "Name" FROM session_attribute 
    24 WHERE name IN ('name') AND sid IN (SELECT sid FROM session_attribute WHERE name = 'role' AND value = 'Officer') 
    25  
    26 }}} 
    27  
    28 }}} 
    29 {{{#!td 
    30  
    31 {{{#!SQLTable 
    32  
    33 SELECT value AS "Office" FROM session_attribute  
    34 WHERE sid IN (SELECT sid FROM session_attribute WHERE name = 'role' AND value = 'Officer') AND name = 'office' 
    35  
    36 }}} 
    37  
    38 }}} 
    39  
    40 }}} 
    41 {{{#!td 
    42 ==== For external users 
    43  
    44 Submit your contribution to the NEMO System Team by \\ 
    45 creating a [/newticket?type=Enhancement ticket] where you will present your proposal. \\ 
    46 __If your changes are quite modest (one or few routines involved), \\ 
    47 you can simply attached in the ticket the output of \\ 
    48 any third-party diff tool for easy patching with `svn patch`__. 
    49  
    50 ''Keep in mind that, despite the help we can offer, a certain amount of \\ 
    51 work from you will be need to implement \\ 
    52 your developments into the source code''. 
    53 }}} 
     13[[Include(wiki:Developers/Homepage/Table)]] 
    5414 
    5515=== Recommended development installation