Changeset 412 for GearsORM/branches

Show
Ignore:
Timestamp:
03/22/08 09:20:48 (10 months ago)
Author:
uriel
Message:

file names renamed to JsORM from GearsORM

Location:
GearsORM/branches/JsORM
Files:
2 added
2 removed
7 modified
6 moved

Legend:

Unmodified
Added
Removed
  • GearsORM/branches/JsORM/tests/test_events.html

    r339 r412  
    22        <head> 
    33                <script src="../gears_init.js"></script> 
    4                 <script src="../GearsORM.js"></script> 
    5                 <script src="../GearsORM.Events.js"></script> 
    6                 <script src="../GearsORM.ResultIterator.js"></script> 
    7                 <script src="../GearsORM.Sql.js"></script> 
    8                 <script src="../GearsORM.Fields.js"></script> 
    9                 <script src="../GearsORM.Model.js"></script> 
    10                 <script src="../GearsORM.Introspection.js"></script> 
    11                 <script src="../GearsORM.Transaction.js"></script> 
     4                <script src="../JsORM.js"></script> 
     5                <script src="../JsORM.Events.js"></script> 
     6                <script src="../JsORM.ResultIterator.js"></script> 
     7                <script src="../JsORM.Sql.js"></script> 
     8                <script src="../JsORM.Fields.js"></script> 
     9                <script src="../JsORM.Model.js"></script> 
     10                <script src="../JsORM.Introspection.js"></script> 
     11                <script src="../JsORM.Transaction.js"></script> 
    1212                <script> 
    1313                        GearsORM.dbName = "test.events"; 
  • GearsORM/branches/JsORM/tests/test_inner_relations.html

    r338 r412  
    22        <head> 
    33                <script src="../gears_init.js"></script> 
    4                 <script src="../GearsORM.js"></script> 
    5                 <script src="../GearsORM.Events.js"></script> 
    6                 <script src="../GearsORM.ResultIterator.js"></script> 
    7                 <script src="../GearsORM.Sql.js"></script> 
    8                 <script src="../GearsORM.Fields.js"></script> 
    9                 <script src="../GearsORM.Model.js"></script> 
    10                 <script src="../GearsORM.Introspection.js"></script> 
    11                 <script src="../GearsORM.Transaction.js"></script> 
     4                <script src="../JsORM.js"></script> 
     5                <script src="../JsORM.Events.js"></script> 
     6                <script src="../JsORM.ResultIterator.js"></script> 
     7                <script src="../JsORM.Sql.js"></script> 
     8                <script src="../JsORM.Fields.js"></script> 
     9                <script src="../JsORM.Model.js"></script> 
     10                <script src="../JsORM.Introspection.js"></script> 
     11                <script src="../JsORM.Transaction.js"></script> 
    1212                <script> 
    1313                        GearsORM.dbName = "test.selfRelation"; 
  • GearsORM/branches/JsORM/tests/test_introspection.html

    r344 r412  
    22        <head> 
    33                <script src="../gears_init.js"></script> 
    4                 <script src="../GearsORM.js"></script> 
    5                 <script src="../GearsORM.Events.js"></script> 
    6                 <script src="../GearsORM.ResultIterator.js"></script> 
    7                 <script src="../GearsORM.Sql.js"></script> 
    8                 <script src="../GearsORM.Fields.js"></script> 
    9                 <script src="../GearsORM.Model.js"></script> 
    10                 <script src="../GearsORM.Introspection.js"></script> 
    11                 <script src="../GearsORM.Transaction.js"></script> 
     4                <script src="../JsORM.js"></script> 
     5                <script src="../JsORM.Events.js"></script> 
     6                <script src="../JsORM.ResultIterator.js"></script> 
     7                <script src="../JsORM.Sql.js"></script> 
     8                <script src="../JsORM.Fields.js"></script> 
     9                <script src="../JsORM.Model.js"></script> 
     10                <script src="../JsORM.Introspection.js"></script> 
     11                <script src="../JsORM.Transaction.js"></script> 
    1212                <script> 
    1313                        GearsORM.dbName = "test.introspection"; 
  • GearsORM/branches/JsORM/tests/test_m2m.html

    r338 r412  
    22        <head> 
    33                <script src="../gears_init.js"></script> 
    4                 <script src="../GearsORM.js"></script> 
    5                 <script src="../GearsORM.Events.js"></script> 
    6                 <script src="../GearsORM.ResultIterator.js"></script> 
    7                 <script src="../GearsORM.Sql.js"></script> 
    8                 <script src="../GearsORM.Fields.js"></script> 
    9                 <script src="../GearsORM.Model.js"></script> 
    10                 <script src="../GearsORM.Introspection.js"></script> 
    11                 <script src="../GearsORM.Transaction.js"></script> 
     4                <script src="../JsORM.js"></script> 
     5                <script src="../JsORM.Events.js"></script> 
     6                <script src="../JsORM.ResultIterator.js"></script> 
     7                <script src="../JsORM.Sql.js"></script> 
     8                <script src="../JsORM.Fields.js"></script> 
     9                <script src="../JsORM.Model.js"></script> 
     10                <script src="../JsORM.Introspection.js"></script> 
     11                <script src="../JsORM.Transaction.js"></script> 
    1212                <script> 
    1313                        GearsORM.dbName = "test.m2m"; 
  • GearsORM/branches/JsORM/tests/test_relations.html

    r407 r412  
    22        <head> 
    33                <script src="../gears_init.js"></script> 
    4                 <script src="../GearsORM.js"></script> 
    5                 <script src="../GearsORM.Events.js"></script> 
    6                 <script src="../GearsORM.ResultIterator.js"></script> 
    7                 <script src="../GearsORM.Sql.js"></script> 
    8                 <script src="../GearsORM.Fields.js"></script> 
    9                 <script src="../GearsORM.Model.js"></script> 
    10                 <script src="../GearsORM.Introspection.js"></script> 
    11                 <script src="../GearsORM.Transaction.js"></script> 
     4                <script src="../JsORM.js"></script> 
     5                <script src="../JsORM.Events.js"></script> 
     6                <script src="../JsORM.ResultIterator.js"></script> 
     7                <script src="../JsORM.Sql.js"></script> 
     8                <script src="../JsORM.Fields.js"></script> 
     9                <script src="../JsORM.Model.js"></script> 
     10                <script src="../JsORM.Introspection.js"></script> 
     11                <script src="../JsORM.Transaction.js"></script> 
    1212                <script> 
    1313                        GearsORM.dbName = "test.relations"; 
  • GearsORM/branches/JsORM/tests/test_simple.html

    r338 r412  
    22        <head> 
    33                <script src="../gears_init.js"></script> 
    4                 <script src="../GearsORM.js"></script> 
    5                 <script src="../GearsORM.Events.js"></script> 
    6                 <script src="../GearsORM.ResultIterator.js"></script> 
    7                 <script src="../GearsORM.Sql.js"></script> 
    8                 <script src="../GearsORM.Fields.js"></script> 
    9                 <script src="../GearsORM.Model.js"></script> 
    10                 <script src="../GearsORM.Introspection.js"></script> 
    11                 <script src="../GearsORM.Transaction.js"></script> 
     4                <script src="../JsORM.js"></script> 
     5                <script src="../JsORM.Events.js"></script> 
     6                <script src="../JsORM.ResultIterator.js"></script> 
     7                <script src="../JsORM.Sql.js"></script> 
     8                <script src="../JsORM.Fields.js"></script> 
     9                <script src="../JsORM.Model.js"></script> 
     10                <script src="../JsORM.Introspection.js"></script> 
     11                <script src="../JsORM.Transaction.js"></script> 
    1212                <script> 
    1313                        GearsORM.dbName = "test.simple1"; 
  • GearsORM/branches/JsORM/tests/test_transaction.html

    r338 r412  
    22        <head> 
    33                <script src="../gears_init.js"></script> 
    4                 <script src="../GearsORM.js"></script> 
    5                 <script src="../GearsORM.Events.js"></script> 
    6                 <script src="../GearsORM.ResultIterator.js"></script> 
    7                 <script src="../GearsORM.Sql.js"></script> 
    8                 <script src="../GearsORM.Fields.js"></script> 
    9                 <script src="../GearsORM.Model.js"></script> 
    10                 <script src="../GearsORM.Introspection.js"></script> 
    11                 <script src="../GearsORM.Transaction.js"></script> 
     4                <script src="../JsORM.js"></script> 
     5                <script src="../JsORM.Events.js"></script> 
     6                <script src="../JsORM.ResultIterator.js"></script> 
     7                <script src="../JsORM.Sql.js"></script> 
     8                <script src="../JsORM.Fields.js"></script> 
     9                <script src="../JsORM.Model.js"></script> 
     10                <script src="../JsORM.Introspection.js"></script> 
     11                <script src="../JsORM.Transaction.js"></script> 
    1212                <script> 
    1313                        GearsORM.dbName = "test.simple1";