| /[drupal]/contributions/modules/biblio/biblio.install |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
added bekasu's "Refereed Designation" patch
*** empty log message ***
*** empty log message ***
*** empty log message ***
*** empty log message ***
working install for 7.x
merged changes from 6--1 to HEAD
added publication type mapping for all the file formats
merged changes from 6--1 back to HEAD
added a few check to avoid certain updates if updating from 5.x
merge from HEAD
added update 6022 to take care of the UI side of the wider columns created in update 6021
merged recent changes in 6--1 back to HEAD
widened some of the columns http://drupal.org/node/465834
fixed Undefined function taxonomy_vocabulary_load()-installation error http://drupal.org/node/464572
fixed Undefined function taxonomy_vocabulary_load()-installation error http://drupal.org/node/464572
added update 6020 to add the new 'access biblio content' permission to any role which has access content in the permission table
added update 6020 to add the new 'access biblio content' permission to any role which has access content in the permission table
merged recent changes from DRUPAL-6--1
added defualt value for aka field in biblio_contributor
added defualt value for aka field in biblio_contributor
corrected schema mismatches reported by the "Schema" module http://drupal.org/node/441104
corrected schema mismatches reported by the "Schema" module http://drupal.org/node/441104
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 small error in update 6018
fixed small error in update 6018
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
added aka column to biblio_contributor_data table
added aka column to biblio_contributor_data this column will be used to link author name varients i.e. when a last name changes due to marriage
moved the deletion of author columns from update_6014 to _move_authors, so that they are only deleted IF the move is sucessful
moved the deletion of author columns from update_6014 to _move_authors, so that they are only deleted IF the move is sucessful
widened some of the columns added update_6016 to handle the update http://drupal.org/node/385830
widened some of the columns and added update_6016 to handle the update
fixed issue which caused all authors to be lost durring upgrade if module was disabled at the time of the upgrade. http://drupal.org/node/372820
fixed issue which caused all authors to be lost durring upgrade if module was disabled at the time of the upgrade. http://drupal.org/node/372820
added missing curly braces around biblio_contributor_type_data in update 6014
added missing curly braces around biblio_contributor_type_data in update 6014
added missing result colletion in updates 6000 and 6014
added missing result colletion in updates 6000 and 6014
Added missing curly braces.
added missing curly braces
slight modification to update 6015 so that failure messages are not generated when there are 0 keywords moved.
slight modification to update 6015 so that failure messages are not generated when there are 0 keywords moved.
removed XML field data handling routine
merged changes from HEAD to 6.x-dev
fixed update which copies keywords to the new structure
more keyword related fixes added "keyword" page, keyword edit and keyword merge
finished "keyword" changes. needs a bit of testing.
changes to keyword handling such that they are stored in the biblio_keyword_data table (Not quite finished yet)
removed "take over" of D5 freetagging vocabulary in _enable_biblio_keyword_vocabulary, now we just assume the vid and don't make any other changes. added biblio.keywords.inc, which contains keyword related functions. decided against only using taxonomy for keywords, since someone could delete the vocabulary and then all the keywords would be gone.
added upgrade path from 6.1-rc2: add contributor fields for each auth_category
fixed D5 upgrade: adapted install process to handle new (original) contributor field names added rank to authors moved from D5 minor fixes
renamed $type to $cat in _parse_authors (its the author category)
fix move_author to handle the new contributor data structure fix update 6013 so that the table modifications are skipped if upgrading from 5.x
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.
changed reset_types back to use csv data to be consistant with install
*** empty log message ***
updated
XML field_data parsing code working now
first cut at parsing xml file to populate the field and contrib data tables, still not quite working yet
fixed error introduced by the following fixed problem creating database on install with aliased tables (forgot curly braces around table name. http://drupal.org/node/360391
fixed problem creating database on install with aliased tables (forgot curly braces around table name. http://drupal.org/node/360391
populate both field_type_data and contributor_type_data from same contributor data in field.type.data.csv encode table in _id_by_name to distinguish both tables
fix for missing contributor types after reset
replace "&" by semicolon on author import from 5.x (_parse_authors)
updated biblio_reset_types() to work with 6.x version removed upates 1-20 since they dated back to version 5-1.2
fixed biblio_update_6013, added maxsize-change of biblio_year field removed maxsize-change of biblio_year in biblio_form sort contributors according to previous input order
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.
added auth_category column to biblio_contributor table and modifications to contributor widget to supply both type and category (1:1) need to alter import files accordingly.
use INNER JOINs instead of cartesian products
Changed all instances of "key word" to "keyword" for correctness and consistancy.
Changed all instances of "key word" to "keyword" for correctness and consistancy.
added Robert's comment patch which documents the SQL in the install file
added Robert's comment patch which documents the SQL in the install file
merged changes from branch DRUPAL-6--1
added patches submitted by Robert Haschke in http://drupal.org/node/352057 and http://drupal.org/node/356216
merged DRUPAL-6--1 branch back to HEAD
added a few more of the patches suggested by rhaschke in http://drupal.org/node/352057 also added hook_token_list and hook_token_values for use with pathauto
added "cite key" from PHP code patch see http://drupal.org/node/352057
fixed upate 6010 so that contributor table modifications are not attemped when upgrading from 5.x
added patch to deal with exisiting freetagging vocabularies
added a function to change the weight of the module in the system table so that it is called later in the "module_invoke_all" chain. also refactored some of the _add... fucntions such that they return the result array rather than having it passed in by reference, just to be more consistant.
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
added call to _enable_keyword_vocabulary in biblio_install()
fixed issue with update from beta8 md5 generation not working fixed taxonomy tags on other nodes being altered fixed issue where can't save new biblio nodes
minor fix to add_biblio_keywords.
added update 6011
added batch processing with a progress bar for large bulk imports, this should cut down on the script timeout issues.
Keywords now stored in taxonomy in the Biblio Keywords vocabulary
fixed to update10
fixed to update10
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 taxonomy-keyword functions
added some comments
added a check in _parse_authors to replace any " and " separators still remaining in the author list with semicolons
added update to widen the biblio_citekey column to 256 chars see http://drupal.org/node/282896
code formatting cleanup
fixed the md5_generate function
fixed 5.x to 6.x upgrade path
This commit represents the work of Frank Steiner's (http://drupal.org/user/269234) "Quick search" patch to biblio with a few minor modifications to allow the admin the change the text on the search button and to check to make usre the search module is enabled before allowing this feature to be enabled.
fixed undefined function call in update 6000 http://drupal.org/node/280805
commented out the biblio_enable function which sets up the taxonomy keywords and collections. Will implement this later.
fixed and tested update 6008 to go from beta6 to beta7
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...
no message
fixed bug in reading of csv file
no message
no message
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.
minor bug fix (missing function) and rearranged the file a little bit as a house keeping measure.
added biblio_enable() function to handle taxonomy setup.
fixed taxonomy installation and un-installation.
added a section to setup the taxonomy vocabularies and updated the uninstall function to remove them when the module is uninstalled.
added csv file containing field title matrix for all fields and types.
started to add field type data section
- changed the primary key on the biblio_contributors table so that it uses vid rather than nid - added update 6006 to make this change.
mostly reformting the source files
added a new update (6005) to rename and remove some of the author field information
finallized the upgrade path for authors from 5.x to 6.x
working on 5.x to 6.2 update process author conversion still not working
no message
no message
no message
no message
no message
fixed problem with biblio_contributor_data table definition
changed size of hint on fields to 255 chars.
changed size of hint on fields to 255 chars.
changed size of hint on fields to 255 chars.
no message
cleaned up some formatting
fixed a few problems with installation
just cleaned up the formating
no message
no message
added auto citekey generation, compelte with corresponding settings on admin/settings/biblio as dettailed in http://drupal.org/node/130899
added update 6001 to alter the blblo table for the md5 checksums
added an upgrade (6000) to bring the tables from 5.x (schema 26)
still working on the new type customization form
no message
restructured the biblio_fields and biblio_type_detail tables which impacts a querys associated with these tables. Not all of these querys have been fixed yet.
changed how the default data is loaded into the database
updated the uninstall function so that it removes all variables added to the variable table updated the install function to execute the settings form to save the defaults on installation.
fixed the biblio_reset_types function so that it properly drops and recreates the type_details table.
re-ordered the Submitted and In Press items so submitted comes first in the list followed by In Press then the current year. http://drupal.org/node/195918
changed the hint for the biblio_year text field to (YYYY, In Press or Submitted)
modifications for "Submitted" as a year see http://drupal.org/node/195918
added hook_schema for 6.x comaptibility
changed the "In Press" value from 0 to 9999 so that they show first when sorted by year rather than last.
updated biblio_install for 6.x
updated the uninstall section
updated the uninstall section
added annotation changes from 5.x branch
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 biblio_sort_tabs to the variable_delete list in the uninstall section
completed adding and modifying the feilds requested by jeromev
completed adding and modifying the feilds requested by jeromev
completed adding and modifying the feilds requested by jeromev
added update 22 which modifies the custom fields and adds some new ones.
changed the title of type 104 from Proceedings Article to Confrenece Proceeding
updated the uninstall section to include all the variables which are being created
updated the uninstall section to include all the variables which are being created
updated the uninstall section to include all the variables which are being created
fixed a couple of errors in the main install section which prevented a clean install
fixed a couple of errors in the main install section which prevented a clean install
fixed a couple of errors in the main install section which prevented a clean install
fixed update 20 added update 21 which adds issn and doi fields
fixed update 20 added update 21 which adds issn and doi fields
fixed update 20 added update 21 which adds issn and doi fields
update 20, for the coins data
fixed update_11 which was causing trouble for sites updating from older versions
added autocomplete field to biblio_fields table
added autocomplete column to biblio_fields table
added autocomplete column to biblio_fields table
changed biblio_pages to be 128 chars wide
changed biblio_pages to be 128 chars wide
changed biblio_pages to be 128 chars wide
added variable_del for the free tagging variables
added variable_del for the free tagging variables
added variable_del for the free tagging variables
added update_16; changed the primary key to help with a performance issue jeromev reported.
forgot to add the update_16 changes to the main table create
added update_16; changed the primary key to help with a performance issue jeromev reported.
added update_16; changed the primary key to help with a performance issue jeromev reported.
forgot to add vid to the primary key in the main installation
forgot to add vid to the primary key in the main installation
forgot to add vid to the primary key in the main installation
added update_15 which adds vid to the primary key, this is for revisioning support
added update_15 which adds vid to the primary key, this is for revisioning support
added update_15 to change the primary key on the biblio table
fixed some missing curly brackets around table names
fixed some missing curly brackets around table names
fixed some missing curly brackets around table names
this is the backport of the current 5.x version
this is the current working 5.x-dev version
fixed problems with update_14 (used db_query instead of update_sql)
added creates for two more tables: biblio_author_index and biblio_has_author these will be used for author sorting and filtering
added update 13 which adds a new column called biblio_citekey to the biblio table and a new row to the biblio_fields table to describe it.
forgot to add the visible column to the main biblio_types table definition.
added update 12 which adds a new column called visible to the table biblio_types
added update 11 to fix up the vid problems
renumbered updates so they started at 4 rather than 3
added an update
added some new type defaults
changed maxsize of text areas to 65535
added "Engine=" statement to biblio table create
added CVS id tag
removed all "Engine=" statements
added uninstall feature
rearranged so type details are added in a separate function and thus we can do a reset also added the title length modification to the main install
Most forms working now, need work on layout
added modifcation (update_8) to the node and node_revisions table to make the title field 255 chars long.
added modifcation to the node_revisions table to make the title field 255 chars long.
added modifcation to the node table to make the title field 255 chars long.
changed "Book Article" to "Book Chapter"
no message
no message
fixed some bugs with update 3
added new fields
correct a typo in one of the biblio_field insert queries
correct a typo in one of the biblio_field insert queries
wrapped table names in curly braces to allow for proper prefixing
wrapped table names in curly braces to allow for proper prefixing
added pagination as a default of journal type
added pagination as a default of journal type
added some status output for the initial install and a couple of updates
added auto_increment to the tid field in the bbilio_types table
first biblio.install file
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 |