25 May, 2012
1 commit
-
* Removed wrong puts in ProductTest
22 May, 2012
1 commit
20 May, 2012
3 commits
-
Also, add a facet to filter enabled/not enabled enterprises
-
Conflicts: app/views/layouts/_javascript.rhtml features/step_definitions/noosfero_steps.rb features/support/paths.rb
19 May, 2012
1 commit
-
Mocking Solr disable indexing and search, so it speeds tests that don't need solr. Tests that need searches have to call TestSolr.enable
13 May, 2012
1 commit
-
FastGettext.locale= returns its argument instead of returning the locale that was actually detected. (ActionItem2297)
10 May, 2012
4 commits
-
(ActionItem2320)
-
…into merge-requests/148
-
…into merge-requests/147 (ActionItem2322)
-
…into merge-requests/128 (ActionItem2251)
05 May, 2012
2 commits
04 May, 2012
1 commit
26 Apr, 2012
1 commit
-
- Environment homepage cache (ActionItem2336)
21 Apr, 2012
1 commit
-
From: http://apidock.com/rails/v2.3.2/ActionController/Caching/Fragments/expire_fragment Regexp - Will remove any fragment that matches, so %r{pages/\d*/notes} might remove all notes. Make sure you don’t use anchors in the regex (^ or $) because the actual filename matched looks like ./cache/filename/path.cache. Note: Regexp expiration is only supported on caches that can iterate over all keys (unlike memcached).
18 Apr, 2012
1 commit
-
…into merge-requests/135
17 Apr, 2012
6 commits
-
Also: - Added edit button when showing a role - Added button layout to link - Listing permissions by name instead of key - Added cucumber test (ActionItem 2287)
-
…into merge-requests/154 (ActionItem2336)
-
…into merge-requests/155 (ActionItem2213)
16 Apr, 2012
1 commit
15 Apr, 2012
7 commits
-
* after_save_reindex associated enterprises * index category_full_name for searching
-
Conflicts: app/models/enterprise.rb
13 Apr, 2012
2 commits
-
Also: - Added edit button when showing a role - Added button layout to link - Listing permissions by name instead of key - Added cucumber test (ActionItem 2287)
12 Apr, 2012
1 commit
-
…into merge-requests/152
09 Apr, 2012
3 commits
-
(ActionItem2213)
-
(ActionItem2336)
05 Apr, 2012
3 commits
-
The method labelled_check_box already adds a hidden field (ActionItem2329)