[admin] element index

Package indexes

All elements
a b e g h i k l m n o s t u
a
top
Class admin
admin in admin.php
Modules and interfaces that are used by the superuser and by the book admins. Is accessed through 'admin.php'.
Page admin.php
admin.php in admin.php
Class addbook
addbook in addbook.php
This module is used to import a new book/article in the system or to create a new one. A list of the current books in the system is displayed as well and it is also possible to remove some books from the system.
Method add_recordsets
Method add_uploaded_files_rs
create and add the recordset 'uploaded_files'
Method author_to_xml
Gets a string like this: 'Surname, Firstname, email'
Page addbook.php
addbook.php in addbook.php
Method add_all_users_rs
Constructs and adds to the webpage the recordset 'all_users' with all the users of the site.
Method add_book_list_rs
Method add_book_title
Method add_edit_rights
Method add_rs_langs
Method add_rs_nodes
Method add_users_rs
Constructs and adds to the webpage the recordset 'users'.
Method add_user_data
get the user data and add them to the template
Method add_books_rs
edit_menu::add_books_rs() in edit_menu.php
Add a recordset of all the books, which will be displayed in a listbox.
Method add_subitems_rs
add a recordset of the subitems of the selected item
Method add_users_rs
userList::add_users_rs() in userList.php
Constructs and adds to the webpage the recordset 'users'.
Method add_has_accr
modified_nodes::add_has_accr() in modified_nodes.php
Find the modified nodes that can be approved by user and add them in the recordset.
Method add_is_admin
modified_nodes::add_is_admin() in modified_nodes.php
Add in the recordset all the modified nodes in the books for which the user is admin.
Method add_rs_books_admin
Add to webPage a recordset of the books for which the user is admin.
b
top
Class book_list
book_list in book_list.php
Displays a list of the current books in the system.
Page book_list.php
book_list.php in book_list.php
Class books
books in books.php
The books that the user can administrate.
Page books.php
books.php in books.php
Method buildFilter
userFilter::buildFilter() in userFilter.php
e
top
Class edit_menu
edit_menu in edit_menu.php
Modify the menu of the categories and books.
Page edit_menu.php
edit_menu.php in edit_menu.php
Class edit_rights
edit_rights in edit_rights.php
Displays the edit rights of the user.
Page edit_rights.php
edit_rights.php in edit_rights.php
g
top
Function get_user_data
get_user_data() in user_data.php
Method get_initial_xml
constructs and returns an intial xml document
Method get_legalnotice
Method get_book_list_arr
Method get_langs
uEdit::get_langs() in uEdit.php
Returns an array of languages (en,fr,it,al) in which the book is available.
Method get_nr_of_recs
Method get_page_vars
Method get_nr_of_recs
Method get_page_vars
Method get_arr_books_accr
Return an array with the books where the user has some access rights and is not admin.
Method get_arr_books_admin
return an array of the books for which the user is admin
Method get_title
modified_nodes::get_title() in modified_nodes.php
h
top
Method has_approve_right
Returns true if the user has approve right on the given node.
i
top
Method init
admin::init() in admin.php
Class import_doc
import_doc in import_doc.php
Import a new book or article in the system.
Method init
book_list::init() in book_list.php
Page import_doc.php
import_doc.php in import_doc.php
Method init
uList::init() in uList.php
Method init
books::init() in books.php
Method init
edit_menu::init() in edit_menu.php
Method init
userList::init() in userList.php
Method init
userEdit::init() in userEdit.php
Method init
userFilter::init() in userFilter.php
Method init
edit_rights::init() in edit_rights.php
k
top
Method keywords_to_xml
Gets a comma separated list of keywords: 'k1, k2, k3,'
l
top
Method lang_match
modified_nodes::lang_match() in modified_nodes.php
Returns true if one of the language ids in the list matches the given language, otherwise returns false. The lang_list is a comma separated list of languages, or 'ALL'.
m
top
Page menu_items.php
menu_items.php in menu_items.php
Page menu_items.php
menu_items.php in menu_items.php
Class modified_nodes
modified_nodes in modified_nodes.php
Displays a list of the modified nodes that can be approved by the user.
Page modified_nodes.php
modified_nodes.php in modified_nodes.php
n
top
Method node_match
modified_nodes::node_match() in modified_nodes.php
Returns true if one of the node_path expressions in the list matches the given node path, otherwise returns false.
o
top
Method onParse
admin::onParse() in admin.php
Method onRender
book_list::onRender() in book_list.php
Method onRender
import_doc::onRender() in import_doc.php
Method on_create
addbook::on_create() in addbook.php
Method on_delete
import_doc::on_delete() in import_doc.php
delete an uploaded file
Method on_delete
book_list::on_delete() in book_list.php
Method on_import
import_doc::on_import() in import_doc.php
Method on_refresh
import_doc::on_refresh() in import_doc.php
refresh the list after uploading a file
Method on_set_visible
Method onRender
books::onRender() in books.php
Method onRender
uEdit::onRender() in uEdit.php
Method onRender
uList::onRender() in uList.php
Method on_add_user
Method on_delete
uList::on_delete() in uList.php
Method on_next
uList::on_next() in uList.php
Method on_save
uEdit::on_save() in uEdit.php
save the changes
Method on_select
uList::on_select() in uList.php
Method on_select
books::on_select() in books.php
Method onRender
edit_menu::onRender() in edit_menu.php
Method on_add_subitem
add a new subitem to the current item
Method on_apply
edit_menu::on_apply() in edit_menu.php
apply the modifications to the main menu
Method on_cancel
edit_menu::on_cancel() in edit_menu.php
discard any modifications and get a copy of the main menu
Method on_delete
edit_menu::on_delete() in edit_menu.php
delete the current item and set the parent item as the current one
Method on_move_down
edit_menu::on_move_down() in edit_menu.php
move down the given item
Method on_move_up
edit_menu::on_move_up() in edit_menu.php
move up the given item
Method on_paste
edit_menu::on_paste() in edit_menu.php
add any items in clipboard as subitems of the current item
Method on_select
edit_menu::on_select() in edit_menu.php
select an item for editing
Method on_update
edit_menu::on_update() in edit_menu.php
save modifications in id and caption of the current item
Method onParse
userEdit::onParse() in userEdit.php
Method onParse
userFilter::onParse() in userFilter.php
Method onRender
userEdit::onRender() in userEdit.php
Method onRender
userList::onRender() in userList.php
Method on_add
userEdit::on_add() in userEdit.php
add the new user in database
Method on_add_new
userList::on_add_new() in userList.php
Method on_delete
userEdit::on_delete() in userEdit.php
delete the current user
Method on_delete
userList::on_delete() in userList.php
Method on_next
userList::on_next() in userList.php
Method on_refresh
userList::on_refresh() in userList.php
Method on_save
userEdit::on_save() in userEdit.php
save the changes
Method on_select
userList::on_select() in userList.php
Method onParse
user_data::onParse() in user_data.php
Method onRender
modified_nodes::onRender() in modified_nodes.php
First find the books where the user has some access rights.
Method onRender
user_data::onRender() in user_data.php
Method onRender
edit_rights::onRender() in edit_rights.php
Method on_change_passwd
Method on_save
user_data::on_save() in user_data.php
s
top
Function save_user_data
save_user_data() in user_data.php
Method selectFirst
set currentUser as the first user in the list
Method select_item
edit_menu::select_item() in edit_menu.php
Get the 'bookid' and the 'caption' of the selected item and refresh the state variables.
Method selectFirst
userList::selectFirst() in userList.php
set currentUser as the first user in the list
t
top
Method transform
edit_menu::transform() in edit_menu.php
Applies the given xsl transformer to menu.xml and returns the result. $arr_params is an associative array of parameters.
Method transform_menu
u
top
Page user_data.php
user_data.php in user_data.php
Page uEdit.php
uEdit.php in uEdit.php
Page uList.php
uList.php in uList.php
Class uEdit
uEdit in uEdit.php
Admin the edit rights of a user(editor) of a book.
Class uList
uList in uList.php
The list of the users(editors) that can edit a book.
Variable $user_data
userEdit::$user_data in userEdit.php
Page userEdit.php
userEdit.php in userEdit.php
Page userFilter.php
userFilter.php in userFilter.php
Page userList.php
userList.php in userList.php
Class userEdit
userEdit in userEdit.php
userEdit modifies the details of a user (username, password, name, email and which books can admin).
Class userFilter
userFilter in userFilter.php
userFilter is used to select the users that are displayed in the list.
Class userList
userList in userList.php
userList displays the list of system users.
Page user_data.php
user_data.php in user_data.php
Class user_data
user_data in user_data.php
The user can change his data: name, email and password; he can also see which books he can manage, his edit rights and a list of nodes that are modified and he can approve.
a b e g h i k l m n o s t u