log vendor/plugins/redmine_bibliography/app/helpers/publications_helper.rb @ 1477:f2ad2199b49a bibplugin_integration

age author description
Tue, 20 Nov 2012 16:55:41 +0000 luisf Added local caching to the publications helper; patch to the projects controller to load the publications helper; added patch to the plugin init file bibplugin_cache
Fri, 16 Nov 2012 19:05:01 +0000 luisf 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 bibplugin_bibtex
Tue, 13 Nov 2012 18:12:46 +0000 luisf New publication now has 2 tabs, one for each mode (bibtex or 'default') bibplugin_bibtex
Thu, 12 Jul 2012 17:47:15 +0100 luisf Now parses a publication using the BibTex-ruby parser and displays both the "text" format and the bibtex format. bibplugin_bibtex
Wed, 11 Jul 2012 18:03:03 +0100 luisf Now using bibtex-ruby and citeproc-ruby gems to format bibtex entries. bibplugin_bibtex
Fri, 23 Sep 2011 18:15:01 +0100 luisf Fixes Bug #313: Only shows projects for which user is allowed to manage bibliography feature_36
Fri, 23 Sep 2011 12:23:25 +0100 luisf Fixes Issue #314. feature_36
Mon, 19 Sep 2011 17:29:17 +0100 luisf Merge from 703:0435cf085f28 feature_36
Mon, 19 Sep 2011 17:28:32 +0100 luisf Fixes Bug #298 - on the New View now toggles the new authorship fields. feature_36
Mon, 19 Sep 2011 17:00:35 +0100 Chris Cannam Link authorships from publications detail page as well as publications list. Also minor text update feature_36
Fri, 16 Sep 2011 17:52:00 +0100 luisf Feature #293 - The publications index page now has links to both users/authors show pages. feature_36
Fri, 16 Sep 2011 17:06:58 +0100 luisf Feature #293: lists the projects associated with a publication. feature_36
Fri, 09 Sep 2011 12:24:45 +0100 Chris Cannam Shorten email address in search results, showing domain only (text too long otherwise) feature_36
Thu, 25 Aug 2011 14:57:08 +0100 luisf Feature #241 - Added permissions to the Show Publication view. feature_36
Wed, 24 Aug 2011 16:27:01 +0100 Chris Cannam Minor tweak to layout for list of projects for publication feature_36
Wed, 24 Aug 2011 11:56:41 +0100 luisf Merge from 616:c4ddb9531f4c feature_36
Tue, 23 Aug 2011 17:16:15 +0100 luisf Fix for Feature #235. This view is no longer a priority. feature_36
Wed, 24 Aug 2011 11:53:10 +0100 Chris Cannam Some rearrangements and stylings feature_36
Wed, 17 Aug 2011 17:13:38 +0100 luisf removed unnecessary code feature_36
Tue, 16 Aug 2011 17:38:30 +0100 luisf Some JS changes to the behaviour of user/author selection interface. feature_36
Tue, 16 Aug 2011 15:36:32 +0100 luisf Correctly updating the fields with the author info. feature_36
Tue, 16 Aug 2011 11:47:30 +0100 luisf In the remote call now only passing the id of the form's object, instead of the complete name of the object. feature_36
Tue, 16 Aug 2011 02:06:36 +0100 luisf DEV Commit: now generating the seach "author select box" with the appropriate options and element names and id's, so that it gets correctly submitted with the form. feature_36
Mon, 15 Aug 2011 16:18:00 +0100 luisf More Author/User changes. Not stable. feature_36
Mon, 15 Aug 2011 13:55:01 +0100 luisf development commit: still users/authors management feature_36
Fri, 12 Aug 2011 16:21:35 +0100 luisf Author Autocomplete: Changes in the User/Authorship selection mechanism. feature_36
Fri, 12 Aug 2011 13:15:05 +0100 Chris Cannam Order BibTeX entry types in a sensible order for presentation to user, instead of alphabetically by BibTeX name as previously (requires database re-seed). feature_36
Wed, 10 Aug 2011 18:44:00 +0100 luisf Some Author/User logic. feature_36
Wed, 10 Aug 2011 17:58:16 +0100 luisf Created just one function to fill the user's author info (used to be in 2 different places) feature_36
Wed, 10 Aug 2011 16:23:55 +0100 luisf Fixed Missing User Id when using auto complete to add authors feature_36
Wed, 10 Aug 2011 16:20:40 +0100 luisf Merge from 579:c8552c08687f feature_36
Wed, 10 Aug 2011 16:20:14 +0100 luisf Working on the project add/remove from publications list feature_36
Wed, 10 Aug 2011 15:57:05 +0100 Chris Cannam Tidy up layout of author suggestions list, etc feature_36
Wed, 10 Aug 2011 14:40:05 +0100 luisf Merge from 573:aed210f6095b. feature_36
Wed, 10 Aug 2011 14:30:40 +0100 luisf some changes to add/remove projects. Not Finished. feature_36
Wed, 10 Aug 2011 14:24:53 +0100 Chris Cannam Layout changes for publication edit page. Still requires correct authorships number in heading, and for the new authorship to be added in its proper place. feature_36
Mon, 08 Aug 2011 18:13:30 +0100 luisf working on the author<->user logic. feature_36
Tue, 02 Aug 2011 16:50:22 +0100 luisf Addresses Feature #228. Already able to remove projects associated with a publication. feature_36
Mon, 01 Aug 2011 20:26:21 +0100 luisf Fixes Bugs #219 and #226. feature_36
Fri, 29 Jul 2011 17:51:45 +0100 luisf Closes Feature #237. Minor changes to the form's layout (using TabularFormBuilder). feature_36
Thu, 28 Jul 2011 15:04:24 +0100 luisf Addresses Issus #224 - separates the projects in a project list using commas. feature_36
Fri, 15 Jul 2011 17:21:05 +0100 luisf Correctly searches and sends the parameters for both users and authors. feature_36
Thu, 07 Jul 2011 18:20:31 +0100 luisf removed unnecessary rjs file; extending the User Model to handle Users with no Author. feature_36
Tue, 05 Jul 2011 17:00:30 +0100 luisf correctly adds multiple authors; correctly sets user_id in the form feature_36
Mon, 04 Jul 2011 18:56:45 +0100 luisf created author search virtual attribute in authorship model. feature_36
Thu, 30 Jun 2011 18:19:52 +0100 luisf new controller logic. feature_36
Wed, 29 Jun 2011 17:12:03 +0100 luisf corrrectly searches for the user. some issues pending saving the author model. feature_36
Tue, 28 Jun 2011 17:42:49 +0100 luisf Several changes in the author forms. feature_36
Fri, 24 Jun 2011 17:13:29 +0100 luisf Add Me as Author: started building the AJAX call to fill the form. feature_36
Fri, 24 Jun 2011 11:23:23 +0100 luisf correctly saving authors. feature_36
Thu, 23 Jun 2011 18:52:30 +0100 luisf dynamically adding/removing users. feature_36
Tue, 21 Jun 2011 01:27:41 +0100 luisf Searching for publications via AJAX call; the publication ID is not being sent correctly, so still shows the current publication's associated projects in the select list. feature_36
Thu, 14 Apr 2011 17:35:31 +0100 luisf Pasting of bibtex entries already working correctly. feature_36
Wed, 13 Apr 2011 18:16:45 +0100 luisf Refactoring. feature_36
Tue, 05 Apr 2011 18:31:02 +0100 luisf using new bibtex parsing plugin; implementing multipage create bibtex form feature_36
Mon, 04 Apr 2011 17:20:17 +0100 luisf DEV commit: beginning of bibtex parser integration. feature_36
Tue, 29 Mar 2011 14:33:32 +0100 luisf Created the "author", "publication" and "authorship" models and controllers. feature_36