Commit Graph

884 Commits (b263584dd504f72b4b006e454e0d5230cb5472ac)

Author SHA1 Message Date
Jean-Philippe Lang edc35d4d5b Gantt code cleanup. 14 years ago
Jean-Philippe Lang 98c7c179ca Gantt code cleanup. 14 years ago
Jean-Philippe Lang 8f7da03419 Gantt code cleanup. 14 years ago
Jean-Philippe Lang 27f76d20ce Gantt: fixes progress width in some cases and start code cleaning. 14 years ago
Jean-Philippe Lang 3c1576e364 Manually require i18n 0.4.2 before Rails tries to load the most recent gem (#7013). 14 years ago
Jean-Philippe Lang 9f18426ca7 Skip a few SQL queries for cross project gantt. 14 years ago
Jean-Philippe Lang b48291ec63 Adds an application setting to limit the number of items that can be displayed on the gantt chart (#6276). 14 years ago
Jean-Philippe Lang 3409333522 Makes issue safe_attributes extensible (#6000). 14 years ago
Jean-Philippe Lang 00d50157d3 Restores object count and adds offset/limit attributes to API responses for paginated collections (#6140). 14 years ago
Jean-Philippe Lang b898200803 Select projects with issue_tracking module for gantt display and remove the nil start/due dates trick. 14 years ago
Jean-Philippe Lang 4715a37937 Gantt: Avoid unnecessary queries before rendering. 14 years ago
Jean-Philippe Lang 318bd10c7f Gantt: fixes position of line in pdf (#6348). 14 years ago
Jean-Philippe Lang 9c6377964c Fixes gantt PDF pagination problem (#6348). 14 years ago
Jean-Philippe Lang b0a1a04008 Gantt: iterate over all objects only once for html and pdf rendering (#6348). 14 years ago
Jean-Philippe Lang 8841ba97c6 Fixed: class attribute with spaces on pre tags truncated (#7033). 14 years ago
Jean-Philippe Lang 224921460a Adds a pseudo format to api template names and overrides ActionController#default_template so that api templates are chosen automatically. 14 years ago
Jean-Philippe Lang 88e593ee02 Fixes unhandled case in json builder. 14 years ago
Jean-Philippe Lang 558a951ed6 Fixes unhandled case in json builder. 14 years ago
Jean-Philippe Lang f7cf8aa878 Adds REST API for TimeEntries (#6823). 14 years ago
Jean-Philippe Lang 735a83c596 Converts IssuesController to use the new API template system and makes xml/json responses consistent (#6136). 14 years ago
Jean-Philippe Lang 96ce0f017c Adds a builder-like template system for rendering xml and json API responses. 14 years ago
Jean-Philippe Lang a52417eca9 Escapes attachment ids in TracMigrate (#6996). 14 years ago
Jean-Philippe Lang c78f442095 Updates for 1.0.4 release. 14 years ago
Jean-Philippe Lang 620c48fbbb Reload themes so that new themes can be used without restarting Redmine (#5712). 14 years ago
Jean-Philippe Lang dfc76ce642 Fixed: new gantt chart discloses all private projects names (#6276). 14 years ago
Jean-Philippe Lang cfc3ee4f5a Fixed: r4417 breaks MercurialAdapter with ruby 1.8.6 (#5117). 14 years ago
Jean-Philippe Lang 77c6188ec2 Fixed: gantt displays issues by date of creation. 14 years ago
Jean-Philippe Lang 1158716f46 Fixed: Broken pipe error when browsing subversion repository (#6860). 14 years ago
Jean-Philippe Lang 6b72c66893 Fixed: MercurialAdapter.client_version depends on LANG environment variable (#5117). 14 years ago
Jean-Philippe Lang 2ee45e8cac Use Object#tap instead of #returning (#6887). 14 years ago
Jean-Philippe Lang c4a218358f Replaced SessionStore :session_key with :key (#6887). 14 years ago
Jean-Philippe Lang 97a9210483 Updates mantis importer for new project name/identifier max lengths (#6446). 14 years ago
Jean-Philippe Lang aa84e6c179 Removes duplicate issue subject on gantt (#6763). 14 years ago
Jean-Philippe Lang 44c9ad687f Reverted r4381. 14 years ago
Jean-Baptiste Barth 2ca9bb3cca Added missing --no-color option in some git shell-outs. #5324 14 years ago
Jean-Philippe Lang 3b01ea9fa4 Removed gantt and calendar menu items that do not fit into the core project menu (#6271). 14 years ago
Jean-Philippe Lang 024ff96ee2 Extract headings and TOC parsing from the textile formatter. 14 years ago
Jean-Philippe Lang f79a6f701a Makes textile formatter accept 2 letters acronym (#6591). 14 years ago
Eric Davis b2eeeb6fa0 Bump version to 1.0.3 14 years ago
Jean-Baptiste Barth f8b79c52cb Force color to be disabled on git shell-outs. #5324 14 years ago
Eric Davis e9efa5b981 Refactor: use :id instead of :page when linking to Wiki Pages 14 years ago
Eric Davis c399e76324 Add Redmine::Plugin.installed?(:name) method to check if a plugin is installed 14 years ago
Eric Davis 4b045badcf Refactor: Rename WikiController#page_index to #index 14 years ago
Jean-Baptiste Barth d642964035 Fixed: auto links ending with right angle bracket shouldn't include the bracket in the URL. #5652 14 years ago
Jean-Philippe Lang ed608cb7d3 Fixed: error on gantt when no issue have a due date (#6350). 14 years ago
Eric Davis cac3b1e538 Refactor: split WikiController#edit into #update 14 years ago
Eric Davis c259ada6e1 Refactor: rename WikiController#index to #show, it's a single resource action 14 years ago
Eric Davis d3381fb518 Refactor: change :id on WikiController to use :project_id 14 years ago
Eric Davis c06c22cf2e Refactor: extract method from WikiController#special 14 years ago
Eric Davis 06c0e5ad1c Add rake task to send test email. (#6511) 14 years ago