From 151b2f7d102a5988b63255d27c9ad78202c16355 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Mon, 9 Nov 2015 00:33:08 +0100 Subject: Added (partial) website + misc updates for release * recreated the prado website in demos/ * updated some docs to reflect the usage of jquery; removed guide to prototype * updated composer * added task for apigen4 (theme still missing) --- demos/site/protected/Pages/About.page | 55 +++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 demos/site/protected/Pages/About.page (limited to 'demos/site/protected/Pages/About.page') diff --git a/demos/site/protected/Pages/About.page b/demos/site/protected/Pages/About.page new file mode 100644 index 00000000..62d3af2d --- /dev/null +++ b/demos/site/protected/Pages/About.page @@ -0,0 +1,55 @@ + + +
+

The PRADO Group

+

+The PRADO group is a team of PRADO enthusiasts who develop and promote the PRADO framework and the related projects. +

+

Team Members

+
    +
  • Fabio Bas - development, testing
  • +
  • Ciro Mattia Gonano - github/packagist maintainer
  • +
  • Daniel Sampedro Bello - wsat development
  • +
  • David Otto - development, testing
  • +
  • Jens Klaer - development, testing
  • +
+

The following Team Members are currently inactive.

+
    +
  • Qiang Xue - founder of PRADO framework, core development
  • +
  • Xiang Wei Zhuo - core development (javascripts, active controls, DB controls, tests)
  • +
  • Jason Ragsdale - site and forum administration
  • +
  • Knut Urdalen - test, marketing
  • +
  • Eirik Hoem - core development
  • +
  • Yves Berkholz - core development
  • +
  • Michael Hartl - component development, testing
  • +
  • Carl G. Mathisen - design and document comment system
  • +
  • Christophe Boulain - component development, testing
  • +
  • Robin J. Rogge - site and forum adminitration, core development
  • +
+

Past Team Members

+

+Alex Flint, Brian Luft, John Teague, Todd Patrick, Pim van der Zwet, Tim Evans, Alban Hanry, Marcus Nyeholt +

+ +

History of PRADO

+

+The very original inspiration of PRADO came from Apache Tapestry. During the design and implementation, Qiang Xue borrowed many ideas from Borland Delphi and Microsoft ASP.NET. The first version of PRADO came out in June 2004 and was written in PHP 4. Driven by the Zend PHP 5 coding contest, Qiang rewrote PRADO in PHP 5, which proved to be a wise move, thanks to the new object model provided by PHP 5. PRADO won the grand prize in the Zend contest, earning high votes both from the public and from the judges' panel. +

+

+In August 2004, PRADO was hosted on SourceForge as an open source project. Soon after, the project site xisc.com was announced to public. With the fantastic support of PRADO developer team and PRADO users, PRADO evolved to version 2.0 in mid 2005. In this version, Wei Zhuo contributed to PRADO with the excellent I18 and L10N support. +

+

+In May 2005, developers decided to completely rewrite the PRADO framework to resolve a few fundamental issues found in version 2.0 and to catch up with some cool features available in Microsoft ASP.NET 2.0. After nearly a year's hard work with over 50,000 lines of new code, version 3.0 was finally made available in April 2006. +

+

+In October 2008, the original development team released a new framework called Yii. Inheriting most of the PRADO code, Yii left the pages/events concept, focusing on a pure MVC design pattern. Since 2009 a lot of people contributed to PRADO fixing issues, developing new features or backporting them from Yii. +

+

+To promote a model of community-driven development, the project repositories were moved first on Google Code and then, in September 2013, on GitHub. +

+

+Starting from version 3.0, significant efforts are allocated to ensure the quality and stability of PRADO. If we say PRADO v2.x and v1.x are proof-of-concept work, we can say PRADO 3.x has grown up to a project that is suitable for serious business application development. +

+ +
+
\ No newline at end of file -- cgit v1.2.3 From deb21334572e4bef961db6a6734b0a59645580c5 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Tue, 10 Nov 2015 13:46:05 +0100 Subject: fix changeling + minor --- demos/site/protected/Layouts/MainLayout.tpl | 1 - demos/site/protected/Pages/About.page | 1 + demos/site/protected/Pages/Demos.page | 1 + demos/site/protected/Pages/Documentation.page | 1 + demos/site/protected/Pages/Download.page | 3 ++- demos/site/protected/Pages/Home.page | 1 + demos/site/protected/Pages/License.page | 1 + demos/site/protected/Pages/Tos.page | 1 + demos/site/themes/Prado/style.css | 2 +- 9 files changed, 9 insertions(+), 3 deletions(-) (limited to 'demos/site/protected/Pages/About.page') diff --git a/demos/site/protected/Layouts/MainLayout.tpl b/demos/site/protected/Layouts/MainLayout.tpl index 72377ed5..8b523aed 100644 --- a/demos/site/protected/Layouts/MainLayout.tpl +++ b/demos/site/protected/Layouts/MainLayout.tpl @@ -36,7 +36,6 @@ -
\ No newline at end of file diff --git a/demos/site/protected/Pages/Demos.page b/demos/site/protected/Pages/Demos.page index dbc7635d..a27a6147 100644 --- a/demos/site/protected/Pages/Demos.page +++ b/demos/site/protected/Pages/Demos.page @@ -27,5 +27,6 @@ The following demos are developed using the PRADO framework. They are also avail
  • AJAX Chat: A easy to build web chat application using AJAX controls and Active Records for database access (see tutorial).
  • Time Tracker: A complete personal project time tracker application using SQLMap for data access.
  • +
    \ No newline at end of file diff --git a/demos/site/protected/Pages/Documentation.page b/demos/site/protected/Pages/Documentation.page index 25b109ad..977e6c23 100644 --- a/demos/site/protected/Pages/Documentation.page +++ b/demos/site/protected/Pages/Documentation.page @@ -37,6 +37,7 @@ The API Manual contains the documentation f ---> +
    \ No newline at end of file diff --git a/demos/site/protected/Pages/Download.page b/demos/site/protected/Pages/Download.page index bdc21221..96dcda6b 100644 --- a/demos/site/protected/Pages/Download.page +++ b/demos/site/protected/Pages/Download.page @@ -37,7 +37,7 @@ $(document).ready(function () {

    Latest changelog entries

    -
    loading...
    +
    loading...

    Previous PRADO v3.x releases

    @@ -111,6 +111,7 @@ $(document).ready(function () {

    The Source code repository can be accessed anonymously using the following command,

    git clone https://github.com/pradosoft/prado.git
    +
    \ No newline at end of file diff --git a/demos/site/protected/Pages/Home.page b/demos/site/protected/Pages/Home.page index 470beb9e..039050c1 100755 --- a/demos/site/protected/Pages/Home.page +++ b/demos/site/protected/Pages/Home.page @@ -50,6 +50,7 @@ +
    \ No newline at end of file diff --git a/demos/site/protected/Pages/License.page b/demos/site/protected/Pages/License.page index 9636acf9..fe6f7ce4 100644 --- a/demos/site/protected/Pages/License.page +++ b/demos/site/protected/Pages/License.page @@ -23,6 +23,7 @@ Redistribution and use in source and binary forms, with or without modification, THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

    +
    \ No newline at end of file diff --git a/demos/site/protected/Pages/Tos.page b/demos/site/protected/Pages/Tos.page index 18f4750c..65c67470 100644 --- a/demos/site/protected/Pages/Tos.page +++ b/demos/site/protected/Pages/Tos.page @@ -37,6 +37,7 @@ The above policies may change from time to time. PradoSoft will post those chang This page was last updated on May 2, 2006.

    +
    \ No newline at end of file diff --git a/demos/site/themes/Prado/style.css b/demos/site/themes/Prado/style.css index 798451c0..b2164941 100755 --- a/demos/site/themes/Prado/style.css +++ b/demos/site/themes/Prado/style.css @@ -748,7 +748,7 @@ ul.different border-bottom: 1px dashed silver; } -#changelog +pre.changelog { overflow:scroll; height: 250px; -- cgit v1.2.3