To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
hg clone
Reverts changes made to Redmine Core's Projects Controller in b2a9e64b8283. Pagination now being done for both normal and filtered projects index.
Merge
Merge from branch feature_14
Merge from branch "feature_14"
Fixes Bug #322, but is not self-contained in the plugin (basically I'm editing the original projects controllerā¦)
Fixes (hopefully) Bug #323
gross hack to fix autocompletes from being halted in the project filter chain. To be fixed.
Merge from branch "luisf"
created a new instance variable to be able to filter the projects: @filtered_projects. New projects index layout; new partials for projects index.
added a button to submit filters; removed some unnecessary code; removes ajax observe functionality on filtering.
Render projects table with token highlinting (project controller index action).
corrected bug in the project's tag link helper.
dev commit: project tag link helper function
Correctly filtering by tag and name.
started building the project's tag filtering interface.
added tag filtering partial, but still needs work done.
retrieving the project tags list correctly (though link is still broken - linking to the issues pageā¦)
The project available tags now accepts the "name_like" parameter.
Added method that returns all projects tags.
new files for project filtering and search (addresses also Feature #68); projects listing interface changes.
now saving the tag list.
Patching the projects controller in order to have access to the params hash before saving (new, update actions) the project model.
Extending the Project model in order to save the tags in the before_save callback.
added project tag form partial.
added new files for hooks; modified redmine tags init file so that patches are loaded.
Merge from branch "live"
new version of redmine_tags plugin
More adjustment to publications layout
Adjust publications layout (experimentally) to resemble traditional practice a bit more
Merge from branch "feature_36"
not working: tried to add js to edit/save button
Fixes Bug #313: Only shows projects for which user is allowed to manage bibliography
Fixes Issue #314.
Refactoring author/authorship related JS.
Merge from branch live
Fix #309 (500 internal error on user page)
Fixes Bug #305 - radio buttons trigger event is now OnChange rather than OnClick.
Merge from 703:0435cf085f28
Fixes Bug #298 - on the New View now toggles the new authorship fields.
Merge from branch feature_36
Link authorships from publications detail page as well as publications list. Also minor text update
Related to the previous commit (deleted all fields BibtexEntryType class variable and getter method).
Merge from 699:bd88afe21831
Bug #297 - Simplified JS; no more need to have BibtexEntryType.all_fields; solves the "Please Select" bug in New Publication view.
Minor layout fixes
The booktitle string was missing from the all_fields class variable (BibtexEntryType class); fixes Bug #297.
Feature #296 - now lists the visible user's publications on its user page.
Feature #293 - The publications index page now has links to both users/authors show pages.
Bug #294 - Does not show publications associated with projects without visibility.
Feature #293: lists the projects associated with a publication.
Validates the presence of at least one author
Feature #238 - Refactoring of the Bibtex Fields Hash and Arrays.
Feature #238 - Edit Publication now showing the correct fields.
Feature #238 - the New Publication now shows all fields correctly.
Add title for Bibliography module in settings, fixing #288
Transplant rev 65abc6b39292 from live branch
Transfer custom welcome-page code from mainline to bibliography plugin code.This is far too awkward. We need a better way.
Dead end solution regarding Feature #238: Ajax called RJS cannot access the instance variables that were initialized with the form helper.
New approach for Feature #238, based on partials.
Transplant rev fccacd8505e3 from live branch
Transplant rev f3e35d639aa4 from live branch
Incomplete solution for Feature #238 - some issues in toggling (specially in the edit view).
Revert earlier "fix" for #289, instead for now just accept duplicates
Transplant fix for #289 from live
Select only the columns named in the GROUP BY clause, fixing #289
Merge from branch "cannam_integration"
Textual fixes
The create publication notice is now being called in the Publications Controller.
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
Fixes Bug #275.
Merge from 658:70c163e49aea
Feature #284: New, Edit and Show views already with the External URL field.
Merge from 655:1ee95265342f
Feature #284 - Migration that creates an external URL column in the publications table.
Omit headers from author sub-forms, mitigating #285
Gross hack to "fix" #268 (unhelpful text "bibtex_entry.entry_type can't be blank")
Merge from 649:525f48af3f54
Feature #253: Correctly sending emails to users when new publication is added.
Patch file that extends Mailer controller.
Patch to extend Mailer controller.
Shorten email address in search results, showing domain only (text too long otherwise)Apply min-width to search results boxRemove initialisation of search results in edit action (fixing #287)
Might as well bring in stylesheet only when needed
Further layout improvements to bibliography on project home page
Remove well-meaning but ultimately unwise <nobr> elements (fixing #286)
Feature #253: Created the placholder templates and class method to send notifications after creation.
Show authors and date in publication list box on project front page