This repository has been archived by the owner on Mar 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Extract somenergia-theme/somenergia-theme.css style from somenergia-theme/css.php * Added maintenance_style.css * Remove old SomEnergia Theme * Added pregenerated dockers * Merge css in one file * Create forms.css to lint * Fix adjoining classes in the css * Improve css * Remove empty rules * Fix all css errors * Remove tests that have language dependencies * Fix theme css
- Loading branch information
Showing
85 changed files
with
1,753 additions
and
5,432 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,6 @@ | ||
FROM debian:jessie | ||
FROM blackleg/elgg-cron | ||
MAINTAINER Som Energia | ||
|
||
|
||
# Install dependencies | ||
RUN apt-get update && apt-get -y install cron libwww-perl \ | ||
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* | ||
|
||
# Create the log file to be able to run tail | ||
RUN touch /var/log/cron.log | ||
|
||
# Add crontab file in the cron directory | ||
ADD .docker/cron/crontab /etc/cron.d/elgg | ||
|
||
# Give execution rights on the cron job | ||
COPY .docker/cron/crontab /etc/cron.d/elgg | ||
RUN chmod 0644 /etc/cron.d/elgg | ||
|
||
# Run the command on container startup | ||
CMD cron && tail -f /var/log/cron.log |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
casper.test.begin('Test File page all', 2, function suite(test) { | ||
casper.start("http://localhost:8000/file/all", function () { | ||
test.assertHttpStatus(200); | ||
test.assertExists('div #login-dropdown a'); | ||
}); | ||
|
||
casper.run(function () { | ||
test.done(); | ||
}); | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
casper.test.begin('Test Members page', 2, function suite(test) { | ||
casper.start("http://localhost:8000/members", function () { | ||
test.assertHttpStatus(200); | ||
test.assertExists('div #login-dropdown a'); | ||
}); | ||
|
||
casper.run(function () { | ||
test.done(); | ||
}); | ||
}); | ||
|
||
|
||
casper.test.begin('Test Members page newest', 2, function suite(test) { | ||
casper.start("http://localhost:8000/members/newest", function () { | ||
test.assertHttpStatus(200); | ||
test.assertExists('div #login-dropdown a'); | ||
}); | ||
|
||
casper.run(function () { | ||
test.done(); | ||
}); | ||
}); | ||
|
||
casper.test.begin('Test Members page alpha', 2, function suite(test) { | ||
casper.start("http://localhost:8000/members/alpha", function () { | ||
test.assertHttpStatus(200); | ||
test.assertExists('div #login-dropdown a'); | ||
}); | ||
|
||
casper.run(function () { | ||
test.done(); | ||
}); | ||
}); | ||
|
||
casper.test.begin('Test Members page popular', 2, function suite(test) { | ||
casper.start("http://localhost:8000/members/popular", function () { | ||
test.assertHttpStatus(200); | ||
test.assertExists('div #login-dropdown a'); | ||
}); | ||
|
||
casper.run(function () { | ||
test.done(); | ||
}); | ||
}); | ||
|
||
casper.test.begin('Test Members page online', 2, function suite(test) { | ||
casper.start("http://localhost:8000/members/online", function () { | ||
test.assertHttpStatus(200); | ||
test.assertExists('div #login-dropdown a'); | ||
}); | ||
|
||
casper.run(function () { | ||
test.done(); | ||
}); | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.