Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-30 | changed number 2 to 3 to have three tweets shown | thea | |
2016-09-30 | added 'show more tweets'-link when more tweets are existing than displayed, ↵ | thea | |
method included to set number of tweets which should be displayed | |||
2016-09-23 | Fixed typo in helper | luca-marie | |
2016-09-23 | merging develop and marie | thea | |
2016-09-23 | increase number of fetched tweets to make sure 3 most recent tweets without ↵ | luca-marie | |
RTs and @ are displayed | |||
2016-09-23 | Doc updated on how to customize avatar picture in twitter feature; update ↵ | luca-marie | |
error response messages; added 'config/customization/images' + link in 'config/initializer/customization.rb' | |||
2016-09-22 | same same but slightly different | luca-marie | |
2016-09-22 | Modified error messages | luca-marie | |
2016-09-22 | included Theas work on error-handling \o/; changed link to twitter-account ↵ | luca-marie | |
in header; fixed erb escaping characters problem without letting evil code pass; setting customized image file 'Avatar_Pic.png' in config/custo../assets to get loaded instead of default twitter-logo | |||
2016-09-21 | finished error-handling with different error-messages for different errors. ↵ | theaamanda | |
added info that the account has to be public in Twitter-Doc | |||
2016-09-21 | included error-handling: twitter-helper includes rescue and error message ↵ | thea | |
for fourth value in array. there will always be an empty array that view (text and each - method) does not break. if empty array in view the error-message is shown. (its WIP) | |||
2016-09-13 | Change in code for caching | luca-marie | |
2016-09-13 | Cleaning CSS &view code, updating twitter helper with develop | luca-marie | |
2016-09-08 | Helper has caching of name and tweets included now \o/ | luca-marie | |
2016-09-01 | Updating the view and CSS, no pic and twitter handle in each tweet; | luca-marie | |
Displaying only 3 most tweets | |||
2016-09-01 | Changes mainly on CSS 'fine tuning' and shortening the Twitter API credentials, | luca-marie | |
- only bearer token is needed to access Twitter API | |||
2016-09-01 | Small updates on method to check if twitter feed enabled | luca-marie | |
2016-09-01 | Twitter controller now as helper, some more styling in CSS, bug fix | luca-marie | |
2016-09-01 | Update with Twitter | luca-marie | |
2016-05-02 | use icon helper from navigation helper | Azul | |
and use content_tag inside the icon helper... html_safe is evil. | |||
2016-05-02 | upgrade: fix buttons for bootstrap3 | Azul | |
bootstrap3 now requires btn-default if no other btn option is present. download button on home page was too small in german translation | |||
2016-05-02 | upgrade bootstrap3 icons work now | Azul | |
import bootstrap-sprockets; before importing bootstrap in the scss. bootstrap now uses glyphicons which are based on fonts. So we always should use a span. Not sure what to do with big and huge icons yet. | |||
2016-01-10 | fix user list | elijah | |
2015-06-15 | added CommonLanguages gem | elijah | |
2014-07-09 | minor: cleanup some links | Azul | |
only submit the params that differ from the defaults | |||
2014-07-09 | list identities based on search only | Azul | |
2014-07-05 | make link_to_navigation more generic and reuse it | Azul | |
Use link_to_navigation for all important navigation items. It creates a link in a list item for use with bootstrap. It supports an :active flag and an :icon option in the html_options now. It also translates the label. This way it can be used in a lot of places as the generic navigation link. | |||
2014-07-05 | Enable unblocking handles in identities tab | Azul | |
There's an identities tab now for admins that will allow unblocking blocked handles. It should be easy to expand for aliases and forwards and other types of actions such as editing. | |||
2014-05-28 | destroy_btn helper method | Azul | |
2014-05-26 | remove unused bold helper and instead sanitize flash | Azul | |
2014-05-20 | better detection if price link should be shown in the footer | elijah | |
2014-05-06 | hide srp forms when no js is available | Azul | |
Hiding them using two mechanisms in case one fails: .hidden class - bootstrap hides them then style='display:none' - so they are hidden even if css load fails | |||
2014-04-24 | cleanup homepage buttons some | Azul | |
let's devide the partials rather than having super specific parameters (on_user_page) | |||
2014-04-08 | moving users: app and test files | Azul | |
2014-04-08 | moving all of core into toplevel, tests fail. | Azul | |
2013-10-15 | detect os in browser and show proper download link | Azul | |
We add a class to the html element based on the detected os and use that to pick which download link should be visible. If we detect an os that is not supported we display a deactivated download link instead with all alternatives. | |||
2013-08-27 | Not ideal way to do it, but was proving complicated to have a config file ↵ | jessib | |
specify which gems for which environments. Here, we have the billing gem included for the development and test environments only, hardcoded in the Gemfile. Then we show the links to billing based on a config file setting. The setting itself could be used to specify different types of billing, but isn't yet. | |||
2013-08-13 | Option to disable billing engine and hide billing related links. To actual ↵ | jessib | |
disable, must remove billing engine from Gemfile (and re-bundle) | |||
2013-07-04 | new layout for the home buttons | elijah | |
2013-07-04 | new home page | elijah | |
2013-07-04 | added html_title helper - use @title to set page title. | elijah | |
2013-07-04 | start of new ui - css changes, layout changes, navigation changes. | elijah | |
2012-09-27 | Adding in what used to be leap webapp demo | Azul | |
we're merging repositories into one |