Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
db835c19
Commit
db835c19
authored
May 19, 2015
by
Robert Lyon
Committed by
Gerrit Code Review
May 19, 2015
Browse files
Merge "Removing gitorious references from source code"
parents
ca83fc02
1e5f6645
Changes
33
Hide whitespace changes
Inline
Side-by-side
htdocs/artefact/annotation/blocktype/annotation/js/annotation.js
View file @
db835c19
/**
* Javascript for the annotation artefact
* @source: http://gitorious.org/mahara/mahara
*
* @package mahara
* @subpackage blocktype-annotation
* @author Catalyst IT Ltd
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later
* @copyright For copyright information on Mahara, please see the README file distributed with this software.
*
*/
/**
...
...
htdocs/artefact/file/js/filebrowser.js
View file @
db835c19
/**
* File browser
* @source: http://gitorious.org/mahara/mahara
*
* @package mahara
* @subpackage artefact-file
* @author Catalyst IT Ltd
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later
* @copyright For copyright information on Mahara, please see the README file distributed with this software.
*
*/
function
FileBrowser
(
idprefix
,
folderid
,
config
,
globalconfig
)
{
...
...
htdocs/artefact/file/js/filedropzone.js
View file @
db835c19
/**
* File browser dropzone
* @source: http://gitorious.org/mahara/mahara
*
* @package mahara
* @subpackage artefact-file
* @author Catalyst IT Ltd
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later
* @copyright For copyright information on Mahara, please see the README file distributed with this software.
*
*/
// set up the dropzone
...
...
htdocs/artefact/multirecipientnotification/js/sendmessage.js
View file @
db835c19
/**
* Multi-Recipient Notification Send Message
* @source: http://gitorious.org/mahara/mahara
*
* @package mahara
* @subpackage artefact-multirecipientnotification
* @author Catalyst IT Ltd
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later
* @copyright For copyright information on Mahara, please see the README file distributed with this software.
*
*/
function
initializeAutocomplete
()
{
...
...
htdocs/blocktype/creativecommons/js/creativecommons.js
View file @
db835c19
/**
* Automatic display of the Free Culture seal
* @source: http://gitorious.org/mahara/mahara
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later
* @copyright For copyright information on Mahara, please see the README file distributed with this software.
*
* @package mahara
* @subpackage blocktype-creativecommons
* @author Catalyst IT Ltd
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later
* @copyright For copyright information on Mahara, please see the README file distributed with this software.
*/
function
toggle_seal
()
{
...
...
htdocs/js/Pager.js
View file @
db835c19
/**
* Pager module for MochiKit
* @source: http://gitorious.org/mahara/mahara
*
* @package mahara
* @subpackage core
* @author Catalyst IT Ltd
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later
* @copyright For copyright information on Mahara, please see the README file distributed with this software.
*
...
...
htdocs/js/adminadduser.js
View file @
db835c19
/**
* Support file for the adduser admin page in Mahara
* @source: http://gitorious.org/mahara/mahara
*
* @package mahara
* @subpackage core
* @author Catalyst IT Ltd
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later
* @copyright For copyright information on Mahara, please see the README file distributed with this software.
*
...
...
htdocs/js/adminexportqueue.js
View file @
db835c19
/**
* 'Speeds up' the user search if the user has javascript enabled in
* their browser
* @source: http://gitorious.org/mahara/mahara
*
* @package mahara
* @subpackage core
* @author Catalyst IT Ltd
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later
* @copyright For copyright information on Mahara, please see the README file distributed with this software.
*
...
...
htdocs/js/adminsiteoptions.js
View file @
db835c19
/**
* Forces full reload of the page if certain site options have been
* changed
* @source: http://gitorious.org/mahara/mahara
*
* @package mahara
* @subpackage core
* @author Catalyst IT Ltd
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later
* @copyright For copyright information on Mahara, please see the README file distributed with this software.
*
*/
// Add here as appropriate
...
...
htdocs/js/adminsitepages.js
View file @
db835c19
/**
* Automatically populates the WYSIWYG box on the site pages screen
* with the content of the appropriate page
* @source: http://gitorious.org/mahara/mahara
*
* @package mahara
* @subpackage core
* @author Catalyst IT Ltd
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later
* @copyright For copyright information on Mahara, please see the README file distributed with this software.
*
*/
var
oldPageContent
=
''
;
...
...
htdocs/js/adminuploadcsv.js
View file @
db835c19
/**
* Support file for the uploadcsv admin page in Mahara
* @source: http://gitorious.org/mahara/mahara
*
* @package mahara
* @subpackage core
* @author Catalyst IT Ltd
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later
* @copyright For copyright information on Mahara, please see the README file distributed with this software.
*
*/
function
change_quota
(
i
)
{
...
...
htdocs/js/adminusersearch.js
View file @
db835c19
/**
* 'Speeds up' the user search if the user has javascript enabled in
* their browser
* @source: http://gitorious.org/mahara/mahara
* @package mahara
* @subpackage core
* @author Catalyst IT Ltd
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later
* @copyright For copyright information on Mahara, please see the README file distributed with this software.
*
...
...
htdocs/js/author.js
View file @
db835c19
/**
* Javascript for the hidden author template
* @source: http://gitorious.org/mahara/mahara
*
* @package mahara
* @subpackage core
* @author Catalyst IT Ltd
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later
* @copyright For copyright information on Mahara, please see the README file distributed with this software.
*
*/
addLoadEvent
(
function
()
{
...
...
htdocs/js/css.js
View file @
db835c19
/**
* Hooks in a stylesheet that is only loaded when javascript is enabled
* @source: http://gitorious.org/mahara/mahara
*
* @package mahara
* @subpackage core
* @author Catalyst IT Ltd
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later
* @copyright For copyright information on Mahara, please see the README file distributed with this software.
*
...
...
htdocs/js/debug.js
View file @
db835c19
/**
* debug.js - for developer use
* @source: http://gitorious.org/mahara/mahara
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later
* @copyright For copyright information on Mahara, please see the README file distributed with this software.
*
* If you're developing for Mahara, you can put any javascript you want to use
* for debugging in here.
...
...
@@ -10,6 +7,12 @@
* This file will only be included if the configuration setting 'developermode'
* is enabled. You can enable this in config.php
* JS behaviour for the export UI
*
* @package mahara
* @subpackage core
* @author Catalyst IT Ltd
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later
* @copyright For copyright information on Mahara, please see the README file distributed with this software.
*/
/*
...
...
htdocs/js/dropdown-nav.js
View file @
db835c19
/**
* Keyboard accessibility for dropdown navigation
* @source: http://gitorious.org/mahara/mahara
*
* @package mahara
* @subpackage core
* @author Catalyst IT Ltd
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later
* @copyright For copyright information on Mahara, please see the README file distributed with this software.
*
*/
// Sets up keyboard controls for dropdown navigation
...
...
htdocs/js/expandable.js
View file @
db835c19
/**
* Javascript for showing and hiding attachments or other expandable content
* @source: http://gitorious.org/mahara/mahara
*
* @package mahara
* @subpackage core
* @author Catalyst IT Ltd
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later
* @copyright For copyright information on Mahara, please see the README file distributed with this software.
*
*/
/*
...
...
htdocs/js/export.js
View file @
db835c19
/**
* JS behaviour for the export UI
* @source: http://gitorious.org/mahara/mahara
*
* @package mahara
* @subpackage core
* @author Catalyst IT Ltd
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later
* @copyright For copyright information on Mahara, please see the README file distributed with this software.
*
*/
// TODO: i18n
...
...
htdocs/js/groupbox.js
View file @
db835c19
/**
* Provides functionality for pop-up GroupBoxes on Find Friend and My
* Friends pages.
* @source: http://gitorious.org/mahara/mahara
*
* @licstart
* Copyright (C) 2009-2010 Lancaster University Network Services Ltd
...
...
htdocs/js/keyboardNavigation.js
View file @
db835c19
/**
* Adds keystroke navigation to Mahara.
* @source: http://gitorious.org/mahara/mahara
*
* @package mahara
* @subpackage core
* @author Catalyst IT Ltd
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL version 3 or later
* @copyright For copyright information on Mahara, please see the README file distributed with this software.
*
...
...
Prev
1
2
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment