Parley

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

    - moved tables into "parley" namespace
    - removed deprecated modules
    - fixed post/view (incorrectly using unassigned stash value)
    - upgraded YUI to 2.7.0b

1.1.0   Wed Apr 22 21:53:52 BST 2009
    - added Advanced Search page
    - added Add This (www.addthis.com) to thread/view page
      (if username set in configuration)
    - modified CSS for "user information"; now the header is a fixed-width we
      can place this div inside it (instead of flushed to the RHS of the
      page/window)
    - added Google Analytics (configurable via parley.conf)
    - switch to using Catalyst::Controller::Validation::DFV for form re-fill
    - use mk_accessors instead of home-grown rubbish
    - added reCaptcha to signup screen
    - added check for unique username/forumname (signup)
    - added "Login and X" buttons in thread view
    - removed a couple of "use base 'Catalyst::Controller'" calls for classes
      that "use base" another module that already inherits from it
      (result of upgrading to 5.80001)

1.0.4   Wed Dec 24 18:54:24 GMT 2008
    - fixed skin2
    - remove yui/ softlink
    - made yui_2.6.0/ into yui/

1.0.3   Tue Dec 23 09:34:32 GMT 2008
    - switch to database store for sessions
    - upgrade to YUI 2.6.0
    - use Test::Aggregate
      - aggregate controller_*.t tests
      - aggregate t/schema/*.t tests
    - use HTML::ForumCode for post preview
    - added /forumcode/preview
    - make "Posted from a.b.c.d" a clickable link to site/ip_info
    - CSS/layout tweaks and improvements
    - added template skinning [beta]
    - added example skins: skin1, skin2, skin3
      - skin1 - CSS only
      - skin2 - copy of all template files
      - skin3 - one template file overridden
    - added user "skin" preference choice

1.0.2   Thu Oct  9 14:52:26 BST 2008
    - fixed "vanishing '+' symbol" issue in Message Preview
    - removed ->dumper() calls that were overlooked and caused fatal errors
    - specified minimum version numbers for most dependencies

1.0.1   Wed Oct  8 00:26:29 BST 2008
    - added config options to use quote_char and name_sep in DB calls
    - updated order_by params in searches to work with quote_char
    - removed config block in Model::ParleyDB (it comes from parley.conf, and
      this saves confusion)
    - fixed CSS list (ol, ul) item display issue

1.0.0   Mon Oct  6 19:08:22 BST 2008
    - upgrade to YUI 2.5.1
    - moved README.* into doc/
    - added parley.sites-enabled
    - switched from Graphics::Magick to Image::Magick
    - resolved some bugs and errors when deploying from scratch
    - added more comprehensive instructions for getting started
    - updated to new Authentication and Authorization modules
    - added recent i18n translations (.it and .nl)
    - extended ::ForumCode to work with bbcode/explosm [URL] and [IMG] syntax


After knackering up the version numbers towards the end of 0.59
I've taken the bold step of declaring the next release v1.0.0


0.59.03 Fri Apr 11 00:13:36 BST 2008
    - removed console.log() javascript calls

0.59.02 Thu Apr 10 22:56:04 BST 2008
    - require minimum version of JSON (2.04) for to_json() method

0.59.01 Thu Apr 10 22:38:43 BST 2008
    - added Catalyst::Plugin::Authorization::Roles to Makefile.PL

0.59    Thu Apr 10 18:56:19 BST 2008
    - added Dutch translation (Thanks Rob!)
    - forum moderators can be assigned and removed through the UI
    - user roles can now be assigned and removed
    - users can have their "suspended" flag set and removed
    - application can now prevent login/signup/posting/access by IP
    - user profile lists IPs posted from
    - new action (site/ip_info) to list users posting from a given IP

0.58    Fri Feb  8 07:47:31 GMT 2008
    - re-work the UI design to be cleaner
    - added an application logo
    - more efficient database querying (a la DBIC's prefetch)
    - added first part of .it i18n (Thanks Darius!)
    - add browser and user driven language selection
    - upgraded to YUI 2.4.1
    - modify ::Schema so that we can export mysql and sqlite schemas
    - rename DB columns to be more sensible
    - make the display of the time zone independant of the time_format string
    - limit thread subject length on user profile page
    - factored out MessagePreview javascript into single included file
    - fix uri_for() error on user/login 
    - fix DBIC field error during lostpassword process
    - fix DBIC field errors during signup
    - fix issues with email notifications
    - [bug] fix user's last post information (profile page)
    - [bug] fix issue with forum-limited searches
    - [bug] fix error when trying to post new thread with no subject line

0.57    Wed Oct 31 19:15:06 GMT 2007
    - added T&Cs to application
    - added T&C editor/updater (site_moderator only)
    - added "Accept T&C" functionality (for logged in users)
    - after accepting T&Cs you should be taken to your original destination
    - fixed error handling for unknown user in pwd reset
    - after password reset, you are now taken directly to the login screen
      and an appropriate message is displayed
    - added extra ForumCode markup: pre, code, quote
    - upgrade YUI to 2.3.1 (from 2.3.0)
    - some fixes and improvements for Editable.js



( run in 0.980 second using v1.01-cache-2.11-cpan-39bf76dae61 )