Skip to content
Extraits de code Groupes Projets
  1. avr. 30, 2019
  2. avr. 29, 2019
  3. avr. 28, 2019
  4. jan. 06, 2019
  5. août 31, 2017
  6. oct. 18, 2016
  7. août 12, 2016
  8. mars 21, 2016
  9. déc. 29, 2015
  10. oct. 20, 2015
  11. oct. 10, 2015
  12. juil. 22, 2015
  13. juil. 03, 2015
  14. juin 04, 2015
    • Augier's avatar
      Port to Bootstrap 3 · 207b6c61
      Augier a rédigé
      correcting images display on stream sidebar
      
      Corrections on profile page
      207b6c61
  15. juin 01, 2015
  16. mai 29, 2015
    • Benjamin Neff's avatar
      optimized sprites · 604ffb44
      Benjamin Neff a rédigé
      - move mobile icons to mobile-folder, so they aren't included in the
        icons-sprite
      - move logos to branding/logos, and create a logos-sprite without the
        big other branding-images
      - delete duplicate images
      
      closes #6004
      604ffb44
  17. avr. 21, 2015
  18. fév. 18, 2015
  19. août 14, 2014
  20. juil. 06, 2014
  21. fév. 09, 2014
  22. juin 14, 2013
  23. mars 30, 2013
  24. déc. 08, 2012
  25. nov. 14, 2012
  26. sept. 26, 2012
    • Jonne Haß's avatar
      New configuration system · 2a4db54d
      Jonne Haß a rédigé
      * Throw away old system
      * Add new system
      * Add new example files
      * Replace all calls
      * add the most important docs
      * Add Specs
      * rename disable_ssl_requirement to require_ssl
      * cloudfiles isn't used/called in our code
      * since community_spotlight.list is only used as enable flag replace it with such one and remove all legacy and irelevant codepaths around it
      * die if session secret is unset and on heroku
      * First basic infrastructure for version information
      2a4db54d
  27. sept. 08, 2012
  28. août 30, 2012
  29. juin 16, 2012
  30. mai 30, 2012
  31. mai 28, 2012
  32. mai 23, 2012
  33. mai 22, 2012
  34. mai 19, 2012
  35. mai 05, 2012
  36. mars 29, 2012
  37. mars 28, 2012
    • Steven Hancock's avatar
      Move Javascript to the asset pipeline · 1aa0b15c
      Steven Hancock a rédigé
      * Move all Diaspora-specific javascripts to app/assets/javascripts
      * Move all vendored javascripts to vendor/assets/javascripts
      * Add the appropriate Sprockets require directives to make sure
        everything gets included in the right order
      * Remove Jammit dependencies
      * Fix all templates that were using Jammit's include_javascripts helper
      * Add handlebars_assets gem for compiling Handlebars templates
      * Move all Handlebars templates to app/assets/templates and rename
        from .handlebars to .jst.hbs (this is to keep them in the same
        global JST namespace that they were in under Jammit)
      * Add public/assets to .gitignore since these files can and should
        be re-generated by Heroku or Capistrano during each deploy
      * Fix a few Handlebars templates that were looking for images in the
        wrong location (I'm sure there are others, but it's late)
      * Configure application.rb to precompile all javascript and css assets
        that were compiled by Jammit in the Rails 3.0 code
      1aa0b15c
Chargement en cours