Merge remote-tracking branch 'origin/master' into redis
* origin/master: (104 commits)
  Fixed typo in query builder and reverted changes to DbCache.php
  added note about enabling APC cache for CLI
  more assertions for cache test
  fixed dbcache multiget
  fixed Html test under Windows (line endings)
  fixed DB quoting typo
  create a webapp in test bootstrap
  updated expected exception message
  Added a basic app.
  initial implementation of asset command.
  script WIP
  script command WIP
  Fixed bug in yiic.php. Refactoring AssetConverter.
  adjusted default app layout
  refactoring and documentation for asset/script management.
  Finished asset converter.
  removed unnecessary code, added comment about displaying errors
  better handling of errors during rendering an error
  safer exception rendering
  turn asset manager into a getter.
  ...
Showing
app/assets/.gitignore
0 → 100644
app/index.php
0 → 100644
app/protected/config/main.php
0 → 100644
app/protected/controllers/SiteController.php
0 → 100644
app/protected/models/User.php
0 → 100644
app/protected/runtime/.gitignore
0 → 100644
app/protected/views/layouts/main.php
0 → 100644
app/protected/views/site/index.php
0 → 100644
build/.htaccess
0 → 100644
build/build
0 → 100755
build/build.bat
0 → 100644
build/build.xml
0 → 100644
build/controllers/LocaleController.php
0 → 100644
docs/code_style.md
deleted
100644 → 0
docs/full_2011_11_12.png
deleted
100644 → 0
298 KB
docs/hierarchy_2011_11_12.png
deleted
100644 → 0
15.9 KB
docs/review_2011_11_12_alex.md
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
framework/assets.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
framework/base/UnknownClassException.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/base/ViewEvent.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/db/StaleObjectException.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
framework/helpers/base/ArrayHelper.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/helpers/base/ConsoleColor.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/helpers/base/FileHelper.php
0 → 100644
framework/helpers/base/Html.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/helpers/base/SecurityHelper.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/helpers/base/StringHelper.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/helpers/base/VarDumper.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
framework/i18n/data/plurals.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/i18n/data/plurals.xml
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
framework/web/AssetBundle.php
0 → 100644
This diff is collapsed.
Click to expand it.
framework/web/AssetConverter.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
framework/web/IAssetConverter.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
framework/web/UploadedFile.php
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
 
