| /[drupal]/contributions/modules/biblio/biblio.pages.inc |
Parent Directory
|
Revision Log
|
Revision Graph
| Links to HEAD: | (view) (download) (as text) (annotate) |
| Sticky Tag: |
*** empty log message ***
*** empty log message ***
Improved support for PostgreSQL and PHP 5.3.x http://drupal.org/node/601558
*** empty log message ***
Theming error with biblio_category_separator_bar and biblio-inline http://drupal.org/node/625352
added update and delete functions to contributors and keywords
*** empty log message ***
*** empty log message ***
*** empty log message ***
unpublished entries are now highlighted in red for the admin user
*** empty log message ***
fixed problem when sorting by keyword that the keyword was not being shown in the separator bar
*** 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
missing initialization of the keyword separator string
fixed "keyword" page so that keywords from "unpublished" nodes are not listed (with the exception of the Admin user UID=1, who will still see them )
fixed "authors" page so that authors from "unpublished" nodes are not listed (with the exception of the Admin user UID=1)
searching bibligraphy adds <em></em> around result http://drupal.org/node/597286
merged changes from 6--1 to HEAD
fixed potential XSS vulnerability
fixed Can't use the print module in the biblio list page http://drupal.org/node/585332
Reworked the SQL query used for the list display to improve speed at which the list display is sorted. This is especially noticable on large datasets.
fixed bug which prevented the "Alpha" line from being displayed on the "Authors" page when there were no authors to display
merged changes from 6--1 back to HEAD
fixed "Biblio Search returns error" when using table prefixes http://drupal.org/node/501932
added where rank=0 to author sorting, it had been commented out.
fixed Arrow images not showing when Drupal is not installed at DocumentRoot http://drupal.org/node/486462
fixed "Edit" links on admin/settings/biblio/author/list are broken http://drupal.org/node/486790
fixed "Go to ISI" link issue http://drupal.org/node/150002
fixed "Go to ISI" link issue http://drupal.org/node/150002
merged recent changes in 6--1 back to HEAD
added setting to carry inline mode to links or not http://drupal.org/node/469502
merged recent changes from HEAD
Added a new feature (and setting to turn it on/off) which will allow you to retain BibTex protected capitalization braces in title strings, they will be stripped out on display, but will still be in place when exported in BibTex format. http://drupal.org/node/314488
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
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
changed the query builder to deal with multiple taxonomy terms http://drupal.org/node/455402 Add a setting in the "Links" section of the settings page to toggle author links http://drupal.org/node/455022
fixed problem with missing sort arrow images when filtering
merge from DRUPAL-6--1 fixed problem with arrow image in sort tabs
fixed issue where biblio search button text was not translated
fixed "Number of items in the RSS feed" not working... http://drupal.org/node/453298
fixed issue with translation of sort tabs/links
merge from DRUPAL-6--1
rationalized author and keyword "edit" links http://drupal.org/node/450030
synced with 1.4 release version added tests directory
fixed can't save any biblio : " Call to undefined function biblio_explode_keywords() " http://drupal.org/node/448732
fixed sql error when searching for non-existent author http://drupal.org/node/446498
fixed sql error when searching for non-existent author http://drupal.org/node/446498
merged recent changes from DRUPAL-6--1
further refined _biblio_sort_tabs() function
refactored _biblio_category_separator_bar() function
refactored _biblio_sort_tabs() function
refactored _biblio_sort_tabs() function
changed the url on the sort links to use $_GET['q'] so that url type filters (biblio/author/42) carry through to the links.
changed the url on the sort links to use $_GET['q'] so that url type filters (biblio/author/42) carry through to the links.
removed the header "There are a total of @count keywords !header_ext in the database" from the keywords page.
removed the header "There are a total of @count keywords !header_ext in the database" from the keywords page.
fixed problem with display of filtered authors in "inline" mode. http://drupal.org/node/340570#comment-1510210
fixed problem with author filtering in "inline" mode. http://drupal.org/node/340570#comment-1510210
added "edit authors" permission http://drupal.org/node/438930
added "edit authors" permission http://drupal.org/node/438930
added
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
moved _biblio_author_link to theme_biblio_author_link in biblio_theme.inc changed the author formating on the authors page to use theme_biblio_format_authors so it's consistent with other formatting.
fixed issue where citation page title was not displaying what was set in the settings form. http://drupal.org/node/425852
fixed issue where citation page title was not displaying what was set in the settings form. http://drupal.org/node/425852
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
updated author query to deal with linked authors
working on the "linked author" query
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
fixed issue where separator bars for types wouldn't show http://drupal.org/node/415478
fixed issue where separator bars for types wouldn't show http://drupal.org/node/415478
fixed "Keyword" sorting so it takes into account all keywords, not just the first http://drupal.org/node/414380
fixed "Keyword" sorting so it takes into account all keywords, not just the first http://drupal.org/node/414380
fixed problem where "type" names did not show when included in a filter.
fixed problem where "type" names did not show when included in a filter.
changed the sort tabs to be secondary tabs so the themes could diplay them properly.
changed the sort tabs to be secondary tabs so the themes could diplay them properly.
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
put DISTINCT clause back on the main biblio query
Franks fixed biblio search functionality http://drupal.org/node/397104
Franks fixed biblio search functionality http://drupal.org/node/397104
fixed sorting by author, added where bc.auth_category=1 in author section of build_query http://drupal.org/node/402468
fixed sorting by author, added where bc.auth_category=1 in author section of build_query http://drupal.org/node/402468 refactored biblio_show_results(); broke it up into multiple functions
removed subsort on title from default query since this was killing performance on large databases
removed subsort on title from default query since this was killing performance on large databases
removed the title from the odering when sorting by "type" was "type name" then "year DESC" then "Title" now it's... "type name" then "Year DESC" also merged a few more PostgreSQL related changes
removed the title from the odering when sorting by "type" was "type name" then "year DESC" then "Title" now it's... "type name" then "Year DESC"
added the keyword url by "word" as well as "id" biblio/keyword/xxxxx and biblio/keyword/123 also merged in a few of the PostgreSQL fixes
added the keyword url by "word" as well as "id" biblio/keyword/xxxxx and biblio/keyword/123
PostgreSQL related changes
synced with DRUPAL-6--1 branch biblio_get_user_pubs() function was out of sync
added Frank Steiners citekey query patch http://drupal.org/node/375085
added Frank Steiners citekey query patch http://drupal.org/node/375085
fixed access handling for "My Publications" and "Publications" tab. site default overrides user settings if biblio_show_user_profile_form==0 added nofilter option for publications tab
merged changes for RC5 back to HEAD
fixed keyword sorting http://drupal.org/node/373129
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
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)
a few more changes for PostgreSQL compatibility
changes to the SQL to make it more postgreSQL compatible SUBSTRING -> SUBSTR added substr "order by" components to select clause.
added Frank Steiner's patch for keyword search http://drupal.org/node/365435
fixed contributors handling for input form, saving, display and export loose ends are marked with TODO
fixed issue related to profile and inline modes... http://drupal.org/node/359752
fixed biblio_view_inline() so that it respects the biblio_node_layout variable http://drupal.org/node/358349
fixed biblio_view_inline() so that it respects the biblio_node_layout variable http://drupal.org/node/358349
added biblio_date field back to the "ORDER BY" clause when sorting by year, this was in 5.x version.
added biblio_date field back to the "ORDER BY" clause when sorting by year, this was in 5.x version.
use INNER JOINs instead of cartesian products
fixed a bug introduced yesterday which prevented the sort links from showing
fixed a bug introduced yesterday which prevented the sort links from showing
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
minor fix related to the display Author in the filter bar
added Franks "no-filter" patch for inline mode a few minor tweeks related to "My Publicatoins" listings
minor tweek to the authors page
enhanced the "authors" page with an "A-Z" line to select sub sets of authors
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 formating an links the "authors" page.
added new "authors" page which will give a listing of all the authors and how many publications each has.
removed "$count" from the argument list of biblio_show_results. the count is now done internally.
Change user account for additions so that the user can link their account to a specific author in the biblio database
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.
applied Franks search form patch see http://drupal.org/node/340570
modified to match renamed theme functions
*** empty log message ***
cleaned up the source formatting and removed some dead code.
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 the "filtered' feed mode feed information set in biblio_build_query and changed function arguments of biblio_filter_feed to take an array for the feed information.
added Frank Steiner's patch for wrong count with node access modules as per http://drupal.org/node/332843
applied biblio_fix_view_inline.patch as per http://drupal.org/node/267431
fix problem exporting multiple bibtex entries. http://drupal.org/node/311741
fixed filtering on multiple authors, submitted by jukkis see http://drupal.org/node/262927
- fixed the filter output formating so that it shows the author name rather than the id - refactored the _get_biblio_filters code.
mostly reformting the source files
no message
sort by author query still needs work
no message
no message
consolodated all author handling code in biblio.contributor.inc
no message
fixed problem with "inline" mode not displaying properly. http://drupal.org/comment/reply/243331/804367
fixed a few bugs with inline mode display.
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
restructured the page building functions such that there is a get_content function which calls build_query then buld_content this allows for easier separation of content types (inline,profile,page,rss)
fixed the feed for the "New Publications" block added feeds for url filters like http://example.com/biblio/author/jones/rss.xml
no message
implemented change to how the taxonomy terms are obtained as per the top of issue http://drupal.org/node/233188
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
implemented fix for multiple prefixes as detailed here... http://drupal.org/node/208836
fixed problem with type selection on form page.
refactored most of the "page" related code out of the main module file into biblio.pages.inc
file biblio.pages.inc was initially added on branch DRUPAL-6--1.
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 |