Skip to content

Commit

Permalink
MINOR Update @Package values to match renaming sapphire
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwelsh authored and halkyon committed Apr 14, 2012
1 parent 6563690 commit f07258f
Show file tree
Hide file tree
Showing 385 changed files with 461 additions and 461 deletions.
2 changes: 1 addition & 1 deletion _config.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* Authenticator::register_authenticator('OpenIDAuthenticator');
* </code>
*
* @package sapphire
* @package framework
* @subpackage core
*/

Expand Down
2 changes: 1 addition & 1 deletion admin/code/LeftAndMainDecorator.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* @package sapphire
* @package framework
* @subpackage admin
* @deprecated 3.0 Use {@link LeftAndMainExtension}
*/
Expand Down
4 changes: 2 additions & 2 deletions admin/css/screen.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion admin/scss/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* This file defines common styles for form elements used throughout the CMS interface.
* It is an addition to the base styles defined in framework/css/Form.css.
*
* @package sapphire
* @package framework
* @subpackage admin
*/

Expand Down
2 changes: 1 addition & 1 deletion admin/scss/_menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Take into consideration CSS selector performance.
*
* @package sapphire
* @package framework
* @subpackage admin
*/

Expand Down
2 changes: 1 addition & 1 deletion api/DataFormatter.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* A DataFormatter object handles transformation of data from SilverStripe model objects to a particular output format, and vice versa.
* This is most commonly used in developing RESTful APIs.
*
* @package sapphire
* @package framework
* @subpackage formatters
*/
abstract class DataFormatter extends Object {
Expand Down
2 changes: 1 addition & 1 deletion api/FormEncodedDataFormatter.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*
* @author Cam Spiers <camspiers at gmail dot com>
*
* @package sapphire
* @package framework
* @subpackage formatters
*/
class FormEncodedDataFormatter extends XMLDataFormatter {
Expand Down
2 changes: 1 addition & 1 deletion api/JSONDataFormatter.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* @package sapphire
* @package framework
* @subpackage formatters
*/
class JSONDataFormatter extends DataFormatter {
Expand Down
4 changes: 2 additions & 2 deletions api/RSSFeed.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* This class is used to create an RSS feed.
* @todo Improve documentation
* @package sapphire
* @package framework
* @subpackage integration
*/
class RSSFeed extends ViewableData {
Expand Down Expand Up @@ -215,7 +215,7 @@ function feedContent() {
* This class is used for entries of an RSS feed.
*
* @see RSSFeed
* @package sapphire
* @package framework
* @subpackage integration
*/
class RSSFeed_Entry extends ViewableData {
Expand Down
6 changes: 3 additions & 3 deletions api/RestfulServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
* @todo Access to extendable methods/relations like SiteTree/1/Versions or SiteTree/1/Version/22
* @todo Respect $api_access array notation in search contexts
*
* @package sapphire
* @package framework
* @subpackage api
*/
class RestfulServer extends Controller {
Expand Down Expand Up @@ -618,7 +618,7 @@ protected function getAllowedRelations($class, $member = null) {
/**
* Restful server handler for a SS_List
*
* @package sapphire
* @package framework
* @subpackage api
*/
class RestfulServer_List {
Expand All @@ -638,7 +638,7 @@ function handleItem($request) {
/**
* Restful server handler for a single DataObject
*
* @package sapphire
* @package framework
* @subpackage api
*/
class RestfulServer_Item {
Expand Down
4 changes: 2 additions & 2 deletions api/RestfulService.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Through this you could connect and aggregate data of various web services.
* For more info visit wiki documentation - http://doc.silverstripe.org/doku.php?id=restfulservice
*
* @package sapphire
* @package framework
* @subpackage integration
*/
class RestfulService extends ViewableData {
Expand Down Expand Up @@ -405,7 +405,7 @@ function searchAttributes($xml, $node=NULL){
}

/**
* @package sapphire
* @package framework
* @subpackage integration
*/
class RestfulService_Response extends SS_HTTPResponse {
Expand Down
2 changes: 1 addition & 1 deletion api/SOAPModelAccess.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*
* @todo Test relation methods
*
* @package sapphire
* @package framework
* @subpackage api
*/
class SOAPModelAccess extends SapphireSoapServer {
Expand Down
2 changes: 1 addition & 1 deletion api/SapphireSoapServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* See {@link SOAPModelAccess} for an auto-generated SOAP API for your models.
*
* @todo Improve documentation
* @package sapphire
* @package framework
* @subpackage integration
*/
class SapphireSoapServer extends Controller {
Expand Down
2 changes: 1 addition & 1 deletion api/VersionedRestfulServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Simple wrapper to allow access to the live site via REST
*
* @package sapphire
* @package framework
* @subpackage integration
*/
class VersionedRestfulServer extends Controller {
Expand Down
2 changes: 1 addition & 1 deletion api/XMLDataFormatter.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* @package sapphire
* @package framework
* @subpackage formatters
*/
class XMLDataFormatter extends DataFormatter {
Expand Down
2 changes: 1 addition & 1 deletion cache/Cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
* SS_Cache::pick_backend('two-level', 'any', 10); // No need for special backend for aggregate - TwoLevels with a File slow backend supports tags
*
* @author hfried
* @package sapphire
* @package framework
* @subpackage core
*/
class SS_Cache {
Expand Down
2 changes: 1 addition & 1 deletion cli-script.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* This file lets you execute SilverStripe requests from the command-line. The URL is passed as the first argument to the scripts.
*
* @package sapphire
* @package framework
* @subpackage core
*/

Expand Down
2 changes: 1 addition & 1 deletion cli/CliController.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* "sake DailyTask" from the commandline will call {@link process()} on every subclass
* of DailyTask.
*
* @package sapphire
* @package framework
* @subpackage cron
*/
abstract class CliController extends Controller {
Expand Down
2 changes: 1 addition & 1 deletion conf/ConfigureFromEnv.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
* Email:
* - SS_SEND_ALL_EMAILS_TO: If you set this define, all emails will be redirected to this address.
*
* @package sapphire
* @package framework
* @subpackage core
*/

Expand Down
2 changes: 1 addition & 1 deletion control/ContentNegotiator.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* through the "text/xml" or "application/xhtml+xml" Content-Type.
* Please see http://webkit.org/blog/68/understanding-html-xml-and-xhtml/ for further information.
*
* @package sapphire
* @package framework
* @subpackage control
*
* @todo Check for correct XHTML doctype in xhtml()
Expand Down
2 changes: 1 addition & 1 deletion control/Controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* the appropriate action - either by calling the action method, or displaying the action's template.
*
* See {@link getTemplate()} for information on how the template is chosen.
* @package sapphire
* @package framework
* @subpackage control
*/
class Controller extends RequestHandler implements TemplateGlobalProvider {
Expand Down
2 changes: 1 addition & 1 deletion control/Cookie.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* A set of static methods for manipulating cookies.
*
* @package sapphire
* @package framework
* @subpackage misc
*/
class Cookie {
Expand Down
2 changes: 1 addition & 1 deletion control/Director.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* Director also has a number of static methods that provide information about the environment, such as {@link Director::set_environment_type()}.
*
* @package sapphire
* @package framework
* @subpackage control
* @see Director::direct(),Director::addRules(),Director::set_environment_type()
*/
Expand Down
2 changes: 1 addition & 1 deletion control/HTTP.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* A class with HTTP-related helpers.
* Like Debug, this is more a bundle of methods than a class ;-)
*
* @package sapphire
* @package framework
* @subpackage misc
*/
class HTTP {
Expand Down
2 changes: 1 addition & 1 deletion control/HTTPRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* @todo Accept X_HTTP_METHOD_OVERRIDE http header and $_REQUEST['_method'] to override request types (useful for webclients
* not supporting PUT and DELETE)
*
* @package sapphire
* @package framework
* @subpackage control
*/
class SS_HTTPRequest implements ArrayAccess {
Expand Down
4 changes: 2 additions & 2 deletions control/HTTPResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Represents a response returned by a controller.
*
* @package sapphire
* @package framework
* @subpackage control
*/
class SS_HTTPResponse {
Expand Down Expand Up @@ -261,7 +261,7 @@ function isFinished() {
* throw new SS_HTTPResponse_Exception(new SS_HTTPResponse('There was an internal server error.', 500));
* </code>
*
* @package sapphire
* @package framework
* @subpackage control
*/
class SS_HTTPResponse_Exception extends Exception {
Expand Down
2 changes: 1 addition & 1 deletion control/NullHTTPRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Set on controllers on construction time, typically overwritten
* by {@link Controller->handleRequest()} and {@link Controller->handleAction()} later on.
*
* @package sapphire
* @package framework
* @subpackage control
*/
class NullHTTPRequest extends SS_HTTPRequest {
Expand Down
2 changes: 1 addition & 1 deletion control/RequestHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*
* {@link RequestHandler::handleRequest()} is where this behaviour is implemented.
*
* @package sapphire
* @package framework
* @subpackage control
*/
class RequestHandler extends ViewableData {
Expand Down
2 changes: 1 addition & 1 deletion control/Session.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
* @see Cookie
* @todo This class is currently really basic and could do with a more well-thought-out implementation.
*
* @package sapphire
* @package framework
* @subpackage control
*/

Expand Down
2 changes: 1 addition & 1 deletion core/ArrayLib.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/**
* Library of static methods for manipulating arrays.
* @package sapphire
* @package framework
* @subpackage misc
*/
class ArrayLib {
Expand Down
2 changes: 1 addition & 1 deletion core/ClassInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* It's a cached wrapper around the built-in class functions. SilverStripe uses class introspection heavily
* and without the caching it creates an unfortunate performance hit.
*
* @package sapphire
* @package framework
* @subpackage core
*/
class ClassInfo {
Expand Down
2 changes: 1 addition & 1 deletion core/Convert.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* Objects of type {@link ViewableData} can have an "escaping type",
* which determines if they are automatically escaped before output by {@link SSViewer}.
*
* @package sapphire
* @package framework
* @subpackage misc
*/
class Convert {
Expand Down
2 changes: 1 addition & 1 deletion core/Core.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* moved into different subsystems.
* @todo A lot of this stuff is very order-independent; for example, the require_once calls have to happen after the defines.'
* This could be decoupled.
* @package sapphire
* @package framework
* @subpackage core
*/

Expand Down
Loading

0 comments on commit f07258f

Please sign in to comment.