@brief is removed completely
This commit is contained in:
parent
fd1f1999f0
commit
0a4119adaf
170 changed files with 901 additions and 962 deletions
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
@fiel view/theme/frio/css/font-awesome.custom.css
|
||||
@brief This file applies Font Awesome icons to some friendica standard classes
|
||||
@file view/theme/frio/css/font-awesome.custom.css
|
||||
This file applies Font Awesome icons to some friendica standard classes
|
||||
*/
|
||||
|
||||
.icon:before {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* @brief Javascript for the admin module
|
||||
* Javascript for the admin module
|
||||
*/
|
||||
$(function() {
|
||||
$('body').on('click', '.selectall', function() {
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ $(document).ready(function() {
|
|||
});
|
||||
|
||||
/**
|
||||
* @brief This function submits the form with the batch action values.
|
||||
* This function submits the form with the batch action values.
|
||||
*
|
||||
* @param {string} name The name of the batch action.
|
||||
* @param {string} value If it isn't empty the action will be posted.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* @brief Javascript for the display module
|
||||
* Javascript for the display module
|
||||
*/
|
||||
|
||||
// Catch the GUID from the URL
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
/**
|
||||
* @file view/theme/frio/js/mod_events.js
|
||||
* @brief Initialization of the fullCalendar and format the output.
|
||||
* Initialization of the fullCalendar and format the output.
|
||||
*/
|
||||
|
||||
$(document).ready(function() {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
/**
|
||||
* @file view/theme/frio/js/mod_group.js
|
||||
* @brief The javascript for the group module
|
||||
* The javascript for the group module
|
||||
*/
|
||||
|
||||
|
||||
|
|
@ -13,7 +13,7 @@ $(document).ready(function() {
|
|||
});
|
||||
|
||||
/**
|
||||
* @brief Change the group membership of the contacts and fetch the new grup list
|
||||
* Change the group membership of the contacts and fetch the new grup list
|
||||
* as html
|
||||
*
|
||||
* @param {int} gid The group ID
|
||||
|
|
@ -41,7 +41,7 @@ function groupChangeMember(gid, cid, sec_token) {
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Change the group list view mode
|
||||
* Change the group list view mode
|
||||
*
|
||||
* @param {object} elm The button element of the view mode switcher
|
||||
* @returns {undefined}
|
||||
|
|
@ -61,7 +61,7 @@ function switchGroupViewMode(elm) {
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Filter the group member list for contacts
|
||||
* Filter the group member list for contacts
|
||||
*
|
||||
* @returns {undefined}
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
/**
|
||||
* @brief Javascript for the notifications module
|
||||
* Javascript for the notifications module
|
||||
*/
|
||||
|
||||
// Catch the intro ID from the URL
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* @brief Contains functions for bootstrap modal handling.
|
||||
* Contains functions for bootstrap modal handling.
|
||||
*/
|
||||
$(document).ready(function(){
|
||||
// Clear bs modal on close.
|
||||
|
|
@ -175,7 +175,7 @@ Dialog._load = function(url) {
|
|||
};
|
||||
|
||||
/**
|
||||
* @brief Add first element with the class "heading" as modal title
|
||||
* Add first element with the class "heading" as modal title
|
||||
*
|
||||
* Note: this should be really done in the template
|
||||
* and is the solution where we havent done it until this
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* @brief The file contains functions for text editing and commenting
|
||||
* The file contains functions for text editing and commenting
|
||||
*/
|
||||
|
||||
// Lifted from https://css-tricks.com/snippets/jquery/move-cursor-to-end-of-textarea-or-input/
|
||||
|
|
|
|||
|
|
@ -1,18 +1,18 @@
|
|||
<?php
|
||||
/**
|
||||
* @file view/theme/frio/php/Image.php
|
||||
* @brief contain methods to deal with images
|
||||
* contain methods to deal with images
|
||||
*/
|
||||
|
||||
/**
|
||||
* @brief This class contains methods to deal with images
|
||||
* This class contains methods to deal with images
|
||||
*/
|
||||
use Friendica\Core\L10n;
|
||||
|
||||
class Image
|
||||
{
|
||||
/**
|
||||
* @brief Give all available options for the background image
|
||||
* Give all available options for the background image
|
||||
*
|
||||
* @param array $arr Array with the present user settings
|
||||
*
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
/**
|
||||
* @file view/theme/frio/php/modes/default.php
|
||||
* @brief The default site template
|
||||
* The default site template
|
||||
*/
|
||||
?>
|
||||
<!DOCTYPE html >
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
/**
|
||||
* @file view/theme/frio/php/frio_boot.php
|
||||
*
|
||||
* @brief This file contains functions for page construction
|
||||
* This file contains functions for page construction
|
||||
*
|
||||
*/
|
||||
|
||||
|
|
@ -11,7 +11,7 @@ use Friendica\App;
|
|||
use Friendica\DI;
|
||||
|
||||
/**
|
||||
* @brief Load page template in dependence of the template mode
|
||||
* Load page template in dependence of the template mode
|
||||
*
|
||||
* @todo Check if this is really needed.
|
||||
*/
|
||||
|
|
@ -33,7 +33,7 @@ function load_page(App $a)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Check if page is a modal page
|
||||
* Check if page is a modal page
|
||||
*
|
||||
* This function checks if $_REQUEST['pagename'] is
|
||||
* a defined in a $modalpages
|
||||
|
|
@ -54,7 +54,7 @@ function is_modal() {
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Array with modalpages
|
||||
* Array with modalpages
|
||||
*
|
||||
* The array contains the page names of the pages
|
||||
* which should displayed as modals
|
||||
|
|
@ -74,7 +74,7 @@ function get_modalpage_list() {
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Array with standard pages
|
||||
* Array with standard pages
|
||||
*
|
||||
* The array contains the page names of the pages
|
||||
* which should displayed as standard-page
|
||||
|
|
@ -91,7 +91,7 @@ function get_standard_page_list() {
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Check if page is standard page
|
||||
* Check if page is standard page
|
||||
*
|
||||
* This function checks if $_REQUEST['pagename'] is
|
||||
* a defined $standardpages
|
||||
|
|
@ -112,7 +112,7 @@ function is_standard_page($pagetitle) {
|
|||
return $is_standard_page;
|
||||
}
|
||||
/**
|
||||
* @brief Get the typ of the page
|
||||
* Get the typ of the page
|
||||
*
|
||||
* @param type $pagetitle
|
||||
* @return string
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
/**
|
||||
* @file view/theme/frio/php/modes/default.php
|
||||
* @brief The default site template
|
||||
* The default site template
|
||||
*/
|
||||
?>
|
||||
<!DOCTYPE html >
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ function frio_uninstall()
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Replace friendica photo links hook
|
||||
* Replace friendica photo links hook
|
||||
*
|
||||
* This function does replace the links to photos
|
||||
* of other friendica users. Original the photos are
|
||||
|
|
@ -115,7 +115,7 @@ function frio_item_photo_links(App $a, &$body_info)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Replace links of the item_photo_menu hook
|
||||
* Replace links of the item_photo_menu hook
|
||||
*
|
||||
* This function replaces the original poke and the message links
|
||||
* to call the addToModal javascript function so this pages can
|
||||
|
|
@ -135,7 +135,7 @@ function frio_item_photo_menu(App $a, &$arr)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Replace links of the contact_photo_menu
|
||||
* Replace links of the contact_photo_menu
|
||||
*
|
||||
* This function replaces the original poke and the message links
|
||||
* to call the addToModal javascript function so this pages can
|
||||
|
|
@ -191,7 +191,7 @@ function frio_contact_photo_menu(App $a, &$args)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Construct remote nav menu
|
||||
* Construct remote nav menu
|
||||
*
|
||||
* It creates a remote baseurl form $_SESSION for remote users and friendica
|
||||
* visitors. This url will be added to some of the nav links. With this behaviour
|
||||
|
|
@ -340,7 +340,7 @@ function frio_acl_lookup(App $a, &$results)
|
|||
}
|
||||
|
||||
/**
|
||||
* @brief Manipulate the data of the item
|
||||
* Manipulate the data of the item
|
||||
*
|
||||
* At the moment we use this function to add some own stuff to the item menu
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue