Changes between Version 13 and Version 14 of Projects/Quick


Ignore:
Timestamp:
04/29/14 15:13:34 (11 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Projects/Quick

    v13 v14  
    1818 * S3ImportPoI (https://github.com/flavour/eden/blob/master/modules/s3/s3gis.py#L8634)
    1919* Extend S3AddPersonWidget2 to have an option to enter names into 2-3 different fields instead of a single field
     20 * https://github.com/flavour/eden/blob/master/modules/s3/s3widgets.py#L619
     21 * https://github.com/flavour/eden/blob/master/static/scripts/S3/s3.add_person.js
     22* Complete S3UpdateLocation()
     23 * https://github.com/flavour/eden/blob/master/modules/s3/s3track.py#L707
     24 * e.g. with the event_resource model: https://github.com/flavour/eden/blob/master/modules/s3db/event.py#L933
    2025=== Fix a Ticket ===
    2126Pick a ticket (which could be a bug or an enhancement) from http://eden.sahanafoundation.org/report/1. First ensure that you can repeat this in your local instance - if not: MODIFY TICKET > resolve as > worksforme. If the bug is still present, assign the ticket to yourself. Then fix the bug or implement the feature. Submit your code as a patch to the ticket on Trac, then notify the Sahana-Eden mailing list about your patch for verification. Please submit as a patch file, not zipped. That makes it easier to review without downloading and unzipping. Alternatively (preferred method) push your code in a single commit to your Github repository and make a pull request.