1
0
Fork 0
mirror of synced 2025-04-20 01:20:56 +00:00

Commit graph

  • 5866a6f78f zYne 2007-07-30 19:01:59 +00:00
  • 7ab2e58609 added setSubclasses to abstractRecord. Fixed classes in tests. added some more output to the Test.php script meus 2007-07-30 19:01:16 +00:00
  • 57a6200b5e zYne 2007-07-30 15:54:50 +00:00
  • 8a0898d3ed Several fixes for mysql export module (incorrectly added indices) Ticket: 408 romanb 2007-07-30 11:47:36 +00:00
  • 7583a8d8ac Preliminary fix for a bug that occurs when using NestedSet + Column aggregation inheritance romanb 2007-07-29 19:38:11 +00:00
  • 15e43b6144 changed the assertions of the sqlite export testcases since apparently indexes and tables are done in two seperate queries. nothing wrong with that in my eyes atleast meus 2007-07-28 20:39:42 +00:00
  • c38958debe fixed output of cli testrunner meus 2007-07-28 20:28:20 +00:00
  • 4e4dc0a6df fixed some failing testcases in columnaggregation. the if check was to strict meus 2007-07-28 20:27:38 +00:00
  • 82f3ae52eb new tests for search query language zYne 2007-07-27 20:19:19 +00:00
  • 5b611b5302 zYne 2007-07-27 20:18:58 +00:00
  • 201f821b27 zYne 2007-07-27 19:24:28 +00:00
  • 20ca9109aa zYne 2007-07-27 19:03:48 +00:00
  • 9bc4d7618e zYne 2007-07-27 19:03:32 +00:00
  • c662f4d99f * added new fetchOne() method for convenience * some whitespace cleanups mahono 2007-07-27 15:58:37 +00:00
  • 97e82445d7 zYne 2007-07-27 15:35:37 +00:00
  • f0275da674 deprecated lockmode attribute zYne 2007-07-27 15:31:33 +00:00
  • 975d7ab044 zYne 2007-07-26 23:44:18 +00:00
  • 0e8f67968c zYne 2007-07-26 23:44:09 +00:00
  • f31eaa9ab3 zYne 2007-07-26 23:10:04 +00:00
  • 569348bdda zYne 2007-07-26 22:57:36 +00:00
  • 8ee4d75b69 zYne 2007-07-26 19:52:12 +00:00
  • 975069e025 zYne 2007-07-26 19:06:42 +00:00
  • 7c7645f801 zYne 2007-07-25 20:47:25 +00:00
  • e60c34c735 zYne 2007-07-25 20:45:25 +00:00
  • fbe1662721 zYne 2007-07-25 20:07:55 +00:00
  • ab38654ea2 zYne 2007-07-25 12:44:36 +00:00
  • 39f33a8742 zYne 2007-07-25 12:42:56 +00:00
  • 330156e7b6 zYne 2007-07-24 20:38:42 +00:00
  • cbf6e48aa3 zYne 2007-07-24 20:38:21 +00:00
  • 0f1fb82d8d zYne 2007-07-24 20:37:54 +00:00
  • 0cdf1c3a39 Bah, why must I suck at spelling :-p myilmaz 2007-07-24 20:37:50 +00:00
  • 3b5046acd4 Update to the introduction, described how 3rd and fourth arguements are required and how you can enter null for the third arguement so that you can put in validation. myilmaz 2007-07-24 20:26:22 +00:00
  • 91ee810ad1 zYne 2007-07-24 19:58:44 +00:00
  • c1709beaa4 commented out non-existing test case, and closed the unclosed code coverage block comment gnat 2007-07-24 19:50:12 +00:00
  • 1375d1332c Added a test case that objects fail to update a field in proxy state. gnat 2007-07-24 19:48:02 +00:00
  • fc2f9f29bd Closes #405. Syntax for getting input properly escaped through prepared statements: $query->set('field', 'field + ?', $value) or $query->set('field', 'field + ? - ?', array($value1, $value2)) or simply $query->set('field', '?', $value) Ticket: 405 romanb 2007-07-24 11:34:00 +00:00
  • 9eeebfd815 zYne 2007-07-24 09:35:11 +00:00
  • f43ab79a40 zYne 2007-07-24 09:32:50 +00:00
  • 8a393ab44d zYne 2007-07-23 23:44:14 +00:00
  • fbe13344d5 zYne 2007-07-23 23:43:45 +00:00
  • 9232529117 zYne 2007-07-23 23:41:16 +00:00
  • 7d7df95556 zYne 2007-07-23 23:34:23 +00:00
  • 02dab53c96 zYne 2007-07-23 23:30:36 +00:00
  • eaf2fdcdce tests for check constraints zYne 2007-07-23 23:20:26 +00:00
  • cfaa5f121f zYne 2007-07-23 23:18:11 +00:00
  • 23025b5872 zYne 2007-07-23 23:10:50 +00:00
  • d0d2067942 zYne 2007-07-23 22:50:07 +00:00
  • 6b1c61965b Preliminary graphical coverage report. If you want to play please replace all paths with your absolute path to doctrine in the coverage.txt file and change the path in coverage.php meus 2007-07-23 21:36:20 +00:00
  • b5f81c5153 fixed very basic code coveage report that prints percentage and total percentage meus 2007-07-23 20:47:29 +00:00
  • 9fcf6cc1b0 zYne 2007-07-23 20:28:59 +00:00
  • c26ed8441b zYne 2007-07-23 20:28:46 +00:00
  • 3a6ce5a6c6 zYne 2007-07-23 19:53:59 +00:00
  • 22792e7a9e fixed new reporters meus 2007-07-23 19:22:31 +00:00
  • 239c842233 Fixed testrunner so that it prints out all errors. also fixed a CLI reporter ann a HTML reporter meus 2007-07-23 19:22:13 +00:00
  • 489687318a zYne 2007-07-23 18:54:22 +00:00
  • 1e56808683 zYne 2007-07-23 18:53:42 +00:00
  • ad44c65648 new record locking mechanism zYne 2007-07-23 18:50:32 +00:00
  • a2111d60af zYne 2007-07-23 18:32:29 +00:00
  • 752a26cb76 zYne 2007-07-23 18:27:00 +00:00
  • 53cd5ed30b Added Unit Test for ticket #337 joel.alexandre 2007-07-23 15:46:50 +00:00
  • 2d55394109 fixed default error message for ValidatorException that list the classes that have validation errors meus 2007-07-21 22:15:22 +00:00
  • f04948f315 fixed profiler docs meus 2007-07-21 20:25:24 +00:00
  • a690adfb2a fixing so taht getName uses the correct constants meus 2007-07-21 20:03:28 +00:00
  • 5d79089d1f fixes #395 applied Antik´s patch and ran tests. 1 less failure meus 2007-07-21 16:49:52 +00:00
  • 6919788903 fixes #400 use new syntax for connection meus 2007-07-21 16:43:40 +00:00
  • eca9f79dc8 removed array_unique in Hydrate/Record and added test to run.php fixes #403 meus 2007-07-21 16:35:04 +00:00
  • 2865efcd08 Adding modified testcase from #403 meus 2007-07-21 16:32:17 +00:00
  • feaade5850 Fixing hasRelation closes #406 meus 2007-07-21 15:46:31 +00:00
  • 75dbc8c841 Several bugfixes for the export module (expecially pgsql). romanb 2007-07-21 15:17:17 +00:00
  • 6348e5f709 zYne 2007-07-21 11:46:08 +00:00
  • 141a95669d zYne 2007-07-21 11:34:07 +00:00
  • 41bb34ef0f zYne 2007-07-20 20:41:13 +00:00
  • 6674d341c7 zYne 2007-07-20 20:32:24 +00:00
  • 95e5dee986 zYne 2007-07-20 20:16:55 +00:00
  • a969e7a809 zYne 2007-07-20 20:16:14 +00:00
  • ef59c1957c zYne 2007-07-20 20:03:54 +00:00
  • 9d8dfbce50 zYne 2007-07-20 20:03:32 +00:00
  • 7ea7d586d6 zYne 2007-07-20 19:51:19 +00:00
  • 8b4e422083 zYne 2007-07-20 19:31:17 +00:00
  • 919d050fe0 zYne 2007-07-20 19:25:50 +00:00
  • 7b9886152d zYne 2007-07-20 19:23:20 +00:00
  • 5a70876394 zYne 2007-07-20 19:17:58 +00:00
  • bba435d7a1 [#404] restored addFrom for the DQL - went missing in Query.php refactorings RossC0 2007-07-20 10:11:13 +00:00
  • b44f13e732 zYne 2007-07-20 09:48:28 +00:00
  • 8651135b96 fixed INT_MAX issue zYne 2007-07-20 09:38:10 +00:00
  • 86f313c117 This was left out from previous commit jepso 2007-07-20 09:06:51 +00:00
  • 9b61957154 - New feature in documentation: you can now link to other documentation sections with the following syntax: - [doc getting-started:installation], or - [doc getting-started:installation Custom link text] - Updated Text_Wiki to 1.2.0 - Documentation should now pass XHTML validator - Formatted DSN section so that it's easier on eyes - The single quotes in <code type='php'> won't work anymore due to the Text_Wiki update. Use double quotes instead: <code type="php">. The single quotes have been converted to double quotes in documentation files. - Modified the links in h1-h6 headings to use the same style as the headings. - Some refactoring jepso 2007-07-20 08:03:04 +00:00
  • 302503b86c #402 - Added href to h3 titles see: [#403] RossC0 2007-07-19 14:49:35 +00:00
  • bd2cb48520 zYne 2007-07-18 19:54:26 +00:00
  • ec7a9a3c1e zYne 2007-07-18 19:51:56 +00:00
  • 02c06fa0a2 zYne 2007-07-18 19:46:12 +00:00
  • 943a7c8bdc zYne 2007-07-18 19:31:56 +00:00
  • 941a2e5761 zYne 2007-07-18 19:31:43 +00:00
  • b13a70c087 zYne 2007-07-18 19:18:30 +00:00
  • 6823c76544 zYne 2007-07-17 21:10:18 +00:00
  • 1633b07f1d zYne 2007-07-17 20:59:09 +00:00
  • 163c1aaa61 zYne 2007-07-17 20:45:10 +00:00
  • 3f84ede6c1 updating min PHP version pookey 2007-07-17 13:57:59 +00:00
  • b28a63e420 tabs to spaces pookey 2007-07-17 13:54:51 +00:00
  • fb58fb6598 zYne 2007-07-16 19:26:14 +00:00