This repo is meant to hold the decoupled com_weblinks component and related code.
Go to file
dgt41 ceed4b3be0 Introduce jquery formvalidator for com_weblinks
#### Executive summary

This PR converts the form validation on com_weblinks to use plain jquery (no mootools call on every form).
Also NO MORE INLINE SCRIPTS!

#### Testing

1. Apply first PR #4888 (!important)
2. Apply this PR
3. In the admin area go to com_weblinks and try to submit any form.

If no javascript errors are logged in your browser and the functionality remains the same your test is a pass in any other case please report the errors here

Please also check these:
administrator/index.php?option=com_checkin should demonstrate multiselect without mt
administrator/index.php?option=com_users&view=mail should demonstrate form sent and validate without mt
administrator/index.php?option=com_modules should demonstrate multiselect and combobox without mt
http://localhost/administrator/index.php?option=com_admin&view=sysinfo should demonstrate highlighter.js without mt
Logout and log in to demonstrate the use of noframes without mt.
2014-11-13 17:09:11 +02:00
src Introduce jquery formvalidator for com_weblinks 2014-11-13 17:09:11 +02:00
.gitignore Fix extension manifests for packaging 2014-09-26 11:17:15 -04:00
CONTRIBUTING.md Initial decoupling of Weblinks 2014-04-08 22:32:59 +10:00
LICENSE Initial decoupling of Weblinks 2014-04-08 22:32:59 +10:00
README.md Initial decoupling of Weblinks 2014-04-08 22:32:59 +10:00
build.ini Set version to 3.4.0-dev 2014-09-01 11:53:50 -04:00
build.xml Initial decoupling of Weblinks 2014-04-08 22:32:59 +10:00
manifest.xml Update updateserver definition 2014-09-26 10:38:10 -04:00

README.md

Weblinks for Joomla!

This is a prototype for isolating the Joomla's Weblinks suite of extensions and managing it as a standalone extension.