Skip to content
Snippets Groups Projects
Commit b20a7db0 authored by azul's avatar azul
Browse files

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
parents a9927a26 10ad13a0
Branches
Tags
No related merge requests found
Showing
with 113 additions and 37 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment