- jan. 15, 2017
-
-
Benjamin Neff a rédigé
-
- avr. 25, 2016
-
-
Lukas Matt a rédigé
Signed-off-by:
Lukas Matt <lukas@zauberstuhl.de>
-
- mars 22, 2016
-
-
fla a rédigé
Drop right side bar, move content to left side bar Move user avatar and name from the left nav bar to the left of the publisher
-
- jan. 04, 2016
-
-
theworldbright a rédigé
-
theworldbright a rédigé
- Add foreign_keys - Remove unused classes/methods - Fix pronto errors - Add method to retrieve client id from name - Remove TODO comments - Fix unnecessary private key generation
-
theworldbright a rédigé
-
- juil. 07, 2015
-
-
Spanti Nicola (RyDroid) a rédigé
-
- mai 29, 2015
-
-
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
-
- mars 27, 2015
-
-
Jonne Haß a rédigé
This allows us to reuse any CSS we have, unify their look and unify their look with the regular page design. This works by instantiating ActionView and rendering templates in a rake task. Inspired by the errgent gem.
-
- fév. 28, 2015
-
-
Jonne Haß a rédigé
-
- nov. 13, 2014
-
-
Lukas Matt a rédigé
-
- oct. 17, 2014
-
-
Augier a rédigé
-
- août 23, 2014
- août 17, 2014
-
-
Jason Robinson a rédigé
If enabled, terms of service link will be shown in sign up page.
-
- mars 31, 2014
-
-
Jannik Streek a rédigé
-
- déc. 05, 2013
-
-
Jason Robinson a rédigé
Fix path ignores in .gitignore to not ignore files inside the paths, but to ignore the path itself. Otherwise git clean -fd is scary as it says its removing them even if not
-
- mars 15, 2013
-
-
Jonne Haß a rédigé
-
- oct. 19, 2012
-
-
Jonne Haß a rédigé
-
- sept. 26, 2012
-
-
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
-
- août 28, 2012
-
-
Johan a rédigé
-
- mai 11, 2012
-
-
danielgrippi a rédigé
-
- mars 28, 2012
-
-
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
-
- fév. 01, 2012
-
-
danielgrippi a rédigé
-
- jan. 23, 2012
-
-
Jonne Haß a rédigé
-
- jan. 17, 2012
-
-
Maxwell Salzberg a rédigé
-
- jan. 06, 2012
-
-
Maxwell Salzberg a rédigé
MS DC; oauth keys are now pulled out of application.yml to be simplier. incldue newrelic as heroku expects it, without affecting people who do not use newrelic. If you do use new relic in production, you have to put your newrelic api key in application.yml
-
- sept. 13, 2011
-
-
buddhamagnet a rédigé
-
- sept. 07, 2011
-
-
Jonne Hass a rédigé
-
Jonne Hass a rédigé
-
- août 25, 2011
-
-
MrZYX a rédigé
-
- août 01, 2011
-
-
Raphael Sofaer a rédigé
-
- juin 14, 2011
-
-
Raphael Sofaer a rédigé
-
- juin 03, 2011
-
-
Maxwell Salzberg a rédigé
-
- juin 02, 2011
-
-
danielgrippi a rédigé
-
- mai 29, 2011
-
-
Sarah Mei a rédigé
Switching to settingslogic to manage our configuration. THE FILE FORMAT HAS CHANGED. OLD APP.YML AND APP_CONFIG.YML FILES WILL NOT WORK ANYMORE. Two important differences: 1. The app only looks in one file for settings: config/application.yml. If you want to override something, do it in that file. It is gitignore'd. If config/application.yml does not exist, or exists but is in the old format, you'll get a nice friendly set of instructions on how to convert your old file. 2. script/server settings are no longer in application.yml. They have their own settings file - copy config/script_server_config.yml.example to config/script_server_config.yml. This is also gitignore'd. script/server will print a message and exit if that file doesn't exist.
-
- mai 22, 2011
-
-
Maxwell Salzberg a rédigé
-
- mai 20, 2011
-
-
MrZYX a rédigé
-
- mai 18, 2011
-
-
Shane Becker a rédigé
rename config/app_config.yml to config/app.yml in accordance to The Redundant Rendundacy Act of 2011
-