Change Log

Version
Released Changes
0.9.8
(rev. 1028)
Aug 19, 2010
  • Upgraded CKEditor to version 3.4 (changes)
  • Upgraded YUI to version 3.1.2 (changes). This is a security update.
0.9.7
(rev. 1024)
Jun 23, 2010
  • Switched to strict MySQL DATETIME formatted strings from ISO8601 format. This fixes an exception thrown by MySQL when running in strict mode.
  • Upgraded YUI to version 3.1.1 and CKEditor to version 3.3.1
  • Fixed Author API's handling of the url field. This fixes a database exception thrown when running MySQL in strict mode.
  • Revised Onpub logo design
  • Set httponly flag on Onpub session cookie. This is to prevent client side manipulation of login credentials in supported browsers.
  • Made image upload error message more informative
0.9.6
(rev. 1010)
Jun 2, 2010
  • Moved article info in between title and content instead of after content
  • Decreased space of footer's top margin
  • Restored the ability to specify an optional local include that outputs immediately after article content
  • Disabled use of ISO 8601 in JS Date constructor. This should make section sorting by date work in all browsers
  • Subtract 1 from JS month since months in Date constructor are indexed from 0
  • Started integrating frontend font styles with CKEditor so editing is even closer to WYSIWYG
  • RSS Feed now includes the whole article body instead of just a summary
  • Changed default conf value for $onpub_inc_css from onpub-frontend.css to onpub.css
  • Made sure article and section variables get initialized
0.9.5
(rev. 995)
Apr 30, 2010
  • Changed Recent Changes to What's New on frontend home page, these articles are now sorted by date created as opposed to date modified
  • Upgraded bundled YUI release to version 3.1
  • Increased default page layout widths from 750px to 950px
  • Decreased whitespace between logo and menu bar
  • Tweaked height of CKEditor window
  • New default stylesheet and logo
  • Updated company name in copyright
  • Made b and strong tags inherit the same color as subheadings
  • Removed time stamp from What's New section, only show date by default
  • Restyled the menu bar to blend in better with the overall page design
  • Article info at the bottom of article pages now displays article Author (if defined)
  • Removed unused CSS class references
  • Updated bundled CKEditor to version 3.2.1
  • Made the What's New section on home page not link to articles to sections that are hidden
  • Re-worded some fields in the management interface to make it more obvious as to what their purpose is (e.g. ordering of articles in a section)
  • Made the Move Articles page more informative
  • The Section Editor can now sort articles by date, previously one could only manually specify the order of articles in a section
  • Section pages now show published dates of articles
  • Fixed an issue where published dates were showing last modified time instead of date created
  • Updated svn URL in packaging script
0.9.4
(rev. 956)
Mar 29, 2010
  • Removed _samples dir from ckeditor when packaging a release with script
  • Made section-article page respect static URL article links
  • Show sub-section links after article links
  • Renamed the CSS include file to onpub.css
  • Prefixed all Onpub-specific CSS classes and IDs
  • Add new conf option to hide the menu bar
  • Made sure logo is always enclosed in onpub-logo div id
  • Made Onpub menu bar respect section order
  • Only show Modified date if 1 day or newer than Published date
  • Made sure article summary is wrapped in paragraph tags
  • Made sure "More" links include primary sectionID arg
  • Tweaked onpub-logo CSS spacing
  • Upgraded bundled CKeditor to version 3.2
  • Included sectionIDs in RSS article links (if applicable)
  • Upgraded the bundled YUI version to 3.1PR1
  • Renamed all 'yui' CSS classes to 'yui3' as required by the YUI upgrade
0.9.3
(rev. 934)
Feb 24, 2010
  • Check to see if onpub_website is not null to prevent warning
  • Prefix config file
  • File system refactoring
  • Renamed some of the layout config variables
  • Made it possible to configure whether or not an article or Updates get displayed on the home page
  • Re-factored the directory config variables
  • Include everything relative to onpub_root
  • Renamed layout directory to frontend
  • Remove URL field from New Article view since it's not required and potentially confusing to new users
  • Added a Login link to frontend for easy access to the management interface
  • Added layout config variable for enabling hiding of frontend 'Login' link
  • Generalize framework for including header JS and footer PHP code
  • Add article info such as date created/modified to the bottom of article pages
  • Make it possible to include content in to the the second article info column (for example, an AddThis button
  • Merged frontend config in to main config file
  • Make local dir variable independent of root dir value by default
  • Some conf file and variable renaming
  • Add empty local dir for custom includes
  • Link articles in home page Updates section to their primary section IDs
  • Frontend now respects static URLs for Articles and Sections
  • Article and section titles now display first in the title bar instead of last, this is so more descriptive parts of page titles display in search engine results