| /[drupal]/contributions/modules/biblio/biblio_style_classic.inc |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
*** empty log message ***
merged changes from 6--1 to HEAD
fixed potential XSS vulnerability
*** empty log message ***
merged changes from 6--1 back to HEAD
changed the options on the $node->title link to allow HTML
fixed an issue with the title links where they would open in a new window even if they were not linked to the URL field.
fixed an issue with the title links where they would open in a new window even if they were not linked to the URL field.
fixed "Hyperlink titles using supplied URL if available" feature does not seem to work. http://drupal.org/node/410610
fixed "Hyperlink titles using supplied URL if available" feature does not seem to work. http://drupal.org/node/410610
added option to display citekey in the citation results http://drupal.org/node/381190
added option to display citekey in the citation results http://drupal.org/node/381190
added new styles (AMA, Chicago, MLA)
fixed typo in function name
changed all style functions and theme_tabular to use theme_format_authors rather than theme_authors.
merged changes from HEAD to 6.x-dev
carry the author_category through the parsing stage to account for Corp Authors.
made biblio_format_authors a theming function: theme_biblio_authors
fixed contributors handling for input form, saving, display and export loose ends are marked with TODO
completed "auth_category" fix. Authors will no longer disapear when the defaults are changed. added an update (6013) to make the changes to the db tables.
merged DRUPAL-6--1 branch back to HEAD
completed modifications to contributor schema, just need to fix install file and make update function.
fixed inline issue in ...format_authors
changed 'ct_id' to 'type' in the 'format_authors' style functions.
removed trailing ?>
fixed author handling
mostly reformting the source files
changed calls to isset() to !empty()
added the ability to link titles to the biblio_url field if it's turn on on the admin/settings page and there is a url to use, otherwise it falls back to the default of linking to the node.
mostly working version for 6.x, still needs testing.
completed modifications for "Submitted" as a year see http://drupal.org/node/195918
modifications for "Submitted" as a year see http://drupal.org/node/195918
changed the "In Press" value from 0 to 9999 so that they show first when sorted by year rather than last.
synced with the 5.x version
ported all the latest changes from the 5.x-dev branch to 4.7 branch
removed the call to check_plain on the author field. it is redundent since l() also call it.
removed the call the check_plain on the author field in theme_long. this was redundant since check_plain is also called when the links are added to the author names.
added "inline" to the author links
added an "inline" argument to the style function call which will carry the "inline" attribute through to the links, and thus call $base/viewinline/$nid in inlne mode rather than node/$nid
fixed spans on title and authors
added a comma after the title and fixed the spans around titles and authors (opening span was missing?)
added $base to the argument list of the style function which is in turn passed to the _biblio_author_links() function. This cuts down on the number of times the db is hit to get the variable $base.
added $base to the argument list of the style function which is in turn passed to the _biblio_author_links() function. This cuts down on the number of times the db is hit to get the variable $base.
added $base to the argument list of the style function which is in turn passed to the _biblio_author_links() function. This cuts down on the number of times the db is hit to get the variable $base.
added the option to turn on or off the sorting links on the /biblio page removed the optional attribute which made title links open in an new browser window
added the option to turn on or off the sorting links on the /biblio page removed the optional attribute which made title links open in an new browser window
removed the optional attribute which made title links open in an new browser window
added the ability to have links to authors and titles open in a new browser window
added the ability to have links to authors and titles open in a new browser window
added the ability to have links to authors and titles open in a new browser window
this is the backport of the current 5.x version
this is the current working 5.x-dev version
added function biblio_style_xxx_info to all style files
changed _parse_authors to _biblio_parse_authors and _author_links to _biblio_author_links
added style files
added keyword links and a couple of new styles.
removed redundant "Abstract" link.
added APA style modified the other slightly
file biblio_style_classic.inc was added on branch DRUPAL-4-6 on 2006-11-20 16:27:44 +0000
added selectable "styles" to theme_biblio_short
file biblio_style_classic.inc was initially added on branch DRUPAL-4-7.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |