02 Jul, 2015
2 commits
30 Jun, 2015
1 commit
29 Jun, 2015
1 commit
-
SPB rpm will be build out of colab repo
25 Jun, 2015
3 commits
-
Fix cache count Fix the email count on profile page. Fix using same cache of a profile page after accessing a profile page of another user. See merge request !73
23 Jun, 2015
8 commits
-
Signed-off-by: Luciano Prestes Cavalcanti <lucianopcbr@gmail.com> Signed-off-by: Macartur Sousa <macartur.sc@gmail.com>
-
Signed-off-by: Gustavo Jaruga <darksshades@gmail.com> Signed-off-by: Lucas Moura <lucas.moura128@gmail.com>
-
Signed-off-by: Gustavo Jaruga <darksshades@gmail.com> Signed-off-by: Lucas Moura <lucas.moura128@gmail.com> Signed-off-by: Gust <darksshades@hotmail.com>
22 Jun, 2015
3 commits
-
Extract header and footer from base See merge request !52
-
Fix social tests Profile Social fields tests used a validator that accesses an external site to check for its existence, aka: if a given facebook username existed or not. Added a mock to this validator to fix the broken tests and focus only on the fields validators like max length instead. See merge request !64
17 Jun, 2015
1 commit
-
Signed-off-by: Gustavo Jaruga <darksshades@gmail.com>
09 Jun, 2015
2 commits
-
Update plugin cronjob Add proxydata cronjob to cronjob (on master). See merge request !58
-
Fix Colab translations The directory "locale" was not included in MANIFEST.in file. Thus, the package does not contain translations. This Merge Request fixes this. See merge request !61
08 Jun, 2015
1 commit
-
Validation colab sprint 30 See merge request !54
06 Jun, 2015
3 commits
-
Shorter regexp for dropping bootstrap.min.js and a more generic one for JQuery in a way that it should not change if Colab updates its JQuery version.
-
Signed-off-by: Alexandre Barbosa <alexandreab@live.com> Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com> Signed-off-by: Gustavo Jaruga <darksshades@gmail.com>
-
Signed-off-by: Gustavo Jaruga Cruz<darksshades@gmail.com> Signed-off-by: Luciano Prestes <lucianopcbr@gmail.com>
05 Jun, 2015
2 commits
-
bootstrap js dropped from colab so the menus works jquery js dropped from colab so accordion can load Signed off by: Simião Correa Lima de Carvalho <simiaosimis@gmail.com>
-
Signed off by: Simião Correa Lima de Carvalho <simiaosimis@gmail.com>
04 Jun, 2015
3 commits
-
Signed-off-by: Carlos Oliveira <carlospecter@gmail.com>
-
Signed-off-by: Carlos Oliveira <carlospecter@gmail.com> Signed-off-by: Gust <darksshades@hotmail.com>
-
Signed-off-by: Carlos Oliveira <carlospecter@gmail.com> Signed-off-by: Kanashiro Duarte <kanashiro.duarte@gmail.com> Signed-off-by: Gust <darksshades@hotmail.com>
02 Jun, 2015
1 commit
-
Without this, Colab was unable to request assets or any other sub page from Mezuro. This is not the correct fix. The right place to set the url is on: colab/plugins/mezuro/urls.py. But this is not working yet. Notice that we've also identified a bug on the ReverseProxy, which is not repecting the upstream port always trying to request from port 80. Signed off by: Gustavo Jaruga <darksshades@hotmail.com>
01 Jun, 2015
1 commit
-
Signed off by: Gustavo Jaruga <darksshades@hotmail.com>
25 May, 2015
3 commits
-
Fix settings See merge request !51
07 May, 2015
1 commit
-
Signed-off-by: Gustavo Jaruga <darksshades@gmail.com>
06 May, 2015
4 commits
-
Cron fix Fixed cronjob to hourly clean up expired snippets instead of every minute from 1:00 AM till 1:59 PM. See merge request !50