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
84d245a445
Another copy/paste
2021-07-01 21:26:06 +07:00
Tuan Pham Ngoc
3f5df08915
Fix copy/paste errors
2021-07-01 21:25:05 +07:00
Tuan Pham Ngoc
e7c0beed89
Merge pull request #1 from alikon/patch-6
...
fix for postgresql
2021-06-27 19:34:13 +07:00
Tuan Pham Ngoc
882e4ac7dc
Correct language file for package
2021-06-27 18:21:50 +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
b9330b42a9
Codestyle error fixes
2021-06-26 17:36:16 +07: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
Tuan Pham Ngoc
922e4353eb
Convert weblinks module
2021-06-25 17:57:37 +07:00
Tuan Pham Ngoc
49242aa1e2
Convert weblink editor-xtd plugin
2021-06-25 17:11:42 +07:00
Tuan Pham Ngoc
6186bfe022
Convert weblinks system plugin
2021-06-25 17:04:12 +07:00
Tuan Pham Ngoc
3d07471705
Convert search plugin
2021-06-25 16:57:30 +07:00
Tuan Pham Ngoc
13c2dc32da
Convert weblinks finder plugin
2021-06-25 16:49:01 +07:00
Tuan Pham Ngoc
23650d0891
Add back icon and route class for backward compatible purpose
2021-06-20 21:42:26 +07:00
Tuan Pham Ngoc
7b12f1c360
Remove JHtmlIcon classs
2021-06-20 20:26:27 +07:00
Tuan Pham Ngoc
d455713663
Remove un-necessary JHtml::addIncludePath usage
2021-06-20 20:25:16 +07:00
Tuan Pham Ngoc
554dde6c03
Add icon service
2021-06-20 20:21:32 +07:00
Tuan Pham Ngoc
8336c0095d
Use weblinksadministrator service to display associations
2021-06-20 20:19:36 +07:00
Tuan Pham Ngoc
b7f9b7056f
Typo
2021-06-20 19:41:16 +07:00
Tuan Pham Ngoc
f499b9ee7b
Start supporting Multilingual Associations
2021-06-20 18:40:26 +07:00
Tuan Pham Ngoc
0c4a9ce8b5
Add HTML Service
2021-06-20 18:25:20 +07:00
Tuan Pham Ngoc
08fe10e0ef
Weblink Model Field
2021-06-20 17:58:47 +07:00
Tuan Pham Ngoc
703477306a
Support version history
2021-06-20 16:53:42 +07:00
Tuan Pham Ngoc
56c770f088
Remove tag field description, it is not needed for J4
2021-06-20 16:41:51 +07:00
Tuan Pham Ngoc
908870576f
Use namespace class + remove un-used code
2021-06-20 16:33:55 +07:00
Tuan Pham Ngoc
17fbda865c
Controller Cleanup
2021-06-20 16:27:34 +07:00
Tuan Pham Ngoc
02f9811d37
Quick change to weblinks list
2021-06-20 16:16:01 +07:00
Tuan Pham Ngoc
b7fe535a17
Use J4 Toolbar
2021-06-20 15:45:18 +07:00
Tuan Pham Ngoc
31a4a595c1
Fix weblinks details page
2021-06-20 12:49:35 +07:00
Tuan Pham Ngoc
b318b68d07
Make weblinks 4.0-compatible
2021-06-19 21:17:09 +07:00
Tobias Zulauf
c1cff7a7ed
[4.0] Move de-DE to this repo ( #415 )
2020-09-07 12:38:49 +01:00
Thomas Hunziker
aed17785a4
Remove language file prefix ( #417 )
2020-03-11 18:42:02 +00:00
George Wilson
25fa454c98
Remove not required code in j4
2019-09-05 15:57:42 +01:00
wilsonge
2be3dec52a
Allow editing the form
2019-08-19 21:48:37 +01:00
wilsonge
828325e86c
Move to new dispatcher concept
2019-08-19 21:47:59 +01:00
wilsonge
3b8ade5bd8
Merge branch 'master' into 4.0-dev
2019-08-19 20:52:26 +01:00
wilsonge
f23e5402a7
Use non-deprecated renderField method
2019-08-17 12:54:15 +01:00
George Wilson
821ca1f4eb
Merge branch 'master' into feature/drop-php55
2019-08-16 18:01:28 +01:00
Allon Moritz
f7519475f1
Make it joomla 4 compatible ( #362 )
2019-08-16 14:52:52 +01:00
David Jardin
20b335d918
Replace require_once call with Autoloader ( #404 )
...
Allows the usage of a custom IndexerAdapter class using a JLoader override
2019-08-13 23:46:59 +01:00
wilsonge
0716d5e3e6
Fix code style errors in project
2019-08-13 00:15:35 +01:00
Elijah Madden
802cff4ae8
Use correct database ( #391 )
...
Suppose you're not operating on the default Joomla database (the one returned by `JFactory::getDbo()`) but on another one entirely? In theory, it is possible. In that case, you will want this new table object to use the same DBO that `$this` is using.
If you look at any similar table classes that are built in to Joomla, you will see this same kind of thing. So this is consistent with Joomla practices.
2019-03-15 12:24:27 +00:00