From 924309fbcbca661471bd612609c147e5215543d2 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Sat, 14 Sep 2013 10:46:38 +0200 Subject: Drop old google code links --- README.md | 2 +- buildscripts/apigen/pradosoft/@layout.latte | 2 +- buildscripts/classtree/ExtensionReadme.html | 2 +- composer.json | 2 +- demos/quickstart/protected/pages/GettingStarted/Introduction.page | 2 +- tests/FunctionalTests/tickets/protected/pages/Layout.php | 1 + 6 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a0ed0b0e..687d14b1 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Just create a composer.json file for your project: ```JSON { "require": { - "comperio/prado": "~3.2" + "pradosoft/prado": "~3.2" } } ``` diff --git a/buildscripts/apigen/pradosoft/@layout.latte b/buildscripts/apigen/pradosoft/@layout.latte index 739b00e8..2790d92c 100644 --- a/buildscripts/apigen/pradosoft/@layout.latte +++ b/buildscripts/apigen/pradosoft/@layout.latte @@ -64,7 +64,7 @@ the file LICENSE.md that was distributed with this source code.
  • Download
  • Documentation
  • Forum
  • -
  • Development
  • +
  • Development
  • diff --git a/buildscripts/classtree/ExtensionReadme.html b/buildscripts/classtree/ExtensionReadme.html index fed1205c..b2307942 100644 --- a/buildscripts/classtree/ExtensionReadme.html +++ b/buildscripts/classtree/ExtensionReadme.html @@ -7,7 +7,7 @@ This directory used to contain the editor's extensions for PRADO.

    They have been moved elsewhere; we suggest you to download the most -up-to-date versions at PRADO's google code page +up-to-date versions from the project's repository

    Currently we provide extensions for the following editors:

    diff --git a/tests/FunctionalTests/tickets/protected/pages/Layout.php b/tests/FunctionalTests/tickets/protected/pages/Layout.php index da23db77..b971fb1c 100644 --- a/tests/FunctionalTests/tickets/protected/pages/Layout.php +++ b/tests/FunctionalTests/tickets/protected/pages/Layout.php @@ -10,6 +10,7 @@ class Layout extends TTemplateControl $this->getPage()->setTitle("Verifying $type $num"); $this->ticketlink->setText("Verifying $type $num"); + //TODO New issues will link to https://github.com/pradosoft/prado/issues/{$num} if(strToLower($type) === 'issue') { $this->ticketlink->setNavigateUrl("http://code.google.com/p/prado3/issues/detail?id={$num}"); } -- cgit v1.2.3