Bug #1737
closedRefactor how we manage publication references
0%
Description
It is blah. Make it less blah.
Updated by Amber Herold over 12 years ago
- Status changed from Assigned to In Code Review
- Assignee changed from Amber Herold to Anchi Cheng
This is still in progress but would liuke feedback as we are branching tomorrow...
Need to add getters and also move more of the publications to the array...but that can happen more gradually.
Updated by Anchi Cheng over 12 years ago
- Status changed from In Code Review to Closed
reviewed and liked it.
Updated by Anchi Cheng over 12 years ago
- Status changed from Closed to Assigned
- Assignee changed from Anchi Cheng to Amber Herold
Found more files needing change by 'grep showReference *.php'
prepRefineForm.php: echo showReference($_POST['method']);
prepRefineForm.php: $headinfo .= showReference( $_POST['method'] );
selectModelForm.php:
selectPreparedRecon.php: $html.= $selectedRefineForm->showReference();
selectPreparedRecon.php: $headinfo .= showReference( $method );
selectStackForm.php:
uploadrecon.php: echo showReference( $method );
uploadrecon.php: $headinfo .= showReference( $method );
Updated by Amber Herold over 12 years ago
- Target version changed from Appion/Leginon 2.2.0 to Appion/Leginon 3.0.0
This is mostly in place. Just need to continue process aof moving existing references over to the new method.
Updated by Amber Herold over 11 years ago
- Status changed from Assigned to Closed
This is well established now.