Branch: refs/heads/master
  Home:   https://github.com/phpmyadmin/error-reporting-server
  Commit: efa3d3bf3cceff803a670266d1ab7d013762b6b7
      
https://github.com/phpmyadmin/error-reporting-server/commit/efa3d3bf3cceff803a670266d1ab7d013762b6b7
  Author: Mohamed Ashraf <mohamed.ashraf....@gmail.com>
  Date:   2013-07-29 (Mon, 29 Jul 2013)

  Changed paths:
    M app/Config/bootstrap.php
    A app/Plugin/Migrations/Config/Migration/001_init_migrations.php
    A 
app/Plugin/Migrations/Config/Migration/002_convert_version_to_class_names.php
    A app/Plugin/Migrations/Config/Migration/003_increase_class_name_length.php
    A app/Plugin/Migrations/Console/Command/MigrationShell.php
    A app/Plugin/Migrations/Console/Command/Templates/migration.ctp
    A app/Plugin/Migrations/Console/Templates/classes/migration.ctp
    A app/Plugin/Migrations/Lib/CakeMigration.php
    A app/Plugin/Migrations/Lib/Migration/PrecheckBase.php
    A app/Plugin/Migrations/Lib/Migration/PrecheckCondition.php
    A app/Plugin/Migrations/Lib/Migration/PrecheckException.php
    A app/Plugin/Migrations/Lib/MigrationVersion.php
    A app/Plugin/Migrations/Lib/Panel/MigrationsPanel.php
    A app/Plugin/Migrations/Locale/deu/LC_MESSAGES/migrations.po
    A app/Plugin/Migrations/Locale/fre/LC_MESSAGES/migrations.po
    A app/Plugin/Migrations/Locale/ita/LC_MESSAGES/migrations.po
    A app/Plugin/Migrations/Locale/migrations.pot
    A app/Plugin/Migrations/Locale/por/LC_MESSAGES/migrations.po
    A app/Plugin/Migrations/Locale/spa/LC_MESSAGES/migrations.po
    A app/Plugin/Migrations/Model/SchemaMigration.php
    A app/Plugin/Migrations/Test/Case/AllMigrationsPluginTest.php
    A app/Plugin/Migrations/Test/Case/Console/Command/MigrationShellTest.php
    A app/Plugin/Migrations/Test/Case/Lib/Migration/PrecheckConditionTest.php
    A app/Plugin/Migrations/Test/Case/Lib/MigrationVersionTest.php
    A app/Plugin/Migrations/Test/Case/Lib/Model/CakeMigrationTest.php
    A app/Plugin/Migrations/Test/Fixture/SchemaMigrationsFixture.php
    A app/Plugin/Migrations/Test/Fixture/test_migration.txt
    A 
app/Plugin/Migrations/Test/test_app/Plugin/TestMigrationPlugin/Config/Migration/001_schema_dump.php
    A 
app/Plugin/Migrations/Test/test_app/Plugin/TestMigrationPlugin/Config/Migration/002_another_migration_plugin_test_migration.php
    A 
app/Plugin/Migrations/Test/test_app/Plugin/TestMigrationPlugin/Config/Migration/blank_file.php
    A 
app/Plugin/Migrations/Test/test_app/Plugin/TestMigrationPlugin/Config/Migration/map.php
    A 
app/Plugin/Migrations/Test/test_app/Plugin/TestMigrationPlugin/Config/Schema/Schema.php
    A app/Plugin/Migrations/Test/test_app/Plugin/TestMigrationPlugin2/empty
    A 
app/Plugin/Migrations/Test/test_app/Plugin/TestMigrationPlugin3/Config/Migration/map.php
    A app/Plugin/Migrations/View/Elements/migrations_panel.ctp
    A app/Plugin/Migrations/composer.json
    A app/Plugin/Migrations/license.txt
    A app/Plugin/Migrations/readme.md

  Log Message:
  -----------
  Added migrations plugin


  Commit: 10a4bc78e3a6681163c3209a83db467fc8d3fdf3
      
https://github.com/phpmyadmin/error-reporting-server/commit/10a4bc78e3a6681163c3209a83db467fc8d3fdf3
  Author: Mohamed Ashraf <mohamed.ashraf....@gmail.com>
  Date:   2013-07-29 (Mon, 29 Jul 2013)

  Changed paths:
    A app/Config/Migration/1375134158_initial_migration.php
    A app/Config/Schema/schema.php

  Log Message:
  -----------
  Added initial migration and schema file


  Commit: 62e4fd1b3a40934ca890a2365212f3eb69dee86a
      
https://github.com/phpmyadmin/error-reporting-server/commit/62e4fd1b3a40934ca890a2365212f3eb69dee86a
  Author: Mohamed Ashraf <mohamed.ashraf....@gmail.com>
  Date:   2013-07-29 (Mon, 29 Jul 2013)

  Changed paths:
    M .gitignore
    A build.xml

  Log Message:
  -----------
  Merge branch 'master' of github.com:m0hamed/error-reporting-server


  Commit: 522ccbca9467943f9d61a25edef5db0ad9840513
      
https://github.com/phpmyadmin/error-reporting-server/commit/522ccbca9467943f9d61a25edef5db0ad9840513
  Author: Mohamed Ashraf <mohamed.ashraf....@gmail.com>
  Date:   2013-07-29 (Mon, 29 Jul 2013)

  Changed paths:
    A app/tmp/cache/models/empty
    A app/tmp/cache/persistent/empty
    A app/tmp/cache/views/empty
    A app/tmp/logs/empty
    A app/tmp/sessions/empty
    A app/tmp/tests/empty

  Log Message:
  -----------
  Added empty tmp directory and made it writable by everybody


  Commit: 7106440c3d2dea84d8052033472b8b62c4ea9f90
      
https://github.com/phpmyadmin/error-reporting-server/commit/7106440c3d2dea84d8052033472b8b62c4ea9f90
  Author: Mohamed Ashraf <mohamed.ashraf....@gmail.com>
  Date:   2013-07-29 (Mon, 29 Jul 2013)

  Changed paths:
    M .gitignore
    A app/Config/oauth.example.php
    R app/Config/oauth.php

  Log Message:
  -----------
  Removed oauth.php file from the config directory

Also adds an example file which shows what config variables should be set and
how to set them. The oauth.php file has also been added to the gitignore file


  Commit: ed760305fd31e9dea9965a0342f752ebed037582
      
https://github.com/phpmyadmin/error-reporting-server/commit/ed760305fd31e9dea9965a0342f752ebed037582
  Author: Mohamed Ashraf <mohamed.ashraf....@gmail.com>
  Date:   2013-07-29 (Mon, 29 Jul 2013)

  Changed paths:
    M README.md

  Log Message:
  -----------
  Added deployment instructions to the README file


  Commit: 80de72c64146f3996c9a517e23ba340acc16d23a
      
https://github.com/phpmyadmin/error-reporting-server/commit/80de72c64146f3996c9a517e23ba340acc16d23a
  Author: Mohamed Ashraf <mohamed.ashraf....@gmail.com>
  Date:   2013-07-29 (Mon, 29 Jul 2013)

  Changed paths:
    M README.md

  Log Message:
  -----------
  Merge branch 'master' of github.com:m0hamed/error-reporting-server


  Commit: eb0f8d768080e0643b4a0e03dfb257dd9053844b
      
https://github.com/phpmyadmin/error-reporting-server/commit/eb0f8d768080e0643b4a0e03dfb257dd9053844b
  Author: Mohamed Ashraf <mohamed.ashraf....@gmail.com>
  Date:   2013-07-29 (Mon, 29 Jul 2013)

  Changed paths:
    M README.md

  Log Message:
  -----------
  Changed the order of the instructions in the README file


  Commit: 1831d8bff6e262c5d96f84eb5f13b86890b5bb5a
      
https://github.com/phpmyadmin/error-reporting-server/commit/1831d8bff6e262c5d96f84eb5f13b86890b5bb5a
  Author: Mohamed Ashraf <mohamed.ashraf....@gmail.com>
  Date:   2013-07-30 (Tue, 30 Jul 2013)

  Changed paths:
    M app/Config/oauth.example.php
    M app/Controller/ReportsController.php

  Log Message:
  -----------
  Fixed some checkstyle warnings in oath.example.php and Reports controller


  Commit: 3c6b0ffa3bd5456205c1b34403b75c2d251c6542
      
https://github.com/phpmyadmin/error-reporting-server/commit/3c6b0ffa3bd5456205c1b34403b75c2d251c6542
  Author: Mohamed Ashraf <mohamed.ashraf....@gmail.com>
  Date:   2013-07-30 (Tue, 30 Jul 2013)

  Changed paths:
    M app/Config/bootstrap.php
    M app/Controller/Component/GithubApiComponent.php
    M app/Controller/Component/SourceForgeApiComponent.php
    M app/Controller/DevelopersController.php
    M app/Controller/SourceForgeController.php
    M app/Model/Developer.php
    M app/Model/Report.php

  Log Message:
  -----------
  Converted tabs into spaces into most of the files


  Commit: 15c973dec7aa7131e48622058a03b933a97160c2
      
https://github.com/phpmyadmin/error-reporting-server/commit/15c973dec7aa7131e48622058a03b933a97160c2
  Author: Dieter Adriaenssens <rule...@users.sourceforge.net>
  Date:   2013-07-30 (Tue, 30 Jul 2013)

  Changed paths:
    M .gitignore
    M README.md
    A app/Config/Migration/1375134158_initial_migration.php
    A app/Config/Schema/schema.php
    M app/Config/bootstrap.php
    A app/Config/oauth.example.php
    R app/Config/oauth.php
    M app/Controller/Component/GithubApiComponent.php
    M app/Controller/Component/SourceForgeApiComponent.php
    M app/Controller/DevelopersController.php
    M app/Controller/ReportsController.php
    M app/Controller/SourceForgeController.php
    M app/Model/Developer.php
    M app/Model/Report.php
    A app/Plugin/Migrations/Config/Migration/001_init_migrations.php
    A 
app/Plugin/Migrations/Config/Migration/002_convert_version_to_class_names.php
    A app/Plugin/Migrations/Config/Migration/003_increase_class_name_length.php
    A app/Plugin/Migrations/Console/Command/MigrationShell.php
    A app/Plugin/Migrations/Console/Command/Templates/migration.ctp
    A app/Plugin/Migrations/Console/Templates/classes/migration.ctp
    A app/Plugin/Migrations/Lib/CakeMigration.php
    A app/Plugin/Migrations/Lib/Migration/PrecheckBase.php
    A app/Plugin/Migrations/Lib/Migration/PrecheckCondition.php
    A app/Plugin/Migrations/Lib/Migration/PrecheckException.php
    A app/Plugin/Migrations/Lib/MigrationVersion.php
    A app/Plugin/Migrations/Lib/Panel/MigrationsPanel.php
    A app/Plugin/Migrations/Locale/deu/LC_MESSAGES/migrations.po
    A app/Plugin/Migrations/Locale/fre/LC_MESSAGES/migrations.po
    A app/Plugin/Migrations/Locale/ita/LC_MESSAGES/migrations.po
    A app/Plugin/Migrations/Locale/migrations.pot
    A app/Plugin/Migrations/Locale/por/LC_MESSAGES/migrations.po
    A app/Plugin/Migrations/Locale/spa/LC_MESSAGES/migrations.po
    A app/Plugin/Migrations/Model/SchemaMigration.php
    A app/Plugin/Migrations/Test/Case/AllMigrationsPluginTest.php
    A app/Plugin/Migrations/Test/Case/Console/Command/MigrationShellTest.php
    A app/Plugin/Migrations/Test/Case/Lib/Migration/PrecheckConditionTest.php
    A app/Plugin/Migrations/Test/Case/Lib/MigrationVersionTest.php
    A app/Plugin/Migrations/Test/Case/Lib/Model/CakeMigrationTest.php
    A app/Plugin/Migrations/Test/Fixture/SchemaMigrationsFixture.php
    A app/Plugin/Migrations/Test/Fixture/test_migration.txt
    A 
app/Plugin/Migrations/Test/test_app/Plugin/TestMigrationPlugin/Config/Migration/001_schema_dump.php
    A 
app/Plugin/Migrations/Test/test_app/Plugin/TestMigrationPlugin/Config/Migration/002_another_migration_plugin_test_migration.php
    A 
app/Plugin/Migrations/Test/test_app/Plugin/TestMigrationPlugin/Config/Migration/blank_file.php
    A 
app/Plugin/Migrations/Test/test_app/Plugin/TestMigrationPlugin/Config/Migration/map.php
    A 
app/Plugin/Migrations/Test/test_app/Plugin/TestMigrationPlugin/Config/Schema/Schema.php
    A app/Plugin/Migrations/Test/test_app/Plugin/TestMigrationPlugin2/empty
    A 
app/Plugin/Migrations/Test/test_app/Plugin/TestMigrationPlugin3/Config/Migration/map.php
    A app/Plugin/Migrations/View/Elements/migrations_panel.ctp
    A app/Plugin/Migrations/composer.json
    A app/Plugin/Migrations/license.txt
    A app/Plugin/Migrations/readme.md
    A app/tmp/cache/models/empty
    A app/tmp/cache/persistent/empty
    A app/tmp/cache/views/empty
    A app/tmp/logs/empty
    A app/tmp/sessions/empty
    A app/tmp/tests/empty

  Log Message:
  -----------
  Merge pull request #1 from m0hamed/master

migrations and deployment instructions and checkstyle changes


Compare: 
https://github.com/phpmyadmin/error-reporting-server/compare/fb673715445f...15c973dec7aa
------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
Phpmyadmin-git mailing list
Phpmyadmin-git@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git

Reply via email to