-
- Downloads
0.6.0 - core rework
This is the first full release after the rework of the crabgrass codebase. Some years ago the crabgrass codebase had diverged into different incompatible development trees. We're about bringing the different forks back together in a streamlined version. The 0.6 series was migrated to rails 3.2 and ruby 1.9.3. The following changes have been included since 0.6.0-beta: Pull request #131 from azul/bugfix/hide-user-ghosts * hide user ghosts in directory - fixes #8750 Pull request #129 from azul/bugfix/hide-page-existance * hide existance of a page if it's not visible Pull request #130 from azul/bugfix/survey-links * fix survey page nav - fixes #8453 Pull request #128 from azul/feature/hide-deleted-users * make sure user ghosts are valid * hide deleted users in page banners * do not create unused widgets directory Pull request #127 from azul/feature/ui-tweaks * add explaination to recent pages and page search - fixes #4352 * public switch on top of page sidebar - fixes #4316 Pull request #126 from azul/bugfix/cookie-warning * fix cookie warning in login modal box - fixes #7812 Pull request #125 from azul/bugfix/loose-page-access * refactor: ParticipationAccess module for UserPart. and GroupPart * revoke page access despite participation - fixes #8502 Pull request #124 from azul/bugfix/keep-user-banner-private * keep pages and banners hidden - fixes #8500 Pull request #123 from azul/bugfix/add-multiple-tasks * use common/items/new_form for tasks Pull request #122 from azul/feature/update-notice * notify watching users on page updates Pull request #121 from azul/bugfix/page-stats * only display page stats if we track them - fixes #7827 Pull request #120 from azul/bugfix/survey-page * more survey page fixes * fix survey page paths. Pull request #119 from azul/feature/submit-shortcut * tabindex for wiki forms - fixes #7848 * fix me profile controllers with strong params * submit forms with ctrl+enter from textentries - refs #7848 Pull request #118 from azul/bugfix/greencloth-fixes * make wiki headings even more robust, rescue errors Pull request #117 from azul/bugfix/refresh-page * no cache for Page#show - load ajaxy changes - fixes #7849 Pull request #116 from azul/bugfix/greencloth-fixes * deal with complex headings in a meaningful way - fixes #4151 * bring back greencloth tests * use dark color for nav on bright background Pull request #115 from azul/bugfix/image-tweaks * keep old banner if new upload fails - fixes #4356 Pull request #113 from azul/bugfix/asset-conversion * list other formats on asset page - fixes #7853 Pull request #114 from azul/bugfix/directory-tweaks * cache group / people headings separately * no scroll bars in directory entries - fixes #7810 Pull request #112 from azul/bugfix/asset-conversion * fix asset mime image to not use sprockets for now Pull request #111 from azul/bugfix/autocomplete * prevent autocomplete duplicates in browser - fixes #8405 Pull request #110 from azul/bugfix/ranked-vote-display * _html attributes html_safe in format_attribute - fixes #6759 Pull request #109 from azul/bugfix/image-tweaks * Paths don't include the asset file extension anymore * bring back banner image - fixes #8424 * simplify Groups::ProfilesController a bit * replace deprecated set_table_name Pull request #108 from azul/bugfix/comment-and-message-tweaks Pull request #107 from azul/bugfix/comment-and-message-tweaks * image of user who created request in notification - fixes #8333 Pull request #105 from azul/bugfix/comment-and-message-tweaks * preview without tags for message displays - fixes #6743 Pull request #106 from azul/bugfix/page-updates * make sure changing a page updates it - fixes #7883 Pull request #104 from azul/bugfix/security-tweaks * No error for comment without edit access - fixes #8410 * fix error when visiting page anonymously * fixup: guard expects method symbols * use login_required in People::FriendRequestController * prevent non admin from changing page access
Showing
- app/assets/javascripts/crabgrass/cookies.js 21 additions, 0 deletionsapp/assets/javascripts/crabgrass/cookies.js
- app/assets/javascripts/crabgrass/forms.js 22 additions, 0 deletionsapp/assets/javascripts/crabgrass/forms.js
- app/assets/javascripts/libraries/autocomplete.js 9 additions, 2 deletionsapp/assets/javascripts/libraries/autocomplete.js
- app/assets/javascripts/libraries/modalbox.js 4 additions, 1 deletionapp/assets/javascripts/libraries/modalbox.js
- app/controllers/assets_controller.rb 2 additions, 1 deletionapp/controllers/assets_controller.rb
- app/controllers/common/application/before_filters.rb 2 additions, 2 deletionsapp/controllers/common/application/before_filters.rb
- app/controllers/groups/avatars_controller.rb 0 additions, 1 deletionapp/controllers/groups/avatars_controller.rb
- app/controllers/groups/permissions_controller.rb 0 additions, 1 deletionapp/controllers/groups/permissions_controller.rb
- app/controllers/groups/profiles_controller.rb 2 additions, 6 deletionsapp/controllers/groups/profiles_controller.rb
- app/controllers/me/profile_controller.rb 7 additions, 7 deletionsapp/controllers/me/profile_controller.rb
- app/controllers/pages/attributes_controller.rb 1 addition, 1 deletionapp/controllers/pages/attributes_controller.rb
- app/controllers/pages/base_controller.rb 1 addition, 0 deletionsapp/controllers/pages/base_controller.rb
- app/controllers/pages/before_filters.rb 12 additions, 2 deletionsapp/controllers/pages/before_filters.rb
- app/controllers/pages/participations_controller.rb 1 addition, 0 deletionsapp/controllers/pages/participations_controller.rb
- app/controllers/pages/posts_controller.rb 1 addition, 1 deletionapp/controllers/pages/posts_controller.rb
- app/controllers/pages/sidebars_controller.rb 1 addition, 0 deletionsapp/controllers/pages/sidebars_controller.rb
- app/controllers/pages/tags_controller.rb 0 additions, 1 deletionapp/controllers/pages/tags_controller.rb
- app/controllers/people/friend_requests_controller.rb 6 additions, 11 deletionsapp/controllers/people/friend_requests_controller.rb
- app/controllers/wikis/wikis_controller.rb 1 addition, 0 deletionsapp/controllers/wikis/wikis_controller.rb
- app/helpers/classes/context.rb 20 additions, 0 deletionsapp/helpers/classes/context.rb
Loading
Please register or sign in to comment