32
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-11-16 17:45:08 +00:00
Commit Graph

165 Commits

Author SHA1 Message Date
Richard Fath
5d0f54ece8 Fix order of processing for postgresql 2021-08-15 14:14:52 +02:00
Richard Fath
b42034431f Real null values for checked_out 2021-08-15 14:11:24 +02:00
Richard Fath
520a1ec6a1 Real null datetimes for weblinks 4.0 2021-08-15 14:11:23 +02:00
Tuan Pham Ngoc
42d4286c6b Language files must be in $files array 2021-08-15 18:31:30 +07:00
Tuan Pham Ngoc
be7d522bcf Remove remaining old language files 2021-08-15 17:46:25 +07:00
Tuan Pham Ngoc
20c38d7a95 Remove old language files during update 2021-08-15 17:42:11 +07:00
Tuan Pham Ngoc
931b5c453d Remove width modifier from INT data type 2021-08-15 17:39:00 +07:00
Tuan Pham Ngoc
47950faf90 Remove un-used backend language items 2021-08-15 16:23:51 +07:00
Tuan Pham Ngoc
c310ef8298 Alpha sort language items 2021-08-15 15:38:11 +07:00
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