Skip to content
Snippets Groups Projects
  1. Apr 05, 2009
  2. Mar 07, 2009
  3. Feb 21, 2009
  4. Jan 26, 2009
    • Eric Davis's avatar
      Converted routing and urls to follow the Rails REST convention. · 765f7abc
      Eric Davis authored
      Patch supplied by commits from Gerrit Kaiser on Github.  Existing routes will
      still work (backwards compatible) but any new urls will be generated using the
      new routing rules.
      
      Changes listed below:
      
      * made the URLs for some project tabs and project settings follow the new rails RESTful conventions of /collection/:id/subcollection/:sub_id
      * prettier URL for project roadmap
      * more nice project URLs
      * use GET for filtering form
      * prettified URLs used on issues tab
      * custom route for activity atom feeds
      * prettier repository urls
      * fixed broken route definition
      * fixed failing tests for issuecontroller that were hardcoding the url string
      * more RESTful routes for boards and messages
      * RESTful routes for wiki pages
      * RESTful routes for documents
      * moved old routes that are retained for compatibility to the bottom and grouped them together
      * added RESTful URIs for issues
      * RESTfulness for the news section
      * fixed route order
      * changed hardcoded URLs in tests
      * fixed badly written tests
      * fixed forgotten parameter in routes
      * changed hardcoded URLS to new scheme
      * changed project add url to the standard POST to collection
      * create new issue by POSTing to collection
      * changed hardcoded URLs in integrations tests
      * made project add form work again
      * restful routes for project deletion
      * prettier routes for project (un)archival
      * made routes table more readable
      * fixed note quoting
      * user routing
      * fixed bug
      * always sort by GET
      * Fixed: cross-project issue list should not show issues of projects for which the issue tracking module was disabled.
      * prettified URLs used on issues tab
      * urls for time log
      * fixed reply routing
      * eliminate revision query paremeter for diff and entry actions
      * fixed test failures with hard-coded urls
      * ensure ajax links always use get
      * refactored ajax link generation into separate method
      
        #1901
      
      
      git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2317 e93f8b46-1217-0410-a6f0-8f06a7374b81
      765f7abc
  5. Jan 18, 2009
  6. Jan 04, 2009
  7. Nov 08, 2008
  8. Oct 15, 2008
  9. Jun 15, 2008
  10. May 25, 2008
  11. Mar 17, 2008
  12. Feb 17, 2008
    • Jean-Philippe Lang's avatar
      Fixes: · e5daf256
      Jean-Philippe Lang authored
      * email notifications: host name is missing in generated links (#639, #201)
      * email notifications: referenced changesets, wiki pages, attachments... are not turned into links (only ticket ids are)
      * attachment links and inline images don't work in issue notes
      
      git-svn-id: http://redmine.rubyforge.org/svn/trunk@1161 e93f8b46-1217-0410-a6f0-8f06a7374b81
      e5daf256
  13. Nov 04, 2007
    • Jean-Philippe Lang's avatar
      Mailer: · bd434427
      Jean-Philippe Lang authored
      * added an application setting to specify the application protocol (http or https) used to generate urls
      * added layouts for text and html emails
      * no more language specific templates
      * urls are now generated using UrlWriter
      * the mailer now uses AdvAttrAccessor code style to set email parameters
      
      git-svn-id: http://redmine.rubyforge.org/svn/trunk@877 e93f8b46-1217-0410-a6f0-8f06a7374b81
      bd434427
  14. Oct 12, 2007
  15. Mar 10, 2007
  16. Feb 02, 2007