2011-10-31 13:04:58 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Oct 31 13:04:47 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
|
|
- update to 2.19:
|
|
|
|
|
* deprecated Mojolicious::Plugins->add_hook in favor of
|
|
|
|
|
Mojolicious::Plugins->on
|
|
|
|
|
* deprecated Mojolicious::Plugins->run_hook in favor of
|
|
|
|
|
Mojolicious::Plugins->emit_hook
|
|
|
|
|
* deprecated Mojolicious::Plugins->run_hook_reverse in favor of
|
|
|
|
|
Mojolicious::Plugins->emit_hook_reverse
|
|
|
|
|
* improved documentation
|
|
|
|
|
* improved tests
|
|
|
|
|
|
|
|
|
|
- changes from 2.18:
|
|
|
|
|
* fixed small rendering bug
|
|
|
|
|
|
2011-10-30 09:26:56 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Oct 30 09:27:38 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
|
|
- update to 2.17:
|
|
|
|
|
* removed experimental status from Mojo::EventEmitter
|
|
|
|
|
* merged unsubscribe and unsubscribe_all methods in Mojo::EventEmitter
|
|
|
|
|
|
2011-10-30 09:24:47 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun Oct 30 08:50:34 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
|
|
- update to 2.15
|
|
|
|
|
|
2011-06-14 23:14:03 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue Jun 14 23:09:45 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
|
|
- update to 1.43:
|
|
|
|
|
* improved after_dispatch hook by allowing it to change session data
|
|
|
|
|
* fixed a bug in Mojo::Template that caused template blocks to be auto
|
|
|
|
|
escaped
|
|
|
|
|
|
2011-06-09 20:57:07 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Jun 09 20:52:05 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
|
|
- update to 1.42:
|
|
|
|
|
* added EXPERIMENTAL support for unquoted wildcard placeholders in
|
|
|
|
|
Mojolicious::Routes::Pattern
|
|
|
|
|
* added EXPERIMENTAL status code support to rendred method in
|
|
|
|
|
Mojolicious::Controller
|
|
|
|
|
* updated WebSocket implementation to ietf-08
|
|
|
|
|
* improved layout tests
|
|
|
|
|
* improved documentation
|
|
|
|
|
* fixed a bug that prevented Mojo::Base subclasses from using the "-base"
|
|
|
|
|
flag
|
|
|
|
|
* fixed a few small default status code bugs
|
|
|
|
|
* fixed route suggestion bug in "not_found.development.html.ep"
|
|
|
|
|
* fixed typos
|
|
|
|
|
|
2011-06-04 23:31:57 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Jun 04 23:26:06 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
|
|
- update to 1.41:
|
|
|
|
|
* fixed param list bug in Mojolicious::Controller
|
|
|
|
|
* fixed overload bug in Mojo::DOM
|
|
|
|
|
|
|
|
|
|
- changes from 1.4:
|
|
|
|
|
* deprecated Mojo::DOM add_after method in favor of the append method
|
|
|
|
|
* deprecated Mojo::DOM add_before method in favor of the prepend method
|
|
|
|
|
* deprecated all methods containing the word "inner" in favor of ones
|
|
|
|
|
containing the word "content"
|
|
|
|
|
* added EXPERIMENTAL direct hash access for attributes and child element
|
|
|
|
|
accessor support to Mojo::DOM
|
|
|
|
|
* added EXPERIMENTAL support for collections to children method and element
|
|
|
|
|
accessors in Mojo::DOM
|
|
|
|
|
* added EXPERIMENTAL to_xml method to Mojo::DOM collections
|
|
|
|
|
* added EXPERIMENTAL eval command
|
|
|
|
|
* added EXPERIMENTAL load_app method to Mojo::Server
|
|
|
|
|
* added append_content and prepend_content methods to Mojo::DOM
|
|
|
|
|
* added HTTP method support to routes command
|
|
|
|
|
* improved long poll support
|
|
|
|
|
* improved documentation
|
|
|
|
|
* improved compatibility with Feersum PSGI web servers
|
|
|
|
|
* switched from Storable to JSON serialization for Mojolicious sessions to
|
|
|
|
|
increase efficiency
|
|
|
|
|
* reduced memory usage of Hypnotoad workers by at least 1MB (each)
|
|
|
|
|
* fixed a small Mojo::Loader bug
|
|
|
|
|
* fixed small Windows line ending problem in Mojo::Command
|
|
|
|
|
* fixed a UTF-8 bug in Mojo::Exception
|
|
|
|
|
* fixed "Can't locate object method x via package y" error messages
|
|
|
|
|
* fixed woff MIME type
|
|
|
|
|
|
2011-05-22 21:36:34 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun May 22 21:31:41 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
|
|
- update to 1.34:
|
|
|
|
|
* fixed nested selector bug in Mojo::DOM
|
|
|
|
|
* fixed small Mojo::DOM HTML5 bug
|
|
|
|
|
|
|
|
|
|
- changes from 1.33:
|
|
|
|
|
* added EXPERIMENTAL helper function to Mojolicious::Lite
|
|
|
|
|
* updated jQuery to version 1.6.1
|
|
|
|
|
* improved Mojo::JSON string escaping to make JSONP easier
|
|
|
|
|
* improved reloader slightly
|
|
|
|
|
* moved all bundled templates to "lib/Mojolicious/templates"
|
|
|
|
|
* fixed reserved GET/POST param handling in Mojolicious::Controller
|
|
|
|
|
* fixed small XML semantics bug in Mojo::DOM
|
|
|
|
|
* fixed all blocking server bindings to default to a 404 status code
|
|
|
|
|
|
2011-05-17 23:35:25 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Tue May 17 23:32:10 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
|
|
- update to 1.32:
|
|
|
|
|
* updated IO::Socket::SSL requirement to 1.43 due to bugs in older versions
|
|
|
|
|
* improved reloading slightly by allowing it to clean up the main namespace
|
|
|
|
|
* fixed enabling of Perl 5.10 features in Mojo::Base and Mojolicious::Lite
|
|
|
|
|
* fixed render_later to prevent delayed rendering warning
|
|
|
|
|
|
2011-05-08 20:30:29 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sun May 08 20:26:33 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
|
|
- update to 1.31:
|
|
|
|
|
* reverted deprecation of Perl 5.8.x support, by popular demand
|
|
|
|
|
* added FAQ entry to clarify the Perl 5.8.x situation
|
|
|
|
|
* improved documentation
|
|
|
|
|
* fixed case sensitivity of Mojo::DOM in XML mode
|
|
|
|
|
* fixed pseudo class case handling in Mojo::DOM
|
|
|
|
|
|
2011-05-02 20:47:33 +00:00
|
|
|
-------------------------------------------------------------------
|
2011-05-06 07:01:19 +00:00
|
|
|
Fri May 06 06:57:25 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
|
|
- update to 1.3:
|
|
|
|
|
* deprecated Perl 5.8.x support.
|
|
|
|
|
* deprecated Mojolicious::Renderer get_inline_template method in favor of the
|
|
|
|
|
get_data_template method
|
|
|
|
|
* added EXPERIMENTAL before_render hook.
|
|
|
|
|
* added EXPERIMENTAL hook function to Mojolicious::Lite
|
|
|
|
|
* added workaround for uWSGI bug
|
|
|
|
|
* improved Mojo::Template and Mojolicious::Routes exception handling
|
|
|
|
|
* improved debug log messages for template rendering
|
|
|
|
|
* updated Mojo::Base and Mojolicious::Lite to enable Perl 5.10 features if
|
|
|
|
|
available
|
|
|
|
|
* updated jQuery to version 1.6
|
|
|
|
|
* fixed PSGI read error handling
|
|
|
|
|
* fixed 64bit WebSocket message bug
|
|
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2011-05-02 20:47:33 +00:00
|
|
|
Mon May 02 20:38:51 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
|
|
- update to 1.22:
|
|
|
|
|
* deprecated Mojo::IOLoop on_tick method in favor of the recurring method
|
|
|
|
|
* deprecated Mojo::IOLoop on_hup method in favor of the on_close method
|
|
|
|
|
* deprecated on_build_tx methods in favor of on_transaction methods
|
|
|
|
|
* deprecated on_handler methods in favor of on_request methods
|
|
|
|
|
* updated WebSocket implementation to ietf-07
|
|
|
|
|
* renamed on_idle method in Mojo::IOLoop to idle
|
|
|
|
|
* reduced memory requirements of cached templates by up to 50%
|
|
|
|
|
* fixed controller specific render_exception and render_not_found methods
|
|
|
|
|
* fixed Mojo::JSON string size limit
|
|
|
|
|
* fixed small memory leak
|
|
|
|
|
* fixed small stack localization bug
|
|
|
|
|
* fixed small tag helper escaping bug
|
|
|
|
|
|
2011-04-28 16:31:32 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Apr 28 15:22:30 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
|
|
- update to 1.21:
|
|
|
|
|
* improved temporary file handling to avoid a very unlikely race condition
|
|
|
|
|
* fixed "multipart/form-data" generation bug in Mojo::UserAgent
|
|
|
|
|
|
|
|
|
|
- changes from 1.20:
|
|
|
|
|
* improved size limit handling
|
|
|
|
|
|
2011-04-20 06:24:48 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Wed Apr 20 06:20:38 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
|
|
- update to 1.19:
|
|
|
|
|
* fixed size limits in message parser
|
|
|
|
|
|
|
|
|
|
- changes from 1.18:
|
|
|
|
|
* added support for "X-Forwarded-HTTPS" and "X-Forwarded-Host" headers
|
|
|
|
|
* added argument localization to the include helper
|
|
|
|
|
* improved documentation
|
|
|
|
|
|
|
|
|
|
- changes from 1.17:
|
|
|
|
|
* deprecated Mojolicious process method in favor of the on_process attribute
|
|
|
|
|
* added Failraptor
|
|
|
|
|
* added support for MOJO_CERT_FILE and MOJO_KEY_FILE environment variables
|
|
|
|
|
* added EXPERIMENTAL xml attribute to Mojo::DOM
|
|
|
|
|
* added EXPERIMENTAL build_url method to Test::Mojo
|
|
|
|
|
* added EXPERIMENTAL dnt (Do Not Track) method to Mojo::Headers
|
|
|
|
|
* added WOFF mime type
|
|
|
|
|
* updated WebSocket implementation to ietf-06
|
|
|
|
|
* updated jQuery to version 1.5.2
|
|
|
|
|
* improved HTML healing capabilities of Mojo::DOM
|
|
|
|
|
* improved Mojo::DOM to ignore useless end tags
|
|
|
|
|
* improved Mojo::DOM inline DTD support
|
|
|
|
|
* improved Mojo::DOM text extraction
|
|
|
|
|
* improved Mojolicious::Plugin::I18n default lexicon handling
|
|
|
|
|
* improved a Mojo::IOLoop workaround
|
|
|
|
|
* moved all bundled static files to "lib/Mojolicious/public"
|
|
|
|
|
* fixed small CGI/FastCGI header generation bug
|
|
|
|
|
* fixed readonly handle support in Mojo::IOLoop
|
|
|
|
|
* fixed a Mojo::IOLoop resolver bug
|
|
|
|
|
* fixed small Mojo::Asset::File bug
|
|
|
|
|
* fixed small Mojo::DOM selector bug
|
|
|
|
|
* fixed small Mojo::DOM namespace detection bug
|
|
|
|
|
* fixed small route pattern escaping bug
|
|
|
|
|
* fixed small reload bug
|
|
|
|
|
* fixed small perldoc browser bug
|
|
|
|
|
* fixed cookbook recipe
|
|
|
|
|
|
2011-04-16 00:34:55 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Sat Apr 16 00:31:13 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
|
|
- update to 1.16:
|
|
|
|
|
* emergency release for a critical security issue that can expose files on
|
|
|
|
|
your system, everybody should update!
|
|
|
|
|
|
|
|
|
|
- changes from 1.15:
|
|
|
|
|
* changed default log level in "production" mode from "error" to "info"
|
|
|
|
|
* improved lookup method in Mojo::IOLoop
|
|
|
|
|
* fixed a serious Mojo::DOM bug
|
|
|
|
|
|
2011-03-17 19:49:56 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Thu Mar 17 19:46:06 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
|
|
- update to 1.14:
|
|
|
|
|
* added support for multiple dns servers to Mojo::IOLoop
|
|
|
|
|
* added config helper to Mojolicious::Plugin::Config
|
|
|
|
|
* changed resolv.conf parser in Mojo::IOLoop to use the first nameserver
|
|
|
|
|
* changed lookup method in Mojo::IOLoop to pick records randomly
|
|
|
|
|
* fixed small optional tag bugs in Mojo::DOM
|
|
|
|
|
* fixed JavaScript/CSS bug in Mojo::DOM
|
|
|
|
|
|
2011-03-14 22:06:26 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Mon Mar 14 22:04:26 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
|
|
- update to 1.13:
|
|
|
|
|
* deprecated Mojo::Client in favor of the much sleeker Mojo::UserAgent
|
|
|
|
|
* made the most common Mojo::IOLoop methods easier to access for the
|
|
|
|
|
singleton instance
|
|
|
|
|
|
2011-03-11 00:47:38 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Mar 11 00:41:46 UTC 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
|
|
- update to 1.12:
|
|
|
|
|
* relicensed all artwork to CC-SA, so the whole distribution can be
|
|
|
|
|
considered "open" again
|
|
|
|
|
* deprecated MOJO_JSON_CONFIG environment variable in favor of MOJO_CONFIG
|
|
|
|
|
* added EXPERIMENTAL support for IPv6
|
|
|
|
|
* added more Perl-ish configuration plugin
|
|
|
|
|
* added drain callback support for WebSockets
|
|
|
|
|
* added line numbers to Mojo::JSON error messages
|
|
|
|
|
* removed experimental status from hypnotoad and Mojolicious::Plugin::TagHelpers
|
|
|
|
|
* removed experimental status from many attributes and methods all over
|
|
|
|
|
Mojolicious
|
|
|
|
|
* improved attribute support of the select_field tag helper
|
|
|
|
|
* improved text_field tag helper
|
|
|
|
|
* improved tag helper attribute escaping
|
|
|
|
|
* improved attrs method in Mojo::DOM
|
|
|
|
|
* updated to jQuery to version 1.5.1
|
|
|
|
|
* fixed XSS issue in link_to helper
|
|
|
|
|
* fixed route unescaping bug
|
|
|
|
|
* fixed small Mojo::DOM bug
|
|
|
|
|
* fixed small documentation bug
|
|
|
|
|
|
2011-02-18 22:40:02 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
|
Fri Feb 18 22:38:47 CET 2011 - pascal.bleser@opensuse.org
|
|
|
|
|
|
|
|
|
|
- initial version (1.11)
|
|
|
|
|
|