- Added helper generator to tspawn command.
- Added inlineImageTag() function.
- Added functions to Redis driver class.
- Added modules for server-side JavaScript processing. [Experimental]
- Fix a bug of mongo driver.
- Updated the mongo C driver to version 1.3.3.
- Added a optionTags() function.
- Added variableNameToFieldName() function.
- Added method chaining to TMongoODMapper class and TSqlORMapper class.
- Added setSortOrder(const QString &column).
- Modified the strong trim mode, '2', to delete white spaces and trim views strongly.
- Modified the trim mode for ERB parser, use '.trim_mode' file in subdirectories for view.
- Modified the tmake command to use QLatin1Sring() in preference to tr().
- Fix a bug of tmake command when c++ code is empty in ERB.
- Fix a bug of setting cookie for session.
- Implemented a class which represents SQL join clause for the O/R mapper.
- Implemented LD_PRELOAD mechanism to the treefrog command, Linux only.
- Added RDB client dlls for 64bit Windows.
- Fix a bug of TMongoODMapper class.
- Fix a bug of SQL for SELECT-COUNT query.
- Fix a bug of getting running application's file path for root user.
- Support for OS X El capitan.
- Implemented Redis driver.
- Implemented auto reloading system for application.
- Fix a bug of receiveing way of TEpollSocket.
- Fix a bug of timing of calling deleteLater().
- Fix a bug of segmentation fault on OS X.
- Added 'status' subcommand for treefrog.
- Added imageLinkTo() method to TViewHelper class.
- Implemented HTTP send function from WebSocket module.
- Fix a bug of outputing a newline code by tmake command.
- Fix compilation error on Qt5.5
- Enhanced C++11 support.
- Implemented keep-alive modules for WebSocket.
- Implemented publish/subscribe functions for WebSocket.
- Changed API of endpoint class.
- Changed default random generator to std::mt19937.
- Changed system bus module so as to use local socket class.
- Added TSql::IsEmpty operator for TCriteria class.
- Added NOT operator for TCriteria class.
- Fix a bug of parsing WebSocket frame.
- Fix a bug of sending logic for epoll.
- Fix a bug of segmentation error.
- Fix a bug of throwing runtime exception of treefrog.
- Fix a buf of windows installer.
- Performance improvement of multiplexing server.
- Support WebSocket protocol.
- C++11 support enabled as default.
- Performance improvement in hybrid MPM.
- Fix a bug of 'abort' subcommand of treefrog on Windows.
- Fix a bug of routing URL.
- Modified to use std::atomic instead of QAtomic.
- Modified to catch SIGINT in case of debug mode.
- Modified so as not to use Tf::currentDateTimeSec() function.
- Modified to collect settings infomation to TAppSettings class.
- Added hint macros, QLIKELY/QUNLIKELY.
- Unsupported prefork MPM.
- Deleted obsolete functions.
- Support for Raspberry Pi, ARM architecture.
- Fix a bug of settings of default project file on Qt4.
- Added a debug mode option for tadpole command.
- Fix a bug of TSqlObject for PostgresSQL.
- Fix a bug that QPSQLResult doesn't call QSqlField::setAutoValue().
- Changed for work of tfmanager in Windows service mode.
- Changed a default project file, app.pro.
- Changed a signal-handler message.
- Changed the default project file to build views.
- Support for Visual Studio 2013. [Experimental]
- Routing enhancements, added ':param' parameter for routes.cfg.
- Added a directive, EnableHttpMethodOverride, of application.ini.
- Added code of checking parameters to addRouteFromString().
- Added a test case, 'urlrouter'.
- Added checkBoxTag() function.
- Fix a bug of 'abort' option.
- Modified to specify the max connections of database pool.
- Changed identityKeyOfLoginUser() to public function.
- Added ApplicationController::staticRelease() function.
- Added StandardException class.
- Implemented TStaticReleaseThread class.
- Implemented command-line interface.
- Added setAllowUnauthenticatedUser(1) and setDenyUnauthenticatedUser(1) functions into TAccessValidator class.
- Added the permissions parameter to renameUploadedFile().
- Modified save() function to call create() instead of mdata()->create().
- Fix a bug of files not generated with tspawn.
- Fix a bug of ERB generation for mailer directory.
- Implemented Sendmail client. [Experimental]
- Performance improvement of multiplexing server.
- Modified to start multiple application servers under 'thread' MPM.
- Added checkBoxTag(4) and radioButtonTag(4) functions into TViewHelper class.
- Added selectTag() and optionTags() functions into TViewHelper class.
- Fix a bug of inserting a record that has a primary key.
- Fix bugs of 'restart' option of treefrog command.
- Changed parameter names in ini file.
- Modified to flush access logging.
- Modified to update updated_at field of SQL object with the current date/time in updateAll() function.
- Added new classes, TScheduler and TApplicationScheduler. [Experimental]
- Added max number of buffering data under async I/O.
- Modified to use async I/O file writer for logging.
- Fix a bug of TID printing.
- Fix a bug of specifing month string of the Date header.
- Fix a bug of 'abort' option of treefrog command.
- Fix build error of ORM class.
- Fix a bug of commiting a transacton under HTTP-pipeline.
- Fix a bug of access validation of non-login user.
- Fix a bug of generating source codes of MongoDB.
- Fix a bug of connection error under high load.
- Implemented asynchronous log outputting.
- Support HTTP-pipeline mechanism (HTTP 1.1).
- Updated a parser of HTTP header.
- Modified output logics of query log.
- Added HMAC_SHA256, HMAC_SHA384 and HMAC_SHA512 algorithm.
- Fix a bug of specifing thread ID on logging.
- Modified to use accept4() in multiplexing app server.
- Implemented getUTCTimeString() and Tf::currentDateTimeSec() functions.
- Fix a bug of plugin loading in Qt5.
- Fix a bug of specifying Mongo operators.
- Fix a bug of access validation.
- Fix a bug of request receiving of multipart/form-data.
- Fix a bug of configure execution in a spaced path.
- Modified program logic for scaffolding.
- Added implement receiving JSON data of post method.
- Updated to MongoDB C Driver v0.8.1.
- Fix a bug of linkToIf() and linkToUnless().
- Fix a bug of user-model generation.
- Added findCount() into classes generated by tspawn command.
- Added urlq() function into TActionHelper class.
- Update the default encoding of JSON response in HTTP, 'charset=utf-8'.
- Imports new files, tjsonutil.cpp and tjsonutil.h and add utility functions for JSON.
- Deleted TF_BUILD_MONGODB macros
- Added '--show-collections' option to tspawn command for MongoDB.
- Updated oidInc() function in tbson.cpp
- Updated the configure script.
- Added a multiplexing socket receiver using epoll system call (Linux only)
- Update Mongo C driver to v0.8.
- Modified to use atomic functions instead of mutex locking.
- Improving Performance of multiplexing receiver.
- Added 'hybrid' as multi-processing module (MPM)
- Added the THttpSendBuffer class for send buffering.
- Fix compile error in Qt v5.1.
- Added a atomic queue module, TAtomicQueue class.
- Added a object-document mapper module for MongoDB, MongoODMapper class.
- Supported MongoDB object as model objects.
- Added a criteria converter for MongoDB, TCriteriaMongoConverter class.
- Added new functions to TMongoQuery class.
- Changed a patameter type of updateAll() to QMap<int,QVariant> class.
- Fix a bug of execution of SQL query in a constuctor.
- Added the option of Mongo object creation to 'tspawn' generator.
- Fix a bug of generating user models.
- Fix a bug of case-sensitivity of field names in DB tables.
- Fix compile error when the 'gui_mod' flag is on.
- Fix a bug of the 'TSql::In' statement used.
- Performance improvement.
- Added a class for KVS exception, KvsException.
- Added a function for 'POP brefore SMTP' auth.
- Added methods for TSqlORMapper, findFirstBy(), findCount(), findBy() and findIn().
- Mac: Fix a bug of including path of appbase.pri.
- MongoDB: Added functions for MongoDB access, findById(), removeById() and updateById().
- MongoDB: Fix a bug of updateMulti() method in TMongoQuery class.
- MongoDB: Added numDocsAffected() function into the TMongoQuery class.
- MongoDB: Modified to generate a ObjectId on client.
- Performance improvement.
- JSON supported for AJAX, added sendJson() method into TActionController.
- XML supported for AJAX, added new method, renderXml().
- Changed the common data format from QVariantHash to QVariantMap for JSON conversion.
- Bugfix of creating the 'ORDER BY' clause.
- Updated the configure script.
- Fixed compile error on Qt-4.6
- MongoDB supported for easy access. [Experimental]
- Qt version 5 supported.
- Added a version string of Windows8.
- Added a local socket mechanism for killing tfmanager.
- Implemented '-l' option for treefrog command.
- Fix error in writing.
- TreeFrog app-server for Windows service supported.
- Modified the logic of parsing HTML text.
- Added parentExists() function of tmake command.
- Modified parseWord() function.
- Modified help message of tfmanager command.
- Modified it not to use gettimeofday() function.
- Changed a class name, TAccessAuthenticator -> TAccessValidator.
- Added the method TActionController::availableControllers().
- Implements access auth of users into TActionController.
- Added removeRawHeader() into TInternetMessageHeader class.
- Bugfix of parsing a boundary of HTTP request.
- Implemented releaseDatabases() function.
- Implemented tehex2() macro.
- Implemented htmlEscape(int n, Tf::EscapeFlag f) function.
- Implemented '%|%' tag for echo a default value on ERB system
- Implemented setContentType() function into TActionController class.
- Added a escape-flag parameter to the htmlEscape() function.
- Bugfix of calling staticInitialize().
- Multi-database access supported.
- Modified the URL validation to be strict.
- Added various setRule() functions.
- Implemented a query parameter of src of image-tag.
- Modified ApplicationController template class.
- Added TStaticInitializer class for prefork module.
- Implemented logic of calling staticInitialize() of ApplicationController.
- Added typeName() function to TDispatcher.
- Added a restart command into tfmanager.
- Added resetSignalNumber() function into TWebApplication.
- Added a logics of checking idle time of socket recieving.
- Modifiied that tfmanager opens a socket in case of Prefork only.
- Added a OpenFlag parameter to nativeListen() function.
- Modified the way of call nativeListen() function.
- Move nativeListen() function into TApplicationServer class, and added --ctrlc-enable option to tadpole command.
- Changed enum valus, UserDefined -> Pattern, and etc.
- Renamed class name, THashValidator -> TFormValidator.
- Added to output SQL query log.
- Modified a function name to be called.
- Update a parameter, QHash<QString,QString> -> QVariantHash.
- Added setValidationError() function for custom validation.
- Writes stderr output of tfserver to a debug file.
- Modified parameters of imageLinkTo() function.
- Imports new setting file, development.ini.
- Modified thattmake and tspawn commands refer to the 'TemplateSystem' setting of the development.ini file.
- Added a defaultValue parameter to queryItemValue() and formItemValue() method each.
- Added a parameter of a query string to the url() fucntion.
- Added renderErrorResponse() method into the TActionController class.
- Modified access log output.
- Implemented UNIX domain socket.
- Modified to check the socket's timeout.
- The default prefix of Otama marking was changed, '#' -> '@'.
- Added to set a default value into TAccessAuthenticator::clear() function.
- Added a method, redirectToPage().
- Added to install defaults/403.html.
- Added new class, TAccessAuthenticator.
- Added a method, currentController(), to TActionContext class.
- Modified to update only DB-fields whose values were changed.
- Fix a bug of generating a user-model.
- Added logic of initializing member variables of model class to the model-generater.
- Added to create a Makefile by qmake command.
- Added validate function.
- Fix a bug of TSqlORMapperIterator and TSqlQueryORMapperIterator.
- Added new files, tsqlqueryormapperiterator.h and TSqlQueryORMapperIterator.
- Modified the posision of 'new entry' on entry.erb and entry.html.
- Modified generator logics; controller, model and view.
- Added url and urla() functons with a QVariant parameter.
- Added an auto-update logic of 'modified_at'.
- Changed a form type, QHash<QString,QString> -> QVariantHash.
- Added typedef QHash<QString, QString>.
- Modified the creating logic of URL of urala() function.
- Modified the method name, setActionView() -> setSubActionView().
- Modified static files for error, 500.html, 404.html and 413.html
- Fix a bug of order of 'ORDER BY' phrase.
- Modified -d option's message.
- Modified a method name, allExportVariants -> allVariants.