Commit Graph

865 Commits (c63954a4c73a9cb99be133a93d6d24a4f8139e47)

Author SHA1 Message Date
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
Eric Davis 1bfbc012f5 Add rake tasks to add and remove keys in the locales. #6548 14 years ago
Eric Davis 0271105794 Refactor: extract #page_index from WikiController#special 14 years ago
Eric Davis e8468b51cc Refactor: extract method in WikiController#special to create a new #export method 14 years ago
Eric Davis 435c90eb47 Refactor: extract TimelogController#edit to #update 14 years ago
Eric Davis 4acd990ee2 Refactor: extract TimelogController#create from TimelogController#edit 14 years ago
Eric Davis 068771ea07 Refactor: extract TimelogController#new from #edit 14 years ago
Eric Davis 2ecca7e4df Refactor: rename TimelogController#details to #index 14 years ago
Eric Davis e13790c62c Refactor: extract TimelogController#report to a new controller class 14 years ago
Eric Davis 26ef9da02b Changed the notifications to use a hierarchy UI 14 years ago
Eric Davis 4c9f261a24 Added three new notifiable events based on issue attributes 14 years ago
Eric Davis 244e94de80 Refactor the hardcoded event actions (notifiables) to use a class 14 years ago
Eric Davis 0a224e8bb1 Bump version to 1.0.2 14 years ago
Eric Davis ffb3d9260a Support leading and trailing spaces in filenames or directories in the git adapter. #6499 14 years ago
Eric Davis bd51119460 Support spaces in the files or directories in the git adapter. #6054 14 years ago
Eric Davis 319849caf8 Parse the timezone in #last_rev for git to correct display the Age diplay. #6346 14 years ago
Eric Davis 768d67f27b Workaround for i18n 0.4.x with the old style syntax. #6428 #5608 14 years ago
Eric Davis 401197a895 Refactor: move #destroy_comment method to CommentsController#destroy 14 years ago
Eric Davis 1f2f953687 Refactor: move NewsController#add_comment to CommentsController#create 14 years ago