| /[drupal]/contributions/modules/biblio/biblio_theme.inc |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
added PubMed module which currently only added a PubMed ID lookup box to the input form
added "Do not reformat" check box to Author Edit dialog
*** empty log message ***
*** empty log message ***
*** empty log message ***
*** empty log message ***
*** empty log message ***
unpublished entries are now highlighted in red for the admin user
*** empty log message ***
*** empty log message ***
*** empty log message ***
*** empty log message ***
*** empty log message ***
*** empty log message ***
*** empty log message ***
*** empty log message ***
merged changes from DRUPAL-6--1 branch
fixed: row titles in theme_biblio_tabular() not translated
fixed Empty href attributes in OpenURL links http://drupal.org/node/611712
proper handling of name suffixes http://drupal.org/node/146760#comment-2075300
merged changes from 6--1 to HEAD
fixed potential XSS vulnerability
*** empty log message ***
fixed XSS vulnerability
fixed Missing '</ul>' tag in biblio_theme.inc, and also refactored the entire link building process so that the links on the "node" display are built by the same code as the links on the "bibliographic" display http://drupal.org/node/513930
merged changes from 6--1 back to HEAD
Added new setting in the OpenURL section to set the Site ID (sid) of the OpenURL link Removed some of the detail from the OpenURL link
fixed issue with author formatting which could cause extra periods before and after initials
fixed issue with author links in "Long" format http://drupal.org/node/488214
moved "export" and "google scholar" links for node view to "hook_link"
fixed issue with export links not showing on initial install
merged from 6--1
changed filter format to $node->format in theme_biblio_entry for the annotation field
merged from HEAD
cleaned up a couple of translation t() calls
merged recent changes in 6--1 back to HEAD
added CCK FileField support http://drupal.org/node/282996
added a new setting to toggle the export and google links
slight cleanup on the Google Scholar link.
added a like to Google Scholar from each entry, still need to add code to turn them off.
fixed a typo in biblio_theme_entry which prevented annotations from displaying in list mode.
fixed a typo in biblio_theme_entry which prevented annotations from displaying in list mode.
added a function to create search links to google scholar
fixed Compilation failed: POSIX named classes.. in biblio_teme.inc http://drupal.org/node/455216
fixed Compilation failed: POSIX named classes.. in biblio_teme.inc http://drupal.org/node/455216
merge from DRUPAL-6--1
added new author formatting option ("numberOfInitialsToKeep") to limit the number of initial output. If not provided, all initialls are used.
http://drupal.org/node/450552
rationalized author and keyword "edit" links http://drupal.org/node/450030
synced with 1.4 release version added tests directory
fixed preg_replace() error http://drupal.org/node/448306 added code to test for a working UTF-8 compatible PCRE library
refactored theme_biblio_format_authors and theme_biblio_page_numbers
fixed Shortening forenames does not use betweenInitialsDelim option http://drupal.org/node/442916
fixed Shortening forenames does not use betweenInitialsDelim option http://drupal.org/node/442916
merged recent changes from DRUPAL-6--1
changed keyword handling to deal with embedded separators i.e. a keyword with a comma in it http://drupal.org/node/435058
fixed missing author prefix problem and forename shortening problem
reqular expressions still not working in theme_format_authors(), replaced with alternatives (drupal_substr(), str_replace())
replaced latin1 regex patterns with unicode versions in theme_format_authors()
Fixed author linking Added DOI and BibTex "auto-fill" of the input form
Fixed author linking Added DOI and BibTex "auto-fill" of the input form
fixed preview issues with keywords and authors http://drupal.org/node/421546
fixed preview issues with keywords and authors http://drupal.org/node/421546
added "auto delete" orphaned author checkbox on settings page
added user selectable styles which can be set by each user on their "user/x/edit" page
added user selectable styles which can be set by each user on their "user/x/edit" page
added "Link" feature to author edit page
complete the "Link"section of the author edit form now need to utillize the aka column when filtering by author
corrected a problem where theme_tabular wasn't respecting the "visible" check box on the type configuration page http://drupal.org/node/409952
corrected a problem where theme_tabular wasn't respecting the "visible" check box on the type configuration page http://drupal.org/node/409952
added "biblio-category-section" div wrapper around entries between separator bars http://drupal.org/node/404842#comment-1367254
added "biblio-category-section" div wrapper around entries between separator bars http://drupal.org/node/404842#comment-1367254
refactored biblio_show_results added tabs for sorting
fixed issue when sorting by title and filtering by first letter not working
fixed issue with author ordering http://drupal.org/node/401938
fixed issue with author ordering http://drupal.org/node/401938
added "Orphaned Keyword" edit page at admin/settings/biblio/keyword/orphans
added "Orphaned Keyword" edit page at admin/settings/biblio/keyword/orphans
added doi capture to the bibTex parser enhanced doi output in tabular format such that correct links to dx.doi.org are bult from the doi numbers. http://drupal.org/node/388722
added doi capture to the bibTex parser enhanced doi output in tabular format such that correct links to dx.doi.org are bult from the doi numbers. http://drupal.org/node/388722
added "full text" output to both "node" views (tablular, original) http://drupal.org/node/387788
added "full text" output to both "node" views (tablular, original) http://drupal.org/node/387788
fixed issue which produced an extra comma in author names which had no Firstname or Initials (such as corproate authors)
fixed issue which produced an extra comma in author names which had no Firstname or Initials (such as corproate authors)
added table drag to "admin/settings/biblio/fields/type" table
added a check for an empty author array in theme_biblio_format_authors
added a check for an empty author array in theme_biblio_format_authors
added new styles (AMA, Chicago, MLA)
fixed typo in function name fixed default biblio_style to be classic everywhere
changed all style functions and theme_tabular to use theme_format_authors rather than theme_authors.
merged changes from DRUPAL-6--1
(re)parsing the author names in theme_biblio_authors destroyed settings from author edit form The parsing is only neccessary for preview and new authors.
added theme_biblio_page_number
mla format more or less working, needs a few refinements. new theme_authors2() function which will take over the job of theme_authors eventually
began work on new theme_authors function (mostly lifted from refbase)
restructured the admin/settings/biblio tabs grouped all field related actions under "Fields" tab and all author related actions under "Authors" changed keyword filter to be a select box of all exiisting keywords
restructured the admin/settings/biblio tabs grouped all field related actions under "Fields" tab and all author related actions under "Authors" changed keyword filter to be a select box of all exiisting keywords
merged changes from HEAD to 6.x-dev
more keyword related fixes added "keyword" page, keyword edit and keyword merge
changes to keyword handling such that they are stored in the biblio_keyword_data table (Not quite finished yet)
some bug fixes: - weights did not change on drag in field adminstration - author type for new entries was 0 by default - display default author types in field adminstration, if field is common
carry the author_category through the parsing stage to account for Corp Authors.
fixed: tabledrag, colspan, and hiding the weights didn't work together
made biblio_format_authors a theming function: theme_biblio_authors
Added the author type selection box to the administration of fields. Selecting several author types per contributor field is possible. Role selection box is hidden if only one choice is possible. The table biblio_contributor_type store only defaults and its modifications. All other data is removed. Introduced new _biblio_get_auth_types to resolve to the mods or defaults resp.
added 'tabledrag' to admin/settings/biblio/defaults and admin/settings/biblio/types/edit/xxx
fixed preview of authors
added sorting to the author contribution form and fixed the saving appropriately
fixed contributors handling for input form, saving, display and export loose ends are marked with TODO
*** empty log message ***
updated
added "Orphaned Authors" form to remove those authors
added "author merge" function from HEAD
wrapped author merge choices in a fieldset and fixed themeing so that "save" button us at the bottom of the page.
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.
removed some redundant setting of $author_style_function from theme_biblio_tabular() http://drupal.org/node/357298
removed some redundant setting of $author_style_function from theme_biblio_tabular()
use INNER JOINs instead of cartesian products
added danep's patch to correct XHTML validation warnings http://drupal.org/node/356322
added danep's patch to correct XHTML validation warnings http://drupal.org/node/356322
merged DRUPAL-6--1 branch back to HEAD
enhanced the theme_biblio_alpha_line function to highlight the current selection and provide a "show all"
finished "Authors" page and added links from each author to the author edit page. These edit links are only visible to those having the "administer biblio' privilage
fixed export of keywords from taxonomy vocabulary.
added pub-type -> contrib-type mapping on the type edit form.
Keywords now stored in taxonomy in the Biblio Keywords vocabulary
finished the changes required for the new contributors schema
completed modifications to contributor schema, just need to fix install file and make update function.
started to reorganize the contributor tables (not done yet)
added author editing form
Added theme function for download links see http://drupal.org/comment/reply/338913
fixed authors not being formated in tabular view
Removed un-needed call to theme('biblio-tagged_link'... in the tabular view
see http://drupal.org/node/340551
all export links are now built with theme_biblio_export_links export popups are now done with the popups module rather than hovertips added many comments refactored some of the theme names to make more sense (theme_biblio_short -> theme_biblio_style
attached files will display the description if available or default to the file name if no description is available see http://drupal.org/node/314395
removed some dead code
fixed bibtex export links
added custom contributor types
Changed column name ctid to ct_id in biblio_contributors to avoid a conflict with PostgreSQL system column of the same name. This touched many files...
moved the "common,required,visible,weight,autocomplete" columns from biblio_fields and biblio_field_type data to biblio_field_type. This allows for a wider range of customization.
- fixed the download link section in theme_biblio_list so that it only lists files which have the "list" option selected.
added "Full Text" to tablular view
mostly reformting the source files
no message
no message
no message
no message
no message
consolodated all author handling code in biblio.contributor.inc
no message
fixed output of attached file names in list mode
added "click tips" to export links as per http://drupal.org/node/236345#comment-795812 ported attached file links from 5.x version as per http://drupal.org/node/236763
added a new "contributors" section to the main input form
no message
many small changes including fixing menu structure so that it rebuilds if biblio_base url is changed and an significant change in that the fully rendered tablular form of the node is now saved in the body and short (bibliographic) form is saved in the teaser. This removes the need to rerender these items on each page load.
changed "My Publications" to only show on a tab of the user profile page. fixed "inline" mode added biblio_hash function to create an md5 hash identifier for each entry to be used in duplicate detection
fixed theme_biblio_tabular to work with the new db tables.
still working on the new type customization form
removed theme_biblio_add_css() function. css is now loaded in biblio_init()
fixed problem with type selection on form page.
a few minor bug fixes
refactored most of the "page" related code out of the main module file into biblio.pages.inc
fixed "type customization" forms
fixed a bug which prevented text areas from being processed by the selected filters. http://drupal.org/node/214977
added join to biblio_types so that the type name is included in the node when it gets loaded
moved biblio_show_node to theme_biblio_tablular
copied most recent changes in the 5.x branch to HEAD
still working on the "Type Customization" GUI function
mostly working version for 6.x, still needs testing.
moved all theme functions from biblio.module to this file, biblio_theme.inc
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 |