Skip to content
This repository has been archived by the owner on Jul 25, 2022. It is now read-only.

Commit

Permalink
Merge branch 'release/2.0.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
chfsx authored and chfsx committed Aug 5, 2014
2 parents 92d8419 + ef7e609 commit 878e2e7
Show file tree
Hide file tree
Showing 47 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion Cache/class.arCalledClassCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* Class arCalledClassCache
*
* @version 2.0.5
* @version 2.0.6
*
* @author Fabian Schmid <[email protected]>
*/
Expand Down
2 changes: 1 addition & 1 deletion Cache/class.arFieldCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/**
* Class arFieldCache
*
* @version 2.0.5
* @version 2.0.6
*
* @author Fabian Schmid <[email protected]>
*/
Expand Down
2 changes: 1 addition & 1 deletion Cache/class.arObjectCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/**
* Class arObjectCache
*
* @version 2.0.5
* @version 2.0.6
*
* @author Fabian Schmid <[email protected]>
*/
Expand Down
2 changes: 1 addition & 1 deletion Connector/Join/class.arJoin.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @author Fabian Schmid <[email protected]>
*
* @version 2.0.5
* @version 2.0.6
*/
class arJoin extends arStatement {

Expand Down
2 changes: 1 addition & 1 deletion Connector/Join/class.arJoinCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Class arJoinCollection
*
* @author Fabian Schmid <[email protected]>
* @version 2.0.5
* @version 2.0.6
*/
class arJoinCollection extends arStatementCollection {

Expand Down
2 changes: 1 addition & 1 deletion Connector/Limit/class.arLimit.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @author Fabian Schmid <[email protected]>
*
* @version 2.0.5
* @version 2.0.6
*/
class arLimit extends arStatement {

Expand Down
2 changes: 1 addition & 1 deletion Connector/Limit/class.arLimitCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Class arLimitCollection
*
* @author Fabian Schmid <[email protected]>
* @version 2.0.5
* @version 2.0.6
*/
class arLimitCollection extends arStatementCollection {

Expand Down
2 changes: 1 addition & 1 deletion Connector/Order/class.arOrder.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @author Fabian Schmid <[email protected]>
*
* @version 2.0.5
* @version 2.0.6
*/
class arOrder extends arStatement {

Expand Down
2 changes: 1 addition & 1 deletion Connector/Order/class.arOrderCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Class arOrderCollection
*
* @author Fabian Schmid <[email protected]>
* @version 2.0.5
* @version 2.0.6
*/
class arOrderCollection extends arStatementCollection {

Expand Down
2 changes: 1 addition & 1 deletion Connector/Statement/class.arStatement.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @author Fabian Schmid <[email protected]>
*
* @version 2.0.5
* @version 2.0.6
*/
abstract class arStatement {

Expand Down
2 changes: 1 addition & 1 deletion Connector/Statement/class.arStatementCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Class arStatementCollection
*
* @author Fabian Schmid <[email protected]>
* @version 2.0.5
* @version 2.0.6
*/
abstract class arStatementCollection {

Expand Down
2 changes: 1 addition & 1 deletion Connector/Where/class.arWhere.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Class arWhere
*
* @author Fabian Schmid <[email protected]>
* @version 2.0.5
* @version 2.0.6
*/
class arWhere extends arStatement {

Expand Down
2 changes: 1 addition & 1 deletion Connector/Where/class.arWhereCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Class arWhereCollection
*
* @author Fabian Schmid <[email protected]>
* @version 2.0.5
* @version 2.0.6
*/
class arWhereCollection extends arStatementCollection {

Expand Down
2 changes: 1 addition & 1 deletion Connector/class.arConnector.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* @description
*
* @version 2.0.5
* @version 2.0.6
*/
abstract class arConnector {

Expand Down
2 changes: 1 addition & 1 deletion Connector/class.arConnectorDB.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* @author Fabian Schmid <[email protected]>
* @author Timon Amstutz <[email protected]>
* @version 2.0.5
* @version 2.0.6
*/
class arConnectorDB extends arConnector {

Expand Down
2 changes: 1 addition & 1 deletion Connector/class.arConnectorPdoDB.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*
* @author Fabian Schmid <[email protected]>
* @author Timon Amstutz <[email protected]>
* @version 2.0.5
* @version 2.0.6
*/
class arConnectorPdoDB extends arConnectorDB {

Expand Down
2 changes: 1 addition & 1 deletion Connector/class.arConnectorSession.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Class arConnectorSession
*
* @author Fabian Schmid <[email protected]>
* @version 2.0.5
* @version 2.0.6
*/
class arConnectorSession extends arConnector {

Expand Down
2 changes: 1 addition & 1 deletion Exception/class.arException.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author Fabian Schmid <[email protected]>
* @author Timon Amstutz <[email protected]>
*
* @version 2.0.5
* @version 2.0.6
*/
class arException extends Exception {

Expand Down
2 changes: 1 addition & 1 deletion Factory/class.arFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Class arFactory
*
* @author Fabian Schmid <[email protected]>
* @version 2.0.5
* @version 2.0.6
*/
class arFactory {

Expand Down
2 changes: 1 addition & 1 deletion Fields/Converter/class.arBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Class arBuilder
*
* @author Fabian Schmid <[email protected]>
* @version 2.0.5
* @version 2.0.6
*/
class arBuilder {

Expand Down
2 changes: 1 addition & 1 deletion Fields/Converter/class.arConverter.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Class arConverter
*
* @author Fabian Schmid <[email protected]>
* @version 2.0.5
* @version 2.0.6
*
*
* @description $arConverter = new arConverter('my_msql_table_name', 'arMyRecordClass');
Expand Down
2 changes: 1 addition & 1 deletion Fields/Converter/templates/class.arTemplate.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require_once('./Services/ActiveRecord/class.ActiveRecord.php');
* Class {CLASS_NAME}
*
* @author Fabian Schmid <[email protected]>
* @version 2.0.5
* @version 2.0.6
*/
class {CLASS_NAME} extends ActiveRecord {

Expand Down
2 changes: 1 addition & 1 deletion Fields/class.arField.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @author Fabian Schmid <[email protected]>
*
* @version 2.0.5
* @version 2.0.6
*/
class arField {

Expand Down
2 changes: 1 addition & 1 deletion Fields/class.arFieldList.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @author Fabian Schmid <[email protected]>
*
* @version 2.0.5
* @version 2.0.6
*/
class arFieldList {

Expand Down
2 changes: 1 addition & 1 deletion Storage/class.arStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* @author Fabian Schmid <[email protected]>
*
* @version 2.0.5
* @version 2.0.6
*/
abstract class arStorage extends ActiveRecord {

Expand Down
2 changes: 1 addition & 1 deletion Storage/int.arStorageInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* @author Fabian Schmid <[email protected]>
*
* @version 2.0.5
* @version 2.0.6
*/
interface arStorageInterface {

Expand Down
2 changes: 1 addition & 1 deletion Tests/ObjectCacheTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @description PHP Unit-Test for ILIAS ActiveRecord
*
* @author Fabian Schmid <[email protected]>
* @version 2.0.5
* @version 2.0.6
*/
class ObjectCacheTest extends PHPUnit_Framework_TestCase {
/**
Expand Down
2 changes: 1 addition & 1 deletion Tests/Records/class.arUnitTestRecord.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Class arUnitTestRecord
*
* @author Fabian Schmid <[email protected]>
* @version 2.0.5
* @version 2.0.6
*/
class arUnitTestRecord extends ActiveRecord {

Expand Down
2 changes: 1 addition & 1 deletion Tests/StackTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* @description PHP Unit-Test for ILIAS ActiveRecord
*
* @author Oskar truffer <[email protected]>
* @version 2.0.5
* @version 2.0.6
*/
class StackTest extends PHPUnit_Framework_TestCase {

Expand Down
2 changes: 1 addition & 1 deletion Views/Delete/class.arDeleteGUI.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* GUI-Class arDeleteGUI
*
* @author Timon Amstutz <[email protected]>
* @version 2.0.5
* @version 2.0.6
*
*/
class arDeleteGUI {
Expand Down
2 changes: 1 addition & 1 deletion Views/Display/class.arDisplayGUI.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* GUI-Class arDisplayGUI
*
* @author Timon Amstutz <[email protected]>
* @version 2.0.5
* @version 2.0.6
*
*/
class arDisplayGUI {
Expand Down
2 changes: 1 addition & 1 deletion Views/Edit/class.arEditGUI.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* GUI-Class arEditGUI
*
* @author Timon Amstutz <[email protected]>
* @version 2.0.5
* @version 2.0.6
*
*/
class arEditGUI extends ilPropertyFormGUI {
Expand Down
2 changes: 1 addition & 1 deletion Views/Index/class.arIndexTableGUI.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* GUI-Class arIndexTableGUI
*
* @author Timon Amstutz <[email protected]>
* @version 2.0.5
* @version 2.0.6
*
*/
class arIndexTableGUI extends srModelObjectTableGUI {
Expand Down
2 changes: 1 addition & 1 deletion Views/class.arGUI.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

/**
* @author Timon Amstutz <[email protected]>
* @version 2.0.5
* @version 2.0.6
*
*/
class arGUI {
Expand Down
2 changes: 1 addition & 1 deletion _Examples/Config/class.arConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Class arConfig
*
* @author Fabian Schmid <[email protected]>
* @version 2.0.5
* @version 2.0.6
*/
class arConfig extends ActiveRecord {

Expand Down
2 changes: 1 addition & 1 deletion _Examples/Config/class.arConfigFormGUI.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* GUI-Class arConfigFormGUI
*
* @author Fabian Schmid <[email protected]>
* @version 2.0.5
* @version 2.0.6
*
*/
class arConfigFormGUI extends ilPropertyFormGUI {
Expand Down
2 changes: 1 addition & 1 deletion _Examples/Message/class.arMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Class arMessage
*
* @author Fabian Schmid <[email protected]>
* @version 2.0.5
* @version 2.0.6
*/
class arMessage extends ActiveRecord {

Expand Down
2 changes: 1 addition & 1 deletion _Examples/Message/class.arMessageList.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Class arMessageList
*
* @author Fabian Schmid <[email protected]>
* @version 2.0.5
* @version 2.0.6
*/
class arMessageList extends ActiveRecordList {

Expand Down
2 changes: 1 addition & 1 deletion _Examples/Message/class.arUser.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Class arUser
*
* @author Fabian Schmid <[email protected]>
* @version 2.0.5
* @version 2.0.6
*/
class arUser extends ActiveRecord {

Expand Down
2 changes: 1 addition & 1 deletion _Examples/RealRecord/class.arRealRecord.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Class arRealRecord
*
* @author Fabian Schmid <[email protected]>
* @version 2.0.5
* @version 2.0.6
*/
class arRealRecord extends ActiveRecord {

Expand Down
2 changes: 1 addition & 1 deletion _Examples/StorageRecord/class.arStorageRecord.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* uses arStorage for dynamic DB usage
*
* @author Fabian Schmid <[email protected]>
* @version 2.0.5
* @version 2.0.6
*/
class arStorageRecord implements arStorageInterface {

Expand Down
2 changes: 1 addition & 1 deletion _Examples/StorageRecord/class.arStorageRecordGUI.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*
* @author Fabian Schmid <[email protected]>
*
* @version 2.0.5
* @version 2.0.6
*/
class arStorageRecordGUI {

Expand Down
2 changes: 1 addition & 1 deletion _Examples/StorageRecord/class.arStorageRecordStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* @author Fabian Schmid <[email protected]>
*
* @version 2.0.5
* @version 2.0.6
*/
class arStorageRecordStorage extends arStorage {

Expand Down
Loading

0 comments on commit 878e2e7

Please sign in to comment.