Yves Hoppe
9f6e29686d
added test for weblink publish
2015-05-30 23:46:18 +02:00
lucianito20012000
6ba6f205bb
Update README.md
2015-05-30 15:29:02 -05:00
zero-24
3938c8fd7a
Let this file looks good the seccond :)
2015-05-30 22:17:14 +02:00
zero-24
42ec255422
Let this file looks good :)
2015-05-30 22:11:54 +02:00
javier gomez
8b0c36d93e
Merge pull request #52 from HikaShop/windows-robo
...
windows robo support
2015-05-30 22:02:40 +02:00
Nicolas
36499e5533
windows robo support
2015-05-30 21:31:14 +02:00
javier gomez
55d314eae5
Merge pull request #51 from zanardigit/master
...
Ignore tests output as well
2015-05-30 21:12:36 +02:00
javier gomez
5c577e130b
Merge pull request #50 from beat/master
...
Added acceptance test for Administator: Add new weblink
2015-05-30 21:11:57 +02:00
zanardigit
1bc42cfdbc
Ignore tests output as well
...
Unless I am missing something, it seems to me we should not commit the PNG and HTML output of the tests, so I added the "_output" folder to the .gitignore list.
2015-05-30 19:07:34 +02:00
Beat
5ed5193149
Added acceptance test for Weblink creation without title and without URL
2015-05-30 18:45:18 +02:00
Beat
df1575ee73
Added acceptance test for Weblink creation with title and URL
2015-05-30 18:30:25 +02:00
Beat
dc8cbb11e2
Copying over category creation test so that we can see difference in next commit
2015-05-30 18:29:24 +02:00
javier gomez
3d6e027f5e
Merge pull request #49 from beat/master
...
Added file for Weblink acceptance tests (without tests yet)
2015-05-30 18:09:26 +02:00
Beat
59478ebb2e
Merge remote-tracking branch 'origin/master'
2015-05-30 17:58:48 +02:00
Beat
222922033b
Added empty file for Weblinks acceptance tests, cool!
2015-05-30 17:57:47 +02:00
Michael Babker
fdb3d15415
Merge pull request #48 from zanardigit/master
...
Suggest "composer install" instead of "update"
2015-05-30 17:20:03 +02:00
zanardigit
fe9edb142f
Suggest "composer install" instead of "update"
...
"composer update" is something you should only do as project maintainer, when you want to check for newer versions of your dependencies, or after you changed anything in your composer.json file (i.e. added / modified / removed dependencies). This command not only will download dependencies, but also create a new "composer.lock" file.
On all other cases (deployment, testing) it is best to use "composer install" which only reads the "composer.lock" file. In this way, you are sure that every machine gets the exact same version. And as a nice bonus is much faster than the "composer.update" command :-)
2015-05-30 17:15:29 +02:00
RolandD
d25d3ff034
Merge pull request #45 from javigomez/codeceptiontests
...
Add system tests codebase
2015-05-26 10:34:39 +02:00
javier gomez
17d223b4c1
Add system tests codebase
...
This pull adds the base for testing Weblinks component with an Firefox automated browser via Selenium and Codeception Framework.
See it in action in the following video: https://www.youtube.com/watch?v=gpsZVZCsawg
This pull will launch the tests in Travis, however you can run the tests in your local machine too. Find the instructions at: README.md
2015-05-24 21:32:32 +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
javier gomez
9a3c345e05
Merge pull request #42 from joomla-extensions/updateScriptEdits
...
Only execute schema changes on MySQL, PHPCS stuff
2015-05-19 13:30:56 +02:00
Michael Babker
582ad8d6cf
Only execute schema changes on MySQL, PHPCS stuff
2015-05-18 14:34:08 -04:00
Michael Babker
e833da56e3
Merge pull request #39 from joomla-extensions/zero-24-center
...
Set the check all box center.
2015-05-18 11:43:10 -04:00
zero-24
620fdb8116
Update default.php
2015-05-18 17:35:25 +02:00
George Wilson
ab2fab5a80
Typo
2015-05-18 14:42:33 +01:00
George Wilson
f6b614c6ad
Clean up SQL query in script
2015-05-18 14:42:13 +01:00
George Wilson
a8da38ee67
Didn't update version number properly
2015-05-18 12:14:35 +01:00
wilsonge
3a83f2d483
Merge branch 'master' of github.com:joomla-extensions/weblinks
2015-05-18 12:11:48 +01:00
wilsonge
7a2be06b9e
Tag version 3.4.1 RC
2015-05-18 12:11:15 +01:00
George Wilson
1f0e75d884
Revert #22 Temporarily
2015-05-18 12:06:41 +01:00
George Wilson
918e3c568f
Merge pull request #29 from zero-24/patch-1
...
Fix Updates
2015-05-18 12:00:50 +01:00
wilsonge
f01b5a1087
Script location in the wrong place breaks SQL Upgrades.
...
Fixes #25 . Fixes #30 .
2015-05-18 01:49:59 +01:00
George Wilson
917035dec1
Merge pull request #33 from zero-24/patch-3
...
Backport: [imp] avoid to open div and closing it in different files
2015-04-12 21:38:15 +01:00
Thomas Hunziker
75a29c3f28
Merge pull request #34 from zero-24/patch-4
...
Update README.md
2015-04-10 23:50:37 +02:00
zero-24
047ab2e69b
Update README.md
2015-04-10 23:41:28 +02:00
zero-24
d3b6aefe14
Backport: [imp] avoid to open div and closing it in different files
...
This PR backports: https://github.com/joomla/joomla-cms/pull/6134 to the weblinks repo and fixes: https://github.com/joomla-extensions/weblinks/issues/28
2015-04-09 14:03:24 +02:00
zero-24
dfad65b093
Fix Updates
...
Please don't merge bevor this issue is fixed: https://github.com/joomla-extensions/weblinks/issues/25
2015-04-01 21:57:26 +02:00
Thomas Hunziker
f8e87d5689
Merge pull request #27 from nicksavov/patch-1
...
Add method='upgrade' to plg_search_weblinks
2015-03-20 21:27:13 +01:00
Nick Savov
8dbc42e45b
Add method='upgrade' to plg_search_weblinks
2015-03-20 15:12:06 -05:00
Michael Babker
c0a45f9a40
Update XML manifest for release
2015-02-24 19:30:19 -05:00
Michael Babker
ebe945ff98
Tagging release 3.4.0
2015-02-24 19:26:22 -05:00
Michael Babker
58ec6fef01
Optimization and cleanup
2015-02-17 20:20:59 -05:00
Michael Babker
5ceb760b54
Update server file updated for RC package
2015-02-17 19:40:15 -05:00
Michael Babker
70ba37b96e
Copyright 2015
2015-02-17 19:35:48 -05:00
Michael Babker
8bac55b871
Sync language files to joomla/joomla-cms@5d5558d01c ( Fix #24 )
2015-02-17 19:32:26 -05:00
George Wilson
12f76f7841
Update version to RC
2015-02-17 21:56:30 +00:00
George Wilson
6c15ffb9a2
Merge pull request #15 from losedk/meta
...
Restore META information
2015-02-11 17:56:18 +00:00
George Wilson
67d0850975
Merge pull request #18 from dgt41/jquery_1
...
Introduce jquery formvalidator for com_weblinks
2015-02-08 02:33:06 +00:00
George Wilson
e5c8fe4b16
Merge pull request #17 from wilsonge/patch-1
...
Allow DI of database object (see https://github.com/joomla/joomla-cms/pull/4992 )
2015-02-08 02:32:33 +00:00