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

3308 Commits

Author SHA1 Message Date
jackbravo
deabfcbb54 Fix ticket #620, PATCH provided by baron314159, thanks 2007-11-30 22:46:06 +00:00
jackbravo
fcd427d3d7 Added a line break at the end of the tests 2007-11-30 22:16:22 +00:00
romanb
899c53fae1 updated caching docs 2007-11-30 20:34:07 +00:00
Jonathan.Wage
70addc55ca Fixes to model building so it does not generate duplicate relations. 2007-11-29 15:57:05 +00:00
zYne
13a79c4595 2007-11-29 15:25:33 +00:00
tamcy
8bb65f0cf6 #438: Updated test case syntax 2007-11-29 15:09:54 +00:00
wolfpakz
3aa991821b - Fixed problem with Nested Set table definition not happening in time for exporting when NestedSet behavior is added through Doctrine_Template_NestedSet. 2007-11-29 01:39:19 +00:00
zYne
7e2669d1bd fixes #624 2007-11-28 23:06:04 +00:00
zYne
69985832a7 2007-11-28 22:56:45 +00:00
zYne
5738fed7a6 2007-11-28 22:56:14 +00:00
zYne
f8a0eb2e25 fixes #624 2007-11-28 22:13:12 +00:00
jackbravo
b329ae870b Added a $deep argument to refresh
The default is set to false because fetching the relations deletes
previously fetched relations =P. This is, if you fetched an aggregated
value (SUM, COUNT), it wont be refreshed, it will be overwritten by the
actual related values.
2007-11-28 19:35:44 +00:00
wernerm
724cc2b1e7 MAde small fix to model loading that caused a warning to be raised. 2007-11-28 16:51:06 +00:00
Jonathan.Wage
f0b0100987 Code formatting. 2007-11-28 03:22:09 +00:00
wolfpakz
fc34ba6ec4 - Small fix for initialization of method parameter. 2007-11-28 02:53:37 +00:00
wolfpakz
7c0a538b11 - Corrected capitalization in casts to type string. 2007-11-28 02:48:37 +00:00
Jonathan.Wage
9eac2776ea Consolidated a few things. Initial entry of Inflector class. Moved some methods from Doctrine base class to Doctrine_Lib and Doctrine_Inflector. 2007-11-28 02:21:42 +00:00
zYne
b6924e0f0d 2007-11-28 00:01:03 +00:00
zYne
a5f755f4ea enhanced plugin initialization procedure 2007-11-27 23:59:18 +00:00
gnat
206002de10 allow default options to be overridden properly 2007-11-27 23:19:44 +00:00
gnat
20b7487ea0 doc typo 2007-11-27 20:31:54 +00:00
gnat
536c4fd55a optional fields 2007-11-27 20:16:16 +00:00
Jonathan.Wage
542f9b0d72 Further model loading refactoring and refactored merge() in Doctrine_Record 2007-11-27 18:23:13 +00:00
wolfpakz
0ac4d757c7 - Fixed typo in column declarations. 2007-11-27 16:45:52 +00:00
zYne
80bb1ed071 added getPlugins() 2007-11-27 16:08:34 +00:00
Jonathan.Wage
32392d9ad1 fixes #473 2007-11-27 03:45:30 +00:00
Jonathan.Wage
562a48769c fixes #568 2007-11-27 03:36:40 +00:00
Jonathan.Wage
7389d82834 fixes #547 2007-11-27 02:50:56 +00:00
jackbravo
843deba895 Added docs for the construct() method 2007-11-27 00:01:12 +00:00
jackbravo
a7b86faadf Added mergeDeep method to Doctrine_Record.
Be carefull when using it as it loads related records.
But can be really convenient, specially when loading data from the
_GET and _POST variables (possibly from a form)
2007-11-26 22:52:36 +00:00
zYne
377d157a00 2007-11-26 22:27:23 +00:00
zYne
eb555668d2 2007-11-26 22:25:18 +00:00
guilhermeblanco
d411ba4233 Implemented Doctrine_Pager_Layout, providing a programatically way to generate paginator layout using Doctrine_Pager and Doctrine_Pager_Range components 2007-11-26 16:27:24 +00:00
zYne
2fef2fd1a4 2007-11-26 00:07:09 +00:00
zYne
8711b28765 fixed code formatting 2007-11-25 23:59:54 +00:00
zYne
18fc6b4aa6 fixed initialize 2007-11-25 23:57:10 +00:00
Jonathan.Wage
84a97f98ed Fixes #618 2007-11-25 21:39:39 +00:00
zYne
391cdfab01 doc blocks added 2007-11-25 21:16:44 +00:00
zYne
2174bc99e7 enhanced the internal API of various plugins 2007-11-25 21:10:49 +00:00
Jonathan.Wage
c25d481d5c fixes #608 2007-11-25 20:48:31 +00:00
Jonathan.Wage
3429b18cc9 Fixes #610 2007-11-25 20:45:33 +00:00
Jonathan.Wage
c483704a5e Fixes #613 2007-11-25 20:36:12 +00:00
meus
42927503f5 new coverage data 2007-11-25 20:32:49 +00:00
Jonathan.Wage
63815bacca Removed. Will be replaced by native Resource connection driver. 2007-11-25 20:32:34 +00:00
Jonathan.Wage
2bd3667750 A few fixes to Migrations and formatting/code fixes. 2007-11-25 20:30:51 +00:00
zYne
3829b0f2d4 fixed some tests 2007-11-25 20:23:53 +00:00
zYne
4a99e766a3 changed autoinc key to autoincrement 2007-11-25 20:22:50 +00:00
guilhermeblanco
33ed595536 Implemented Doctrine_Pager_Range functionality. This classes enables a powerful way to generate page ranges (Fowler's pattern) to be used coupled with Doctrine_Pager. Already implemented 2 of the most used ranges: Doctrine_Pager_Range_Jumping and Doctrine_Pager_Range_Sliding. 2007-11-25 20:16:14 +00:00
guilhermeblanco
139720fb9f CHG: Updated Doctrine_Pager to become coding standards compliant 2007-11-25 19:09:51 +00:00
romanb
05147fbeb6 Completed implementation of the query cache. 2007-11-25 19:07:30 +00:00