30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-06-27 10:03:30 +00:00
Commit Graph

12 Commits

Author SHA1 Message Date
zero-24
8ccb881d66 Update edit.php 2015-09-10 10:27:45 +02:00
RolandD
d3dcadfd2d Fixed clear button not working.
On the Weblinks list page, you can filter the results by putting text in the filter box. Clicking the X won't empty the search field.

To test:
1. Go to Weblinks
2. Filter the list
3. Click the X and it doesn't clear the search field
4. Apply patch
5. Reload page
6. Clear the search field with the X
7. Search field is now cleared
2015-09-06 12:05:17 -03:00
Brian Teeman
64870c54d3 update strings AND new/edit 2015-07-22 12:41:52 +01:00
zero-24
5b6740851e Update view.html.php 2015-06-30 10:56:01 +02:00
zero-24
620fdb8116 Update default.php 2015-05-18 17:35:25 +02:00
Michael Babker
58ec6fef01 Optimization and cleanup 2015-02-17 20:20:59 -05:00
Michael Babker
70ba37b96e Copyright 2015 2015-02-17 19:35:48 -05:00
George Wilson
67d0850975 Merge pull request #18 from dgt41/jquery_1
Introduce jquery formvalidator for com_weblinks
2015-02-08 02:33:06 +00:00
Thomas Hunziker
dbf29cdc71 [CS] Codestyle changes done in staging. 2014-12-04 20:44:16 +01:00
dgt41
0af2158525 Remove unneeded jquery .ready() 2014-12-03 15:29:26 +02:00
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
Andrew Eddie
a7b3eb7c5c Initial decoupling of Weblinks
July made me do it!
2014-04-08 22:32:59 +10:00