To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
hg clone
Merge
Rename Bibliography to Publications in the UI (fixing #366, I hope)
Merge from branch "live"
Merge from branch "luisf"
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.
Merge from branch "cannam"
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
Fixes Bug #337 (pagination is now inside the projects list partial).
Addresses (closes?) Feature #336
Fixes the html injection problem in the client side (Bug #341).
Fixes fieldset status issue on Bug #341
Fixes Bug #340.
removed a couple of forgotten debug messages.
Fixes Bug #341.
Merge from 791:dc15818e132e
Now submits when the ENTER key is pressed in the search box.
Apply same change as in 863f447c4d88 on cannam branch
Layout changes: move h2 into fieldset top line, etc
Fixes bug related to returning results with non root projects.
Layout tweaks
Fixes the default status of the my_projects fieldset in the projects index view.
Fixes Bug #339. Might need some JS refactoring later on…
Fixes Bug #331.
Addresses Bug #331 - using a remote form to submit the "filters".
Fixes Bug #330. Removes unused code added in a previous commit (function observeProjectTagsField, tags_input.js file).
Fixes Bug #321 - testing for true as a string in the controller; test the status of the fieldsets before toggling them in the js script.
Addresses Bug #321. New Projects Controller action to save the fieldsets status as session variables.
Route needed by the set_fieldset_status action (called by xhr).
getter and setter functions for the session variables holding the collapsible fieldsets statuses.
Addresses bug #327 - we need a different autocomplete behaviour when in the index page (not closed yet).
Fixed bug related to filtering simultaneously bu name & tag.
adds js file to manage project page status.
Fixed a bug which caused the pagination to show the total number of projects even after filtering the list.
filter fieldset collapsed by default.
Reverts changes made to Redmine Core's Projects Controller in b2a9e64b8283. Pagination now being done for both normal and filtered projects index.
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.
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.
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