Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
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
Options
Browse Files
Download
Plain Diff
Merge "Removing gitorious references from source code"
parents
ca83fc02
1e5f6645
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 @
db835c19
/**
/**
* Javascript for the annotation artefact
* 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
* @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 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
* 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
* @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 For copyright information on Mahara, please see the README file distributed with this software.
*
*/
*/
function
FileBrowser
(
idprefix
,
folderid
,
config
,
globalconfig
)
{
function
FileBrowser
(
idprefix
,
folderid
,
config
,
globalconfig
)
{
...
...
htdocs/artefact/file/js/filedropzone.js
View file @
db835c19
/**
/**
* File browser dropzone
* 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
* @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 For copyright information on Mahara, please see the README file distributed with this software.
*
*/
*/
// set up the dropzone
// set up the dropzone
...
...
htdocs/artefact/multirecipientnotification/js/sendmessage.js
View file @
db835c19
/**
/**
* Multi-Recipient Notification Send Message
* 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
* @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 For copyright information on Mahara, please see the README file distributed with this software.
*
*/
*/
function
initializeAutocomplete
()
{
function
initializeAutocomplete
()
{
...
...
htdocs/blocktype/creativecommons/js/creativecommons.js
View file @
db835c19
/**
/**
* Automatic display of the Free Culture seal
* 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
()
{
function
toggle_seal
()
{
...
...
htdocs/js/Pager.js
View file @
db835c19
/**
/**
* Pager module for MochiKit
* 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
* @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 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
* 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
* @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 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
* 'Speeds up' the user search if the user has javascript enabled in
* their browser
* 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
* @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 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
* Forces full reload of the page if certain site options have been
* changed
* 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
* @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 For copyright information on Mahara, please see the README file distributed with this software.
*
*/
*/
// Add here as appropriate
// Add here as appropriate
...
...
htdocs/js/adminsitepages.js
View file @
db835c19
/**
/**
* Automatically populates the WYSIWYG box on the site pages screen
* Automatically populates the WYSIWYG box on the site pages screen
* with the content of the appropriate page
* 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
* @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 For copyright information on Mahara, please see the README file distributed with this software.
*
*/
*/
var
oldPageContent
=
''
;
var
oldPageContent
=
''
;
...
...
htdocs/js/adminuploadcsv.js
View file @
db835c19
/**
/**
* Support file for the uploadcsv admin page in Mahara
* 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
* @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 For copyright information on Mahara, please see the README file distributed with this software.
*
*/
*/
function
change_quota
(
i
)
{
function
change_quota
(
i
)
{
...
...
htdocs/js/adminusersearch.js
View file @
db835c19
/**
/**
* 'Speeds up' the user search if the user has javascript enabled in
* 'Speeds up' the user search if the user has javascript enabled in
* their browser
* 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
* @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 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
* 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
* @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 For copyright information on Mahara, please see the README file distributed with this software.
*
*/
*/
addLoadEvent
(
function
()
{
addLoadEvent
(
function
()
{
...
...
htdocs/js/css.js
View file @
db835c19
/**
/**
* Hooks in a stylesheet that is only loaded when javascript is enabled
* 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
* @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 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
* 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
* If you're developing for Mahara, you can put any javascript you want to use
* for debugging in here.
* for debugging in here.
...
@@ -10,6 +7,12 @@
...
@@ -10,6 +7,12 @@
* This file will only be included if the configuration setting 'developermode'
* This file will only be included if the configuration setting 'developermode'
* is enabled. You can enable this in config.php
* is enabled. You can enable this in config.php
* JS behaviour for the export UI
* 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
* 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
* @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 For copyright information on Mahara, please see the README file distributed with this software.
*
*/
*/
// Sets up keyboard controls for dropdown navigation
// Sets up keyboard controls for dropdown navigation
...
...
htdocs/js/expandable.js
View file @
db835c19
/**
/**
* Javascript for showing and hiding attachments or other expandable content
* 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
* @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 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
* 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
* @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 For copyright information on Mahara, please see the README file distributed with this software.
*
*/
*/
// TODO: i18n
// TODO: i18n
...
...
htdocs/js/groupbox.js
View file @
db835c19
/**
/**
* Provides functionality for pop-up GroupBoxes on Find Friend and My
* Provides functionality for pop-up GroupBoxes on Find Friend and My
* Friends pages.
* Friends pages.
* @source: http://gitorious.org/mahara/mahara
*
*
* @licstart
* @licstart
* Copyright (C) 2009-2010 Lancaster University Network Services Ltd
* Copyright (C) 2009-2010 Lancaster University Network Services Ltd
...
...
htdocs/js/keyboardNavigation.js
View file @
db835c19
/**
/**
* Adds keystroke navigation to Mahara.
* 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
* @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 For copyright information on Mahara, please see the README file distributed with this software.
*
*
...
...
htdocs/js/mahara.js
View file @
db835c19
/**
/**
* General javascript routines for Mahara
* 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
* @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 For copyright information on Mahara, please see the README file distributed with this software.
*
*
...
...
htdocs/js/move.js
View file @
db835c19
/**
/**
* Javascript for moving things around with drag and drop
* 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
* @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 For copyright information on Mahara, please see the README file distributed with this software.
*
*
...
...
htdocs/js/paginator.js
View file @
db835c19
/**
/**
* Javascript side of the accessible pagination for Mahara.
* 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
* @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 For copyright information on Mahara, please see the README file distributed with this software.
*
*
...
...
htdocs/js/preview.js
View file @
db835c19
/**
/**
* Helper for showing "preview" boxes, which are just modal dialogs
* Helper for showing "preview" boxes, which are just modal dialogs
* Javascript for the views interface
* 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
* @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 For copyright information on Mahara, please see the README file distributed with this software.
*
*
...
...
htdocs/js/rd-nav.js
View file @
db835c19
/**
/**
* Responsive design navigation
* 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
* @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 For copyright information on Mahara, please see the README file distributed with this software.
*
*
...
...
htdocs/js/searchtable.js
View file @
db835c19
/**
/**
* 'Speeds up' search if the user has javascript enabled in their browser
* '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
* @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 For copyright information on Mahara, please see the README file distributed with this software.
*
*/
*/
function
SearchTable
(
id
)
{
function
SearchTable
(
id
)
{
...
...
htdocs/js/tablerenderer.js
View file @
db835c19
/**
/**
* Javascript based display of tabular data.
* 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
* @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 For copyright information on Mahara, please see the README file distributed with this software.
*
*
...
...
htdocs/js/tabs.js
View file @
db835c19
/**
/**
* Javascript to change Pieforms fieldsets to tabs
* 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
* @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 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
// This will automatically turn the fieldsets of a form with class 'jstabs' into responsive tabs
...
...
htdocs/js/usersearch.js
View file @
db835c19
/**
/**
* 'Speeds up' the user search if the user has javascript enabled in their
* 'Speeds up' the user search if the user has javascript enabled in their
* browser
* 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
* @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 For copyright information on Mahara, please see the README file distributed with this software.
*
*/
*/
function
UserSearch
()
{
function
UserSearch
()
{
...
...
htdocs/js/viewmenu.js
View file @
db835c19
/**
/**
* Javascript for the view menu
* 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
* @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 For copyright information on Mahara, please see the README file distributed with this software.
*
*
...
...
htdocs/js/views.js
View file @
db835c19
/**
/**
* Javascript for the views interface
* 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
* @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 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
* @copyright (C) 2013 Mike Kelly UAL m.f.kelly@arts.ac.uk
...
...
htdocs/lib/pieforms/static/core/elements/textarea.js
View file @
db835c19
/**
/**
* Pieforms: Advanced web forms made easy
* 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
* @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
* The JavaScript code in this page is free software: you can
* redistribute it and/or modify it under the terms of the GNU
* redistribute it and/or modify it under the terms of the GNU
* General Public License (GNU GPL) as published by the Free Software
* General Public License (GNU GPL) as published by the Free Software
...
@@ -20,10 +22,6 @@
...
@@ -20,10 +22,6 @@
* section 4, provided you include this license notice and a URL
* section 4, provided you include this license notice and a URL
* through which recipients can access the Corresponding Source.
* through which recipients can access the Corresponding Source.
* @licend
* @licend
*
* @package pieform
* @subpackage static
* @author Nigel McNie <nigel@catalyst.net.nz>
*/
*/
/**
/**
...
...
htdocs/lib/pieforms/static/core/pieforms.js
View file @
db835c19
/**
/**
* Pieforms: Advanced web forms made easy
* 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.