30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-09-28 21:19:07 +00:00
Commit Graph

292 Commits

Author SHA1 Message Date
Tuan Pham Ngoc
91a7214d1d Fix empty trash error 2021-08-11 12:37:58 +07:00
chmst
6bcda2fa50 Add images to the frontend edit view 2021-08-10 16:05:04 +02:00
chmst
5c0d9d9da5 Add image-alt-empty to images in backend 2021-08-10 15:41:50 +02:00
chmst
eafb0239f5 badge background 2021-08-10 15:25:09 +02:00
chmst
45b9e33466 fix save in frontend 2021-08-10 15:15:18 +02:00
Tuan Pham Ngoc
fcf6986194 Typo 2021-07-30 13:34:10 +07:00
Tuan Pham Ngoc
b7d4a32fe4 Simplify + optimize tags display 2021-07-30 13:22:34 +07:00
Tuan Pham Ngoc
efae6df533 Improve menu params handling 2021-07-30 13:15:31 +07:00
Tuan Pham Ngoc
1bc0b8ea82 Fix batch action + minor cleanup 2021-07-30 13:05:35 +07:00
Tuan Pham Ngoc
ddb6bf3c91 Move model creation into getList method (same with core) 2021-07-30 12:34:21 +07:00
Tuan Pham Ngoc
baddd59e16
Merge pull request #3 from chmst/4.0-compatible-layouts-frontend
4.0 compatible layouts frontend
2021-07-29 22:04:13 +07:00
chmst
54e3d39a5c default-children 2021-07-29 09:03:53 +02:00
chmst
83b37e4699 cs 2021-07-29 09:03:32 +02:00
chmst
43145030c7 Layout Weblinks Category - first attempt 2021-07-26 21:14:51 +02:00
chmst
3b0edd7d49 changes as desired 2021-07-26 18:19:05 +02:00
chmst
5dc2bfb818 Merge branch '4.0-compatible-layouts' into 4.0-compatible-layouts-frontend 2021-07-26 17:08:20 +02:00
chmst
e5251bf473 revert last change 2021-07-25 23:52:10 +02:00
chmst
d822541c7e Remove tab layout from menu item type categories 2021-07-25 23:28:28 +02:00
chmst
f4bc69f6c6 indent with tabs 2021-07-25 23:12:01 +02:00
chmst
be8e34e76a adapt categories default.xml 2021-07-25 22:32:09 +02:00
chmst
b065affd47 Adapt weblink.xml to J4 2021-07-23 20:17:49 +02:00
chmst
5a2d9859f8 Hide language in batch 2021-07-22 23:18:49 +02:00
chmst
e6c5daafa7 adapt weblink edit form 2021-07-22 22:01:42 +02:00
chmst
3483659877 batch modal 2021-07-22 22:00:20 +02:00
chmst
d5512492f0 Adapt weblinks modal to J4 2021-07-21 15:19:00 +02:00
chmst
89554eea66 Adapt filter weblinks to j4 to j4 2021-07-21 13:48:24 +02:00
chmst
c39f02ba0f fix variable name 2021-07-21 13:46:38 +02:00
chmst
f898f9ba7d Adapted to J4 2021-07-20 14:37:31 +02:00
chmst
74b5ae8cfa Remove descriptions in J4 2021-07-20 11:25:26 +02:00
chmst
469442699d Adapt config.xml to j4 2021-07-20 11:23:41 +02:00
Tuan Pham Ngoc
6bedd432f8 Fix frontend edit weblink URL 2021-07-18 20:02:12 +07:00
Tuan Pham Ngoc
9107b7e1de Clean up code 2021-07-18 18:39:55 +07:00
Tuan Pham Ngoc
8d714ace8d Adding menu items to com_fields should be simple 2021-07-18 18:23:35 +07:00
Tuan Pham Ngoc
706d6777b1 Remove un-used language items 2021-07-17 23:05:45 +07:00
Tuan Pham Ngoc
31d588492b Add Fields and Field Groups menu item during installation 2021-07-17 22:43:08 +07:00
Tuan Pham Ngoc
c50f4c7dbe Remove spacer field as it is used on description of field set 2021-07-17 20:33:20 +07:00
Tuan Pham Ngoc
e6e8b6c9ea Remove description from fields in menu item types 2021-07-17 20:17:28 +07:00
Tuan Pham Ngoc
f7d819bb6e Remove description from some fields in component config (base on similar settings in com_contact) 2021-07-17 20:01:24 +07:00
Tuan Pham Ngoc
193f549f05 Use switcher for radio settings 2021-07-17 18:23:53 +07:00
Tuan Pham Ngoc
2219b15291 Look like $item->path is not used in J4 anymore 2021-07-17 18:03:24 +07:00
Tuan Pham Ngoc
c3cf5e6936 Fix errors on weblinks module 2021-07-17 17:56:09 +07:00
Tuan Pham Ngoc
30c155797f Replace Factory::getConfig()->get with Factory::getApplication()->get 2021-07-17 17:42:53 +07:00
Tuan Pham Ngoc
226e81f7ab Fix prepared statement, we need different parameters to bind same value :( 2021-07-17 17:40:29 +07:00
Tuan Pham Ngoc
8b9d34ca7d Replace deprecated castAsChar with castAs 2021-07-17 11:58:17 +07:00
Tuan Pham Ngoc
01bc443bc0 Replace Factory::getUser() with Factory::getApplication()->getIdentity() 2021-07-17 11:49:07 +07:00
Tuan Pham Ngoc
92d01d2bc6 Misc Cleanup to component code 2021-07-17 11:45:13 +07:00
Tuan Pham Ngoc
c6455b275a Convert frontend models to prepared statements 2021-07-16 23:53:54 +07:00
Tuan Pham Ngoc
e225dc705e Convert backend models to prepared statement 2021-07-16 23:02:40 +07:00
Tuan Pham Ngoc
269b6f0bbf Convert remaining J classes to namespace 2021-07-16 21:58:51 +07:00
Tuan Pham Ngoc
a2ca619d87 use Joomla\CMS\Layout\LayoutHelper; 2021-07-16 21:51:48 +07:00