log vendor/plugins/redmine_bibliography/app/controllers/publications_controller.rb @ 1477:f2ad2199b49a bibplugin_integration

age author description
Wed, 21 Nov 2012 15:09:58 +0000 luisf Deletes publication cache on controller update action. bibplugin_cache
Mon, 19 Nov 2012 13:48:57 +0000 luisf created partial for author suggestions; renders this partial after the AJAX call using RJS. bibplugin_bibtex
Mon, 19 Nov 2012 11:56:29 +0000 luisf outputting error/success messages using the flash div; still not cleaning the messages correctly. bibplugin_bibtex
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
Fri, 03 Aug 2012 18:33:08 +0100 luisf 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. bibplugin_bibtex
Wed, 18 Jul 2012 16:57:54 +0100 luisf 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). 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
Mon, 19 Sep 2011 16:44:12 +0100 luisf Bug #297 - Simplified JS; no more need to have BibtexEntryType.all_fields; solves the "Please Select" bug in New Publication view. feature_36
Fri, 16 Sep 2011 14:37:24 +0100 luisf Feature #238 - Refactoring of the Bibtex Fields Hash and Arrays. feature_36
Fri, 16 Sep 2011 13:17:28 +0100 luisf Feature #238 - Edit Publication now showing the correct fields. feature_36
Fri, 16 Sep 2011 11:14:10 +0100 luisf Feature #238 - the New Publication now shows all fields correctly. feature_36
Wed, 14 Sep 2011 09:58:44 +0100 luisf Dead end solution regarding Feature #238: Ajax called RJS cannot access the instance variables that were initialized with the form helper. feature_36_testing
Tue, 13 Sep 2011 17:02:51 +0100 luisf Incomplete solution for Feature #238 - some issues in toggling (specially in the edit view). live
Fri, 09 Sep 2011 21:09:56 +0100 Chris Cannam Revert earlier "fix" for #289, instead for now just accept duplicates live
Fri, 09 Sep 2011 20:26:00 +0100 Chris Cannam Select only the columns named in the GROUP BY clause, fixing #289 live
Fri, 09 Sep 2011 16:50:33 +0100 luisf The create publication notice is now being called in the Publications Controller. feature_36
Fri, 09 Sep 2011 16:20:11 +0100 Chris Cannam More adjustments to ensure search results box is empty when editing, and to ensure it has a minimum width in both new and edit modes. Also a text update 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 15:38:51 +0100 luisf Addresses (completes?) Feature #242. Addresses Feature #241. feature_36
Wed, 24 Aug 2011 17:24:15 +0100 luisf Fixed a permissions issue that prevented the "new" action from being called. feature_36
Wed, 24 Aug 2011 17:18:11 +0100 luisf Continued work on permissions (Feature #241 and Feature #242). feature_36
Wed, 24 Aug 2011 13:56:47 +0100 luisf Fixed issue with "default" user list in the Author Search select. feature_36
Tue, 23 Aug 2011 15:47:15 +0100 luisf Started working on Feature #241. feature_36
Tue, 23 Aug 2011 14:49:27 +0100 luisf Fixes bug preventing Projects being associated with newly created publications. feature_36
Fri, 19 Aug 2011 16:45:59 +0100 luisf Fixes Bug #267. New javascript logic to differentiate between edit/new actions (Not finished). feature_36
Thu, 18 Aug 2011 22:27:19 +0100 luisf Fixed a bug when a validation error occurs: keeps the project_id so that the publication is still saved in the same circumstances. feature_36
Thu, 18 Aug 2011 17:44:12 +0100 luisf added the @author_options array to the create action so that the validations still work feature_36
Wed, 17 Aug 2011 15:50:25 +0100 luisf Fixed User and Authorships Search Query. New Publication: reordered some fields in the form; now correctly saving all authors. 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 12:06:24 +0100 luisf Created the radio buttons with options for the Author selection. 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
Wed, 10 Aug 2011 16:20:14 +0100 luisf Working on the project add/remove from publications list feature_36
Wed, 10 Aug 2011 14:30:40 +0100 luisf some changes to add/remove projects. Not Finished. feature_36
Tue, 09 Aug 2011 14:52:08 +0100 Chris Cannam Fix method name, fixing #222 feature_36
Tue, 09 Aug 2011 14:29:10 +0100 Chris Cannam Eliminate duplicates in returned author/user list by using user object instead of user id feature_36
Thu, 04 Aug 2011 17:00:13 +0100 luisf Fixes Bug #251. feature_36
Thu, 04 Aug 2011 15:35:54 +0100 luisf Fixes Issues #246 and #247. feature_36
Wed, 03 Aug 2011 16:09:27 +0100 luisf Fixes Bug #222. 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 21:18:37 +0100 luisf Fixes (?) Bug #244 - I'm afraid I could not replicate this bug. feature_36
Fri, 29 Jul 2011 19:15:26 +0100 luisf Closes Bug #217. The project_id parameter is now being sent in all links. This may generate some errors when outside a project, but I shall file new issues as I detect them. 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
Wed, 27 Jul 2011 18:39:46 +0100 luisf Fixed Bug #233. feature_36
Wed, 27 Jul 2011 16:49:38 +0100 luisf Fixed project_id parameter bug related to Issue #217. feature_36
Tue, 26 Jul 2011 18:25:14 +0100 luisf created the helpers to display correctly the My Publications Authors and Projects. feature_36
Mon, 25 Jul 2011 16:33:06 +0100 luisf creates the association between authorship/author/user when saving a publication. 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, 14 Jul 2011 17:10:24 +0100 luisf virtual attribute to handle users; javascript handling users correctly 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
Thu, 30 Jun 2011 18:19:52 +0100 luisf new controller logic. feature_36
Thu, 30 Jun 2011 12:54:10 +0100 luisf correctly saving ONE authorship model when creating new publication. 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 15:11:30 +0100 luisf Using Authorships instead of Authors in the new/show actions of the publication controller. feature_36