30 Sep, 2015
2 commits
29 Sep, 2015
5 commits
-
(cherry picked from commit 014031e1f34ab5508ce9d9b421f8b98f517111c7)
-
This is useful for testing packages, since regular packages created with `noosfero:deb` would have the same version number as the last release ondes. (cherry picked from commit 6b803d700b71384b36e7c169de1c018ee7e93212)
-
Error with feeds encoded with 8-bit ascii: "#<Encoding::CompatibilityError: incompatible encoding regexp match (UTF-8 regexp with ASCII-8BIT string)>" (cherry picked from commit 288199b70036035c7c67e9617a1264851d438d6c)
-
Additional improvements include: - Makes 'Remove Image' checkbox optional - Very ugly css hack to hide duplicated labels in some forms. I couldn't find another way to avoid the labels generated by labelled_form_for nor could I skip adding labels inside the helper since it's supposed to be generic. (cherry picked from commit ef41c1547dced46029b4f7292ad8613b1c9b110f)
28 Sep, 2015
1 commit
23 Sep, 2015
1 commit
11 Sep, 2015
1 commit
-
* models should use acts_as_having_image transparently * force margin zero in HTML mailing * using require_dependency instead of require to avoid error: "superclass mismatch for class MailingJob" * now plugins can schedule jobs via whenever rubygem * improve 'sample-data' scripts to create some blog posts signed-off-by: Joenio Costa <joenio@colivre.coop.br>
12 Aug, 2015
2 commits
11 Aug, 2015
2 commits
-
…ons (create, update and destroy)
-
All scraps and action trackers from profile were loaded at once as will_paginate can't change SQL when find_by_sql is used. Also, eager load activities to make it O(3) instead of O(n). This increases performance by ~30% on profiles with lots of scraps/action trackers.
10 Aug, 2015
3 commits
-
that's usually the default behaviour nowadays so that users don't need to relogin after a browser restart
09 Aug, 2015
1 commit
07 Aug, 2015
2 commits
06 Aug, 2015
4 commits
-
Also added test/unit/i18n_test.rb which will warn us if any others pop up.
05 Aug, 2015
1 commit
-
This reverts commit 59c15564ebca100f9019d942fcab3c1441a0bc93. This made a lot of tests fail
03 Aug, 2015
1 commit
-
Signed-off-by: Andre Bernardes <andrebsguedes@gmail.com> Signed-off-by: Brenddon Gontijo <brenddongontijo@msn.com> Signed-off-by: Filipe Ribeiro <firibeiro77@live.com>
29 Jul, 2015
1 commit
-
So that it shows up in the output of `rake -T`
27 Jul, 2015
1 commit
24 Jul, 2015
1 commit
22 Jul, 2015
1 commit
-
Around filter need to yield if the plugin is not enabled and need to receive a block from the controller
21 Jul, 2015
3 commits
-
Analytics plugin See merge request !632
-
With this we will finally have a consistent list of people who contributed with commits (code, translations, artwork and whatnot). I hope that from now on people will know how to configure their git clients to not generate garbage.
13 Jul, 2015
1 commit
16 Jun, 2015
1 commit
-
This also removes short_filename as it is now unused
14 Jun, 2015
1 commit
13 Jun, 2015
1 commit
-
This makes possible for a plugin to be defined as module and have its main class defined inside it with the name Base (e.g. MyPlugin::Base). The advantages of this is to correctly scope plugins constants inside the module. There are many conflicts with the core if the plugin is defined as klass, for example: - if you define a MyPlugin::DisplayHelper you'll get the error 'warning: toplevel constant DisplayHelper referenced by MyPlugin::DisplayHelper' and your class won't be loaded unless you put a "require 'my_plugin/display_helper'" - `require` is also needed for contants with the sames of constants declared under Noosfero::Plugin. For example, if you define a MyPlugin::Manager or MyPlugin::Settings, Noosfero::Plugin::Manager or Noosfero::Plugin::Settings will be returned instead of your plugin's definition. - other hard to debug errors may also happen. This also encapsulates loading procedures into methods of Noosfero::Plugin.
11 Jun, 2015
2 commits
-
Signed-off-by: Tallys Martins <tallysmartins@gmail.com> Signed-off-by: André Bernardes <andrebsguedes@gmail.com>
-
- Refactoring CSS to better display folder itens - Creating method to display uploaded file names with extension in upper case Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: André Bernardes <andrebsguedes@gmail.com> Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
09 Jun, 2015
1 commit