- 22 Jan, 2008 1 commit
-
-
- 12 Jan, 2008 1 commit
-
-
romanb authored
-
- 10 Jan, 2008 1 commit
-
-
zYne authored
--no commit message
-
- 05 Jan, 2008 3 commits
-
-
romanb authored
-
romanb authored
reverting the reorganization done in 3455-3456 in order to make merging my experimental branch to trunk easier.
-
Jonathan.Wage authored
Preparation for new organization of code in to sub packages. Changed autoload() to work with new structure.
-
- 02 Dec, 2007 1 commit
-
-
romanb authored
-
- 24 Nov, 2007 1 commit
-
-
romanb authored
More refactorings. Commented out the plugin tests for now. They seem to wreak havoc with a lot of other tests (especially validator tests) and i havent found the reason yet.
-
- 19 Nov, 2007 1 commit
-
-
romanb authored
-
- 29 Oct, 2007 1 commit
-
-
meus authored
added tests to get complete coverage of Transaction, RawSQL, AuditLog and Query/Having. Related refactorings. Added some getters to be able to test. Also added coverage report for these changes
-
- 21 Oct, 2007 1 commit
-
-
Jonathan.Wage authored
-
- 03 Oct, 2007 1 commit
-
-
Jonathan.Wage authored
-
- 20 Sep, 2007 1 commit
-
-
zYne authored
--no commit message
-
- 03 Sep, 2007 1 commit
-
-
meus authored
-
- 26 Jun, 2007 1 commit
-
-
zYne authored
-
- 27 May, 2007 1 commit
-
-
zYne authored
--no commit message
-
- 24 May, 2007 3 commits
- 19 May, 2007 5 commits
- 20 Mar, 2007 1 commit
-
-
gnat authored
-
- 29 Dec, 2006 4 commits
- 28 Dec, 2006 1 commit
-
-
zYne authored
-
- 05 Dec, 2006 1 commit
-
-
zYne authored
Doctrine now works seamlessly in multi-connection environment where connections are bound to classes
-
- 03 Dec, 2006 1 commit
-
-
zYne authored
Updated some docs, added identifier quoting to DQL, fixed some test cases, fixed dql select part handling
-
- 12 Nov, 2006 1 commit
-
-
zYne authored
-
- 11 Nov, 2006 1 commit
-
-
zYne authored
-
- 10 Nov, 2006 1 commit
-
-
pookey authored
-
- 30 Sep, 2006 1 commit
-
-
zYne authored
Added new exception classes, renamed Doctrine_Repository to Doctrine_Table_Repository, refactored many classes
-
- 26 Sep, 2006 1 commit
-
-
pookey authored
-
- 11 Sep, 2006 1 commit
-
-
zYne authored
-
- 03 Sep, 2006 2 commits
-
-
pookey authored
removing the closing PHP tags form all php files, it\'s not needed and can break sessions which are whitespace sensitive
-
pookey authored
when using Doctrine::compile(), having the require_once()'s in the source files will break things. This is because the file hasn't been included, but the class has been defined in the compiled file. This means you have to rely on autoload to allow compile to function (or strip out all require_once's from the code on compile, but atleast one needs to be maintained). IMPORTANT: you MUST now use autoload.
-