30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-06-26 09:42:34 +00:00
Commit Graph

90 Commits

Author SHA1 Message Date
andrepereiradasilva
afa26265d8 use JLoader (#247) 2016-07-28 21:17:26 +01:00
Yves Hoppe
00ddf5b2e6 Changing collation to utf8mb4 (#226)
* Changing collation to utf8mb4

* Increased Joomla version requirement
2016-07-27 20:37:46 +01:00
RolandD
93f8892458 Merge pull request #242 from wderuijter/patch-1
Get the correct target param from the item
2016-07-26 07:46:11 +02:00
Wim de Ruijter
5a8135fc3c Changed it at both locations 2016-07-18 21:30:17 +02: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
Wim de Ruijter
3fc4d984d1 Get the correct target param from the item
Get the correct target param from the item instead of the component target param
2016-07-08 08:08:25 +02: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
8688bfd9cc Update view.html.php (#234)
* Update view.html.php

* Update edit_params.php

* Update view.html.php

* Update default.php

* Update view.html.php

* Update view.html.php
2016-07-03 11:04:21 +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
zero-24
1fd0653eb6 Update script.php (#233) 2016-06-28 22:08:56 +01:00
zero-24
5270b206cc Fix Cs for weblinks backend (#232)
* Update weblinks.php

* Update weblink.php

* Update controller.php
2016-06-28 22:05:31 +01:00
andrepereiradasilva
258f337d59 Implements searchtools, filters, dropdown actions and counting (#208)
* implements searchtools, filters and merge the other two PR

* just to force travis to run

* revert

* filter is published

* filter is published 2

* modify filter test thanks to yvesh

* code style

* elseif , not else if
2016-06-28 10:45:18 +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
Prital Patel
a3f6281bd4 [fix #212] Weblink created date not showed on Search view (#219)
Simple fix.  Two successful tests.  Thanks @pritalpatel
2016-06-25 22:09:37 +01:00
Bear
8b6db18948 issue #8891 fixed typo s/$cachable/$cacheable (#179)
Thanks @N6REJ
2016-06-25 21:51:02 +01:00
andrepereiradasilva
d840a7f50b Convert remaining "Weblinks" text to "Web Links" (#210)
* "Weblink" to "Web Link" (frontend module)

* "Weblink" to "Web Link" (package language)

* update site name

* admin language

* admin language 2

* missing this one

* change text also in tests

* forgot one

* change frontend tests too
2016-06-25 21:10:22 +01:00
Puneet Kala
51a9d7f7ca Merge pull request #176 from andrepereiradasilva/ux-language
Adds language flags to weblinks listing tables
2016-04-27 00:18:18 +05:30
andrepereiradasilva
38d6fb0ec4 Update pkg_weblinks.xml 2016-03-18 18:10:15 +00:00
andrepereiradasilva
777a17f397 adapt to latest JoRobo version 2016-03-18 14:37:33 +00:00
andrepereiradasilva
24647f6e0e 2015 to 2016 and remove extra tab 2016-03-18 13:58:34 +00:00
George Wilson
ae8e62c1bc Add missing not-null properties 2016-03-18 01:10:45 +00:00
Robert Deutz
c279ea86a2 Added manifestfile in manifest folder
File must be copied because we have two versions of jorobo with different expectations where the file is located. If we udpate to jorobo > 0.2 then we delete the one in src

https://github.com/joomla-projects/jorobo/pull/13
2016-03-14 15:57:30 +01:00
Michael Babker
93de9a852e Package extension language files install in the frontend 2016-03-03 10:12:26 -05:00
infograf768
4838aa668a Adding Alert when deleting weblinks.
Similar to https://github.com/joomla/joomla-cms/pull/8995 implemented in core.
2016-01-28 08:08:09 +01:00
andrepereiradasilva
4596d0c77a Sincronize com_weblinks with PR https://github.com/joomla/joomla-cms/pull/8815 2016-01-02 15:12:59 +00:00
Nicola Galgano
8f464fc91b PHP 7 error when save a weblink
the model fix
2015-12-06 08:43:17 +01:00
Nicola Galgano
c9ab22cdf0 PHP 7 error when save a weblink
Fatal error: Cannot use Joomla\String\String as String because 'String' is a special class name
2015-12-06 08:34:41 +01:00
Yves Hoppe
7ea2741520 Integrated robo build system - clean merge of #125 2015-11-02 10:55:42 +01:00
Viktor Vogel
92dc96881e Merge pull request #99 from remotehelp/patch-2
Update default_items.php
2015-11-01 11:29:21 +01:00
Viktor Vogel
f913a99a87 Merge pull request #153 from therunnergit/count-clicks-global-option
Fix missing global option default
2015-11-01 10:56:26 +01:00
Viktor Vogel
16e02d58c4 Merge pull request #88 from alikon/patch-2
installation fix on MSSQL
2015-11-01 10:49:46 +01:00
Francesco Abeni
35e3f1f18a Fix missing global option default 2015-11-01 10:42:34 +01:00
remoteshaman.com
4c6ff1777b Update en-GB.com_weblinks.ini
placing the new string in alphabetical order
2015-10-15 15:29:25 +03:00
remoteshaman.com
5374929e52 Update default_items.php
"label label-warning" text "Unpublished" view only for administrator's and not need display for all user in filter label tag.
2015-10-15 05:26:38 +03:00
remoteshaman.com
9716197fdb Update en-GB.com_weblinks.ini
Lang variable COM_WEBLINKS_NUM_ITEMS missing for title NUM ITEMS in category list (pkg_weblinks_3.4.1.zip)
2015-10-15 05:20:24 +03:00
zero-24
8ccb881d66 Update edit.php 2015-09-10 10:27:45 +02:00
zero-24
8717ae7720 CS 2015-09-08 11:59:05 +02:00
Nicola Galgano
07a7fbbc6a installation fix on MSSQL
testing this one #7832 i was unable to install pkg_weblinks on MSSQL
the problem was that these fields (version,hits,modified_user_id,checked_out)  was passed like a string  instead of bigint
2015-09-08 08:49:37 +02:00
RolandD
d3dcadfd2d Fixed clear button not working.
On the Weblinks list page, you can filter the results by putting text in the filter box. Clicking the X won't empty the search field.

To test:
1. Go to Weblinks
2. Filter the list
3. Click the X and it doesn't clear the search field
4. Apply patch
5. Reload page
6. Clear the search field with the X
7. Search field is now cleared
2015-09-06 12:05:17 -03:00
javier gomez
4951f7af4a Merge remote-tracking branch 'origin/master' into pr/76 2015-07-28 10:02:59 +02:00
Michael Babker
667b601185 Prepare 3.4.1 release 2015-07-23 10:06:44 -04:00
Brian Teeman
64870c54d3 update strings AND new/edit 2015-07-22 12:41:52 +01:00
Nicola Galgano
1a9e2de216 removed unneeded quote
@mbabker, removed.
2015-07-14 08:30:08 +02:00
Nicola Galgano
dd71f1efa5 postgresql - error on pkg installation
#### Steps to reproduce the issue
try to install on postgresql


#### Expected result
it install


#### Actual result
don't install 


#### System information (as much as possible)
Weblinks 3.4.1 Release Candidate 2
PostgreSQL 9.3.5
Joomla 3.4.4-dev

#### Additional comments
without the setting give an invalid timestamp for the category table
2015-07-13 12:33:04 +02:00
zero-24
5b6740851e Update view.html.php 2015-06-30 10:56:01 +02:00
zero-24
b7b82620cf Update access.xml 2015-06-30 10:54:29 +02:00
wilsonge
0a29b6c0d5 Bump version to 3.4.1-rc2 2015-05-20 20:08:20 +01:00
wilsonge
c23179f1c7 Move adding columns into the script. Fixes #40 2015-05-19 13:55:54 +02:00