30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-06-03 06:50:49 +00:00
weblinks/src/com_weblinks/admin
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
..
controllers Initial decoupling of Weblinks 2014-04-08 22:32:59 +10:00
helpers Initial decoupling of Weblinks 2014-04-08 22:32:59 +10:00
language/en-GB Progrmatically insert the Uncategorised category 2014-09-01 11:32:19 -04:00
models Sync to joomla/joomla-cms@ad4883199a 2014-09-01 10:48:14 -04:00
sql Perform the drop queries in a procedure to check for existance 2014-09-03 14:09:26 -04:00
tables Use new JTable features for WeblinksTableWeblink 2014-10-08 11:58:35 +01:00
views Introduce jquery formvalidator for com_weblinks 2014-11-13 17:09:11 +02:00
access.xml Initial decoupling of Weblinks 2014-04-08 22:32:59 +10:00
config.xml Initial decoupling of Weblinks 2014-04-08 22:32:59 +10:00
controller.php Initial decoupling of Weblinks 2014-04-08 22:32:59 +10:00
script.php Progrmatically insert the Uncategorised category 2014-09-01 11:32:19 -04:00
weblinks.php Initial decoupling of Weblinks 2014-04-08 22:32:59 +10:00