Commit Graph

  • bcb4abd61b commented out $currentController references, these are deprecated statics Sean Harvey 2007-08-23 06:43:40 +0000
  • 3bc0eaafbb implement validation to tablefield, fixed bug on validation of datefield, emailfield, numericefield. make CMS validation enabled. Normann Lou 2007-08-23 05:47:54 +0000
  • 716d406754 Fixed renaming of .tar.gz and .tar.bz2 files Andrew O'Neil 2007-08-23 04:00:22 +0000
  • 30fc2e2a50 Fix redirect back after failing login Andrew O'Neil 2007-08-21 22:05:40 +0000
  • 5fadf838c0 Missing calls to transInitTable Jeremy Shipman 2007-08-21 03:40:09 +0000
  • 3007fa55d5 Added return type hinting to comments Sam Minnee 2007-08-20 23:22:30 +0000
  • 8d7494ff20 Add checks for safe mode, as set_time_limit can't be used in safe mode Andrew O'Neil 2007-08-20 23:01:17 +0000
  • 15d03ffdef Fixed error resulting from new Controller code Andrew O'Neil 2007-08-20 22:43:13 +0000
  • 734cf2ad4f Added Director::test() for unit testing Changed From::testSubmission to use Director::test(), so that it can check whether URLs are correctly set Made Director::is_ajax() look at the controller data Sam Minnee 2007-08-20 22:39:44 +0000
  • b5848c9b87 Added HTTPResponse::getLinks() for unit testing Sam Minnee 2007-08-20 22:38:37 +0000
  • 7a150c48db Publish error page after installation is complete Andrew O'Neil 2007-08-20 05:21:39 +0000
  • 16edb3a4c2 Don't publish ErrorPage on install, as the manifest is not guaranteed to be built yet Andrew O'Neil 2007-08-20 04:23:51 +0000
  • 56c9becd0f Fix warnings on safe mode Andrew O'Neil 2007-08-20 03:50:57 +0000
  • e4e971a18f Fix db/build problems when creating a new database Andrew O'Neil 2007-08-19 23:47:49 +0000
  • 44b68061d4 Fixed svn:eol-style settings Sam Minnee 2007-08-18 02:33:28 +0000
  • 7eb1c266a6 Fixed error introduced by Controller modifications Andrew O'Neil 2007-08-17 23:31:51 +0000
  • 1d3ca74a78 Typo in error message Sam Minnee 2007-08-17 23:14:30 +0000
  • 9f78d4aa5e Fixed bugs in Session implementation of nested controllers Sam Minnee 2007-08-17 23:11:43 +0000
  • 9c80282dfd Updated controller model so that sessions are linked to controllers, and current-controller is represented as a stack Sam Minnee 2007-08-17 05:45:15 +0000
  • 9b045b61db Added Form::testSubmission() and Form::testAjaxSubmission() to aid unit testing Sam Minnee 2007-08-17 05:44:46 +0000
  • ac29eb5b89 Removed notice-level errors Sam Minnee 2007-08-17 05:43:34 +0000
  • c04c8f1a5c Added ID,ID,ID syntax for populating many-many joins Sam Minnee 2007-08-17 05:43:14 +0000
  • ff00abd449 Fixed bugs in db/build (merged from gsoc branch, r40402) Andrew O'Neil 2007-08-17 04:44:44 +0000
  • 23dab38035 Added missing file from r40392 Sam Minnee 2007-08-17 03:32:14 +0000
  • 8a0688aa5d Added HTTPResponse object, to encapsulate Controller responses for aid testing and other 'quirky' uses of Controllers Sam Minnee 2007-08-17 03:09:46 +0000
  • 801b94b3bf Small change in versioned to help it work with subsites Sam Minnee 2007-08-16 06:38:15 +0000
  • ee3c18afcf Added missing changes for r40228 Sam Minnee 2007-08-16 06:37:49 +0000
  • d595057533 Added test for SiteTree::publish Sam Minnee 2007-08-16 06:36:39 +0000
  • 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