forked from pi-engine/pi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from pi-engine/master
update trunk Pi master
- Loading branch information
Showing
1,216 changed files
with
31,290 additions
and
12,511 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
Pi Engine is a role oriented application development engine for web and mobile, designed as the next generation and a successor to Xoops. | ||
Pi is developed upon PHP and MySQL with selected third-party frameworks including but not limited to Zend Framework library, jQuery, Bootstrap and Backbone. | ||
|
||
Pi Project follows the philosophy of open standard, open design, open development and open structure. Pi is born as a complete open source project and intended to build a sustainable ecosystem that benefits all contributors and users. | ||
|
||
Pi Engine is started by [Taiwen Jiang](http://github.com/taiwen) (Xoops Project Lead and Dev Lead), [Marc Desrousseaux](http://github.com/MarcoXoops) (Xoops QA Lead), [Hossein Azizabadi](http://github.com/voltan) (Xoops Persian Lead), [Kris](http://github.com/krisxoofoo) (Xoops Council Member and Xoops France Lead), etc. [Pi Team](https://github.com/pi-engine/pi/wiki/Pi-Team) is highly inspired by the Xoops led by onokazu (Ono Kazumi), skalpa and phppp (Taiwen Jiang, or D.J.) successively since 2001 and will continue to support and promote Xoops. | ||
|
||
The Engine is released under a New BSD License. | ||
|
||
|
||
Selected features and practices: | ||
|
||
1. Modularization for functionality and applications | ||
2. Components for basic libraries and services for fundamental system functions | ||
3. Theming for presentation and appearance | ||
4. Design-friendly templating | ||
5. DevOps oriented architecture | ||
6. Centralized security enhancement | ||
|
||
|
||
Pi Engine tries to be strict standard compliant, including by not limited to: | ||
|
||
1. Versioning - [Semantic Versioning Specification](http://semver.org) | ||
2. PHP - [PSR compliant](https://github.com/php-fig/fig-standards), [Zend Framework Coding Standards](http://framework.zend.com/wiki/display/ZFDEV2/Coding+Standards) | ||
3. HTML/CSS - [Google HTML/CSS Style Guide](http://google-styleguide.googlecode.com/svn/trunk/htmlcssguide.xml) | ||
4. JavaScript - [Google JavaScript Style Guide](http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml) | ||
5. All code must be strictly compliant to its corresponding standards, no warning/notice messages allowed | ||
|
||
|
||
Third-party frameworks utilized in this framework: | ||
|
||
1. PHP - [Zend Framework 2](https://github.com/zendframework/zf2) | ||
2. JavaScript - [jQuery](https://github.com/jquery/jquery) | ||
3. CSS/JS - [Bootstrap](https://github.com/twitter/bootstrap)/[Backbone](https://github.com/documentcloud/backbone) | ||
|
||
|
||
Taiwen Jiang | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
Pi Engine 2.2.0 Release | ||
======================= | ||
|
||
The Pi Team is pleased to present the Pi Engine Summer Day Release (Pi 2.2.0), a role oriented application development engine based on Zend Framwork 2. | ||
|
||
Get the [Pi Summer Day Release](https://github.com/pi-engine/pi/archive/release-2.2.0.zip) and report issues and requests to [Pi Issue Tracker](https://github.com/pi-engine/pi/issues). | ||
|
||
What's New | ||
========== | ||
During the months of intensive development, a lot of **[features](https://github.com/pi-engine/pi/blob/release-2.2.0/doc/changelog.txt)** have been introduced or improved with dedicated **[documentation](https://github.com/pi-engine/pi/wiki)**. Among of those exciting features, the One-Deployment-Multiple-Instance feature is demonstrated with three websites: Pi Engine Dialogue ([pialog.org](http://pialog.org) | [pialogue.org](http://pialogue.org)), Pi Engine Demo ([pi-demo.org](http://pi-demo.org)) and Xoops/Pi Demo ([demo.xoopsengine.org](http://demo.xoopsengine.org)). | ||
|
||
Some of the major changes: | ||
* Third-party updated: Zend Framework 2.2.1; Bootstrap 1.0.0; Backbone 2.3.1; MakeItUp 1.1.14 | ||
* MVC/View strategy cleaned up and Pi components aligned for compatibility with ZF components | ||
* Services introduced: mail service, application audit service, user service | ||
* L10n support introduced and locale folder name file format canonized | ||
* HTML head meta and title rendering improved for theme templates | ||
* Filesystem cache mechanism improved for convenient APIs | ||
* Variable filtering/sanitizing improved with convenient syntactic sugar | ||
* Theme inheritance introduced and module template inheritance improved | ||
* Module operation process improved with responsive messages | ||
* Module and front-end development documented massively | ||
* Config files: | ||
+ Added: var/config/config.application.php | ||
+ Added: var/config/service.user.php | ||
+ Added: var/config/service.audit.php | ||
+ Added: var/config/service.mail.php | ||
+ Added: var/config/service.security.php | ||
+ Modified: var/config/service.markup.php | ||
+ Modified: var/config/resource.security.php | ||
+ Modified: var/config/application.front.php | ||
+ Modified: var/config/application.admin.php | ||
+ Modified: var/config/application.feed.php | ||
|
||
Check out [changelog](https://github.com/pi-engine/pi/blob/release-2.2.0/doc/changelog.txt) for details from @taiwen, @sexnothing, @voltan, @MarcoXoops, @linzongshu, @kris and etc. | ||
|
||
Tutorials | ||
========= | ||
Aside from framework and module developments, **[tutorials](https://github.com/pi-engine/pi/wiki)** are being built up at Pi Wiki and a variety of development teams start to learn and build their applications on Pi Engine, for instance @linzongshu, @sexnothing and @9sheng with their teams respectively. | ||
|
||
|
||
--------------------- | ||
[Taiwen Jiang](http://github.com/taiwen), [Pi Team](http://pi-engine.org) | ||
|
||
June 22nd, 2013 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,9 +12,7 @@ | |
* @copyright Copyright (c) Pi Engine http://www.xoopsengine.org | ||
* @license http://www.xoopsengine.org/license New BSD License | ||
* @author Taiwen Jiang <[email protected]> | ||
* @since 3.0 | ||
* @package Pi | ||
* @version $Id$ | ||
*/ | ||
|
||
/** | ||
|
@@ -62,7 +60,7 @@ class Pi | |
* @var string | ||
* @see http://semver.org/ for semantic versioning | ||
*/ | ||
const VERSION = '3.0.0-beta.1'; | ||
//const VERSION = '3.0.0-beta.1'; | ||
|
||
/** | ||
* Default application engine | ||
|
@@ -204,7 +202,7 @@ public static function init() | |
$options = array( | ||
// Top namespaces | ||
'top' => array( | ||
'Pi' => static::path('lib') . '/Pi', | ||
'Pi' => static::path('lib') . '/Pi', | ||
'Zend' => static::path('lib') . '/Zend', | ||
), | ||
// Regular namespaces | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,8 +13,6 @@ | |
* @license http://www.xoopsengine.org/license New BSD License | ||
* @author Taiwen Jiang <[email protected]> | ||
* @package Pi\Application | ||
* @since 3.0 | ||
* @version $Id$ | ||
*/ | ||
|
||
namespace Pi\Application; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,8 +13,6 @@ | |
* @license http://www.xoopsengine.org/license New BSD License | ||
* @author Taiwen Jiang <[email protected]> | ||
* @package Pi\Application | ||
* @since 3.0 | ||
* @version $Id$ | ||
*/ | ||
|
||
namespace Pi\Application; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,8 +13,6 @@ | |
* @license http://www.xoopsengine.org/license New BSD License | ||
* @author Taiwen Jiang <[email protected]> | ||
* @package Pi\Application | ||
* @since 3.0 | ||
* @version $Id$ | ||
*/ | ||
|
||
namespace Pi\Application; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,13 +12,13 @@ | |
* @copyright Copyright (c) Pi Engine http://www.xoopsengine.org | ||
* @license http://www.xoopsengine.org/license New BSD License | ||
* @author Taiwen Jiang <[email protected]> | ||
* @package Application | ||
* @since 3.0 | ||
* @version $Id$ | ||
* @package Pi\Application | ||
*/ | ||
|
||
/** | ||
* Autoloader | ||
* Autoloader handler | ||
* | ||
* Options are loaded in Pi::init() | ||
* | ||
* Autoloading priority: | ||
* 1. class map | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.