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

13 Commits

Author SHA1 Message Date
Hannes Papenberg
4292a06af6 Switch to PSR-12 2023-05-18 18:45:59 +02:00
Tuan Pham Ngoc
31e9e2719c Remove un-used code 2021-09-19 14:23:25 +07:00
Richard Fath
b42034431f Real null values for checked_out 2021-08-15 14:11:24 +02:00
Tuan Pham Ngoc
47950faf90 Remove un-used backend language items 2021-08-15 16:23:51 +07:00
chmst
c39f02ba0f fix variable name 2021-07-21 13:46:38 +02:00
Tuan Pham Ngoc
92d01d2bc6 Misc Cleanup to component code 2021-07-17 11:45:13 +07:00
Tuan Pham Ngoc
1cab511a4e Replace JRoute 2021-07-01 21:55:05 +07:00
Tuan Pham Ngoc
4d3e52bd73 Replace JHtml with HTMLHelper 2021-07-01 21:37:36 +07:00
Tuan Pham Ngoc
f9d7f8625b CS 2021-06-26 17:13:37 +07:00
Tuan Pham Ngoc
8336c0095d Use weblinksadministrator service to display associations 2021-06-20 20:19:36 +07:00
Tuan Pham Ngoc
02f9811d37 Quick change to weblinks list 2021-06-20 16:16:01 +07:00
Tuan Pham Ngoc
b318b68d07 Make weblinks 4.0-compatible 2021-06-19 21:17:09 +07:00
Allon Moritz
2247d9ba4d Move to namespaces (#384)
* Make it joomla 4 compatible

* Joomla 4 compatibility

* Move to dispatcher

* Move controller.php to DisplayController

* Define default view for DisplayController

* Move the model weblinks.php to WeblinksModel

* Move the view weblinks list view view.html.php to HtmlView.php

* Move the view templates like default.php to the right position

* Move the weblinks controller weblins.php to WeblinksController.php

* Move the weblink model weblink.php to WeblinkModel.php

* Remove the get table function in the WeblinkModel

* Moved the table weblink.php to WeblinkTable.php

* Moved the controller weblink.php to WeblinkController.php

* Moved the web link form view view.html.php to HtmlView.php

* Move the weblink layouts to the right folder

* Convert list template to Bootstrap 4

* Convert form layout to Bootstrap 4

* Move forms to root folder

* Namespace field

* Calling the parent check function in the table

* Adapt travis file

* Pass factory to parent class
2018-02-19 10:44:55 +01:00