Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mahara
mahara
Commits
1e5f6645
Commit
1e5f6645
authored
May 13, 2015
by
Aaron Wells
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removing gitorious references from source code
Bug 1430567 Change-Id: I839f40c00117a6ba798e6060b1bacaf1afe69bd9
parent
b9839b52
Changes
33
Hide whitespace changes
Inline
Side-by-side
Showing
33 changed files
with
134 additions
and
64 deletions
+134
-64
htdocs/artefact/annotation/blocktype/annotation/js/annotation.js
...artefact/annotation/blocktype/annotation/js/annotation.js
+4
-2
htdocs/artefact/file/js/filebrowser.js
htdocs/artefact/file/js/filebrowser.js
+4
-2
htdocs/artefact/file/js/filedropzone.js
htdocs/artefact/file/js/filedropzone.js
+4
-2
htdocs/artefact/multirecipientnotification/js/sendmessage.js
htdocs/artefact/multirecipientnotification/js/sendmessage.js
+4
-2
htdocs/blocktype/creativecommons/js/creativecommons.js
htdocs/blocktype/creativecommons/js/creativecommons.js
+5
-3
htdocs/js/Pager.js
htdocs/js/Pager.js
+4
-1
htdocs/js/adminadduser.js
htdocs/js/adminadduser.js
+4
-1
htdocs/js/adminexportqueue.js
htdocs/js/adminexportqueue.js
+4
-1
htdocs/js/adminsiteoptions.js
htdocs/js/adminsiteoptions.js
+4
-2
htdocs/js/adminsitepages.js
htdocs/js/adminsitepages.js
+4
-2
htdocs/js/adminuploadcsv.js
htdocs/js/adminuploadcsv.js
+4
-2
htdocs/js/adminusersearch.js
htdocs/js/adminusersearch.js
+3
-1
htdocs/js/author.js
htdocs/js/author.js
+4
-2
htdocs/js/css.js
htdocs/js/css.js
+4
-1
htdocs/js/debug.js
htdocs/js/debug.js
+6
-3
htdocs/js/dropdown-nav.js
htdocs/js/dropdown-nav.js
+4
-2
htdocs/js/expandable.js
htdocs/js/expandable.js
+4
-2
htdocs/js/export.js
htdocs/js/export.js
+4
-2
htdocs/js/groupbox.js
htdocs/js/groupbox.js
+0
-1
htdocs/js/keyboardNavigation.js
htdocs/js/keyboardNavigation.js
+4
-1
htdocs/js/mahara.js
htdocs/js/mahara.js
+4
-1
htdocs/js/move.js
htdocs/js/move.js
+4
-1
htdocs/js/paginator.js
htdocs/js/paginator.js
+4
-1
htdocs/js/preview.js
htdocs/js/preview.js
+4
-1
htdocs/js/rd-nav.js
htdocs/js/rd-nav.js
+4
-1
htdocs/js/searchtable.js
htdocs/js/searchtable.js
+4
-2
htdocs/js/tablerenderer.js
htdocs/js/tablerenderer.js
+4
-1
htdocs/js/tabs.js
htdocs/js/tabs.js
+4
-2
htdocs/js/usersearch.js
htdocs/js/usersearch.js
+4
-2
htdocs/js/viewmenu.js
htdocs/js/viewmenu.js
+4
-1
htdocs/js/views.js
htdocs/js/views.js
+4
-1
htdocs/lib/pieforms/static/core/elements/textarea.js
htdocs/lib/pieforms/static/core/elements/textarea.js
+6
-8
htdocs/lib/pieforms/static/core/pieforms.js
htdocs/lib/pieforms/static/core/pieforms.js
+6
-7
No files found.
htdocs/artefact/annotation/blocktype/annotation/js/annotation.js
View file @
1e5f6645
/**
* 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 @
1e5f6645
/**
* 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 @
1e5f6645
/**
* 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 @
1e5f6645
/**
* 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 @
1e5f6645
/**
* 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 @
1e5f6645
/**
* 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 @
1e5f6645
/**
* 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 @
1e5f6645
/**
* '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 @
1e5f6645
/**
* 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 @
1e5f6645
/**
* 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 @
1e5f6645
/**
* 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 @
1e5f6645
/**
* '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 @
1e5f6645
/**
* 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 @
1e5f6645
/**
* 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 @
1e5f6645
/**
* 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 @
1e5f6645
/**
* 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 @
1e5f6645
/**
* 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 @
1e5f6645
/**
* 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 @
1e5f6645
/**
* 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 @
1e5f6645
/**
* 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.
*
...
...
htdocs/js/mahara.js
View file @
1e5f6645
/**
* General javascript routines for 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/move.js
View file @
1e5f6645
/**
* Javascript for moving things around with drag and drop
* @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/paginator.js
View file @
1e5f6645
/**
* Javascript side of the accessible pagination for 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/preview.js
View file @
1e5f6645
/**
* Helper for showing "preview" boxes, which are just modal dialogs
* Javascript for the views interface
* @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/rd-nav.js
View file @
1e5f6645
/**
* Responsive design 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.
*
...
...
htdocs/js/searchtable.js
View file @
1e5f6645
/**
* 'Speeds up' 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.
*
*/
function
SearchTable
(
id
)
{
...
...
htdocs/js/tablerenderer.js
View file @
1e5f6645
/**
* Javascript based display of tabular data.
* @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/tabs.js
View file @
1e5f6645
/**
* Javascript to change Pieforms fieldsets to tabs
* @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.
*
*/
// This will automatically turn the fieldsets of a form with class 'jstabs' into responsive tabs
...
...
htdocs/js/usersearch.js
View file @
1e5f6645
/**
* '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.
*
*/
function
UserSearch
()
{
...
...
htdocs/js/viewmenu.js
View file @
1e5f6645
/**
* Javascript for the view menu
* @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/views.js
View file @
1e5f6645
/**
* Javascript for the views interface
* @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.
* @copyright (C) 2013 Mike Kelly UAL m.f.kelly@arts.ac.uk
...
...
htdocs/lib/pieforms/static/core/elements/textarea.js
View file @
1e5f6645
/**
* Pieforms: Advanced web forms made easy
* @source: http://gitorious.org/mahara/mahara
*
* @package mahara
* @subpackage pieforms
* @author Catalyst IT Ltd
* @author Drupal (http://www.drupal.org)
* @copyright For copyright information on Mahara, please see the README file distributed with this software.
* @copyright 2006 Drupal (http://www.drupal.org)
* @licstart
* Copyright (C) 2006-2010 Catalyst IT Ltd
* Copyright (C) 2006 Drupal (http://www.drupal.org)
*
* The JavaScript code in this page is free software: you can
* redistribute it and/or modify it under the terms of the GNU
* General Public License (GNU GPL) as published by the Free Software
...
...
@@ -20,10 +22,6 @@
* section 4, provided you include this license notice and a URL
* through which recipients can access the Corresponding Source.
* @licend
*
* @package pieform
* @subpackage static
* @author Nigel McNie <nigel@catalyst.net.nz>
*/
/**
...
...
htdocs/lib/pieforms/static/core/pieforms.js
View file @
1e5f6645
/**
* Pieforms: Advanced web forms made easy
* @source: http://gitorious.org/mahara/mahara
*
* @package mahara
* @subpackage pieforms
* @author Catalyst IT Ltd
* @author Drupal (http://www.drupal.org)
* @copyright For copyright information on Mahara, please see the README file distributed with this software.
* @copyright 2006 Drupal (http://www.drupal.org)
* @licstart
* Copyright (C) 2006-2010 Catalyst IT Ltd
*
* The JavaScript code in this page is free software: you can
* redistribute it and/or modify it under the terms of the GNU
* General Public License (GNU GPL) as published by the Free Software
...
...
@@ -19,10 +22,6 @@
* section 4, provided you include this license notice and a URL
* through which recipients can access the Corresponding Source.
* @licend
*
* @package pieform
* @subpackage static
* @author Nigel McNie <nigel@catalyst.net.nz>
*/
window
.
pieformHandlers
=
{};
...
...
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