25 Feb, 2015
2 commits
24 Feb, 2015
1 commit
-
cc-plugin: fix comment_classification plugin See merge request !390
22 Feb, 2015
1 commit
-
Fixes multitenancy documentation and task Multitenancy installation is not currently working as described on documentation. This patch fixes the create task and updates the documentation. See merge request !377
07 Feb, 2015
1 commit
-
We don't want to change db/schema.rb because there are plugin tables in the database.
28 Jan, 2015
2 commits
15 Jan, 2015
2 commits
-
This way they will show up in `rake -T` output
-
When this is merged, the script at script/move-translations-to-plugins.rb must be executed to move the translations that are currently in the core to their respective plugins, i.e. to initialize each plugin .po file with their existing translated strings, excluding translations that already exist in the core. Going forward those duplicated translations should be replaced by calls to c_(), which will do the same as _() but won't be extracted for translation.
14 Jan, 2015
1 commit
22 Dec, 2014
1 commit
15 Dec, 2014
1 commit
12 Dec, 2014
1 commit
09 Dec, 2014
1 commit
08 Dec, 2014
1 commit
04 Dec, 2014
1 commit
27 Nov, 2014
1 commit
24 Nov, 2014
1 commit
19 Nov, 2014
1 commit
-
Also, add a nice plugin status report at the bottom
13 Nov, 2014
2 commits
-
- Fixes a typo; - Loads the environment first so ActiveRecord is available.
07 Nov, 2014
2 commits
05 Nov, 2014
1 commit
01 Nov, 2014
1 commit
31 Oct, 2014
1 commit
29 Oct, 2014
2 commits
28 Oct, 2014
1 commit
27 Oct, 2014
2 commits
-
- provide sane defaults for $HEAD and $PREV_HEAD - list commits since $PREV_HEAD
-
Assumes the CI environment will export the sha1 of the head commit into HEAD, and the sha1 of the previous head commit in PREV_HEAD.
12 Sep, 2014
5 commits
09 Sep, 2014
1 commit
-
Closes #307 Signed-off-by: Victor Costa <vfcosta@gmail.com> Signed-off-by: Antonio Terceiro <terceiro@colivre.coop.br>
20 Aug, 2014
1 commit
-
When a system that has plugin X enabled gets upgraded to a version where plugin X has been promoted to be a base plugins (i.e. a symlink in baseplugins/), `rake db:migrate` would blow up with Multiple migrations have the version number 12345678901234 Note that we probably don't need to do this deduplication everywhere else, because the Ruby $LOAD_PATH already works by giving prioriry to the first path that is found.
15 Aug, 2014
2 commits
-
I build the packages in a different system than the one where I keep my ssh keys. Nevertheless, it will still work for other who don't.