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

862 Commits

Author SHA1 Message Date
Tuan Pham Ngoc
57077f04df
Merge pull request #2 from chmst/4.0-compatible-layouts
4.0 compatible layouts
2021-07-29 22:03:55 +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
Harald Leithner
63a03c5a33
Update .drone.yml 2021-07-19 15:23:16 +02:00
Harald Leithner
f9cd3409b7
Update .drone.yml 2021-07-19 15:21:37 +02:00
Harald Leithner
7ea20a7586
Update .drone.yml 2021-07-19 15:19:15 +02:00
Harald Leithner
37052b942b
Update .drone.yml 2021-07-19 15:15:37 +02:00
Harald Leithner
c70fe166ab
Update .drone.yml 2021-07-19 15:13:36 +02:00
Harald Leithner
8234904c4e
Update codeception.yml 2021-07-19 15:08:00 +02:00
Harald Leithner
85dfec4235
Update build.sh 2021-07-19 15:07:41 +02:00
Harald Leithner
df177b5a66
Update build.sh 2021-07-19 15:03:36 +02:00
Harald Leithner
c366d57d0d
Update build.sh 2021-07-19 15:01:41 +02:00
Harald Leithner
6588b7e55d
Update .drone.yml 2021-07-19 14:38:21 +02:00
Harald Leithner
6e6814a200
Update .drone.yml 2021-07-19 14:33:35 +02:00
Harald Leithner
a032eded85
Update .drone.yml 2021-07-19 14:32:15 +02:00
Harald Leithner
528a3fd2c5
Update .drone.yml 2021-07-19 14:21:40 +02:00
Harald Leithner
89c1cd7d78
Update .drone.yml 2021-07-19 14:19:56 +02:00
Harald Leithner
3202988ee3
Update .drone.yml 2021-07-19 14:19:14 +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