Commit Graph

54 Commits

Author SHA1 Message Date
George Wilson a8da38ee67 Didn't update version number properly 2015-05-18 12:14:35 +01:00
wilsonge 3a83f2d483 Merge branch 'master' of github.com:joomla-extensions/weblinks 2015-05-18 12:11:48 +01:00
wilsonge 7a2be06b9e Tag version 3.4.1 RC 2015-05-18 12:11:15 +01:00
George Wilson 1f0e75d884 Revert #22 Temporarily 2015-05-18 12:06:41 +01:00
George Wilson 918e3c568f Merge pull request #29 from zero-24/patch-1
Fix Updates
2015-05-18 12:00:50 +01:00
wilsonge f01b5a1087 Script location in the wrong place breaks SQL Upgrades.
Fixes #25. Fixes #30.
2015-05-18 01:49:59 +01:00
George Wilson 917035dec1 Merge pull request #33 from zero-24/patch-3
Backport: [imp] avoid to open div and closing it in different files
2015-04-12 21:38:15 +01:00
Thomas Hunziker 75a29c3f28 Merge pull request #34 from zero-24/patch-4
Update README.md
2015-04-10 23:50:37 +02:00
zero-24 047ab2e69b Update README.md 2015-04-10 23:41:28 +02:00
zero-24 d3b6aefe14 Backport: [imp] avoid to open div and closing it in different files
This PR backports: https://github.com/joomla/joomla-cms/pull/6134 to the weblinks repo and fixes: https://github.com/joomla-extensions/weblinks/issues/28
2015-04-09 14:03:24 +02:00
zero-24 dfad65b093 Fix Updates
Please don't merge bevor this issue is fixed: https://github.com/joomla-extensions/weblinks/issues/25
2015-04-01 21:57:26 +02:00
Thomas Hunziker f8e87d5689 Merge pull request #27 from nicksavov/patch-1
Add method='upgrade' to plg_search_weblinks
2015-03-20 21:27:13 +01:00
Nick Savov 8dbc42e45b Add method='upgrade' to plg_search_weblinks 2015-03-20 15:12:06 -05:00
Michael Babker c0a45f9a40 Update XML manifest for release 2015-02-24 19:30:19 -05:00
Michael Babker ebe945ff98 Tagging release 3.4.0 2015-02-24 19:26:22 -05:00
Michael Babker 58ec6fef01 Optimization and cleanup 2015-02-17 20:20:59 -05:00
Michael Babker 5ceb760b54 Update server file updated for RC package 2015-02-17 19:40:15 -05:00
Michael Babker 70ba37b96e Copyright 2015 2015-02-17 19:35:48 -05:00
Michael Babker 8bac55b871 Sync language files to joomla/joomla-cms@5d5558d01c (Fix #24) 2015-02-17 19:32:26 -05:00
George Wilson 12f76f7841 Update version to RC 2015-02-17 21:56:30 +00:00
George Wilson 6c15ffb9a2 Merge pull request #15 from losedk/meta
Restore META information
2015-02-11 17:56:18 +00: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
George Wilson e5c8fe4b16 Merge pull request #17 from wilsonge/patch-1
Allow DI of database object (see https://github.com/joomla/joomla-cms/pull/4992)
2015-02-08 02:32:33 +00:00
George Wilson 3073c066a2 Merge pull request #22 from smz/WblinksCategoriesItemsCount
Fix Items Count not displayed in categories list (com_weblinks)
2014-12-25 13:28:33 +00:00
Sergio Manzi 3046ab9a67 Fix Items Count not displayed in categories list (com_weblinks)
Issue: In com_weblinks the "Items Count" was not displayed in categories
list
Cause: Wrong parameter name
2014-12-25 03:38:15 +01:00
George Wilson fc6fbde3d7 Merge pull request #20 from sovainfo/patch-1
Regression: core_urls: url
2014-12-24 10:42:30 +00:00
Thomas Hunziker f538f057be Merge pull request #21 from smz/ToggleIconPlusMinus
Toggle icon Plus/Minus when expanding/collapsing
2014-12-21 10:33:10 +01:00
Sergio Manzi 93a093441c Toggle icon Plus/Minus when expanding/collapsing
Ported to com_weblinks from a similar PR in core
(https://github.com/joomla/joomla-cms/pull/5469)
2014-12-19 11:21:11 +01:00
Thomas Hunziker 8008a986b9 Update references to JRegistry for administrator folder. 2014-12-04 20:51:10 +01: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
sovainfo 2cdda3e016 Update install.mysql.sql
Field mapping should be core_urls: url
2014-11-28 02:32:50 +01: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
George Wilson cc7b6f5602 Allow DI of database object (see https://github.com/joomla/joomla-cms/pull/4992) 2014-11-05 16:43:14 +00:00
Peter Lose c7dfabb284 Restore META 2014-10-17 16:29:56 +02:00
Michael Babker e2c472aca8 Merge pull request #14 from wilsonge/patch-1
Use new JTable features for WeblinksTableWeblink
2014-10-08 08:30:58 -04:00
George Wilson 8bb6d33a57 Use new JTable features for WeblinksTableWeblink
See https://github.com/joomla/joomla-cms/pull/4307
2014-10-08 11:58:35 +01:00
Michael Babker 6b693a8e64 Change package location for language files 2014-10-04 05:27:36 -04:00
Michael Babker da955be9b9 Fix extension manifests for packaging 2014-09-26 11:17:15 -04:00
Michael Babker 51932e0fc3 Update updateserver definition 2014-09-26 10:38:10 -04:00
Michael Babker 0928782f4c Perform the drop queries in a procedure to check for existance 2014-09-03 14:09:26 -04:00
Michael Babker 431d5e0fd7 Add MySQL schema updates from 2.5 to 3.4 2014-09-03 14:01:06 -04:00
Michael Babker a401bdceba Set version to 3.4.0-dev 2014-09-01 11:53:50 -04:00
Michael Babker 524b2d38bb Progrmatically insert the Uncategorised category 2014-09-01 11:32:19 -04:00
Michael Babker 0a08922485 Update database schema routines 2014-09-01 11:20:50 -04:00
Michael Babker 81faa2db78 Sync to joomla/joomla-cms@ad4883199a 2014-09-01 10:48:14 -04:00
Michael Babker 958e23bb34 Merge pull request #12 from zero-24/patch-1
Change the Updateserver Info URL Titel
2014-08-12 11:47:49 -05:00
zero-24 c81300f5ae Change the Updateserver Info URL Titel
I think we should use here "Weblinks Extension Package" or others but not "Artof Comments 1.1" :D
2014-08-12 18:44:41 +02:00
Michael Babker 87084395be Merge pull request #11 from zero-24/patch-1
Fix Update Link & copyright
2014-07-17 02:57:06 -04:00
zero-24 392d6c8a2a Update pkg_weblinks.xml 2014-07-17 08:18:05 +02:00