| /[drupal]/contributions/modules/biblio/biblio.import.export.inc |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
*** empty log message ***
*** empty log message ***
added file import test
*** empty log message ***
*** empty log message ***
*** empty log message ***
*** empty log message ***
*** empty log message ***
*** empty log message ***
fixed calls to drupal_set_header
merged changes from DRUPAL-6--1 branch
Import: Invalid argument supplied for foreach() in biblio.import.export.inc on line 267
fix bug where import form did not gernerate an error when no file type was selected. added an informational message indecating how many nodes were imported from the import file.
merged changes from 6--1 to HEAD
Reworked export functions such that the data is streamed to the client node by node thus reducing the memory footprint required to export large datasets
fixed Order Vocabularies by Weight on Import Screen(s) http://drupal.org/node/561722
cleaned up export file attachment url code
Added links to file attachments in the Tagged, bibtex and EndNote 8 export file formats
finished type mapping code changes for all file formats
added publication type mapping for all the file formats
merged changes from 6--1 back to HEAD
EndNote XML files are now formated in the latest XML format by default, good for versions 8 and newer of EndNote
merge from HEAD
moved the function biblio_dump_db_data_for_pot() to biblio.import.export.inc
merged recent changes in 6--1 back to HEAD
fixed issue where default language was assigned to imported nodes even if multilingual support was turned off the the biblio type. http://drupal.org/node/472062
a few more taxonomy related messages.
merged recent changes from HEAD
changed bibtex field names to lower case for consistency
multiple BibTex import/export fixes http://drupal.org/node/461474 http://drupal.org/node/461464 http://drupal.org/node/461426 http://drupal.org/node/461422
merged changes from DRUPAL-6--1 refactored biblio_access
DOI import fails http://drupal.org/node/459684
Added a new option when selecting taxonomy terms from a vocabulary, you can now choose to copy them to the biblio keyword database or not. http://drupal.org/node/444268#comment-1564976 fixed "Export and Import in Bibtext format changes the citekey" http://drupal.org/node/456360
fixed "Export and Import in Bibtext format changes the citekey" http://drupal.org/node/456360
Added a new option when selecting taxonomy terms from a vocabulary, you can now choose to copy them to the biblio keyword database or not. http://drupal.org/node/444268#comment-1564976
merge from DRUPAL-6--1 fixed problem with arrow image in sort tabs
added DISTINCT(n.nid) to export query when nid is given fixed keyword export for bibTex and Endnote tagged formats
merged recent changes from DRUPAL-6--1
fixed typo in form element description http://drupal.org/node/444428
removed taxonomy tag building from import parsers (it is now done in biblio_save_keywords() if necessary) added term lookup to biblio_save_keywords() in order to keep keywords and terms in sync.
removed taxonomy tag building from import parsers (it is now done in biblio_save_keywords() if necessary) added term lookup to biblio_save_keywords() in order to keep keywords and terms in sync.
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
merged changed from 6.x--dev to be in sync with 6.x-1.2 release
added crossref XML import function
merged some changes made in DRUPAL-6--1 that were never copied back to HEAD
fix redirect after batch issue http://drupal.org/node/404522
merged changes from 6.x-1.1 version.
removed comment from SQL clause in biblio_export which might be causing some trouble with db_rewrite_sql
removed comment from SQL clause in biblio_export which might be causing some trouble with db_rewrite_sql
added special character translation to bibtex export http://drupal.org/node/183517#comment-1283014
turn batch processing of file imports on by default
changed the order of the file types listed on the import form
almost finished MARC file import (need some way to classify type of work added check box to enable/disable batch processing of import files
almost finished MARC file import (need some way to classify type of work added check box to enable/disable batch processing of import files
added special character conversion (unicode -> latex) on bibtex export http://drupal.org/node/183517#comment-1283014
fixed issue where the distinction between phd and masters thesis was lost on import and the subsequently on export. http://drupal.org/node/381070
fixed issue where the distinction between phd and masters thesis was lost on import and the subsequently on export. http://drupal.org/node/381070
added new styles (AMA, Chicago, MLA)
PostgreSQL related changes
in biblio_export(), commented out group by n.nid
merged changes for RC4 back to HEAD
fixed problem with export of keywords
added MARC file parser Not working, still need to map to biblio node type
added MARC file parser Not working, still need to map to biblio node type
merged changes from HEAD to 6.x-dev
changed text on imput form
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 more fixes for the multi-dim contributors array added some changes Ron made parallel to me
corrected minor typing error
fixed errors regarding unset contributors[$cat] arrays
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.
fixed biblio_import argument list so that it is backward compatible with PHP4 (removed default value on $context, PHP4 can't have pass by reference defaults) see http://drupal.org/node/355621 removed useless "account" code from biblio_node_save(), see http://drupal.org/node/357298
fixed biblio_import argument list so that it is backward compatible with PHP4 (removed default value on $context, PHP4 can't have pass by reference defaults) see http://drupal.org/node/355621 removed useless "account" code from biblio_node_save(), see http://drupal.org/node/357298
Changed all instances of "key word" to "keyword" for correctness and consistancy.
Changed all instances of "key word" to "keyword" for correctness and consistancy.
merged DRUPAL-6--1 branch back to HEAD
changed the "Set user ID" drop down on the import form to be available to anyone who has the "biblio admin" privilage
fixed issue where tags are not getting set on import http://drupal.org/node/336344
fixed issue with setting user id on import by none admin users http://drupal.org/node/355480
removed the redundant and confusing taxonomy setting
fixed export of keywords from taxonomy vocabulary.
finalized the "batch mode" import.
added batch processing with a progress bar for large bulk imports, this should cut down on the script timeout issues.
converted RIS and Tagged parsers to "One at a time" import.
reworked biblio_endnote_XML_import since both formats use the same parser now.
finished "node at a time" import for endNote8 files.
added function biblio_save_node() which eventially will take over from biblio_save_imported_nodes(). The idea is to save each node as it is parsed rather than building a huge array and the saving them all. This should reduce memory requirements and avoid script timeouts.
in biblio_save_imported_nodes() added a change to split keywords on semicolons if they exist.
Keywords now stored in taxonomy in the Biblio Keywords vocabulary
completed modifications to contributor schema, just need to fix install file and make update function.
made the "biblio import" menu item show up automatically for users who have the 'import' privilege
made use of module_load_include() to load all included files added support for "popup" module
fixed Conference title is exported as "journal" in Bibtex export or not at all problem see http://drupal.org/node/301576
fixed issue with bibtex export not having any authors
Changed "organization" to "institution" in the bibtex export for "techreport" as per http://drupal.org/node/336416
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...
added a check to see if there are any contributors before trying to loop through them.
more formatting cleanup
primarily formatting changes
fixed the export functions to properly handle the new author structure.
no message
fixed Endnote 10 xml import
no message
no message
modularized the contributor form into a widget which could be reused for different types of contributors
added series title to "inproceedings" type as per http://drupal.org/node/243759
extened the PARSECREATORS class to handle all creator related functions (loading saving etc.)
none functional formating changes
fixed problem of userid's not being set to the selected user on import see http://drupal.org/node/241237 http://drupal.org/node/228780
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.
added update 6001 to alter the blblo table for the md5 checksums
changed the node_template in biblio_import to include the $node->name as well as $node->uid
fixed problem with type selection on form page.
added journal name and organization name to "inproceedings" bibtex export.
restructured import functions in preparation for "cut and paste" import
updated CSV export functions
fixed a link as per http://drupal.org/node/213805
added more documentation and cleaned up the formating
added some comments to document the function parameters.
moved all import/export functions into biblio.import.export.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 |