27 Nov, 2015
5 commits
-
(cherry picked from commit 57c595aa428324b955bd82dd950ae556f4b47e71)
-
(cherry picked from commit 674b489aea76116873d7a91f5758e24b013b06b3)
-
regex should work regardless of the position of id in the tag (cherry picked from commit d1261c16e728b749b7f1337f3eb0b7986ec1d52a)
-
(cherry picked from commit c153ab2b9d57d21a8f7a6dee51bd37e419099efd)
20 Nov, 2015
6 commits
-
Events from the past was being displayed with "future" class and vice-versa (cherry picked from commit 36f1b7bc55ad7d77c2badfadedb184d95d76bbac)
-
(cherry picked from commit 7f19dfe82f9ec7ce00daa20fc2c728a351f8c629)
-
Each cronjob has to run for all environments. I use `whenever --update-crontab` to append jobs for each environment, using the environment name as a whenever identifier, and then I have to clean the crontab of each environment generated jobs using the same identifier. (cherry picked from commit 348b6cb5d48effc34b8aa24a15144db49ad78567)
-
The only image for an article in the newsletter has to be the article's image. The lead for the article also can't have any paragraph or other crazy stuff. Instead of manually using gsub to remove undesired tags, I'm using ActionView::Helpers::SanitizeHelper#sanitize and whitelisting only tags for emphasis in text. (cherry picked from commit 4075f24dc1d96791bc361c336efd459a26ffdcd6)
-
(cherry picked from commit dcddcdead7477cd0f58af11e904a2f890cd8785b)
06 Nov, 2015
1 commit
05 Nov, 2015
5 commits
-
In some situations 'localhost' will just not work. See https://github.com/mperham/dalli/issues/150
-
Article privacy fixies * Fix article privacy to not consider invisible profiles * Change feed published method to consider it's parent privacy * Closes #148 See merge request !723
-
* It fix the private feed creation problem * Closes #148 Signed-off-by: Daniela Soares Feitosa <danielafeitosa@colivre.coop.br>
04 Nov, 2015
8 commits
-
This avoid crashes against a database where I was testing upgrades from Noosfero 1.2
-
It is _very_ frustrating to be finding those all the time.
03 Nov, 2015
2 commits
-
This will happen when working from a git repository, but actually running Noosfero from a choot, container or virtual machine that does not have git installed on it.
30 Oct, 2015
8 commits
-
[gallery block] display images from a gallery The images are displayed like a slideshow with groups of images See merge request !720
-
The images are displayed like a slideshow with groups of images
-
$ rake updatepo
-
Don't use versions from git if they are older than the one hardcoded. This is specially useful when doing releases, and mostly harmless everywhere else.
-
work_assignment: make sentence meaning clearer Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> See merge request !719
-
Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com>
29 Oct, 2015
2 commits
-
Some bug fixes for Noosfero 1.3 This merge request contains a few bug fixes that were reported during pre release testing of Noosfero 1.3. See commits for reference of issues. See merge request !716
-
The "correct" translation string is too big and it was breaking some layouts. Fixes #145
28 Oct, 2015
3 commits