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/Homepage/Table (diff) – NEMO

Changes between Initial Version and Version 1 of Developers/Homepage/Table


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Developers/Homepage/Table

    v1 v1  
     1{{{#!td 
     2==== For NEMO consortium members 
     3 
     4If you have a user account or had a developer account before, see with your local NEMO Officer. 
     5 
     6{{{#!td 
     7 
     8{{{#!SQLTable 
     9 
     10SELECT value AS "Name" FROM session_attribute 
     11WHERE name IN ('name') AND sid IN (SELECT sid FROM session_attribute WHERE name = 'role' AND value = 'Officer') 
     12 
     13}}} 
     14 
     15}}} 
     16{{{#!td 
     17 
     18{{{#!SQLTable 
     19 
     20SELECT value AS "Office" FROM session_attribute  
     21WHERE sid IN (SELECT sid FROM session_attribute WHERE name = 'role' AND value = 'Officer') AND name = 'office' 
     22 
     23}}} 
     24 
     25}}} 
     26 
     27}}} 
     28{{{#!td 
     29==== For external users 
     30 
     31Submit your contribution to the NEMO System Team by creating a [/newticket?type=Enhancement ticket] where you will present your proposal. \\ 
     32__If your changes are quite modest (one or few routines involved), you can simply attached in the ticket the output of any third-party diff tool for easy patching with `svn patch`__. 
     33 
     34''Keep in mind that, despite the help we can offer, a certain amount of work from you will be need to implement your developments into the source code''. 
     35}}}