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

11 Commits

Author SHA1 Message Date
Hannes Papenberg
4292a06af6 Switch to PSR-12 2023-05-18 18:45:59 +02:00
Tuan Pham Ngoc
4b8cd0c779 Use getCurrentUser() to get current user in models and views 2022-09-04 23:20:31 +07:00
Tuan Pham Ngoc
5103c48c95 Replace getDbo() by getDatabase() in models 2022-09-04 22:03:36 +07:00
Tuan Pham Ngoc
4d8a5c532d Prevent trashed web links from being displayed by default 2021-10-02 11:58:42 +07:00
Tuan Pham Ngoc
966e62786a Fix warning while search by ID from admin 2021-08-16 12:43:31 +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
e225dc705e Convert backend models to prepared statement 2021-07-16 23:02:40 +07:00
Tuan Pham Ngoc
a39c5f6b12 Remove manual setState calls 2021-06-26 14:18:27 +07:00
Tuan Pham Ngoc
b318b68d07 Make weblinks 4.0-compatible 2021-06-19 21:17:09 +07:00