Project

General

Profile

# Date Author Comment
11970 01/20/2014 11:33 AM Aaron Marcuse-Kubitza

moved everything into /trunk/ to create the standard svn layout, for use with tools that require this (eg. git-svn). IMPORTANT: do NOT do an `svn up`. instead, re-use your working copy's existing files with `svn switch` (http://svnbook.red-bean.com/en/1.6/svn.ref.svn.c.switch.html).

8371 04/09/2013 02:36 PM Aaron Marcuse-Kubitza

Renamed www/ back to web/

8368 04/09/2013 02:24 PM Aaron Marcuse-Kubitza

web/: Moved auxiliary files into the main/ subdir in preparation for having just the web/ dir. Renamed web/ to www/ so it can be replaced with web/main/.

8361 04/09/2013 12:58 PM Aaron Marcuse-Kubitza

web/main/util.php: Added coalesce()

7990 03/13/2013 08:37 PM Aaron Marcuse-Kubitza

web/vegpath/: Renamed to web/main/ because the content here is the main site hosted on vegbiendev. It will eventually contain internal links to VegBIEN resources in addition to external links (persistent URLs) to sources used in creating VegBIEN.

7955 03/13/2013 06:09 AM Aaron Marcuse-Kubitza

web/vegpath/util.php: Added ensure_prefix(), ensure_suffix()

7933 03/11/2013 10:43 PM Aaron Marcuse-Kubitza

web/: Removed svn:executable permissions from non-executable files

7908 03/11/2013 07:48 PM Aaron Marcuse-Kubitza

web/vegpath/util.php: Added array_non_empty(), join_non_empty()

7901 03/11/2013 06:24 PM Aaron Marcuse-Kubitza

web/vegpath/util.php: Path: Made $tail default to ""

7898 03/11/2013 06:04 PM Aaron Marcuse-Kubitza

web/vegpath/util.php: partition(): Fixed bug where strpos() actually does take the search-for param second rather than first (but returns false on no match)

7897 03/11/2013 06:00 PM Aaron Marcuse-Kubitza

web/vegpath/util.php: partition(): Fixed bug where strpos() returns false rather than -1 on no match

7896 03/11/2013 05:59 PM Aaron Marcuse-Kubitza

web/vegpath/util.php: partition(): Fixed bug where strpos() takes the search-for param first rather than second

7879 03/10/2013 06:37 AM Aaron Marcuse-Kubitza

VegRef/: Renamed to VegPath to make it clearer that the purpose of the web service is to provide short, globally unique paths to resources (e.g. for use as global IDs <https://projects.nceas.ucsb.edu/nceas/projects/bien/wiki/Global_IDs&gt;)

7876 03/09/2013 10:48 PM Aaron Marcuse-Kubitza

Added web/VegRef/, which provides a URL-shortening service for vegetation references. VegRef URLs are short and human-readable enough to be used as database column names. This also causes Google spreadsheets to display a clickable link for each column name, which takes the user to the data dictionary definition for the term. String row IDs (such as global IDs <https://projects.nceas.ucsb.edu/nceas/projects/bien/wiki/Global_IDs&gt;) can also be clickable VegRef URLs.