Skip to content

TreeFrog Framework version 1.14.0 release

Compare
Choose a tag to compare
@aoym aoym released this 05 Dec 08:54
· 1765 commits to master since this release
  • Modified to use QThreadStorage class instead of thread_local.
  • Modified the scaffold generater to generate better codes.
  • Modified url() and urla() functions so as to generate the url, searching the routing file.
  • Added '#partial' tag in ERB.
  • Fix a bug of renderPartial() funcion on Windows.
  • Fix a bug of treefrog termination.
  • Fix a bug of session sqlobject store in PostgreSQL.
  • Fix crash on missing treefrog -k signal argument.
  • Deleted obsolete functions.
  • Performance improvement.