Project

General

Profile

Statistics
| Revision:
  • svn:ignore: extern

# Date Author Comment
13818 06/18/2014 08:52 PM Aaron Marcuse-Kubitza

schemas/public_.sql: added lat_long_in_new_world() wrapper around util.lat_long_in_new_world()

13817 06/18/2014 08:49 PM Aaron Marcuse-Kubitza

schemas/util.sql: lat_long_in_new_world(): documented that this includes false positives above and below the New World bounding box, as described in util.bounding_box()

13816 06/18/2014 08:44 PM Aaron Marcuse-Kubitza

schemas/util.sql: bounding_box(): documented that the geography type stores all edges as arcs of great circles, resulting in the latitude lines bulging outward from the true bounding box. this will create false positives above and below the bounding box.

13815 06/18/2014 08:38 PM Aaron Marcuse-Kubitza

schemas/util.sql: added lat_long_in_new_world()

13814 06/18/2014 08:35 PM Aaron Marcuse-Kubitza

schemas/util.sql: added operator @(postgis.geography, postgis.geography). can't use && for this because it only compares 2D bounding boxes (which are geometry objects that do not support geocoordinate wraparound).

13813 06/18/2014 08:06 PM Aaron Marcuse-Kubitza

schemas/util.sql: added point()

13812 06/18/2014 08:00 PM Aaron Marcuse-Kubitza

schemas/util.sql: new_world(): removed no longer needed cast to postgis.geography

13811 06/18/2014 07:59 PM Aaron Marcuse-Kubitza

bugfix: schemas/util.sql: bounding_box(): must use postgis.geography (instead of postgis.geometry) because that handles geocoordinate wraparound correctly

13810 06/18/2014 07:52 PM Aaron Marcuse-Kubitza

bugfix: schemas/util.sql: bounding_box(): need to explicitly set SRID to make sure the correct value is used

13809 06/18/2014 07:39 PM Aaron Marcuse-Kubitza

bugfix: schemas/util.sql: bounding_box(): use st_makeenvelope() instead of st_makebox2d() because st_makebox2d() doesn't support geocoordinate wraparound (it is not SRID-aware)

13808 06/18/2014 07:32 PM Aaron Marcuse-Kubitza

schemas/util.sql: new_world(): removed no longer needed cast to postgis.geometry

13807 06/18/2014 07:31 PM Aaron Marcuse-Kubitza

schemas/util.sql: bounding_box(): return postgis.geometry instead of postgis.box2d because box2d is not directly used in postgis functions

13806 06/18/2014 07:12 PM Aaron Marcuse-Kubitza

bugfix: /Makefile: mk_db: plpython3u: use CREATE EXTENSION instead of createlang so that the plpython3u extension is created in addition to the plpython3u language (as it is on Linux)

13805 06/18/2014 04:43 PM Aaron Marcuse-Kubitza

schemas/util.sql: added new_world()

13804 06/18/2014 04:30 PM Aaron Marcuse-Kubitza

bugfix: schemas/util.sql: bounding_box(): use util.range instead of numrange to support wraparound ranges for geocoordinates

13803 06/18/2014 04:26 PM Aaron Marcuse-Kubitza

schemas/util.sql: range(numeric, numeric): use util.range instead of numrange to support wraparound ranges (which use a modulus system such as geocoordinates)

13802 06/18/2014 04:20 PM Aaron Marcuse-Kubitza

schemas/util.sql: added `range` type (and cast to numrange), which allows wraparound ranges such as for geocoordinates

13801 06/18/2014 03:56 PM Aaron Marcuse-Kubitza

schemas/util.sql: bounding_box(): documented usage

13800 06/18/2014 03:53 PM Aaron Marcuse-Kubitza

schemas/public_.sql, inputs/.TNRS/schema.sql: upgraded to Postgres 9.3.4 format, which removes trailing " "

13799 06/18/2014 03:52 PM Aaron Marcuse-Kubitza

schemas/util.sql: added bounding_box()

13798 06/18/2014 03:41 PM Aaron Marcuse-Kubitza

bugfix: /Makefile: postgis schema: also need to make it accessible to non-superusers

13797 06/18/2014 03:12 PM Aaron Marcuse-Kubitza

/Makefile, /README.TXT: PostgreSQL: Mac OS X: switched to using homebrew, which supports PostGIS

13796 06/18/2014 01:40 PM Aaron Marcuse-Kubitza

backups/TNRS.backup.md5: updated

13795 06/17/2014 04:48 PM Aaron Marcuse-Kubitza

schemas/util.sql: range(numeric, numeric): use simpler numrange() constructor instead of text input syntax

13794 06/17/2014 04:39 PM Aaron Marcuse-Kubitza

schemas/util.sql: operator functions: renamed to plain-text names to follow the Postgres convention of making the function name be the human-readable name of the operator

13793 06/17/2014 04:26 PM Aaron Marcuse-Kubitza

fix: bin/in_place: usage: removed duplicate copy of [preserve_mtime=1]

13792 06/17/2014 04:22 PM Aaron Marcuse-Kubitza

/Makefile: removed no longer used nonApacheOnPort80 code

13791 06/17/2014 04:13 PM Aaron Marcuse-Kubitza

bugfix: /Makefile: phppgadmin-Linux: don't change the Apache port if something "else" is running on port 80, because this feature was only needed when tomcat was running on that port, but is now buggy

13790 06/16/2014 06:50 PM Aaron Marcuse-Kubitza

schemas/util.sql: added ~ operator for ranges

13789 06/16/2014 04:35 PM Aaron Marcuse-Kubitza

/Makefile: mk_db: added PostGIS so it can be used by our functions

13788 06/16/2014 04:34 PM Aaron Marcuse-Kubitza

bugfix: /Makefile: postgres-Linux: postgis: updated apt-get target names for Ubuntu 14.04

13787 06/16/2014 03:52 PM Aaron Marcuse-Kubitza

*/LICENSE.TXT: use lowercase when there is a single set of *__

13786 06/16/2014 03:50 PM Aaron Marcuse-Kubitza

/LICENSE.TXT: refers to: removed trunk/ because of course it also applies to the branches/ and tags/ subdirs

13785 06/16/2014 02:13 PM Aaron Marcuse-Kubitza

schemas/public_.sql: 2014-6-12.Jeff_Ott.climatic_range_determinants: allow geovalid_bien = NULL to enable filtering New World status by coordinates rather than country

13784 06/16/2014 02:03 PM Aaron Marcuse-Kubitza

schemas/public_.sql: 2014-6-12.Jeff_Ott.climatic_range_determinants: added geovalid_bien

13783 06/13/2014 08:34 PM Aaron Marcuse-Kubitza

web/util.js: removed no longer used parse_dot_path(), etc. this is handled by web/.htaccess instead.

13782 06/13/2014 08:24 PM Aaron Marcuse-Kubitza

web/index.php: Brad: added attribution/

13781 06/13/2014 08:22 PM Aaron Marcuse-Kubitza

web/index.php: removed no longer used PHP redirects. these are now handled by Apache .htaccess files instead.

13780 06/13/2014 08:21 PM Aaron Marcuse-Kubitza

web/index.php: removed no longer used PHP redirects. these are now handled by Apache .htaccess files instead.

13779 06/13/2014 08:11 PM Aaron Marcuse-Kubitza

web/people/Brad_Boyle/data_provenance: abbreviated to provenance to enable shorter URLs

13778 06/13/2014 08:11 PM Aaron Marcuse-Kubitza

web/people/Brad_Boyle/data_provenance: abbreviated to provenance to enable shorter URLs

13777 06/13/2014 08:08 PM Aaron Marcuse-Kubitza

added web/people/Brad_Boyle/identifiers

13776 06/13/2014 08:07 PM Aaron Marcuse-Kubitza

bugfix: web/index.php: Brad: updated resource names to match filesystem

13775 06/13/2014 07:58 PM Aaron Marcuse-Kubitza

bugfix: web/index.php: Brad: fixed URL base

13774 06/13/2014 07:57 PM Aaron Marcuse-Kubitza

web/index.php: sources: reordered/recategorized to match the subdirs and wiki.vegpath.org/VegCore

13773 06/13/2014 07:56 PM Aaron Marcuse-Kubitza

schemas/VegCore/.htaccess: RewriteBase: use full path

13772 06/13/2014 07:43 PM Aaron Marcuse-Kubitza

merged inputs/VegBIEN into schemas/VegBIEN, since for the purposes of the data dictionary URLs, VegBIEN is primarily an exchange schema

13771 06/13/2014 07:08 PM Aaron Marcuse-Kubitza

schemas/VegBIEN/taxonomy/: moved into schemas/VegBIEN/planning/

13770 06/13/2014 07:06 PM Aaron Marcuse-Kubitza

added web/people/Brad_Boyle/identifier_examples, which is used by the VegBIEN data dictionary

13769 06/13/2014 07:02 PM Aaron Marcuse-Kubitza

placed web/BIEN3/TWiki/lib/LocalSite.cfg under version control because it contains absolute paths that need to be maintained

13768 06/13/2014 07:01 PM Aaron Marcuse-Kubitza

web/main.conf: updated paths

13767 06/13/2014 06:34 PM Aaron Marcuse-Kubitza

web/people/Brad_Boyle/*/.htaccess: set the destination filename using RewriteRule env, to allow escaping " " with "\ " instead of the difficult-to-read "\%20"

13766 06/13/2014 06:20 PM Aaron Marcuse-Kubitza

web/people/Brad_Boyle/*/.htaccess: use relative paths to new symlinks to avoid hardcoding paths

13765 06/13/2014 06:07 PM Aaron Marcuse-Kubitza

web/BIEN3/TWiki/twiki.conf: updated paths

13764 06/13/2014 05:51 PM Aaron Marcuse-Kubitza

bugfix: /README.TXT: Installation: Check out svn: need to use trunk instead of root

13763 06/13/2014 05:49 PM Aaron Marcuse-Kubitza

*: use vegbiendev:/home/bien instead of /home/bien/svn

13762 06/13/2014 05:15 PM Aaron Marcuse-Kubitza

web/people/Brad_Boyle/: added symlinks to Brad's files that are used in the data dictionaries

13761 06/13/2014 04:29 PM Aaron Marcuse-Kubitza

schemas/VegBIEN/attribution/: moved into schemas/VegBIEN/planning/

13760 06/13/2014 04:11 PM Aaron Marcuse-Kubitza

schemas/VegBIEN/: moved Redmine/, TWiki/ to web/BIEN3/ since they relate to the BIEN3 project as a whole, not just the database

13759 06/13/2014 04:09 PM Aaron Marcuse-Kubitza

web/BIEN3/Redmine/svn/.htaccess: removed unneeded RewriteBase because this does not use a relative redirect with ../

13758 06/13/2014 04:07 PM Aaron Marcuse-Kubitza

schemas/VegBIEN/: moved Redmine/, TWiki/ to web/BIEN3/ since they relate to the BIEN3 project as a whole, not just the database

13757 06/13/2014 04:02 PM Aaron Marcuse-Kubitza

schemas/VegBIEN/: moved Redmine/, TWiki/ to web/BIEN3/ since they relate to the BIEN3 project as a whole, not just the database

13756 06/13/2014 04:01 PM Aaron Marcuse-Kubitza

schemas/VegBIEN/: moved Redmine/, TWiki/ to web/BIEN3/ since they relate to the BIEN3 project as a whole, not just the database

13755 06/13/2014 03:58 PM Aaron Marcuse-Kubitza

merged inputs/VegBIEN into schemas/VegBIEN, since for the purposes of the data dictionary URLs, VegBIEN is primarily an exchange schema

13754 06/13/2014 03:40 PM Aaron Marcuse-Kubitza

web/BIEN3: link to Redmine instead of directly to the wiki, since the Redmine/ dir should manage where BIEN3 default-redirects to

13753 06/13/2014 03:26 PM Aaron Marcuse-Kubitza

schemas/VegBIEN/taxonomy/: moved into schemas/VegBIEN/planning/

13752 06/13/2014 02:20 PM Aaron Marcuse-Kubitza

merged inputs/VegBIEN into schemas/VegBIEN, since for the purposes of the data dictionary URLs, VegBIEN is primarily an exchange schema

13751 06/13/2014 02:20 PM Aaron Marcuse-Kubitza

merged inputs/VegBIEN into schemas/VegBIEN, since for the purposes of the data dictionary URLs, VegBIEN is primarily an exchange schema

13750 06/13/2014 02:18 PM Aaron Marcuse-Kubitza

schemas/VegBIEN/attribution/: moved into schemas/VegBIEN/planning/

13749 06/13/2014 02:10 PM Aaron Marcuse-Kubitza

schemas/VegBIEN/growth_forms/: moved into schemas/VegBIEN/planning/

13748 06/13/2014 02:01 PM Aaron Marcuse-Kubitza

added schemas/VegBIEN/data_dictionary/create_bien3_viewFullOccurrence.txt from Brad

13747 06/13/2014 01:58 PM Aaron Marcuse-Kubitza

schemas/VegBIEN/growth_forms/: moved into schemas/VegBIEN/planning/

13746 06/13/2014 01:26 PM Aaron Marcuse-Kubitza

added schemas/VegBIEN/data_dictionary/schema_docum.pptx from Brian McGill

13745 06/13/2014 01:16 PM Aaron Marcuse-Kubitza

merged inputs/VegBIEN into schemas/VegBIEN, since for the purposes of the data dictionary URLs, VegBIEN is primarily an exchange schema

13744 06/13/2014 01:03 PM Aaron Marcuse-Kubitza

removed no longer needed inputs/VegBIEN/fs symlink. use web/.fs instead.

13743 06/13/2014 12:56 PM Aaron Marcuse-Kubitza

web/.fs: changed to point directly to the svn root, so that the VegBIEN dir does not contain any recursive symlinks

13742 06/13/2014 10:51 AM Aaron Marcuse-Kubitza

/README.TXT: Mac settings backup: to Dropbox: stop Dropbox beforehand to prevent Dropbox from trying to capture filesystem events while syncing

13741 06/13/2014 10:18 AM Aaron Marcuse-Kubitza

/README.TXT: Mac settings backup: exclude ~/Library/Thunderbird/Profiles/9oo8rcyn.default/global-messages-db.sqlite because this file does not sync (issue #907)

13740 06/13/2014 08:45 AM Aaron Marcuse-Kubitza

web/links/index.htm: updated to Firefox bookmarks: oXygen XML editor: added download link for the version (13.2) that works with NCEAS's license. bash: added fix to enable Ctrl+Arrow to work. GVFS: added links for file permissions bug. iPlant: added Atmosphere/Data Store links. Quick links: updated vegpath.org link to `vegpath.org.`.

13739 06/12/2014 08:03 PM Aaron Marcuse-Kubitza

web/username_prefix.php: username/password prompt message: added instructions to always append "." when visiting the homepage of the site ("vegpath.org.")

13738 06/12/2014 07:10 PM Aaron Marcuse-Kubitza

schemas/VegBIEN/VegBIEN data dictionary.xlsx: moved to schemas/VegBIEN/data_dictionary/

13737 06/12/2014 05:42 PM Aaron Marcuse-Kubitza

schemas/VegBIEN/VegBIEN data dictionary.xlsx: updated: analytical_stem_view: approved by/to discuss: renamed to * (removing "approved by") because the participants in today's conference call indicated that they were happy with the definitions, and the issues raised before the call had been addressed

13736 06/12/2014 05:32 PM Aaron Marcuse-Kubitza

schemas/VegBIEN/VegBIEN data dictionary.xlsx: updated: added all tables used to create analytical_stem_view, not just those that Brian M listed. (Brian M generated his tables list from the analytical_stem_view columns rather than the joins, and renamed plot.** to plot, which is why his list ended up missing tables and in the wrong order.)

13735 06/12/2014 03:56 PM Aaron Marcuse-Kubitza

added exports/2014-6-12.Jeff_Ott.climatic_range_determinants.csv.run

13734 06/12/2014 03:53 PM Aaron Marcuse-Kubitza

schemas/vegbien.sql: added 2014-6-12.Jeff_Ott.climatic_range_determinants (wiki.vegpath.org/Data_requests)

13733 06/12/2014 03:38 PM Aaron Marcuse-Kubitza

web/username_prefix.php: deletion comments: require ... strikethrough on both () to avoid ambiguity when the deleted part starts or ends with -

13732 06/12/2014 11:51 AM Aaron Marcuse-Kubitza

schemas/VegBIEN/VegBIEN data dictionary.xlsx: updated: resized columns to fit laptop screen

13731 06/12/2014 10:43 AM Aaron Marcuse-Kubitza

schemas/VegBIEN/VegBIEN data dictionary.xlsx: updated: added my and Brian McGill's notes from the data dictionary conference call

13730 06/12/2014 08:00 AM Aaron Marcuse-Kubitza

schemas/VegBIEN/VegBIEN data dictionary.xlsx: updated: added analytical_stem_view table definitions

13729 06/12/2014 07:38 AM Aaron Marcuse-Kubitza

removed schemas/vegbien.ERD.MySQL_Workbench_6.1.6.mwb, because vegbien.ERD.mwb is now targeted to the correct version of MySQL Workbench (and is more up-to-date)

13728 06/10/2014 07:35 PM Aaron Marcuse-Kubitza

schemas/public_.sql: analytical_stem_view: applied data dictionary renamings, using the steps at wiki.vegpath.org/VegBIEN_schema_refactoring#apply-data-dictionary-renamings-to-database

13727 06/10/2014 07:20 PM Aaron Marcuse-Kubitza

schemas/VegBIEN/VegBIEN data dictionary.xlsx: updated: added "to discuss" column requested by Martha. resized columns to avoid truncating the viewFullOccurrence term names.

13726 06/10/2014 03:40 PM Aaron Marcuse-Kubitza

schemas/VegBIEN/VegBIEN data dictionary.xlsx: updated: finished populating definitions of terms

13725 06/10/2014 03:05 PM Aaron Marcuse-Kubitza

web/username_prefix.php: deletion comments: also support strikethrough syntax for clarity: (c_)x@url -> c_x@url

13724 06/10/2014 02:30 PM Aaron Marcuse-Kubitza

added schemas/DwC/hist symlink to history/ to help fit URLs in the 63-char limit

13723 06/10/2014 11:48 AM Aaron Marcuse-Kubitza

web/username_prefix.php: insertion comments: documented that the semantic meaning of the [] portion also applies, even though it's not included in the linked term name

13722 06/10/2014 11:38 AM Aaron Marcuse-Kubitza

schemas/VegBIEN/VegBIEN data dictionary.xlsx: updated: finished populating viewFullOccurrence->analytical_stem_view and analytical_stem_view->viewFullOccurrence mappings

13721 06/10/2014 11:12 AM Aaron Marcuse-Kubitza

schemas/VegBIEN/VegBIEN data dictionary.xlsx: updated: use new deletion comments (with () ) to indicate portions of external terms whose semantic meaning does not apply to our usage

13720 06/10/2014 11:09 AM Aaron Marcuse-Kubitza

web/username_prefix.php: added support for deletion comments of the form (c_)x(_d)@url -> c_x_d@url . deletion indicates that the semantic meaning of the () portion does not apply, even though it's included in the linked term name.

13719 06/10/2014 10:59 AM Aaron Marcuse-Kubitza

web/username_prefix.php: comments: use [] instead of () because in writing, [] denotes insertion, while () (as an editing mark) denotes something to remove