01 Feb, 2016
3 commits
-
it was just not readt at this point
25 Jan, 2016
1 commit
-
Minor fixes on date format - also fixes one broken test on content_viewer_controller Signed-off-by: Tallys Martins <tallysmartins@yahoo.com.br> Included on master on 7be7e7c6a7475d0085a7a0759b5ec45f237fb4b2 See merge request !767
20 Jan, 2016
1 commit
-
- also fixes one broken test on content_viewer_controller Signed-off-by: Tallys Martins <tallysmartins@yahoo.com.br>
28 Dec, 2015
1 commit
28 Nov, 2015
1 commit
27 Nov, 2015
7 commits
-
Instead of stopping the service, running migrations etc (those take time), and then starting again, let's only restart the service after the uprada has already happened. Now that we are using unicorn, which supports restarting with dropping connections, with this we should have 0 downtime upgrades. Also removed some unecessary buts deom debian/noosfero.prerm: - remove restarting of memcached, which is broken behavior as it could affect other services using memcached. Just set a namespace for our cache keys, and all caches will be automatically invalidated when the application is restarted after an upgrade with a new version number - remove removal of cache/*, since script/production already does that. NOTE: since this behavior change depends on changes to the prerm script, this won't take effect until the next upgrade _after_ the upgrade to first version including this change.
-
(cherry picked from commit f2f58313bad6342cb8da53310729f7daccbec209)
-
(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
4 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.