Project

General

Profile

  • svn:executable: *

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

6838 12/14/2012 04:15 AM Aaron Marcuse-Kubitza

dict2redmine: redmine_add_links(): Hyperlink just the source name, not also the () around it

6837 12/14/2012 03:54 AM Aaron Marcuse-Kubitza

dict2redmine: RedmineDictWriter: Use h2 instead of h3 for the term name so that the term will be normal-sized instead of smaller in the Redmine table of contents

6836 12/14/2012 03:52 AM Aaron Marcuse-Kubitza

dict2redmine: Renamed redmine_url() to redmine_link() because it generates links, not URLs

6835 12/14/2012 03:49 AM Aaron Marcuse-Kubitza

dict2redmine: redmine_add_links(): Put citations in () instead of [] to avoid conflicting with the Redmine syntax for internal links ( ... )

6833 12/14/2012 03:00 AM Aaron Marcuse-Kubitza

dict2redmine: Hyperlink each term to its anchor in the data dictionary, rather than to its first source, which is not necessarily the definitive definition of the term. This also allows clicking the term to get its permalink in the address bar, rather than having to click the small, light gray paragraph mark next to the term name that Redmine provides.

6832 12/14/2012 02:57 AM Aaron Marcuse-Kubitza

dict2redmine: redmine_add_links(): Fixed bug where need to avoid matching internal links ( ... ) as citations ( [...] )

6695 12/07/2012 04:17 PM Aaron Marcuse-Kubitza

dict2redmine: RedmineTableWriter: Fixed bug where need to escape embedded | , using new redmine_table_esc()

6694 12/07/2012 04:16 PM Aaron Marcuse-Kubitza

dict2redmine: Added redmine_table_esc()

6693 12/07/2012 04:13 PM Aaron Marcuse-Kubitza

dict2redmine: Added redmine_esc()

6691 12/07/2012 03:58 PM Aaron Marcuse-Kubitza

dict2redmine: redmine_add_links(): Include the [] in the link text, to avoid the need for redmine_pad(), etc.

6690 12/07/2012 03:55 PM Aaron Marcuse-Kubitza

dict2redmine: redmine_add_links(): Make the link bold so it stands out as a link

6689 12/07/2012 03:53 PM Aaron Marcuse-Kubitza

dict2redmine: redmine_add_links(): Use new redmine_pad()

6688 12/07/2012 03:53 PM Aaron Marcuse-Kubitza

dict2redmine: Added redmine_pad()

6687 12/07/2012 03:51 PM Aaron Marcuse-Kubitza

dict2redmine: redmine_add_links(): Use redmine_url() to create the internal link

6686 12/07/2012 03:51 PM Aaron Marcuse-Kubitza

dict2redmine: redmine_url(): Support internal links

6685 12/07/2012 03:47 PM Aaron Marcuse-Kubitza

dict2redmine: redmine_add_links(): Fixed bug where need to explicitly specify the source name as the link text

6684 12/07/2012 03:44 PM Aaron Marcuse-Kubitza

dict2redmine: RedmineDictWriter: Link citations to entry in sources list

6677 12/07/2012 01:11 PM Aaron Marcuse-Kubitza

dict2redmine: Fixed bug where all header fields need to be preserved because columns are now filtered out instead of removed in each row

6676 12/07/2012 01:05 PM Aaron Marcuse-Kubitza

dict2redmine: Put the definition before and outside of the fields table

6674 12/07/2012 12:46 PM Aaron Marcuse-Kubitza

dict2redmine: RedmineDictWriter: Omit empty columns from the fields table

6673 12/06/2012 11:18 PM Aaron Marcuse-Kubitza

dict2redmine: Generate an outline instead of a table so each term will be indexed in the page's table of contents

6639 12/05/2012 10:33 AM Aaron Marcuse-Kubitza

dict2redmine: url_term(): Remove empty URL comments

6638 12/05/2012 10:32 AM Aaron Marcuse-Kubitza

dict2redmine: url_comment_text(): Interpret a URL comment containing just a number as a sort order without text

6637 12/05/2012 10:29 AM Aaron Marcuse-Kubitza

dict2redmine: url_term(): Prefix any provider in the URL to the term name, to create a namespace. Each hierarchical component of the provider is stored in a URL comment.

6636 12/05/2012 10:27 AM Aaron Marcuse-Kubitza

dict2redmine: Added url_comment_re

6635 12/05/2012 10:27 AM Aaron Marcuse-Kubitza

dict2redmine: Added url_comment_text()

6634 12/05/2012 10:26 AM Aaron Marcuse-Kubitza

dict2redmine: Call simplify_url() just on the first source so that source2redmine_url() can use the raw URL (to extract comments, etc.)

6633 12/05/2012 09:09 AM Aaron Marcuse-Kubitza

dict2redmine: Removed no longer used explicit Definition column #

6632 12/05/2012 09:06 AM Aaron Marcuse-Kubitza

dict2redmine: Use the input spreadsheet's column names and order, and pass through columns other than the term and sources columns

6628 12/05/2012 08:56 AM Aaron Marcuse-Kubitza

dict2redmine: Store term_str in a var before using it, like sources_str

6627 12/05/2012 08:43 AM Aaron Marcuse-Kubitza

dict2redmine: Added Definition column

6626 12/05/2012 08:32 AM Aaron Marcuse-Kubitza

dict2redmine: Take term and sources col #s as args instead of hardcoding them by column name or position

6625 12/05/2012 08:25 AM Aaron Marcuse-Kubitza

dict2redmine: url_term(): Also match any namespace that's part of the term

6624 12/05/2012 08:21 AM Aaron Marcuse-Kubitza

dict2redmine: Sources: Use source2redmine_url() to extract the term from each source URL

6623 12/05/2012 08:20 AM Aaron Marcuse-Kubitza

dict2redmine: source2redmine_url(): Support empty URLs

6622 12/05/2012 08:15 AM Aaron Marcuse-Kubitza

dict2redmine: url_term(): Fixed bug where need to use match.group() instead of match.groups()

6620 12/05/2012 08:01 AM Aaron Marcuse-Kubitza

Added dict2redmine