UVLe User Admin Module: Difference between revisions

From Iskomunidad
No edit summary
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 7: Line 7:


==Technologies Used==
==Technologies Used==
* Joomla -
* Moodle 2.2
* Moodle -
* Joomla 1.5
* Fabrik -
* Joomla Extensions:
*
# Fabrik 3.0.5.1
# Chronform
# ARRA
# PHP 1.0
 
<br />
<br />


Line 20: Line 24:


==Development Issues==
==Development Issues==
* Difficulty in installing Fabrik, had to have the PHP upload settings increased
* Difficulty in installing Fabrik, had to have the PHP upload limit increased to 8MB
* Slight issues with changes being overwritten by simultaneous users
* Slight issues with changes being overwritten by simultaneous users
* Deletion of forms/components/pages should be avoided: use unpublish instead for a more temporary fix
* Deletion of forms/components/pages should be avoided: use unpublish instead for a more temporary fix
* Joomla syntax for php, especially for SQL commands are slightly different
* Joomla syntax for php, especially for SQL commands, are slightly different
* SQL queries in Joomla behave differently; multiple queries result in identical outputs if not adjusted for
* SQL queries in Joomla behave differently; multiple queries result in identical outputs if not adjusted for
<br />
<br />
Line 29: Line 33:
==See Also==
==See Also==
* [[Uvle|UVLe]]
* [[Uvle|UVLe]]
[[Category:DILC Projects|UVLe_User_Admin]]

Latest revision as of 16:04, 21 April 2013

Description

The UVLe User Admin Module enables the management of users who do not have UP Webmail accounts or are not part of UP Diliman LDAP authentication. The administration of the module is assigned to heads of units with prior arrangements with DILC on the use of UVLe.

Technologies Used

  • Moodle 2.2
  • Joomla 1.5
  • Joomla Extensions:
  1. Fabrik 3.0.5.1
  2. Chronform
  3. ARRA
  4. PHP 1.0


Developers

  • Shirl Mabeza
  • James Pellosis
  • Karlo Senga


Development Issues

  • Difficulty in installing Fabrik, had to have the PHP upload limit increased to 8MB
  • Slight issues with changes being overwritten by simultaneous users
  • Deletion of forms/components/pages should be avoided: use unpublish instead for a more temporary fix
  • Joomla syntax for php, especially for SQL commands, are slightly different
  • SQL queries in Joomla behave differently; multiple queries result in identical outputs if not adjusted for


See Also