Commit Graph

214 Commits

Author SHA1 Message Date
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
Saophalkun Ponlu d53ce512bd MINOR: allows custom config file path
BUGFIX: replaced reading whole text file logic from using filesize() to feof(). there are time filesize() returns a wrong value
BUGFIX: set a new config var didn't work properly
2010-03-04 02:10:36 +00:00
Saophalkun Ponlu a0fb3d463f FEATURE: added a page type for testing multi step form 2010-03-03 22:24:02 +00:00
Saophalkun Ponlu b90c61558a FEATURE: added the ability to switch between two-step and three-step workflow 2010-02-19 03:36:29 +00:00
Saophalkun Ponlu 33511a8b5c FEATURE: added a literal in the cms to show the sifr sample image
MINOR: tells sifr to use the new font
2010-02-18 21:34:24 +00:00
Saophalkun Ponlu 881c24e181 MINOR: added sample sifr sample page image 2010-02-18 21:31:39 +00:00
Saophalkun Ponlu db625dbf2f MINOR: subsequent commit to the last revision 2010-02-18 21:15:36 +00:00
Normann Lou 1c4e11274a MINOR: change FTPageHolder::$allowed_children from string to array so as not to break SiteTree::allowedChildren() call 2010-02-01 22:58:21 +00:00
Sam Minnee 288dd47257 BUGFIX: Don't make CMSSubTreeAdmin require the blog module 2010-02-01 21:34:17 +00:00
Normann Lou 8600386ae5 MINOR: add TestFileUploadPage and FileUploadRole to test a simple file upload field and a simple image upload field can be saved in case of Assets folder and / or Assets/Uploads folder missing. related with open ticket #4942(http://open.silverstripe.org/ticket/4942). 2010-01-28 07:26:00 +00:00
Sean Harvey ba454f7f18 MINOR Reinstated date and time fields 2010-01-27 01:40:18 +00:00
Sam Minnee de6d375b6c BUGFIX: Fixed test modeladmin 2010-01-26 09:02:35 +00:00
Sam Minnee ac78bf05a9 ENHANCEMENT: Text WYSIWYG editors in ModelAdmin 2010-01-26 09:02:25 +00:00
Sean Harvey 0e33550a18 MINOR Disabled certain fields that stopped the page from being saved 2010-01-26 04:35:45 +00:00