1
0
mirror of synced 2024-12-13 22:56:04 +03:00
Commit Graph

1599 Commits

Author SHA1 Message Date
runa
a41cd2bb01 support for unique columns in multikey tables 2007-06-04 18:47:26 +00:00
zYne
38437492d2 2007-06-04 18:21:36 +00:00
zYne
2efc914cdd 2007-06-04 18:20:32 +00:00
romanb
d7d1bdd97a Bugfix for parseData2(). Unrelated to the issues mentioned in my previous commit. 2007-06-02 20:33:41 +00:00
pookey
fd70c991c9 finished converting chapter 2 to docbook 2007-06-02 13:37:02 +00:00
romanb
2e6ed4d02f Updated 2 test cases to outline two major issues with the new hydration (at least i think that it has to do with the problems):
1) When the result set is in a custom order, components may be doubled (this already occured half a year ago though the symptoms were different (items were assigned to the wrong collection).
2) Accessing related components that are already loaded (but empty) results in lots of extra queries. The only way to get around that is do wrap an isset() check around nearly all places before accessing a relation. This was not the case in earlier revisions though at that time an isset() was sometimes needed, too to prevent extra queries. But now it seems to be necessary everywhere.
2007-06-02 11:36:31 +00:00
pookey
682d98f147 started to add chapter 2 of the book 2007-06-01 18:29:38 +00:00
pookey
bd2564d821 docbook docs restructuring 2007-06-01 17:56:52 +00:00
pookey
9d5ec7ed6b grammer changes 2007-06-01 11:26:38 +00:00
pookey
b0a6adc176 splitting out the introduction chapter into its own file 2007-06-01 11:17:19 +00:00
pookey
614ec1fb21 docbook docs update 2007-06-01 10:18:49 +00:00
zYne
2662b46e9a DQL aggregate value model rewrite 2007-06-01 10:17:50 +00:00
pookey
d4405bb99c docbook docs: changing features section headings into headers, and fixing the example 2007-06-01 09:15:04 +00:00
pookey
8df53a91ce docbook docs - adding a link to the forum, and adding the features section 2007-06-01 09:05:03 +00:00
zYne
62e1e7d6b9 2007-05-31 22:00:59 +00:00
zYne
324ad1628a 2007-05-31 21:49:05 +00:00
pookey
0c495ed032 more documentation 2007-05-31 21:31:48 +00:00
zYne
a5ab96546e 2007-05-31 21:06:11 +00:00
pookey
148fc615c0 more docs, hopefully my last commit tonight... 2007-05-31 20:42:35 +00:00
pookey
9187dbed0e generated documentation will now include section numbers 2007-05-31 20:38:57 +00:00
pookey
b09c1a97f9 fixing the XSL sheets to use the programlisting XSL files in the svn repos. This really is quite a nasty way of doing it - absolute paths should not be in SVN, not sure how to fix it yet 2007-05-31 20:31:27 +00:00
pookey
dfaba8db30 importing the programlisting xsl stuff that does the syntax highlighting 2007-05-31 20:28:01 +00:00
pookey
5bc9d104a6 Slightly more documentation
Sorry for the trigger happy commits, but with each one I'm
actaully trying to fix some post-commit script magic :)
2007-05-31 20:25:38 +00:00
pookey
4fce956600 fixing Makefile for docbook docs 2007-05-31 20:23:04 +00:00
pookey
90393b12dd attempting to remove the blank lines after programlistings 2007-05-31 20:21:46 +00:00
pookey
d6b1d49022 porting over more of the docs to docbook 2007-05-31 20:15:59 +00:00
zYne
bf3b4d6e75 2007-05-31 20:13:04 +00:00
zYne
bc1d7e0cd4 2007-05-31 20:11:58 +00:00
pookey
6bd0bfe206 docbook docs are now able to do syntax highlighting. 2007-05-31 19:18:25 +00:00
zYne
6c42ff9216 2007-05-31 18:55:44 +00:00
zYne
e3cc035103 2007-05-31 18:47:08 +00:00
zYne
e7732ee975 DQL limit-subquery-algorithm ORDER BY handling fixed 2007-05-31 18:30:47 +00:00
pookey
cfa0351d2b adding an example contianing a list and a code block 2007-05-31 18:09:03 +00:00
zYne
a1bfac1135 2007-05-31 17:51:16 +00:00
zYne
ccd86ea0f8 2007-05-31 17:49:27 +00:00
zYne
d4c12c357d new DQL Hydration algorithm ! 2007-05-31 17:45:07 +00:00
pookey
881788f372 docbook output is now generated into a singlefile called "doctrine.html", and a whole set of files in the "html" folder. 2007-05-31 17:27:08 +00:00
pookey
9c9144717f adding a stylesheet to the documentation, and a local override XSL sheet 2007-05-31 17:14:53 +00:00
pookey
1dc56c4374 adding more to the structure of the document 2007-05-31 17:03:40 +00:00
pookey
852966ccd0 community information added to new documentation 2007-05-31 16:45:34 +00:00
pookey
41ba61247a more work on the documentation - pretty much just copying bits from the current manual pages 2007-05-31 16:19:25 +00:00
pookey
d3281d8c26 adding a Makefile for docbook documentation rendering to HTML 2007-05-31 16:09:14 +00:00
pookey
1c563cc601 removing the SVN post-commit test file 2007-05-31 13:54:20 +00:00
pookey
4875cc272e svn post commit email test 2007-05-31 13:44:07 +00:00
pookey
d2d118e1fa updating the docbook readme 2007-05-31 13:41:29 +00:00
pookey
4071c6e915 adding the first bits of a docbook documentation port 2007-05-31 13:01:07 +00:00
zYne
23670ed01b 2007-05-30 22:03:35 +00:00
zYne
f5ae32814a 2007-05-30 21:26:19 +00:00
zYne
b234e717ed 2007-05-30 10:38:48 +00:00
zYne
12a9f30a76 2007-05-30 10:38:32 +00:00