02 Jun, 2015
11 commits
01 Jun, 2015
9 commits
-
Remove the 8 wrapper divs from the main content It is now replaced with a single div with class 'main-content'. This *might* break some old themes, but we need to start getting rid of these absurds at some point. See merge request !587
-
It is now replaced with a single div with class 'main-content'. This *might* break some old themes, but we need to start getting rid of these absurds at some point.
-
fixes the error pointed by Daniela Feitosa: https://gitlab.com/noosfero/noosfero/commit/1c125da767ba502b800bd58896ed1aaac828a092#note_1316719
-
You do not want a component as exposed to the world as your https reverse proxy running as root.
-
- using 2048 bits keys - *not* forcing SHA1 hashes
31 May, 2015
2 commits
-
Allow assignment of a task responsible to improve task management on large communities Add responsible attribute to task and add an option to filter tasks by responsible. See merge request !582
30 May, 2015
3 commits
29 May, 2015
3 commits
-
Adds Sniffer Plugin This merge request adds the sniffer plugin, a plugin to help enterprises find consumers and suppliers for their products or product categories of interest. I used micro commits for changes on noosfero core or other plugins that needed fixes to work with this new plugin, plus a single commit that adds the sniffer plugin. See merge request !585
-
Handle optional fields for not logged users in login form LDAP plugin uses the login_extra_contents hotspot in order to put some extras fields to login form. This MR fix a bug that shows the privacity option when this code were executed. See merge request !577
28 May, 2015
12 commits
-
This avoids solr throwing an error when it tries to filter by unindexed column.
-
Plugins can set aditional html options like id, class or data attributes for control panel buttons.
-
Makes it possible to disable pjax for specific links with data-skip-pjax set to true, similar to rails_pjax gem.
-
Signed-off-by: Larissa Reis <larissa@colivre.coop.br>
-
A plugin to help enterprises find consumers and suppliers for their products
-
Signed-off-by: Larissa Reis <larissa@colivre.coop.br>
-
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.
-
The mapLoad method is also more configurable now. Signed-off-by: Larissa Reis <larissa@colivre.coop.br>
-
* 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"
-
* 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>