17 Mar, 2016
3 commits
-
newsletter: search blogs also by profile's names We already allow the admin to choose any blog in the environment to feed the newsletter, however it's only possible to search a blog by its name or community's name. With this patch the admin can search for a blog either by its name or the name of the profile the blog belongs to. See merge request !706
-
Wrap long titles of articles and uploads Avoids that long titles bleed through the borders in article/files listings. See merge request !790
-
Adds text area for custom forms Add support for text area in custom forms plugin. See merge request !702
16 Mar, 2016
11 commits
-
Now user can search for a blog either by its name or the name of the profile the blog belongs to, instead of just the blog's or community's name.
-
The idea is to use the CHANGELOG as a reference of important features or bugfixes included on each release. This will also make the job of writing release notes much easier.
-
this avoid colateral errors in others tests refers to commit: 1af11191ddb2da6ea93ea86ce7fbbb9a089feaf7
-
This reverts commit 23bd8bbc2293d5123bbcb4b416143934edf23abc. I found a way to fix the problem using `alias_method`
-
related issue: #181
15 Mar, 2016
12 commits
-
we must avoid using Date.today and DateTime.now in tests cases, they can return yesterday or tomorrow depending on the machine's time zone and ignores the configured Rails timezone reference: http://www.elabs.se/blog/36-working-with-time-zones-in-ruby-on-rails
-
The core has been refactored in order to remove HTML generation from models. On the other hand there are many plugins relying on such behaviour. This provides a failsafe in order to keep them working until the necessary refactors for each plugin do not get done.
-
it seems that a 'mock object' is false in a `if` block
-
Signed-off-by: Marcos Ronaldo <marcos.rpj2@gmail.com> Signed-off-by: Gustavo Jaruga <darkshades@gmail.com>
-
Currently translated at 100.0% (21 of 21 strings)
-
Currently translated at 86.6% (13 of 15 strings)
-
Currently translated at 94.4% (68 of 72 strings)
-
Currently translated at 95.2% (20 of 21 strings)
-
Currently translated at 100.0% (82 of 82 strings)
-
Decouple html creation from models into helpers This is a work started by @joenio and continued by @danielafeitosa for which I have just fixed failling tests and some minor issues created by the refactor. This MR adds just the fixes that do not involve plugins. As I've discussed with @diguliu there ill be separate MRs for plugins allowing easier review e clean merges. See merge request !803
14 Mar, 2016
2 commits
-
Currently translated at 100.0% (15 of 15 strings)
-
Currently translated at 100.0% (2124 of 2124 strings)
12 Mar, 2016
4 commits
-
If is weirdly failing (https://gitlab.com/noosfero/noosfero/builds/852331)
-
This avoid unexpected failures with different environments defaults
10 Mar, 2016
8 commits
-
It was extracted into a helper and view which are the correct handlers for such logic.
-
This is one more step into decoupling HTML generation from models. All models with such method are expected to go through this refactor.