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
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
b318b68d07
Make weblinks 4.0-compatible
2021-06-19 21:17:09 +07: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
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
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
Astrid
8574a4f3cf
improvedtheBatchview ( #375 )
2018-02-12 23:57:58 +01:00
Astrid
84df598015
makeSameAliasPossibleForDifferentLanguages ( #373 )
2017-11-06 12:56:26 +01:00
Astrid
ffc012d56a
changedlanguagestringssothatimagefloatismoreconcrete ( #376 )
2017-11-06 12:54:06 +01:00
Astrid
c9d4f57cea
mapping of new media files was not correct ( #372 )
2017-11-06 12:52:05 +01:00
Astrid
d0ff882375
Merge pull request #349 from infograf768/weblinks_assoc
...
Implementing full associations for single weblink
2017-11-03 21:46:26 +01:00
Astrid
e69347e255
Update config.xml
...
deleted merge conflict hints.
2017-09-16 18:36:25 +02:00
zero-24
8b9ab398a9
Merge branch 'custom_fields' of github.com:/zero-24/weblinks into custom_fields
2017-09-13 19:04:44 +02:00
zero-24
6243927ffd
merge conflict
2017-09-13 19:03:30 +02:00
Brian Teeman
2ebe811b60
xml code-style ( #363 )
...
* xml code-style
* fixes
* oops
2017-08-31 19:56:12 +02:00
zero-24
58fa74a1a2
Update modal.php
2017-05-22 14:14:50 +02:00
zero-24
7e9269d993
Update weblink.php
2017-05-22 14:13:49 +02:00
infograf768
b6e084a828
deploy
2017-05-22 12:04:38 +02:00
zero-24
9b30cedb4d
fix some smal things
2017-05-21 18:59:44 +02:00
Jean-Marie Simonet
75684b9918
Changing comment
2017-05-16 17:55:36 +02:00
Jean-Marie Simonet
9b6e02a384
adding media in manifest
2017-05-16 17:50:43 +02:00
Jean-Marie Simonet
3389bf4902
IMplementing full associations
2017-05-16 08:03:22 +02:00
Astrid
26cec36c12
Revert "Frontend view single weblink"
2017-03-24 11:53:09 +01:00
Astrid
3a32a86772
Merge pull request #325 from astridx/frontend_view_single_weblink
...
Frontend view single weblink
2017-03-24 11:51:31 +01:00
Astrid
0f911271bf
Xmlcs ( #329 )
...
* first xml review
* fix the other xmls too
* add frontend component
* add missing tabs
* add missing tabs
2017-03-22 10:47:54 +01:00
infograf768
698928a287
Update associations.php ( #328 )
...
This correction is similar to what was merged in core:
See https://github.com/joomla/joomla-cms/pull/14646
2017-03-16 12:26:26 +01:00
astridx
f1f0fffb1c
correced __DEPLOY_VERSION__
2017-03-12 22:50:26 +01:00
infograf768
23e07f6cae
Create associations.php helper to let weblinks be used into com_associations ( #294 )
...
* Create associations.php
This should be merged after the new com_associations gets in core
https://github.com/joomla/joomla-cms/pull/13537
* some CS fixes
2017-03-12 14:56:34 +01:00
Nicola Galgano
9e56646abc
Add count and link to tagged items ( #298 )
...
* Add count and link to tagged items
[com_tags] - Add count and link to tagged items #10895
* added lang strings
added lang strings
* just added some spaces in the new code
2017-03-12 13:52:04 +01:00
Thomas Hunziker
e54849f018
UseGlobal or list fields ( #278 )
2017-03-12 13:25:07 +01:00