Commit Graph

45 Commits

Author SHA1 Message Date
Tuan Pham Ngoc 06c13b6a72
Yes, thanks !
Co-authored-by: Quy <quy@fluxbb.org>
2021-08-28 23:32:12 +07:00
Tuan Pham Ngoc d007d1d29d CS 2021-08-28 23:25:11 +07:00
Tuan Pham Ngoc 407b768344
Merge branch 'master' into master 2021-08-18 16:58:40 +07:00
Tuan Pham Ngoc 8ee3f1ba1a
Prevent warnings on PHP 8 2021-08-18 16:34:22 +07:00
Tuan Pham Ngoc d1e941f581
Resolve conflicts 2021-08-18 16:05:20 +07:00
Tuan Pham Ngoc 427998ee0d
Merge pull request #434 from Harmageddon/patch-1
Fix PHP warnings
2021-08-18 15:40:46 +07:00
Tuan Pham Ngoc 620f535ceb
Improve show tags code 2021-08-18 15:36:02 +07:00
Tuan Pham Ngoc 40fec2bdfa
Better check 2021-08-18 14:39:15 +07:00
Constantin Romankiewicz 84ec6b93e7
Fix PHP warnings
Similar to https://github.com/joomla/joomla-cms/pull/27273

Fixes #433.

This PR fixes PHP warnings for the weblinks category view.
2021-03-28 14:22:51 +02:00
Maikol Fustes dffe7c53c3
Fix for #427 (#428)
This fix removes the warning if no weblinks
2020-09-28 11:45:14 +01:00
wilsonge 0716d5e3e6
Fix code style errors in project 2019-08-13 00:15:35 +01:00
SharkyKZ 5f8f6cc0cc
Don't hide filter form 2018-06-07 11:17:08 +03:00
Astrid 9bc1752ca5 First imageignores image float setting366 (#378)
* usethesameclassforfloatingtheimageslikecomcontent

* addchangetosecondimage
2017-11-06 12:52:45 +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
zero-24 84a5009952 thanks @quy 2017-09-01 01:29:16 +02:00
zero-24 1ad63abd54 thanks @quy 2017-09-01 01:28:39 +02:00
Brian Teeman 2ebe811b60 xml code-style (#363)
* xml code-style

* fixes

* oops
2017-08-31 19:56:12 +02:00
Jean-Marie Simonet 725464800f Correcting weblink frontend model to adapt to the new display 2017-06-10 08:33:20 +02:00
Jean-Marie Simonet 99f239c8a5 missing change 2017-05-16 08:42:34 +02:00
Jean-Marie Simonet 3389bf4902 IMplementing full associations 2017-05-16 08:03:22 +02:00
zero-24 b68ab0f2bd Disable the buttons and just allow editor none for not authenticated users (#340) 2017-04-23 12:21:33 +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
astridx f1f0fffb1c correced __DEPLOY_VERSION__ 2017-03-12 22:50:26 +01:00
Thomas Hunziker e54849f018 UseGlobal or list fields (#278) 2017-03-12 13:25:07 +01:00
astridx 5bb713b157 add the forgotton <a href> 2017-03-10 22:22:00 +01:00
astridx cc7df89721 correciton 2017-03-05 20:01:56 +01:00
astridx b0178665d2 frontend view 2017-03-05 17:46:13 +01:00
Yves Hoppe 516252c286 Copyright header update to 2017 2017-02-13 17:20:35 +01:00
Chris Davenport bb4b0bfb46 Fix for failing code style tests (#283)
* Fix for failing code style tests

* Changed spacing again and ran the script this time
2016-12-01 08:21:47 +01:00
chrisdavenport 3cf373b43c Release 3.6.0-beta 2016-11-28 22:13:39 +00:00
Niels Nübel ede97061b7 fix Typo (#270) 2016-10-15 15:45:10 +02:00
zero-24 f158889d94 Component delivers 303 status code instead of 301 (#272) 2016-10-15 15:44:28 +02:00
zero-24 8416e19d63 CodeStyle in doc comments
```
FILE: ...oomla-extensions/weblinks/src/components/com_weblinks/helpers/route.php
--------------------------------------------------------------------------------
FOUND 1 ERROR(S) AFFECTING 1 LINE(S)
--------------------------------------------------------------------------------
 183 | ERROR | Missing comment for param "$needles" at position 1
--------------------------------------------------------------------------------
UPGRADE TO PHP_CODESNIFFER 2.0 TO FIX ERRORS AUTOMATICALLY
--------------------------------------------------------------------------------
```

hopfully the last on to go with: https://github.com/joomla-extensions/weblinks/pull/227
2016-08-02 14:33:26 +02:00
zero-24 4332a3d7b4 CodeStyle again 2016-08-01 19:47:09 +02:00
andrepereiradasilva afa26265d8 use JLoader (#247) 2016-07-28 21:17:26 +01:00
zero-24 353300bc2f Fix CS for com_weblinks frontend models (#229)
* Update category.php

* Update weblink.php

* Update form.php

* Update categories.php

* Update category.php

* Update categories.php
2016-07-08 19:55:07 +01:00
Nicola Galgano 1680ec7b49 Allow captcha when submit a webllink (#223)
* allow captcha  on submit web link

allow captcha  on submit web link (1/5)

* allow captcha  on submit web link

allow captcha  on submit web link (2/5)

* allow captcha  on submit web link

allow captcha  on submit web link (3/5)

* allow captcha  on submit web link

allow captcha  on submit web link (4/5)

* allow captcha  on submit web link

allow captcha  on submit web link (5/5)

* CS fix

CS fix

* XML CS for https://github.com/joomla-extensions/weblinks/pull/223

Simple XML CS https://github.com/joomla-extensions/weblinks/pull/223

* update captcha message

update captcha message like com_user, com_contatct #10931

* handle session data

handle session data 1(/2)

* handle session data

handle session data (2/2)

* move buttons down

move buttons down

* fix conflicts with #231

fix conflicts with #231

* fix conflicts with #231 

fix conflicts with #231
2016-07-04 22:32:27 +01:00
zero-24 77d2b1fbf9 View and router frontend CS (#231)
* Update view.html.php

* Update default_items.php

* Update default.php

* Update view.html.php

* Update edit.php

* Update router.php

* Update router.php

* Update default_items.php

* Update view.html.php

* Update view.html.php
2016-07-03 11:07:25 +01:00
zero-24 276c32922e Fix CS for com_weblinks frontend helpers and global controler file (#230)
* Update route.php

* Update icon.php

* Update controller.php

* Update route.php
2016-07-02 12:02:00 +01:00
Emanuele Reggi cff91ba244 Group by subcategories on mod_weblinks (#38)
* Group by subcategories on mod_weblinks

* BUGFIX: added missing 1-column option.

* GroupBySubcategories turned Off by default.

* Improved readability of inline php statements.
2016-06-28 09:59:52 +01:00
zero-24 0af518e0f3 JArrayHelper => ArrayHelper (#221)
* cs and arrayhelper

* cs and arrayhelper
2016-06-25 22:23:16 +01:00
Bear 8b6db18948 issue #8891 fixed typo s/$cachable/$cacheable (#179)
Thanks @N6REJ
2016-06-25 21:51:02 +01:00
Yves Hoppe 7ea2741520 Integrated robo build system - clean merge of #125 2015-11-02 10:55:42 +01:00