Commit Graph

623 Commits

Author SHA1 Message Date
javier gomez 92fff6966d Merge remote-tracking branch 'origin/master' into pr/115
# Conflicts:
#	RoboFile.php
2015-10-30 14:36:20 +01:00
kshitij sharma 577933c5f8 Update RoboFile.php 2015-10-30 14:33:23 +01:00
kshitij sharma 6bacebcaff Update RoboFile.php 2015-10-30 14:32:55 +01:00
Kubik-Rubik 02678e65ba Fix for Windows to make sure to run the build command to generate AcceptanceTester 2015-10-30 14:04:36 +01:00
puneet0191 7acb192136 Adding Delete Category in Test 2015-10-30 17:36:28 +05:30
puneet0191 15887b9bf0 Adding a function to delete a category 2015-10-30 17:35:54 +05:30
Francesco Abeni 7a2aca3b9a Extend clone options 2015-10-30 12:51:48 +01:00
Viktor Vogel f944819f3e Merge pull request #107 from therunnergit/master
Add config param for local cms folder
2015-10-30 12:24:06 +01:00
javier gomez a80e3ab53c Temporary remove tests in PHP 7 2015-10-30 11:28:40 +01:00
kshitij sharma 46f42ceb73 Kill selenium Server
Function to kill the already running selenium server
2015-10-30 11:27:28 +01:00
puneet0191 d42948bd48 Adding Test for Deleting Category Fixes #103 2015-10-30 11:09:23 +01:00
javier gomez 2135f26ea0 Fix Apache running on PHP 5.3 instead of 5.5 2015-10-30 10:43:37 +01:00
Francesco Abeni 0513bdd03f Merge local configuration and git cache features 2015-10-29 17:49:33 +01:00
Viktor Vogel 6352c630ce Merge pull request #109 from yvesh/master
Added local caching for the cloned joomla-cms
2015-10-29 17:40:09 +01:00
Francesco Abeni 08c2f8b641 Improve dist.ini file and fix CS 2015-10-29 16:06:04 +01:00
Yves Hoppe 2b369b1cff Added local caching for the cloned joomla-cms 2015-10-29 15:57:41 +01:00
Yves Hoppe ec02c4f2e6 Added local caching for the cloned joomla-cms 2015-10-29 15:49:33 +01:00
Francesco Abeni 3e268d0626 Add config param for local cms folder 2015-10-29 15:30:04 +01:00
Kubik-Rubik c3da104011 Updated README.md for Windows 2015-10-29 14:43:21 +01:00
Robert Deutz f7966408b5 Merge pull request #104 from therunnergit/master
Add local configuration file for RoboFile.php
2015-10-29 14:30:59 +01:00
kshitij sharma 88cff10f0b Adding test to check if category got archived 2015-10-29 13:36:44 +01:00
Francesco Abeni 35840637b8 Change local configuration to real INI format 2015-10-29 12:58:49 +01:00
Francesco Abeni b3d4ecf6a3 Fix formatting 2015-10-29 11:14:35 +01:00
Francesco Abeni 04216cf96d Add local configuration file for RoboFile.php 2015-10-29 11:12:58 +01:00
Puneet Kala 930f4213dd Merge pull request #102 from rdeutz/fix_category_manager_name
fix for category manager name
2015-10-29 14:53:00 +05:30
Robert Deutz 65eae0986c fix for category manager name 2015-10-29 10:13:54 +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
Puneet Kala 1f19991696 Merge pull request #97 from javigomez/newmenuitemmanager
[tests] Update menu item creation
2015-10-07 16:57:31 +05:30
javier gomez 32df1efcb2 [tests] Update menu item creation
This pull updates JoomlaBrowser https://github.com/joomla-projects/joomla-browser/pull/66 to avoid false positives
2015-10-07 12:41:21 +02:00
javier gomez e308a08642 Merge pull request #96 from javigomez/frontendtests
[tests] Added integration tests and moved to codeception 2.1
2015-10-05 18:25:35 +02:00
Yves Hoppe a0d68ab93b [tests] Added integration tests and moved to codeception 2.1
This is a clean version of pull #94
2015-09-30 19:30:10 +02:00
Viktor Vogel 88d25172ca Merge pull request #91 from joomla-extensions/zero-24-patch-1
Fix: Two "images" tabs in Web links
2015-09-10 11:04:48 +02:00
zero-24 8ccb881d66 Update edit.php 2015-09-10 10:27:45 +02:00
Nicola Galgano 8252c35dad Merge pull request #1 from zero-24/patch-1
CS
2015-09-08 12:10:01 +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
George Wilson e1ed479219 Merge pull request #86 from joomla-extensions/weblinks-filter-clear
Fixed clear button not working.
2015-09-06 23:42:25 +01:00
Michael Babker d771cc8704 Merge pull request #87 from puneet0191/Fix_Tests
PR to fix the Broken Codeception Tests, with the recent changes in Joomla!
2015-09-06 14:04:43 -04:00
puneet0191 f1a532bd38 Fixing Weblinks Test 2015-09-06 22:49:36 +05:30
puneet0191 f32e369137 Fixing Categories Tests 2015-09-06 22:49:22 +05:30
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
Puneet Kala d92c25b701 Merge pull request #84 from joomla-extensions/updatereadme
Update Readme.md with way to run All the tests
2015-08-04 19:03:20 +05:30
javier gomez e17fba993a Update the way to run All the tests
the run:test method allows to run the tests individually. The command for running all the tests is `run:tests`(see https://github.com/joomla-extensions/weblinks/blob/master/RoboFile.php#L41)

Updates #83
2015-08-04 09:57:35 +02:00
Puneet Kala cb1a9ae1af Merge pull request #83 from gunjanpatel/readmeUpdate
[doc] Updating robo acceptance run command
2015-08-03 10:41:37 +05:30
Gunjan Patel 4e75b75e51 [doc] Updating robo acceptance run command 2015-08-03 10:30:47 +05:30
Robert Deutz 1e485ebc90 Merge pull request #76 from brianteeman/langupdate
update strings AND new/edit
2015-07-30 11:17:13 +02:00
Brian Teeman 6964d365f0 Merge pull request #1 from javigomez/langupdate2
Updates the tests with the new strings
2015-07-29 17:36:03 +01:00
javier gomez 0a984f778b Update tests with new strings 2015-07-29 18:23:47 +02:00