23 Jul, 2014
1 commit
22 Jul, 2014
2 commits
-
I'm adding the author as a record relation instead of calculating it based on the last_changed_by. This change has a reasonable performance improvement on pages that access this information, like blog page. Still saving author_name in order to deal with the problem of the author being removed. Including new method to facilitate specific article version retrieval. ActionItem3201
-
Was necessary to create a spam_comments_count in order to get the correct count without considering spams. ActionItem3201
04 Jun, 2014
1 commit
-
AI3135
02 Apr, 2014
1 commit
19 Jan, 2014
1 commit
-
- Added pagination to versions - Treating access denied and not found (ActionItem2822)
18 Jan, 2014
5 commits
-
Removed setting as versioned column revert button is following the pattern styling link-this-page (ActionItem2822)
-
(ActionItem2822)
-
Also included revision number on cache key Signed-off-by: Daniela Feitosa (ActionItem2822)
16 Jan, 2014
1 commit
15 Jan, 2014
1 commit
-
Conflicts: test/functional/cms_controller_test.rb test/unit/profile_test.rb
09 Jan, 2014
1 commit
-
- Added a field on article new/edit to specify which users can access the article - Added a relationship has_and_belongs_to_many between Article and Person - Created a new table article_privacy_exceptions for has_and_belongs_to_many - Added cucumber tests - Added a new cucumber step to add a user to the exception users list (ActionItem2852) Signed-off-by: Alex de Souza <campelo.al1@gmail.com> Signed-off-by: Athos Ribeiro <athoscribeiro@gmail.com> Signed-off-by: Andre Bedran <bedran.fleck@gmail.com> Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> Signed-off-by: Carlos Andre <carlos.andre.souza@msn.com> Signed-off-by: Fabio Teixeira <fabio1079@gmail.com> Signed-off-by: Gabriela Navarro <navarro1703@gmail.com> Signed-off-by: Gustavo Jaruga <darksshades@hotmail.com> Signed-off-by: Matheus Faria <matheus.sousa.faria@gmail.com> Signed-off-by: Tales Martins <tales.martins@gmail.com>
18 Dec, 2013
1 commit
16 Dec, 2013
2 commits
-
Conflicts: test/unit/article_test.rb
13 Dec, 2013
1 commit
02 Dec, 2013
1 commit
-
Conflicts: app/models/category.rb app/models/uploaded_file.rb test/functional/memberships_controller_test.rb test/functional/profile_controller_test.rb vendor/plugins/action_tracker_has_comments/init.rb
29 Nov, 2013
1 commit
27 Nov, 2013
1 commit
-
Conflicts: app/controllers/public/content_viewer_controller.rb features/manage_products.feature
22 Nov, 2013
1 commit
-
(ActionItem2829)
21 Nov, 2013
1 commit
06 Nov, 2013
1 commit
05 Nov, 2013
1 commit
-
Conflicts: script/quick-start test/unit/application_helper_test.rb test/unit/environment_statistics_block_test.rb test/unit/environment_test.rb
31 Oct, 2013
1 commit
-
This solves every problem related with Hpticot breaking pages since the parse was happening on the MainBlock too. But this does not changes the fact tha Hpricot is currently dead and we should move on to nokogiri. (ActionItem2873)
07 Oct, 2013
1 commit
-
Conflicts: app/views/cms/view.rhtml test/functional/profile_controller_test.rb
19 Sep, 2013
2 commits
-
…into merge-requests/316 Conflicts: app/helpers/blog_helper.rb
13 Aug, 2013
1 commit
27 Jun, 2013
1 commit
08 May, 2013
1 commit
-
The idea is never to give a Upload File to a view. That must always work with a File Presenter providing overwrite methods and specific views/partials. ActionItem2373
17 Apr, 2013
1 commit
28 Mar, 2013
1 commit
05 Mar, 2013
1 commit
20 Feb, 2013
1 commit
27 Dec, 2012
1 commit
20 Dec, 2012
1 commit
-
(ActionItem2522)
14 Nov, 2012
1 commit
07 Nov, 2012
1 commit
-
* Must fix the class calls commented on Article class