Commit Graph

77 Commits

Author SHA1 Message Date
Normann Lou
728bcfe470 MINOR: add a test case which create a page with 100 sub-pages so as to develop features that need to based on a page with lots of children such as limit showing number of children to 20 while adding a "show all" node as the 21st node. 2012-04-24 17:32:52 +12:00
Ingo Schommer
ca327d218e MINOR Reverted usage of $param in getCMSFields() 2012-04-13 15:59:19 +02:00
Ingo Schommer
beba8d3153 MINOR Using new late static binding create() logic 2012-04-12 11:56:32 +02:00
Sam Minnée
89db95b044 Merge pull request #3 from halkyon/e_strict_fixes
E_STRICT fixes
2012-04-11 20:16:11 -07:00
Sean Harvey
a50f9fbcac MINOR E_STRICT fixes 2012-04-12 15:04:39 +12:00
Ingo Schommer
95a1c51ca6 ENHANCEMENT Demo'ing model validation through Company->validate() 2012-03-14 17:20:25 +01:00
Ingo Schommer
4645195dd4 MINOR Relying on field scaffolding in Company (now that FormScaffolder uses GridField) 2012-03-14 17:20:03 +01:00
Ingo Schommer
31f8f35626 BUGFIX Fixed duplicate relationship name which confused GridField 2012-03-14 17:19:28 +01:00
Normann Lou
b6401c2386 MINOR: Not GridField need to show for an new Company object before it's saved to DB. 2012-03-13 17:34:37 +13:00
Ingo Schommer
a360865b47 ENHANCEMENT Added LegacyTableFieldTestPage 2012-03-12 17:23:29 +01:00
Sam Minnee
b67f99adbe BUGFIX: Make frameworktest rely on built-in gridfield configs 2012-03-09 18:24:18 +13:00
Ingo Schommer
d37bd9d306 MINOR Using renamed GridFieldDeleteAction and GridFieldEditAction 2012-03-08 16:34:14 +01:00
Ingo Schommer
e313964668 MINOR Removed obsolete getCMSFields() arguments 2012-03-08 11:09:19 +01:00
Ingo Schommer
fbf955f602 ENHANCEMENt Added tree-based fields 2012-03-08 10:36:12 +01:00
Ingo Schommer
e815c5bf09 MINOR Fixed FormField->Name() usage 2012-03-02 01:03:02 +01:00
Ingo Schommer
04cf3c6d7b MINOR Moved SifrPage into its own "folder sandbox" 2012-02-29 16:10:15 +01:00
Ingo Schommer
1a40899d89 MINOR Using DataExtension instead of decorator for 3.0 compat 2012-02-29 16:09:06 +01:00
Ingo Schommer
dd9f2a255d ENHANCEMENT Added has_many/many_many test cases for GridField 2012-02-29 16:06:46 +01:00
Ingo Schommer
759f550434 MINOR Added README 2012-02-29 15:59:21 +01:00
Ingo Schommer
e34b857b78 MINOR Isolated page making as task 2012-02-29 15:49:37 +01:00
Ingo Schommer
4506eba6cb ENHANCEMENT Creating some default members 2012-02-29 15:26:08 +01:00
Ingo Schommer
a1bc8bfc13 ENHANCEMENT Using more complete domain model from old GridfieldTest module in sample ModelAdmin, removing old model files. 2012-02-29 15:26:00 +01:00
Ingo Schommer
a673bdaa90 ENHANCEMENT Migrated Stig's GridfieldTest module into here 2012-02-29 15:10:34 +01:00
Ingo Schommer
e8433ba258 ENHANCEMENT Added readonly/disabled fields 2012-02-29 14:39:11 +01:00
Ingo Schommer
42ffea6317 BUGFIX Updated existing test fields to work with 3.0 2012-02-29 14:35:49 +01:00
Ingo Schommer
796851cad0 MINOR File restructuring, grouping module-specific files and excluding them by default in order to make the module useful for testing basic core components 2012-02-29 14:27:14 +01:00
Sean Harvey
045117db1f MINOR Removed deprecated field usage in BasicFieldsTestPage 2011-03-17 13:59:26 +13:00
Ingo Schommer
aad5f035ab MINOR Added RecaptchaTestPage 2010-10-08 03:06:37 +00:00
Ingo Schommer
414ba50e04 ENHANCEMENT Added test page for TagField 2010-09-25 01:09:22 +00:00
Ingo Schommer
ffc2f85b9d ENHANCEMENT Added disabled date/time fields to "basic fields test page" 2010-07-12 07:12:47 +00:00
Ingo Schommer
02e3bcabb4 ENHANCEMENT Using 2.4 date APIs 2010-07-10 02:30:23 +00:00
Sean Harvey
028a258910 MINOR Fixed broken test 2010-05-11 03:39:12 +00:00
Sean Harvey
f4c2e7760c MINOR Fixed broken test 2010-05-11 03:38:37 +00:00
Sean Harvey
7ab8dc822b BUGFIX Changed protected to public for MultiForm changes 2010-05-11 03:36:45 +00:00
Sean Harvey
543e22be0b BUGFIX Changed protected statics to public to conincide with API change in MultiForm 2010-05-11 03:31:18 +00:00
Sean Harvey
c69c3c212b MINOR Supress warnings 2010-05-10 23:47:58 +00:00
Sean Harvey
7368561dc2 MINOR Fixed notices 2010-05-10 22:45:09 +00:00
Ingo Schommer
1e7bd37eeb MINOR Moved config switching from mysite (in build env) to frameworktest 2010-05-03 20:45:17 +00:00
Ingo Schommer
b0a5768bb0 FEATURE Added dev/regress admin UI 2010-05-03 20:43:40 +00:00
Sean Harvey
1fc905bd01 MINOR Re-enabled CurrencyField which works 2010-04-12 05:27:50 +00:00
Saophalkun Ponlu
f47cbab479 MINOR: change a decoratign method name to work with the new change made in SiteConfig 2010-03-21 21:31:39 +00:00
Sean Harvey
d71a319bac MINOR Removed unused field 2010-03-15 05:58:17 +00:00
Michael Andrewartha
b6b430f685 removed file 2010-03-11 01:36:13 +00:00
Michael Andrewartha
cd130a226a removed file 2010-03-11 01:36:07 +00:00
Michael Andrewartha
3e933f5960 added page templates 2010-03-11 01:34:30 +00:00
Michael Andrewartha
4af8796673 added organisation for multiformtest 2010-03-10 20:27:59 +00:00
Michael Andrewartha
76bcf565f3 added page2 and page3 multiform tests 2010-03-10 20:20:44 +00:00
Michael Andrewartha
b7436e5d5a added multiform templates 2010-03-10 20:19:51 +00:00
Saophalkun Ponlu
99d4892e25 MINOR: added successful multiform submission message 2010-03-04 02:36:29 +00:00
Saophalkun Ponlu
26559b06f5 MINOR: added unit test for CMSWorkflowSiteConfigDecorator 2010-03-04 02:12:28 +00:00