summaryrefslogtreecommitdiffstats
path: root/app/views/calendars/show.html.erb
Commit message (Collapse)AuthorAgeFilesLines
* Use @.capitalize@ for button_save_object, button_edit_object, and ↵Marius Balteanu2024-11-031-3/+3
| | | | | | button_delete_object labels in order to ensure that only the first character is converted to uppercase and the rest to lowercase (#37072). git-svn-id: https://svn.redmine.org/redmine/trunk@23191 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Renames and improves methods provided by @IconsHelper@ (#23980).Marius Balteanu2024-10-191-7/+7
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23145 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces icon-expanded and icon-collapsed with SVG icons (#23980).Marius Balteanu2024-09-081-1/+4
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23041 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Replaces icons in calendar view with SVG icons (#23980).Marius Balteanu2024-09-051-3/+3
| | | | git-svn-id: https://svn.redmine.org/redmine/trunk@23024 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Start working on replacing old icons with SVG icons (#23980):Marius Balteanu2024-08-291-4/+4
| | | | | | | | | | | * Introduces IconsHelper with methods to render SVG icon from a sprite file. * Adds SVG sprite file with icons mainly from Font Awesome, but also from Material Design Icons and Fluent UI System Icons (based on the work made by Takashi Kato (@tohosaku)). * Replaces specific icons with new SVG icons. * Temporarily keep all old CSS icon definitions for backard compatibility. git-svn-id: https://svn.redmine.org/redmine/trunk@22988 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds description field to custom queries (#9309).Marius Balteanu2024-06-041-0/+1
| | | | | | | Patch by Go MAEDA (@maeda). git-svn-id: https://svn.redmine.org/redmine/trunk@22855 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Use the new pagination style for the calendars view (#27346).Go MAEDA2023-05-071-3/+9
| | | | | | | Patch by Bernhard Rohloff. git-svn-id: https://svn.redmine.org/redmine/trunk@22235 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix typo in class 'icon-expended' (#36149).Marius Balteanu2021-11-081-1/+1
| | | | | | Patch by Bernhard Rohloff. git-svn-id: http://svn.redmine.org/redmine/trunk@21275 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rename the save, edit and delete buttons on the query form to clarify the ↵Go MAEDA2021-08-171-3/+3
| | | | | | | | | scope (#34494). Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@21191 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add buttons to save/edit/delete a custom query to calendar view (#32194).Go MAEDA2019-11-301-0/+10
| | | | | | | Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@19322 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix missing icons (#31433).Go MAEDA2019-05-301-1/+1
| | | | | | | Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@18208 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Unify query_form structure on calendar/gantt views (#26125).Jean-Philippe Lang2017-06-251-4/+4
| | | | | | | | | | | | | | | | | | | This: * moves the p with inline style on the calendar view (which wraps the navigation buttons) out of div#query_form_content and adds the contextual class to the element to unify this with the gantt view (and to remove the inline style from the element now that it's styled through a stylesheets' style [.contextual in fact]); * restores the 12px font-size of the calendar navigation buttons; * increases the font-size of the gantt zoom buttons to 12px; * increases the margin of the calendar navigation and gantt zoom buttons to 12px 0px. Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@16703 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix source indentation and newline usage (#26125).Jean-Philippe Lang2017-06-251-16/+16
| | | | | | | | | This unifies the source layout of the query form on the calendars/show and the gantts/show views with the queries/_query_form partial. Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@16702 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fix HTML structure of query_form on calendar/gantt views (#26125).Jean-Philippe Lang2017-06-251-0/+5
| | | | | | | | | | | This unifies the HTML structure of the query form on the calendars/show and gantts/show views to be the same as it is currently for the issues and spent time views, which were themself unified into the new queries/_query_form partial in r15649. Patch by Mischa The Evil. git-svn-id: http://svn.redmine.org/redmine/trunk@16701 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Removed unneeded #h calls in views.Jean-Philippe Lang2015-02-231-1/+1
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@14043 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds p/n access keys for previous/next links (#18692).Jean-Philippe Lang2014-12-241-1/+1
| | | | | | Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@13794 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Adds a hook at the bottom of the calender (#6586).Jean-Philippe Lang2014-11-151-0/+2
| | | | git-svn-id: http://svn.redmine.org/redmine/trunk@13601 e93f8b46-1217-0410-a6f0-8f06a7374b81
* JQuery in, Prototype/Scriptaculous out (#11445).Jean-Philippe Lang2012-07-221-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@10068 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Merged rails-3.2 branch.Jean-Philippe Lang2012-04-251-1/+2
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9528 e93f8b46-1217-0410-a6f0-8f06a7374b81
* replace tabs to spaces at app/views/calendars/show.html.erbToshi MARUYAMA2011-09-151-3/+3
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7239 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Converted issue filters to non-AJAX GET requests (#1965).Jean-Philippe Lang2011-04-011-14/+5
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5276 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Makes filters behaviour consistent with the issue list.Jean-Philippe Lang2011-02-211-3/+3
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4911 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Makes title/filters consistent with the issue list.Jean-Philippe Lang2011-02-211-3/+3
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4910 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Rename task to issue in calendar (#6563)Azamat Hackimov2010-10-071-3/+3
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4238 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Fixes broken filter clearing links on gantt and calendar (#6473).Jean-Philippe Lang2010-09-261-1/+2
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4176 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Add the project_id to the Calendar link to month.Eric Davis2010-08-261-1/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4045 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Refactor: extract link to previous and next month into helpers.Eric Davis2010-08-261-8/+1
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4042 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Refactor: convert many of the custom Issue routes to REST resources.Eric Davis2010-08-261-1/+2
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4041 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Added missing labels to the Issue Calendar.Eric Davis2010-05-241-0/+2
| | | | git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3746 e93f8b46-1217-0410-a6f0-8f06a7374b81
* Refactor: move Project Calendar to it's own controller.Eric Davis2010-05-031-0/+54
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3732 e93f8b46-1217-0410-a6f0-8f06a7374b81