28 May, 2015

11 commits

  •   As of Rails 3, include_root_in_json is true by default, which causes
      the json generated for rails models to be in the format:
    
        `{ profile => { name => 'ze', ... } }`
    
      instead of:
    
        `{ name => 'ze', ... }`
    
      This was breaking some javascript for the sniffer plugin and possibly
      other places.
    
      This initializer is part of the template for rails 3 applications and
      set include_root_in_json to false. The default configuration for rails
      3 applications also enables parameters wrapping for json, however I
      disabled this feature by setting wrap parameter format to an empty
      array, as suggested by the documentation, since we are not using this
      on noosfero.
    Larissa Reis
     
  • The mapLoad method is also more configurable now.
    
    Signed-off-by: Larissa Reis <larissa@colivre.coop.br>
    Aurélio A. Heckert
     
  • * removing one level of includes in apache conf
    * be verbose about apache config update
    * chat_message should not be created without "from" or "to"
    * the database table indexes is "from_id / to_id" not "from / to"
    Joenio Costa
     
  • * try to reconnect if connection fails
    * fix ordering
    * reconnect if connection is lost but user status is not offline
    * remove some anchors
    * keep track of buddies order on the client
    * tweak notification to work on chromium
    * respect async request order
    * focus on window when notification clicked
    * deal with window visibility
    * add chat-buttons
    * fix recent_conversations
    * fix sorting and join room on opening
    * remove obsolete code
    * adjusting indentation (sorry but I needed too...)
    * fix load_conversation
    * return identifier as key on avatars action
    * fix typo
    * add timeout to notification
    * deal properly with offline messages
    * fix notification sound
    * clear unread after loading conversation on background
    * ignore message from room
    * add unread messages counter on chat-label
    * as for notification permission as soon as the chat connects
    * add profile_info_action to open chat
    * using jid to save message instead of identifier
    * add profile_info_action to open chat
    * as for notification permission as soon as the chat connects
    * add unread messages counter on chat-label
    
    Squashed and Signed-off-by: Joenio Costa <joenio@colivre.coop.br>
    Rodrigo Souto
     
  • Fix git repository at INSTALL.md
    
    Fix git repository at INSTALL.md
    
    See merge request !584
    Braulio Bhavamitra
     
  • Evandro Junior
     
  • Evandro Junior
     
  • Add mirror option for template's blocks.
    
    This patch adds the possibility of mirror when creating a template and adding blocks. When this option is enabled, every time the specific template's block is updated all profiles that follow that template will update.
    
    This can be very useful to define fixed blocks that must exist in all pages of the social network and can be automatically updated.
    
    See merge request !571
    Rodrigo Souto
     
  • …he template it is changed on all users that follow that template.
    
    Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com>
    Signed-off-by: Gabriela Navarro <navarro1703@gmail.com>
    Signed-off-by: Thiago Ribeiro <thiagitosouza@gmail.com>
    Gabriela Navarro
     
  • Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com>
    Signed-off-by: Fabio Teixeira <fabio1079@gmail.com>
    Signed-off-by: Gabriela Navarro <navarro1703@gmail.com>
    Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com>
    Signed-off-by: Rodrigo Souto <rodrigo@colivre.coop.br>
    Gabriela Navarro
     
  • Michel Felipe
     

26 May, 2015

4 commits


25 May, 2015

1 commit


22 May, 2015

3 commits


20 May, 2015

3 commits


19 May, 2015

5 commits


14 May, 2015

1 commit


13 May, 2015

8 commits


12 May, 2015

4 commits