]> source.dussan.org Git - nextcloud-server.git/commitdiff
port linkto and serverHost
authorFrank Karlitschek <frank@owncloud.org>
Tue, 1 May 2012 21:19:39 +0000 (23:19 +0200)
committerFrank Karlitschek <frank@owncloud.org>
Tue, 1 May 2012 21:19:39 +0000 (23:19 +0200)
37 files changed:
apps/admin_migrate/appinfo/app.php [changed mode: 0644->0755]
apps/bookmarks/appinfo/app.php
apps/bookmarks/templates/bookmarklet.php [changed mode: 0644->0755]
apps/calendar/appinfo/app.php
apps/calendar/lib/calendar.php [changed mode: 0644->0755]
apps/calendar/lib/search.php
apps/calendar/templates/calendar.php
apps/calendar/templates/settings.php [changed mode: 0644->0755]
apps/calendar/templates/share.dropdown.php
apps/contacts/appinfo/app.php
apps/contacts/lib/hooks.php
apps/contacts/lib/search.php
apps/contacts/templates/index.php
apps/contacts/templates/part.contact.php [changed mode: 0644->0755]
apps/contacts/templates/part.contactphoto.php [changed mode: 0644->0755]
apps/contacts/templates/part.cropphoto.php
apps/contacts/templates/part.importaddressbook.php
apps/contacts/templates/settings.php
apps/external/appinfo/app.php [changed mode: 0644->0755]
apps/files/appinfo/app.php [changed mode: 0644->0755]
apps/files/index.php
apps/files/templates/index.php [changed mode: 0644->0755]
apps/files_sharing/get.php
apps/gallery/appinfo/app.php
apps/gallery/templates/index.php
apps/media/appinfo/app.php
apps/media/lib_ampache.php [changed mode: 0644->0755]
apps/media/lib_media.php [changed mode: 0644->0755]
apps/media/templates/settings.php [changed mode: 0644->0755]
apps/media/tomahawk.php
apps/user_ldap/appinfo/app.php [changed mode: 0644->0755]
apps/user_migrate/appinfo/app.php
apps/user_migrate/templates/settings.php [changed mode: 0644->0755]
apps/user_openid/appinfo/app.php
apps/user_openid/templates/settings.php
apps/user_openid/user.php
lib/public/util.php

old mode 100644 (file)
new mode 100755 (executable)
index e45d3f6..07672da
@@ -28,6 +28,6 @@ OC_APP::registerAdmin('admin_migrate','settings');
 $entry = array(
        'id' => "admin_migrate_settings",
        'order'=>1,
-       'href' => OC_Helper::linkTo( "admin_migrate", "settings.php" ),
+       'href' => OCP\Util::linkTo( "admin_migrate", "settings.php" ),
        'name' => 'Export'
 );
index d2381e3ef9834fcd9252b774a85b61e6ea771fc3..449969d8e5f8b4bab1eb35e4b0a96c0f8aee0597 100755 (executable)
@@ -13,7 +13,7 @@ OC::$CLASSPATH['OC_Search_Provider_Bookmarks'] = 'apps/bookmarks/lib/search.php'
 OC_App::register( array( 'order' => 70, 'id' => 'bookmark', 'name' => 'Bookmarks' ));
 
 $l = new OC_l10n('bookmarks');
-OC_App::addNavigationEntry( array( 'id' => 'bookmarks_index', 'order' => 70, 'href' => OC_Helper::linkTo( 'bookmarks', 'index.php' ), 'icon' => OC_Helper::imagePath( 'bookmarks', 'bookmarks.png' ), 'name' => $l->t('Bookmarks')));
+OC_App::addNavigationEntry( array( 'id' => 'bookmarks_index', 'order' => 70, 'href' => OCP\Util::linkTo( 'bookmarks', 'index.php' ), 'icon' => OC_Helper::imagePath( 'bookmarks', 'bookmarks.png' ), 'name' => $l->t('Bookmarks')));
 
 OC_App::registerPersonal('bookmarks', 'settings');
 OCP\Util::addscript('bookmarks','bookmarksearch');
old mode 100644 (file)
new mode 100755 (executable)
index a2ca0bb..1802814
@@ -3,6 +3,6 @@
 function createBookmarklet() {
        $l = OC_L10N::get('bookmarks');
        echo '<small>' . $l->t('Drag this to your browser bookmarks and click it, when you want to bookmark a webpage quickly:') . '</small>'
-       . '<a class="button bookmarklet" href="javascript:(function(){var a=window,b=document,c=encodeURIComponent,d=a.open(\'' . OC_Helper::linkToAbsolute('bookmarks', 'addBm.php') . '?output=popup&url=\'+c(b.location),\'bkmk_popup\',\'left=\'+((a.screenX||a.screenLeft)+10)+\',top=\'+((a.screenY||a.screenTop)+10)+\',height=230px,width=230px,resizable=1,alwaysRaised=1\');a.setTimeout(function(){d.focus()},300);})();">'
+       . '<a class="button bookmarklet" href="javascript:(function(){var a=window,b=document,c=encodeURIComponent,d=a.open(\'' . OCP\Util::linkToAbsolute('bookmarks', 'addBm.php') . '?output=popup&url=\'+c(b.location),\'bkmk_popup\',\'left=\'+((a.screenX||a.screenLeft)+10)+\',top=\'+((a.screenY||a.screenTop)+10)+\',height=230px,width=230px,resizable=1,alwaysRaised=1\');a.setTimeout(function(){d.focus()},300);})();">'
        . $l->t('Read later') . '</a>';
 } 
index e42358422cf33c6c6a566caeab906e3fcba4cf55..9a60aaeeb95a5ee4e4bd28be076afbe431f50ec5 100755 (executable)
@@ -18,7 +18,7 @@ OC_App::register( array(
 OC_App::addNavigationEntry( array(
   'id' => 'calendar_index',
   'order' => 10,
-  'href' => OC_Helper::linkTo( 'calendar', 'index.php' ),
+  'href' => OCP\Util::linkTo( 'calendar', 'index.php' ),
   'icon' => OC_Helper::imagePath( 'calendar', 'icon.svg' ),
   'name' => $l->t('Calendar')));
 OC_App::registerPersonal('calendar', 'settings');
old mode 100644 (file)
new mode 100755 (executable)
index 321f4c7..2aba83d
@@ -241,7 +241,7 @@ class OC_Calendar_Calendar{
 
        public static function getEventSourceInfo($calendar){
                return array(
-                       'url' => OC_Helper::linkTo('calendar', 'ajax/events.php').'?calendar_id='.$calendar['id'],
+                       'url' => OCP\Util::linkTo('calendar', 'ajax/events.php').'?calendar_id='.$calendar['id'],
                        'backgroundColor' => $calendar['calendarcolor'],
                        'borderColor' => '#888',
                        'textColor' => 'black',
index fc54431435925fc97c765c779ae92ec1f1df2d35..fae2da3b0299b99bf2ca81a5595493502bf407cb 100755 (executable)
@@ -36,7 +36,7 @@ class OC_Search_Provider_Calendar extends OC_Search_Provider{
                                        }else{
                                                $info = $l->t('Date') . ': ' . $start_dt->format('d.m.y H:i') . ' - ' . $end_dt->format('d.m.y H:i');
                                        }
-                                       $link = OC_Helper::linkTo('calendar', 'index.php').'?showevent='.urlencode($object['id']);
+                                       $link = OCP\Util::linkTo('calendar', 'index.php').'?showevent='.urlencode($object['id']);
                                        $results[]=new OC_Search_Result($object['summary'],$info, $link,$l->t('Cal.'));//$name,$text,$link,$type
                                }
                        }
index 4a3c653d6f1e0b7b1cb28e6e81762b2eb703b87b..f8bd91640e564d3e26befe76b8a25929deab4f71 100755 (executable)
@@ -19,7 +19,7 @@
                                var missing_field_totime = '<?php echo addslashes($l->t('To Time')) ?>';
                                var missing_field_startsbeforeends = '<?php echo addslashes($l->t('The event ends before it starts')) ?>';
                                var missing_field_dberror = '<?php echo addslashes($l->t('There was a database fail')) ?>';
-                               var totalurl = '<?php echo OC_Helper::linkToAbsolute('calendar', 'caldav.php'); ?>/calendars';
+                               var totalurl = '<?php echo OCP\Util::linkToAbsolute('calendar', 'caldav.php'); ?>/calendars';
                                var firstDay = '<?php echo (OC_Preferences::getValue(OCP\USER::getUser(), 'calendar', 'firstday', 'mo') == 'mo' ? '1' : '0'); ?>';
                                $(document).ready(function() {
                                <?php
old mode 100644 (file)
new mode 100755 (executable)
index 3488fec..ac32b79
@@ -47,6 +47,6 @@
         </table>
 
         <?php echo $l->t('Calendar CalDAV syncing address:');?>
-        <code><?php echo OC_Helper::linkToAbsolute('calendar', 'caldav.php'); ?></code><br />
+        <code><?php echo OCP\Util::linkToAbsolute('calendar', 'caldav.php'); ?></code><br />
         </fieldset>
 </form>
index cd44988af9056dd4d5aaa7fd32458c08a13199f4..b11a4ef94cf98628c1bc3e9630b825c474bbb263 100755 (executable)
@@ -73,5 +73,5 @@ echo html_select_options($allgroups, array());
 </ul>
 <div id="public">
        <input type="checkbox" id="publish" <?php echo ($public['share'])?'checked="checked"':'' ?>><label for="publish"><?php echo $l->t('make public'); ?></label><br>
-       <input type="text" id="public_token" value="<?php echo OC_Helper::linkToAbsolute('apps/calendar', 'share.php?t=' . $public['share'], null, true) ; ?>" onmouseover="$('#public_token').select();" style="<?php echo (!$public['share'])?'display:none':'' ?>">
+       <input type="text" id="public_token" value="<?php echo OCP\Util::linkToAbsolute('apps/calendar', 'share.php?t=' . $public['share'], null, true) ; ?>" onmouseover="$('#public_token').select();" style="<?php echo (!$public['share'])?'display:none':'' ?>">
 </div>
\ No newline at end of file
index 20dfaccde77377f944eba7c4246cf96b3d5f94c2..2c4da2fd6cdd0c18b0ab38f148175f7512708e0c 100755 (executable)
@@ -17,7 +17,7 @@ OC_App::register( array(
 OC_App::addNavigationEntry( array(
   'id' => 'contacts_index',
   'order' => 10,
-  'href' => OC_Helper::linkTo( 'contacts', 'index.php' ),
+  'href' => OCP\Util::linkTo( 'contacts', 'index.php' ),
   'icon' => OC_Helper::imagePath( 'settings', 'users.svg' ),
   'name' => OC_L10N::get('contact')->t('Contacts') ));
 
index 9939075a460d6bcfb2aa26b201083ce7dd0d50af..2e862462716001070b10bed2a80be0a77053a895 100755 (executable)
@@ -40,7 +40,7 @@ class OC_Contacts_Hooks{
        }
 
        static public function getCalenderSources($parameters) {
-               $base_url = OC_Helper::linkTo('calendar', 'ajax/events.php').'?calendar_id=';
+               $base_url = OCP\Util::linkTo('calendar', 'ajax/events.php').'?calendar_id=';
                foreach(OC_Contacts_Addressbook::all(OCP\USER::getUser()) as $addressbook) {
                        $parameters['sources'][] =
                                array(
index a53556d8bd8ef49e724f0cdba1155f0151df4680..e2aae58189b09281150be36d884cd8574df9755e 100755 (executable)
@@ -18,7 +18,7 @@ class OC_Search_Provider_Contacts extends OC_Search_Provider{
                        $vcards = OC_Contacts_VCard::all($addressbook['id']);
                        foreach($vcards as $vcard){
                                if(substr_count(strtolower($vcard['fullname']), strtolower($query)) > 0){
-                                       $link = OC_Helper::linkTo('contacts', 'index.php').'?id='.urlencode($vcard['id']);
+                                       $link = OCP\Util::linkTo('contacts', 'index.php').'?id='.urlencode($vcard['id']);
                                        $results[]=new OC_Search_Result($vcard['fullname'],'', $link,$l->t('Contact'));//$name,$text,$link,$type
                                }
                        }
index b78818c50321f01de17b2ae089028946dcd0ed97..eb229a70a5983530ed41bac2f372286628454ca3 100755 (executable)
@@ -1,5 +1,5 @@
 <script type='text/javascript'>
-       var totalurl = '<?php echo OC_Helper::linkToAbsolute('contacts', 'carddav.php'); ?>/addressbooks';
+       var totalurl = '<?php echo OCP\Util::linkToAbsolute('contacts', 'carddav.php'); ?>/addressbooks';
        var categories = <?php echo json_encode($_['categories']); ?>;
        var lang = '<?php echo OC_Preferences::getValue(OCP\USER::getUser(), 'core', 'lang', 'en'); ?>';
 </script>
@@ -16,7 +16,7 @@
 </div>
        <div id="bottomcontrols">
                <form>
-                       <img class="svg" id="contacts_newcontact" src="<?php echo OC_Helper::linkTo('contacts', 'img/contact-new.svg'); ?>" alt="<?php echo $l->t('Add Contact'); ?>"  title="<?php echo $l->t('Add Contact'); ?>" />
+                       <img class="svg" id="contacts_newcontact" src="<?php echo OCP\Util::linkTo('contacts', 'img/contact-new.svg'); ?>" alt="<?php echo $l->t('Add Contact'); ?>"  title="<?php echo $l->t('Add Contact'); ?>" />
                        <img class="svg" id="chooseaddressbook" src="core/img/actions/settings.svg" alt="<?php echo $l->t('Addressbooks'); ?>" title="<?php echo $l->t('Addressbooks'); ?>" />
                </form>
        </div>
old mode 100644 (file)
new mode 100755 (executable)
index bbe2014..5e0607e
@@ -23,7 +23,7 @@ $id = isset($_['id']) ? $_['id'] : '';
 
        <div id="contact_photo" class="contactsection">
 
-       <form class="float" id="file_upload_form" action="<?php echo OC_Helper::linkTo('contacts', 'ajax/uploadphoto.php'); ?>" method="post" enctype="multipart/form-data" target="file_upload_target">
+       <form class="float" id="file_upload_form" action="<?php echo OCP\Util::linkTo('contacts', 'ajax/uploadphoto.php'); ?>" method="post" enctype="multipart/form-data" target="file_upload_target">
                <div class="tip propertycontainer" id="contacts_details_photo_wrapper" title="<?php echo $l->t('Click or drop to upload picture'); ?> (max <?php echo $_['uploadMaxHumanFilesize']; ?>)" data-element="PHOTO">
                <!-- img style="padding: 1em;" id="contacts_details_photo" alt="Profile picture"  src="photo.php?id=<?php echo $_['id']; ?>" / -->
                <progress id="contacts_details_photo_progress" style="display:none;" value="0" max="100">0 %</progress>
old mode 100644 (file)
new mode 100755 (executable)
index 3c11e4d..bddf4cc
@@ -10,7 +10,7 @@ $rand = isset($_['refresh'])?'&refresh='.rand():'';
        <li><a class="svg upload" title="<?php echo $l->t('Upload new photo'); ?>"></a></li>
        <li><a class="svg cloud" title="<?php echo $l->t('Select photo from ownCloud'); ?>"></a></li>
 </ul>
-<img class="loading" id="contacts_details_photo" <?php echo $wattr; ?> <?php echo $hattr; ?> src="<?php echo OC_Helper::linkToAbsolute('contacts', 'photo.php'); ?>?id=<?php echo $id.$rand; ?>" />
+<img class="loading" id="contacts_details_photo" <?php echo $wattr; ?> <?php echo $hattr; ?> src="<?php echo OCP\Util::linkToAbsolute('contacts', 'photo.php'); ?>?id=<?php echo $id.$rand; ?>" />
 <progress id="contacts_details_photo_progress" style="display:none;" value="0" max="100">0 %</progress>
 
 
index 2284d49aca98838e9a9409748b5d84b16ef3cdba..599951d9a972fb8096dfc083c99488414c635183 100755 (executable)
@@ -38,13 +38,13 @@ OCP\Util::writeLog('contacts','templates/part.cropphoto.php: tmp_path: '.$tmp_pa
                return true;
        });*/
 </script>
-<img id="cropbox" src="<?php echo OC_Helper::linkToAbsolute('contacts', 'dynphoto.php'); ?>?tmp_path=<?php echo urlencode($tmp_path); ?>" />
+<img id="cropbox" src="<?php echo OCP\Util::linkToAbsolute('contacts', 'dynphoto.php'); ?>?tmp_path=<?php echo urlencode($tmp_path); ?>" />
 <form id="cropform"
        class="coords"
        method="post"
        enctype="multipart/form-data"
        target="crop_target"
-       action="<?php echo OC_Helper::linkToAbsolute('contacts', 'ajax/savecrop.php'); ?>">
+       action="<?php echo OCP\Util::linkToAbsolute('contacts', 'ajax/savecrop.php'); ?>">
 
        <input type="hidden" id="id" name="id" value="<?php echo $id; ?>" />
        <input type="hidden" id="tmp_path" name="tmp_path" value="<?php echo $tmp_path; ?>" />
index 45e7366f71c37e41096c14094d7aa1875af9595f..9a13ba1b0cdfab2dd6947762976a6e450e817497 100755 (executable)
@@ -22,7 +22,7 @@
        </td>
 </tr>
 </table>
-<form id="import_upload_form" action="<?php echo OC_Helper::linkTo('contacts', 'ajax/uploadimport.php'); ?>" method="post" enctype="multipart/form-data" target="import_upload_target">
+<form id="import_upload_form" action="<?php echo OCP\Util::linkTo('contacts', 'ajax/uploadimport.php'); ?>" method="post" enctype="multipart/form-data" target="import_upload_target">
 <input type="hidden" name="MAX_FILE_SIZE" value="<?php echo $_['uploadMaxFilesize'] ?>" id="max_upload">
 <input id="import_upload_start" type="file" accept="text/*" name="importfile" />
 <input id="close_button" style="float: left;" type="button" onclick="Contacts.UI.Addressbooks.cancel(this);" value="<?php echo $l->t("Cancel"); ?>">
index 0445f8ae49ae01bd68987da7dc194505706bf5e0..af0c766d8e94e0240c3c4d17d8818245eb41977b 100755 (executable)
@@ -4,9 +4,9 @@
                <?php echo $l->t('CardDAV syncing addresses'); ?> (<a href="http://owncloud.org/synchronisation/" target="_blank"><?php echo $l->t('more info'); ?></a>)
                <dl>
                <dt><?php echo $l->t('Primary address (Kontact et al)'); ?></dt>
-               <dd><code><?php echo OC_Helper::linkToAbsolute('contacts', 'carddav.php'); ?>/</code></dd>
+               <dd><code><?php echo OCP\Util::linkToAbsolute('contacts', 'carddav.php'); ?>/</code></dd>
                <dt><?php echo $l->t('iOS/OS X'); ?></dt>
-               <dd><code><?php echo OC_Helper::linkToAbsolute('contacts', 'carddav.php'); ?>/principals/<?php echo OCP\USER::getUser(); ?></code>/</dd>
+               <dd><code><?php echo OCP\Util::linkToAbsolute('contacts', 'carddav.php'); ?>/principals/<?php echo OCP\USER::getUser(); ?></code>/</dd>
                </dl>
                Powered by <a href="http://geonames.org/" target="_blank">geonames.org webservice</a>
        </fieldset>
old mode 100644 (file)
new mode 100755 (executable)
index 7f8ef30..b69cc3b
@@ -31,5 +31,5 @@ OC_App::register(array('order' => 70, 'id' => 'external', 'name' => 'External'))
 $sites = OC_External::getSites();
 for ($i = 0; $i < sizeof($sites); $i++) {
        OC_App::addNavigationEntry(
-                       array('id' => 'external_index' . ($i + 1), 'order' => 80 + $i, 'href' => OC_Helper::linkTo('external', 'index.php') . '?id=' . ($i + 1), 'icon' => OC_Helper::imagePath('external', 'external.png'), 'name' => $sites[$i][0]));
+                       array('id' => 'external_index' . ($i + 1), 'order' => 80 + $i, 'href' => OCP\Util::linkTo('external', 'index.php') . '?id=' . ($i + 1), 'icon' => OC_Helper::imagePath('external', 'external.png'), 'name' => $sites[$i][0]));
 }
old mode 100644 (file)
new mode 100755 (executable)
index c4a2ee7..4052352
@@ -5,6 +5,6 @@ $l=OC_L10N::get('files');
 
 OC_App::register( array( "order" => 2, "id" => "files", "name" => "Files" ));
 
-OC_App::addNavigationEntry( array( "id" => "files_index", "order" => 0, "href" => OC_Helper::linkTo( "files", "index.php" ), "icon" => OC_Helper::imagePath( "core", "places/home.svg" ), "name" => $l->t("Files") ));
+OC_App::addNavigationEntry( array( "id" => "files_index", "order" => 0, "href" => OCP\Util::linkTo( "files", "index.php" ), "icon" => OC_Helper::imagePath( "core", "places/home.svg" ), "name" => $l->t("Files") ));
 
 OC_Search::registerProvider('OC_Search_Provider_File');
index 2d3b0a13b2505b1c67364deb88959097210c8b47..9634a72586680807ae2af65a75d9018a0e2b18a0 100755 (executable)
@@ -74,11 +74,11 @@ foreach( explode( "/", $dir ) as $i ){
 // make breadcrumb und filelist markup
 $list = new OC_Template( "files", "part.list", "" );
 $list->assign( "files", $files );
-$list->assign( "baseURL", OC_Helper::linkTo("files", "index.php")."?dir=");
-$list->assign( "downloadURL", OC_Helper::linkTo("files", "download.php")."?file=");
+$list->assign( "baseURL", OCP\Util::linkTo("files", "index.php")."?dir=");
+$list->assign( "downloadURL", OCP\Util::linkTo("files", "download.php")."?file=");
 $breadcrumbNav = new OC_Template( "files", "part.breadcrumb", "" );
 $breadcrumbNav->assign( "breadcrumb", $breadcrumb );
-$breadcrumbNav->assign( "baseURL", OC_Helper::linkTo("files", "index.php")."?dir=");
+$breadcrumbNav->assign( "baseURL", OCP\Util::linkTo("files", "index.php")."?dir=");
 
 $upload_max_filesize = OC_Helper::computerFileSize(ini_get('upload_max_filesize'));
 $post_max_size = OC_Helper::computerFileSize(ini_get('post_max_size'));
old mode 100644 (file)
new mode 100755 (executable)
index fc385e1..2519364
@@ -12,7 +12,7 @@
                                </ul>
                        </div>
                        <div class="file_upload_wrapper svg">
-                               <form data-upload-id='1' class="file_upload_form" action="<?php echo OC_Helper::linkto('files', 'ajax/upload.php'); ?>" method="post" enctype="multipart/form-data" target="file_upload_target_1">
+                               <form data-upload-id='1' class="file_upload_form" action="<?php echo OCP\Util::linkTo('files', 'ajax/upload.php'); ?>" method="post" enctype="multipart/form-data" target="file_upload_target_1">
                                        <input type="hidden" name="MAX_FILE_SIZE" value="<?php echo $_['uploadMaxFilesize'] ?>" id="max_upload">
                                        <input type="hidden" class="max_human_file_size" value="(max <?php echo $_['uploadMaxHumanFilesize']; ?>)">
                                        <input type="hidden" name="dir" value="<?php echo htmlentities($_['dir']) ?>" id="dir">
index f6ae4bf075fab06b662236461a9a1df8f72437dd..32bca2ad6e912c9ac2521e13e5d9119cbca4b40b 100755 (executable)
@@ -52,11 +52,11 @@ if ($source !== false) {
                OCP\Util::addStyle("files", "files");
                $breadcrumbNav = new OC_Template("files", "part.breadcrumb", "");
                $breadcrumbNav->assign("breadcrumb", $breadcrumb);
-               $breadcrumbNav->assign("baseURL", OC_Helper::linkTo("files_sharing", "get.php")."?token=".$token."&path=");
+               $breadcrumbNav->assign("baseURL", OCP\Util::linkTo("files_sharing", "get.php")."?token=".$token."&path=");
                $list = new OC_Template("files", "part.list", "");
                $list->assign("files", $files);
-               $list->assign("baseURL", OC_Helper::linkTo("files_sharing", "get.php")."?token=".$token."&path=");
-               $list->assign("downloadURL", OC_Helper::linkTo("files_sharing", "get.php")."?token=".$token."&path=");
+               $list->assign("baseURL", OCP\Util::linkTo("files_sharing", "get.php")."?token=".$token."&path=");
+               $list->assign("downloadURL", OCP\Util::linkTo("files_sharing", "get.php")."?token=".$token."&path=");
                $list->assign("readonly", true);
                $tmpl = new OC_Template("files", "index", "user");
                $tmpl->assign("fileList", $list->fetchPage());
index 3eec805957f9a7939f7aa6d798ef76e8cd64c5f9..8f6575762242c8fb88435a057fb6a212c9b52db2 100755 (executable)
@@ -37,7 +37,7 @@ OC_App::register(array(
 OC_App::addNavigationEntry( array(
  'id' => 'gallery_index',
  'order' => 20,
- 'href' => OC_Helper::linkTo('gallery', 'index.php'),
+ 'href' => OCP\Util::linkTo('gallery', 'index.php'),
  'icon' => OC_Helper::imagePath('core', 'places/picture.svg'),
  'name' => $l->t('Pictures')));
 
@@ -47,7 +47,7 @@ class OC_GallerySearchProvider extends OC_Search_Provider{
                $result = $stmt->execute(array(OCP\USER::getUser(),'%'.$query.'%'));
                $results=array();
                while($row=$result->fetchRow()){
-                       $results[]=new OC_Search_Result($row['album_name'],'',OC_Helper::linkTo('gallery', 'index.php').'?view='.$row['album_name'],'Galleries');
+                       $results[]=new OC_Search_Result($row['album_name'],'',OCP\Util::linkTo('gallery', 'index.php').'?view='.$row['album_name'],'Galleries');
                }
                return $results;
        }
index b550d262a0a1c69be42dfc493ed85c8bf6cf7307..c9a6fb15627485eaed8c0c0d383bcf79f2788ca8 100755 (executable)
@@ -24,7 +24,7 @@ $l = OC_L10N::get('gallery');
                </div>
        </div>
        <div id="g-album-loading" class="crumb" style="display:none">
-               <img src="<?php echo OC_Helper::linkto('gallery', 'img/loading.gif'); ?>">
+               <img src="<?php echo OCP\Util::linkTo('gallery', 'img/loading.gif'); ?>">
        </div>
 </div>
 <div id="gallery_list">
index 10f5ec0ff11c0a53b8c5a838e16cbcc988be6c5a..11aeac2b5b40126351cb0ae6e7556c39db268796 100755 (executable)
@@ -29,6 +29,6 @@ OC_APP::registerPersonal('media','settings');
 
 OC_App::register( array( 'order' => 3, 'id' => 'media', 'name' => 'Media' ));
 
-OC_App::addNavigationEntry(array('id' => 'media_index', 'order' => 2, 'href' => OC_Helper::linkTo('media', 'index.php'), 'icon' => OC_Helper::imagePath('core', 'places/music.svg'), 'name' => $l->t('Music')));
+OC_App::addNavigationEntry(array('id' => 'media_index', 'order' => 2, 'href' => OCP\Util::linkTo('media', 'index.php'), 'icon' => OC_Helper::imagePath('core', 'places/music.svg'), 'name' => $l->t('Music')));
 
 OC_Search::registerProvider('OC_MediaSearchProvider');
old mode 100644 (file)
new mode 100755 (executable)
index 97c0930..e84c3a0
@@ -207,7 +207,7 @@ class OC_MEDIA_AMPACHE{
                echo("\t\t<title>$name</title>\n");
                echo("\t\t<artist id='$artist'>$artistName</artist>\n");
                echo("\t\t<album id='$album'>$albumName</album>\n");
-               $url=OC_Helper::linkToAbsolute('media', 'server/xml.server.php')."?action=play&song=$id&auth={$_GET['auth']}";
+               $url=OCP\Util::linkToAbsolute('media', 'server/xml.server.php')."?action=play&song=$id&auth={$_GET['auth']}";
                $url=self::fixXmlString($url);
                echo("\t\t<url>$url</url>\n");
                echo("\t\t<time>{$song['song_length']}</time>\n");
old mode 100644 (file)
new mode 100755 (executable)
index a4e5a5d..5b3bfd8
@@ -90,18 +90,18 @@ class OC_MediaSearchProvider extends OC_Search_Provider{
                $songs=OC_MEDIA_COLLECTION::getSongs(0,0,$query);
                $results=array();
                foreach($artists as $artist){
-                       $results[]=new OC_Search_Result($artist['artist_name'],'',OC_Helper::linkTo( 'media', 'index.php').'#artist='.urlencode($artist['artist_name']),'Music');
+                       $results[]=new OC_Search_Result($artist['artist_name'],'',OCP\Util::linkTo( 'media', 'index.php').'#artist='.urlencode($artist['artist_name']),'Music');
                }
                foreach($albums as $album){
                        $artist=OC_MEDIA_COLLECTION::getArtistName($album['album_artist']);
-                       $results[]=new OC_Search_Result($album['album_name'],'by '.$artist,OC_Helper::linkTo( 'media', 'index.php').'#artist='.urlencode($artist).'&album='.urlencode($album['album_name']),'Music');
+                       $results[]=new OC_Search_Result($album['album_name'],'by '.$artist,OCP\Util::linkTo( 'media', 'index.php').'#artist='.urlencode($artist).'&album='.urlencode($album['album_name']),'Music');
                }
                foreach($songs as $song){
                        $minutes=floor($song['song_length']/60);
                        $secconds=$song['song_length']%60;
                        $artist=OC_MEDIA_COLLECTION::getArtistName($song['song_artist']);
                        $album=OC_MEDIA_COLLECTION::getalbumName($song['song_album']);
-                       $results[]=new OC_Search_Result($song['song_name'],"by $artist, in $album $minutes:$secconds",OC_Helper::linkTo( 'media', 'index.php').'#artist='.urlencode($artist).'&album='.urlencode($album).'&song='.urlencode($song['song_name']),'Music');
+                       $results[]=new OC_Search_Result($song['song_name'],"by $artist, in $album $minutes:$secconds",OCP\Util::linkTo( 'media', 'index.php').'#artist='.urlencode($artist).'&album='.urlencode($album).'&song='.urlencode($song['song_name']),'Music');
                }
                return $results;
        }
old mode 100644 (file)
new mode 100755 (executable)
index 941c17f..2fe0b94
@@ -2,6 +2,6 @@
        <fieldset class="personalblock">
                <strong>Media</strong><br />
                Ampache address: 
-               <code><?php echo OC_Helper::linkToAbsolute('media', ''); ?></code><br />
+               <code><?php echo OCP\Util::linkToAbsolute('media', ''); ?></code><br />
        </fieldset>
 </form>
index f3f3fd1c2d4fac154ad695d756106e57e47c22fe..af97c444eb5b92b20c9bf9769024c54032059a1c 100755 (executable)
@@ -58,7 +58,7 @@ $album=OC_MEDIA_COLLECTION::getAlbumId($album,$artist);
 
 $songs=OC_MEDIA_COLLECTION::getSongs($artist,$album,$song);
 
-$baseUrl=OC_Util::getServerURL().OC_Helper::linkTo('media','tomahawk.php');
+$baseUrl=OC_Util::getServerURL().OCP\Util::linkTo('media','tomahawk.php');
 
 $results=array();
 foreach($songs as $song) {
old mode 100644 (file)
new mode 100755 (executable)
index 113c8d6..0fec108
@@ -41,7 +41,7 @@ OC_Group::useBackend( new OC_GROUP_LDAP() );
 $entry = array(
        'id' => 'user_ldap_settings',
        'order'=>1,
-       'href' => OC_Helper::linkTo( 'user_ldap', 'settings.php' ),
+       'href' => OCP\Util::linkTo( 'user_ldap', 'settings.php' ),
        'name' => 'LDAP'
 );
 // OC_App::addNavigationSubEntry( "core_users", $entry);
index 91e69fe19131593e1c05839b1bd4e6cdd0321e40..0e9f69fbed57bb0520115fd58a871b86d8d81211 100755 (executable)
@@ -29,7 +29,7 @@ OCP\Util::addscript( 'user_migrate', 'export');
 $entry = array(
        'id' => "user_migrate_settings",
        'order'=>1,
-       'href' => OC_Helper::linkTo( "user_migrate", "admin.php" ),
+       'href' => OCP\Util::linkTo( "user_migrate", "admin.php" ),
        'name' => 'Import'
 );
 ?>
\ No newline at end of file
old mode 100644 (file)
new mode 100755 (executable)
index 5f4857d..8f1fe41
@@ -2,5 +2,5 @@
        <legend><strong><?php echo $l->t('Export your user account');?></strong></legend>
        <p><?php echo $l->t('This will create a compressed file that contains your ownCloud account.');?>
        </p>
-       <button id="exportbtn">Export<img style="display: none;" class="loading" src="<?php echo OC_Helper::linkTo('core', 'img/loading.gif'); ?>" /></button>
+       <button id="exportbtn">Export<img style="display: none;" class="loading" src="<?php echo OCP\Util::linkTo('core', 'img/loading.gif'); ?>" /></button>
 </fieldset>
index 3e26d922689b3e9470c13ca935b244c14ce98b1e..b77067758b338a5bce3ea678e363dc786d5f3023 100755 (executable)
@@ -14,8 +14,8 @@ if(strpos($_SERVER["REQUEST_URI"],'?') and !strpos($_SERVER["REQUEST_URI"],'='))
        }
 }
 
-OCP\Util::addHeader('link',array('rel'=>'openid.server', 'href'=>OC_Helper::linkToAbsolute( "user_openid", "user.php" ).'/'.$userName));
-OCP\Util::addHeader('link',array('rel'=>'openid.delegate', 'href'=>OC_Helper::linkToAbsolute( "user_openid", "user.php" ).'/'.$userName));
+OCP\Util::addHeader('link',array('rel'=>'openid.server', 'href'=>OCP\Util::linkToAbsolute( "user_openid", "user.php" ).'/'.$userName));
+OCP\Util::addHeader('link',array('rel'=>'openid.delegate', 'href'=>OCP\Util::linkToAbsolute( "user_openid", "user.php" ).'/'.$userName));
 
 OC_APP::registerPersonal('user_openid','settings');
 
index dd30d82aa93d81bda33c86e57bccad685f38310d..731a2c57e98e4bf1f7ef2da81ac9ce76503b5185 100755 (executable)
@@ -1,7 +1,7 @@
 <form id="openidform">
        <fieldset class="personalblock">
                <strong>OpenID</strong>
-               <?php echo ((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') ? 'https' : 'http').'://'.OC_Helper::serverHost().OC::$WEBROOT.'/?'; echo OCP\USER::getUser(); ?><br /><em><?php echo $l->t('you can authenticate to other sites with this address');?></em><br />
+               <?php echo ((isset($_SERVER['HTTPS']) && $_SERVER['HTTPS'] == 'on') ? 'https' : 'http').'://'.OCP\Util::getServerHost().OC::$WEBROOT.'/?'; echo OCP\USER::getUser(); ?><br /><em><?php echo $l->t('you can authenticate to other sites with this address');?></em><br />
                <label for="identity"><?php echo $l->t('Authorized OpenID provider');?></label>
                <input type="text" name="identity" id="identity" value="<?php echo $_['identity']; ?>" placeholder="<?php echo $l->t('Your address at Wordpress, Identi.ca, &hellip;');?>" /><span class="msg"></span>
        </fieldset>
index cd17dae6d6f0220b0bf22deddd2c277c293d12fe..22b3a8ba73d2ffed8f6f5463567974d279b83b90 100755 (executable)
@@ -43,7 +43,7 @@ if(!OCP\User::userExists($USERNAME)){
        OCP\Util::writeLog('user_openid',$USERNAME.' doesn\'t exist',OCP\Util::WARN);
        $USERNAME='';
 }
-$IDENTITY=OC_Helper::linkToAbsolute( "user_openid", "user.php" ).'/'.$USERNAME;
+$IDENTITY=OCP\Util::linkToAbsolute( "user_openid", "user.php" ).'/'.$USERNAME;
 
 require_once 'phpmyid.php';
 
index 5cfcbaeeffc4e82039f63e6fa57c12c6adca20c8..b18f0d2311f7293f79695460b2b2710e5c35c97a 100644 (file)
@@ -122,10 +122,41 @@ class Util {
 
 
 
+       /**
+        * @brief Creates an absolute url
+        * @param $app app
+        * @param $file file
+        * @returns the url
+        *
+        * Returns a absolute url to the given app and file.
+        */
+       public static function linkToAbsolute( $app, $file ) {
+               return(\OC_Helper::linkToAbsolute( $app, $file ));
+       }
 
 
+        /**
+         * @brief Creates an url
+         * @param $app app
+         * @param $file file
+         * @returns the url
+         *
+         * Returns a url to the given app and file.
+         */
+        public static function linkTo( $app, $file ){
+               return(\OC_Helper::linkTo( $app, $file ));
+       }
 
-
+       /**
+        * @brief Returns the server host
+        * @returns the server host
+        *
+        * Returns the server host, even if the website uses one or more
+        * reverse proxies
+        */
+       public static function getServerHost() {
+               return(\OC_Helper::severHost());
+       }