30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-09-29 13:39:05 +00:00
Commit Graph

130 Commits

Author SHA1 Message Date
Tuan Pham Ngoc
047cee28aa Various code cleanup + permissions check improvement 2021-08-15 12:49:55 +07:00
Tuan Pham Ngoc
4274af68e3 Show Associations button on edit screen 2021-08-15 11:46:40 +07:00
Tuan Pham Ngoc
4372ed85aa Fix association on weblink edit screen 2021-08-15 11:42:09 +07:00
chmst
46205b2dcd admin edit form use global 2021-08-12 09:55:58 +02:00
Tuan Pham Ngoc
cbefa5cdf8 Fix delete permission 2021-08-11 12:42:57 +07:00
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
Tuan Pham Ngoc
1bc0b8ea82 Fix batch action + minor cleanup 2021-07-30 13:05:35 +07:00
chmst
3b0edd7d49 changes as desired 2021-07-26 18:19:05 +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
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
226e81f7ab Fix prepared statement, we need different parameters to bind same value :( 2021-07-17 17:40:29 +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
Tuan Pham Ngoc
f4108b74b3 Drop SQL Server support 2021-07-10 18:25:33 +07:00
Tuan Pham Ngoc
3a8c0c10b5 Delete files/folders when update from old version 2021-07-10 18:23:14 +07:00
Tuan Pham Ngoc
02baa68d28 Support Custom Fields 2021-07-09 19:43:13 +07:00
Tuan Pham Ngoc
a007ae9a2c Optimize namespace import 2021-07-09 16:42:45 +07:00
Tuan Pham Ngoc
ffd3663c58 More Copy/paste fixes 2021-07-01 22:06:22 +07:00
Tuan Pham Ngoc
1cab511a4e Replace JRoute 2021-07-01 21:55:05 +07:00
Tuan Pham Ngoc
d42ef8dbdf Replace JFactory 2021-07-01 21:46:35 +07:00
Tuan Pham Ngoc
bab5787a77 Replace JText with use Joomla\CMS\Language\Text; 2021-07-01 21:41:54 +07:00
Tuan Pham Ngoc
4d3e52bd73 Replace JHtml with HTMLHelper 2021-07-01 21:37:36 +07:00
Tuan Pham Ngoc
3f5df08915 Fix copy/paste errors 2021-07-01 21:25:05 +07:00
Nicola Galgano
af30a2a151
frontend save 2021-06-27 09:53:37 +02:00
Nicola Galgano
9b9e42ff5d
hits for postgres 2021-06-27 09:28:50 +02:00
Tuan Pham Ngoc
f9d7f8625b CS 2021-06-26 17:13:37 +07:00
Tuan Pham Ngoc
a39c5f6b12 Remove manual setState calls 2021-06-26 14:18:27 +07:00
Tuan Pham Ngoc
15466baa0f Set default value for fields (fix frontend submit weblink error) 2021-06-26 14:12:43 +07:00
Tuan Pham Ngoc
6c68bcad5d Make weblink editor-xtd works 2021-06-25 23:56:03 +07:00
Tuan Pham Ngoc
1a415435af Remove un-used helpers 2021-06-25 18:33:44 +07:00