Releases: DistributedProofreaders/dproofreaders
R201903
Changes since R201802
In addition to numerous bug fixes, tweaks, refinements, and optimizations, the major changes since R201802 are:
- Support Ubuntu 16.04 middleware, including PHP 7.0
- Support jpgraph version 4.2.0
- Move manager and sitemanager columns to usersettings
$writeBIGtable
support, includingproject_pages
table, has been removed- Proofreading and Formatting Guidelines translations have been moved to language-specific subdirectories under
faq/
- Large file uploads in
remote_file_manager.php
- View page differences without formatting
- Cleanup of users table
- Task Center updates
- RSS feed improvements
- Smooth Reading transition updates and notifications
- DPCustomMono2 available as a web font
- Gravatar support
- User registrations ask about how they found the site
- Server time now displayed on PM page
- My Project links no longer reuse windows
Middleware version support
This is the last release to support PHP 5.3. Future releases will require PHP 7.0 or later.
R201802
Changes since R201707
In addition to numerous bug fixes, tweaks, refinements, and optimizations, the
major changes since R201707 are:
- Remove support for phpBB 2.x and MySQL 5.1
- Theming moved entirely to CSS
- Standardized look-and-feel across site
- Site is largely HTML5 compliant
- New PM page separate from Search page
- Project Quick Check code brought over from noncvs
Middleware version support
This release removes support for phpBB 2.x and MySQL v5.1.
R201707
Note: R201707 was respun on 2017/08/01 to resolve a bug that prevented some
project searches from working.
Changes since R201701
In addition to numerous bug fixes, tweaks, refinements, and optimizations, the
major changes since R201701 are:
- Support phpBB versions 3.1 and 3.2
- Support jpgraph version 4.0.2
- Moved to mysqli extention -- this should allow the code to run on PHP 7.x
but that has not yet been thoroughly validated. - Full French translation of the UI
Future middleware version support
This is the last release to support phpBB 2.x and MySQL 5.1. Future versions
will require phpBB 3.0 or later and MySQL 5.5 and later.
R201701
Changes since R201601
In addition to numerous bug fixes, tweaks, refinements, and optimizations, the
two major changes since R201601 was released a year ago are:
- New Format Preview feature
- Removing the code's dependency on PHP's Magic Quotes
- Improvements to show and manage image sources
R201601
Changes since R200609
A lot of code has changed in the 9 years since R200609. The following are
some highlights
- Project event subscriptions
- Ability to hold projects between rounds
- WordCheck replaced spell check
- New proofreading and formatting quizes
- New Translation Center and extensive changes to make the site fully translatable
- Extensive work to improve code security and modernization
- Source control system migrated from CVS to git
- Support for phpBB3
- Remote File Manager for uploading new images and texts
- Bug fixes, tweaks, refinements, and optimizations