Commit Graph

  • 188526a9de Removed notice-level errors Sam Minnee 2007-08-16 06:36:24 +0000
  • 16c8d9ec11 Added SapphireTest::allFixtureIDs Sam Minnee 2007-08-16 06:36:02 +0000
  • 6e335ae8a7 Added TestRunner/only/(classname) option Sam Minnee 2007-08-16 06:35:27 +0000
  • 35a87e84b3 Improved the encapsulation of ErrorPage publication Sam Minnee 2007-08-16 06:35:02 +0000
  • 0c977bf6f7 Added insertFirst(), to insert an item at the beginning of the set Added containsIDs() and onlyContainsIDs(), to perform simple validation of DataObjectSets - useful for unit testing Sam Minnee 2007-08-16 06:34:30 +0000
  • 4566ec10a6 Remove some notice level errors Added Query::table(), which will return a query as a simple HTML table (for debugging purposes) Sam Minnee 2007-08-16 06:33:41 +0000
  • 015a7dec45 Moved extension/decorator system from DataObject to Object, so that any object in the system can be extended Added doWrite option to duplicate, so that writing can be disabled on a duplicated node Added augmentBeforeWrite, so that extensions can do more onBeforeWrite stuff Added set_context_obj() so that objects can give some 'context' to the decorators during particular operations Created a super-class of DataObjectDecorator, Extension that isn't specifically targetted at DataObjects Sam Minnee 2007-08-16 06:32:49 +0000
  • c3f124dd95 Let controller extensions define new action MEthods Sam Minnee 2007-08-16 06:27:55 +0000
  • f97fc4ad65 Added ability for SiteTree extensions to define contentcontrollerInit() or modelascontrollerInit(), to add extra behaviour necessary for some modules (in particular, subsites) Sam Minnee 2007-08-16 06:27:32 +0000
  • f9b575dff4 Fixed < being on the wrong side of a \n character, causing XHTML errors. Matt Peel 2007-08-15 11:54:11 +0000
  • ae8da10aa9 Fixed some spelling mistakes that were causing errors when running tests via SapphireTest. Matt Peel 2007-08-15 10:17:18 +0000
  • 186e3466af Fixed bug to support tests Sam Minnee 2007-08-15 10:13:27 +0000
  • 2c3cea4df0 Fixed PHP notice that appeared the first time around the while(!$dbname || $dbConn->databaseExists($dbname)) loop ($dbname doesn't exist yet). Matt Peel 2007-08-15 10:12:59 +0000
  • e6ed1b3dd5 Added code so that the system doesn't break when PHPUnit isn't installed. Sam Minnee 2007-08-15 10:01:35 +0000
  • 06b8220c91 Added YAML interpreter for PHPUnit stuff Sam Minnee 2007-08-15 06:39:13 +0000
  • f55e0bf547 Added PHPUnit unit testing framework Sam Minnee 2007-08-15 06:38:41 +0000
  • 9b1487c376 Dramatically improved performance of db/build Sam Minnee 2007-08-15 02:50:39 +0000
  • 65c7a3f0f4 Fixed php notice Andrew O'Neil 2007-08-13 22:04:03 +0000
  • 8a36ab4ed5 Added performDisabledTransformation() and performReadonlyTransformation() methods that set a TextareaField to be disabled (unselectable, not sent by browser when form is submitted) and readonly (selectable, sent by browser when form is submitted). Matt Peel 2007-08-13 11:54:44 +0000
  • 7780205ba9 Check for safe mode before setting time limit Andrew O'Neil 2007-08-12 23:59:02 +0000
  • ea7761c536 Created parsers directory in sapphire. Moved BBCodeParser and TextParser to that directory from forum. This can be changed once a proper dependencies system has been created. Jeremy Shipman 2007-08-12 22:49:43 +0000
  • 55f0ddd3ff Fix php notices Andrew O'Neil 2007-08-12 22:47:31 +0000
  • 9bedeed772 Fix title being included in $MetaTags when it shouldn't be Andrew O'Neil 2007-08-12 21:51:51 +0000
  • 037d77beca Fixed bug introduced by safe mode checks Andrew O'Neil 2007-08-10 03:19:39 +0000
  • d93528100c Fixed php notice Andrew O'Neil 2007-08-10 02:20:47 +0000
  • 858e877858 Don't show unmoderated comments unless user is admin, add link to accept comment Andrew O'Neil 2007-08-10 01:29:09 +0000
  • bae1e1757d Hide errors in safe mode Andrew O'Neil 2007-08-09 22:06:39 +0000
  • eb700a58b7 Create a temporary directory called silverstripe-cache in the project folder if access to the tmp folder is restricted Andrew O'Neil 2007-08-09 22:03:28 +0000
  • b31d08041b Removed duplicate last button in tables Andrew O'Neil 2007-08-08 04:31:42 +0000
  • 9e8ec42e46 Began interface for comment administration Andrew O'Neil 2007-08-08 01:16:02 +0000
  • a62c0bc093 Escape XML in RSS titles Andrew O'Neil 2007-08-07 03:42:09 +0000
  • 455991f84d Removed pointless semicolon Andrew O'Neil 2007-08-07 01:20:20 +0000
  • bd84ca66a5 Normal requirements fails quietly when there is no css, so themed requirements should do the same Andrew O'Neil 2007-08-06 23:24:22 +0000
  • c64fc7cb1a Wrap a widget in a div Andrew O'Neil 2007-08-06 22:19:02 +0000
  • f69d610293 Fixed unique URL segment generation when there is a number in the segment - http://www.silverstripe.com/contributions/flat/3528 Andrew O'Neil 2007-08-06 21:36:01 +0000
  • bf8357f2ef Added anchors to page comments in rss Andrew O'Neil 2007-08-06 01:03:19 +0000
  • 4560135eb9 FIxed db/build authentification errors, merged from gsoc r39559 and r37162 Andrew O'Neil 2007-08-06 00:47:31 +0000
  • f545953c18 Moved widgets into core Andrew O'Neil 2007-08-02 22:07:11 +0000
  • 5308e76142 Check for string 'true' as well as boolean in MetaTags Andrew O'Neil 2007-08-01 21:41:09 +0000
  • 2beda6645a Widgets can now be deleted Andrew O'Neil 2007-07-26 22:43:47 +0000
  • 94fc673f97 DataObject decorator bug fixing - addStaticVars() function. Kirti Nanji 2007-07-26 21:57:01 +0000
  • 4160579f97 Romain fixed a bug regarding the fileuploading. Kirti Nanji 2007-07-25 00:26:00 +0000
  • 4b901e21e6 Don't show classes user doesn't have permissions to change to in class dropdown Andrew O'Neil 2007-07-24 21:53:56 +0000
  • 2f68028829 Added a check to make sure record exists before calling hasMethod on it. Hayden Smith 2007-07-24 03:44:03 +0000
  • b785d359fa Merged in Markus' changes from [37478]. Tidied up the permission checks in SiteTree->can() so they are easier to follow. Hayden Smith 2007-07-24 03:43:21 +0000
  • 940fc3fc65 Fixed php notice Andrew O'Neil 2007-07-23 23:00:11 +0000
  • 4f6a8736e2 Automatically include form css Andrew O'Neil 2007-07-20 04:32:58 +0000
  • fccd958077 Move stuff out of Page.php into ContentController so they aren't needed at default install Andrew O'Neil 2007-07-20 04:05:51 +0000
  • 78ee5b5d30 Fixed php warning Andrew O'Neil 2007-07-20 02:17:40 +0000
  • 32995ceadc case changes Andrew O'Neil 2007-07-20 01:43:00 +0000
  • aa5d463b8b Allow themes to have Includes in there templates Andrew O'Neil 2007-07-19 23:34:42 +0000
  • 97ff1db6f9 Fixed some php notices Andrew O'Neil 2007-07-19 23:15:05 +0000
  • fe2314a08e Add SQL_ prefix in place it was missing. (merge from gsoc branch, r38948) Andrew O'Neil 2007-07-19 21:52:18 +0000
  • 4a5d9b03f8 Moved Sapphire module to open source path Hayden Smith 2007-07-19 10:40:28 +0000