Project

General

Profile

# Date Author Comment
14336 07/25/2014 06:20 PM Aaron Marcuse-Kubitza

web/username_prefix.php: substitutions: also support "" because Postgres doubles " to escape them

14335 07/25/2014 06:17 PM Aaron Marcuse-Kubitza

web/username_prefix.php: added support for substitutions ( x."_y@url -> x.x_y@url ), which can be used when a table name is repeated in a column name

14274 07/21/2014 03:42 PM Aaron Marcuse-Kubitza

web/username_prefix.php: transposes: removed recommendation for vertical alignment because different quoting syntaxes, etc. make it difficult to have a consistent alignment anyway

14133 07/19/2014 01:38 PM Aaron Marcuse-Kubitza

web/username_prefix.php: remove padding used to visually separate elements: documented that this leaves embedded _ (eg. x_y) untouched

14121 07/18/2014 02:01 AM Aaron Marcuse-Kubitza

web/username_prefix.php: remove padding used to visually separate elements: documented that this also removes a leading __ that indicates an internal field

14119 07/17/2014 06:15 PM Aaron Marcuse-Kubitza

fix: web/username_prefix.php: transposes: changed recommended syntax to y~x@url so that _y~ lines up vertically with [y] paths

14118 07/17/2014 06:11 PM Aaron Marcuse-Kubitza

web/username_prefix.php: removed special category comments syntax because this is now handled by transposes and insertion comments

14117 07/17/2014 06:10 PM Aaron Marcuse-Kubitza

web/username_prefix.php: added support for transposes ( y~x_@url -> x_y@url , Y~x@url -> xY@url ), which can be used to put the category in a column name first without duplicating the category

14116 07/17/2014 05:35 PM Aaron Marcuse-Kubitza

web/username_prefix.php: removed linewraps code because Google spreadsheets no longer supports wrapping on a - , and because a shorter syntax for category comments is now available

14115 07/17/2014 05:32 PM Aaron Marcuse-Kubitza

web/username_prefix.php: category comments: moved _-_ outside [] in comparison example since it will be deleted separately

14114 07/17/2014 05:27 PM Aaron Marcuse-Kubitza

bugfix: web/username_prefix.php: category comments: need /__/ around regexp

14113 07/17/2014 05:24 PM Aaron Marcuse-Kubitza

web/username_prefix.php: category comments: added support for a shorter syntax than [x_-_]y@url : x+y@url -> y@url

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.")

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 -

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

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

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.

13718 06/10/2014 10:58 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

13712 06/09/2014 12:49 PM Aaron Marcuse-Kubitza

web/username_prefix.php: word-wraps: renamed to linewraps

13711 06/09/2014 12:48 PM Aaron Marcuse-Kubitza

web/username_prefix.php: added support for word-wraps of the form x_-_.y@url -> x.y@url (the _ are needed to work in Google spreadsheets)

13710 06/09/2014 12:12 PM Aaron Marcuse-Kubitza

bugfix: web/username_prefix.php: comments: need to use syntax that doesn't use : because Firefox will not update the "password" for the website with the new value after the : . the new syntax use () instead.

13709 06/09/2014 11:33 AM Aaron Marcuse-Kubitza

web/username_prefix.php: comment prefixes: support embedded ":" in comment

13704 06/07/2014 12:22 AM Aaron Marcuse-Kubitza

web/username_prefix.php: user2path(): comment prefixes: documented how to put the comment on a separate line when word-wrapping (c-_:x@url). this format works in Google spreadsheets.

13703 06/07/2014 12:20 AM Aaron Marcuse-Kubitza

web/username_prefix.php: user2path(): comment prefixes: documented how to put the comment on a separate line when word-wrapping (c-_:x@url). this format works in Google spreadsheets.

13702 06/07/2014 12:12 AM Aaron Marcuse-Kubitza

web/username_prefix.php: user2path(): added support for comment prefixes, which can be used to include term categories. note: when URL is used without http:// , you must include a non-letter in the comment (eg. c_:x@url) to work in Firefox.

13701 06/06/2014 11:52 PM Aaron Marcuse-Kubitza

web/username_prefix.php: user2path(): visually separated steps for easier readability

13698 06/06/2014 10:47 PM Aaron Marcuse-Kubitza

bugfix: web/username_prefix.php: user2path(): padding used to visually separate 1st element of URL: require all padding to be __ because sometimes terms contain a leading or trailing _

13697 06/06/2014 10:37 PM Aaron Marcuse-Kubitza

bugfix: web/username_prefix.php: user2path(): padding used to visually separate 1st element of URL: support embedded @ inside highlighted part: also need to match end-padding when followed by "."

13696 06/06/2014 10:34 PM Aaron Marcuse-Kubitza

web/username_prefix.php: user2path(): padding used to visually separate 1st element of URL: support embedded @ inside highlighted part

13695 06/06/2014 10:18 PM Aaron Marcuse-Kubitza

web/username_prefix.php: user2path(): added support for padding used to visually separate 1st element of URL (x@url -> x@url)

13694 06/06/2014 08:32 PM Aaron Marcuse-Kubitza

bugfix: web/username_prefix.php: need to handle : in login (which would normally indicate a password)

13668 06/06/2014 02:38 AM Aaron Marcuse-Kubitza

web/.htaccess, username_prefix.php: username-based prefix subpaths: don't require the // at the end , to avoid clutter. IMPORTANT: in order to access the home page after visiting a URL with a username, you must now append "." to the host ("vegpath.org.") (other pages are not affected by this problem). since vegpath.org is a URL shortener, this is a worthwhile tradeoff to avoid needing the // suffixes everywhere.

13665 06/06/2014 01:14 AM Aaron Marcuse-Kubitza

web/username_prefix.php: $_SERVER["PHP_AUTH_USER"] test: factored $_SERVER["SCRIPT_URL"] out of both branches of if statement

13664 06/06/2014 12:36 AM Aaron Marcuse-Kubitza

web/username_prefix.php: don't remove @ from query string because that is no longer a special character

13627 06/04/2014 02:25 AM Aaron Marcuse-Kubitza

web/username_prefix.php: no prefix: use $_SERVER["SCRIPT_URL"] instead of rtrimming $_SERVER["REQUEST_URI"]

13626 06/04/2014 02:24 AM Aaron Marcuse-Kubitza

web/username_prefix.php: has prefix: use same expr whether or not it has a query string, because the with-query-string expr works for both cases

13625 06/04/2014 02:20 AM Aaron Marcuse-Kubitza

web/username_prefix.php: use if statements instead of `? :` for clarity

13624 06/04/2014 02:10 AM Aaron Marcuse-Kubitza

web/username_prefix.php: use $subpath instead of $_SERVER["PHP_AUTH_USER"] for clarity

13622 06/04/2014 01:59 AM Aaron Marcuse-Kubitza

web/.htaccess, username_prefix.php: username-based prefix subpaths: support dotpath in query string (which will be appended verbatim to the prefix). use "__?@__" instead of "__?__&" to signal username-based prefix, so that the query string does not end in a dangling & .

13617 06/04/2014 12:48 AM Aaron Marcuse-Kubitza

web/.htaccess, web/username_prefix.php: username-based prefix subpaths: support query strings in addition to paths

13614 06/04/2014 12:11 AM Aaron Marcuse-Kubitza

added web/username_prefix.php, for use with username-based prefix redirects