To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
hg clone
Adds a DOI field to both the publication create and show views.
Merge
Migration to add timestamps to Authors table
Created migration to add 3 columns to the publications table: DOI created_at and updated_at.
created partial for author suggestions; renders this partial after the AJAX call using RJS.
outputting error/success messages using the flash div; still not cleaning the messages correctly.
Changing the way the bibtex is parsed: uses link_to_remote instead of remote_form_for; using RJS; created tab helper (still not implemented correctly in terms of views
New publication now has 2 tabs, one for each mode (bibtex or 'default')
Merge from branch cannam
Pull header stuff out of cached fragments
More layout fixes
Layout tweaks
Merge from branch "luisf"
Merge from browsing branch
Fixed wrong entry type when "generating" bibtex
Fixed wrong bibtex entries type when converting to bibtex format.
few CSS tweaks
Don't want tags controller & view after all
Shows the publication list as IEEE formatted entries; Adds 2 links, one for the publication details and another for to show the publication details as bibtex.
Merge from branch "live"
Merge from branch "browsing"
Layout bits
Add tag cloud to front page (probably don't want it quite like this in the "real world")
Merge from branch "cannam"
Some work towards interesting ways of browsing projects
Fix bug 494, Tag search doesn't work for tagged subprojects whose parents lack the tag
correctly inserting the autorship fields.
the "authors" div was not closing correctly - fixed now.
Fixes a bug with the authors div - it was being replicated for each author; added a fieldset in order to better handle each author; simulates a click for each author in the parsing of the bibtex file.
Parses a pasted bibtex entry and correctly adds its fields except the author names/institutions. Todo: Parse the author names/institutions and show the errors (flashing on the top of the page).
Now parses a publication using the BibTex-ruby parser and displays both the "text" format and the bibtex format.
Now using bibtex-ruby and citeproc-ruby gems to format bibtex entries.
Merge from the default branch
Merge from default (Redmine 1.3)
Merge from branch "cannam_integration"
Merge from branch "redmine-1.3"
Update to Redmine SVN rev 9414 on 1.3-stable branch
addresses feature #343 (help text in tags input form).
Merge from cannam_integration
Rename the just-restored files as well
Restore two files mysteriously deleted from e39b2060aba1
Rename .erb to .html.erb in source files as well
Rename .erb to .html.erb in line with the convention
These two files were renamed in the previous commit.
needs further testing Moved several files' extension to ".erb"; modified two files because they were calling partials/templates with rhtml extensions; renamed email templates sent when a user is added to a publication.
Remove .svn directories from subdirectories in preparation for merging from newer svn repo format
Update to Redmine 1.3-stable branch (Redmine SVN rev 8964)
Merge from branch "bug_367"
Fixed Bug #367.
Merge from branch "bug_365"
changed the projet id from 1 to the first project.
fixes Bug #365 (project_id is always 1).
Further adjustments to Documents, Files, Publications texts to clarify the difference between them
Merge from branch "bug_366"
a more descriptive string in the modules list
Rename Bibliography to Publications in the UI (fixing #366, I hope)
Strips any possible html tags in the project tags input (both client and server side).
Fix SQL error in project model
Forces the tags to be lowercase.
Move tags list on project show page
Minor text change
Merge from branch "feature_14"
Move tag list in My Projects up to next to public/private text; move tags column in projects table to left of managed-by column and fix header colour; show My Projects toggle frame only if I have projects
fixes unclosed div bug in projects index view.
Merge from branch feature_14