summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fixed: Cannot edit a wiki section which title starts with a tab (#12799).Jean-Philippe Lang2013-01-101-1/+1
* Changes for 2.2.1 release.Jean-Philippe Lang2013-01-091-1/+1
* Deprecation warnings (#12774).Jean-Philippe Lang2013-01-081-1/+1
* Workaround for #12750.Jean-Philippe Lang2013-01-081-1/+2
* Don't compute version start date if due_date is nil.Jean-Philippe Lang2013-01-061-1/+1
* Removed debug messages.Jean-Philippe Lang2013-01-061-3/+0
* Fixed that macros with uppercase letters can not be called (#12744).Jean-Philippe Lang2013-01-051-2/+2
* Adds a custom validator for dates (#12736).Jean-Philippe Lang2013-01-051-0/+11
* Only process issues that have relations.Jean-Philippe Lang2013-01-051-1/+4
* Use JSON so we don't have to parse data-rels manually (#3436).Jean-Philippe Lang2013-01-051-5/+1
* Show precedes/follows and blocks/blocked relations on the Gantt diagram (#3436).Jean-Philippe Lang2013-01-051-3/+42
* Deprecates Version#*_pourcent in favour of #*_percent (#12724).Jean-Philippe Lang2013-01-041-2/+2
* Check permissions before the extra condition for displaying a menu item (#127...Jean-Philippe Lang2013-01-041-8/+5
* Code cleanup.Jean-Philippe Lang2013-01-031-15/+4
* Use joins instead of sub-queries (#12713).Jean-Philippe Lang2013-01-031-4/+10
* Check that locale is well formed.Jean-Philippe Lang2013-01-031-1/+9
* fix incorrect min_x_value of lib/SVG/Graph/TimeSeries.rb by r10439 (#12711, #...Toshi MARUYAMA2013-01-021-1/+1
* Icon for the textile help link.Jean-Philippe Lang2013-01-021-4/+1
* "New issue" menu item should not link to copy form (#12652).Jean-Philippe Lang2012-12-211-1/+1
* Adds CSS classes on pagination links.Jean-Philippe Lang2012-12-211-12/+18
* #pagination_links_each yields all links!Jean-Philippe Lang2012-12-171-2/+2
* Reset the page parameter when changing the number of items per page.Jean-Philippe Lang2012-12-171-1/+1
* Makes #per_page_links take a paginator.Jean-Philippe Lang2012-12-171-4/+4
* Split #per_page_links helper and moved test to specific test case.Jean-Philippe Lang2012-12-171-11/+19
* All spaces after links.Jean-Philippe Lang2012-12-171-4/+4
* Makes #pagination_links_full accept a block for building custom links.Jean-Philippe Lang2012-12-171-10/+19
* Replaces the classic_pagination plugin with a simple pagination module.Jean-Philippe Lang2012-12-1723-1274/+221
* Verifies that the param is a Hash.Jean-Philippe Lang2012-12-151-0/+1
* Code cleanup: implement Plugin#to_param for generating routes.Jean-Philippe Lang2012-12-131-0/+4
* Store attachments in subdirectories (#5298).Jean-Philippe Lang2012-12-131-0/+5
* Merged ajax_upload branch (#3957).Jean-Philippe Lang2012-12-101-1/+2
* Rename the Member column to User on the time entries list.Jean-Philippe Lang2012-12-091-2/+2
* Adds TimeEntryQuery for listing time entries.Jean-Philippe Lang2012-12-091-19/+8
* Fixed that issues grouped by custom field is broken in PDF export (#12513).Jean-Philippe Lang2012-12-081-1/+1
* Group events in the activity view (#12542).Jean-Philippe Lang2012-12-081-0/+5
* Adds an option for displaying the issue description on the issue list (#3447).Jean-Philippe Lang2012-12-062-10/+30
* Redmine::Scm::Base.all should return an empty array instead of nil when no SC...Jean-Philippe Lang2012-12-051-1/+1
* Prevents redmine/scm/base from being reloaded in dev mode (#12097).Jean-Philippe Lang2012-12-051-1/+1
* Removed unused Redmine::About class.Jean-Philippe Lang2012-12-032-17/+0
* Replaces find(:first/:all) calls.Jean-Philippe Lang2012-12-033-9/+11
* Replaces find(:first) calls.Jean-Philippe Lang2012-12-033-12/+12
* Replaces find(:first) calls.Jean-Philippe Lang2012-12-032-6/+6
* Replaces find(:all) calls in acts_as_searchable.Jean-Philippe Lang2012-12-021-11/+15
* Replaces find(:all) calls in classic_pagination.Jean-Philippe Lang2012-12-021-9/+16
* Restores acts_as_tree instance methods removed in r10919.Jean-Philippe Lang2012-12-021-0/+2
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-021-4/+1
* Replaces acts_as_tree #roots class method with a scope.Jean-Philippe Lang2012-12-021-11/+1
* Replaces find(:all) calls.Jean-Philippe Lang2012-12-025-22/+21
* Load RMagick before the gantt helper (#12097).Jean-Philippe Lang2012-12-021-6/+6
* Fixed dependency loading for when running in dev mode (#12097).Jean-Philippe Lang2012-12-021-3/+4