Commit graph

153 commits

Author SHA1 Message Date
Adirelle
33e8a1a0f6 Allow to specify a mail template ('short' or 'long') in phpci.yml.
Email plugin: checks if the custom template exists before trying to use it.

Closed #933
2015-04-28 14:09:23 +02:00
Adirelle
4e6ecaac83 The manual build button creates build for the currently watched branch.
Close #927
2015-04-23 13:23:13 +02:00
Lewis Wright
7adfd9142f Added check for invalid key
Close #895
2015-04-22 12:06:26 +02:00
zviryatko
f18c663d7b Fix archive link. 2015-04-22 11:37:38 +02:00
Adirelle
df5e378b8a Use sensiolabs/ansi-to-html to parse the build logs.
Added an AnsiConverter helper.

Use the AnsiConverter in the email and page templates that display the build log.

Use a dedicated stylesheet for the ANSI converter.

It can be customized.
It can be inlined in the notifications.

Do not use ProphecyTestCase when not needed.
2015-04-09 11:54:57 +02:00
Marco Vito Moscaritolo
800f0539af Merge pull request #842 from corpsee/feature-ui-improvements
UI improvements
2015-03-25 12:51:10 +01:00
Gustavo Novaro
b0f5db8df8 Remove blank style tag in header
Remove the tag <style> the header because it was not used

Closes #863
2015-03-10 19:04:05 +00:00
Adirelle
afbfa297b9 Display a green border in passing build notifications. 2015-03-10 09:53:36 +01:00
Dmitry Khomutov
ce7479b19b Added Date column for builds table in project page. 2015-02-28 23:38:56 +06:00
Dmitry Khomutov
39d386a629 Added total builds count to index and project page 2015-02-28 23:13:02 +06:00
zviryatko
f5c585bacf Fix username style in user panel block. 2015-02-24 10:01:36 +02:00
Alex Davyskiba
36b39bfc0d Allow projects to be archived.
Closes #771
2015-02-23 19:37:11 +00:00
Marco Vito Moscaritolo
3567742dcf Refactor on mail sending to use Email helper and specific tempalte for successfull build. 2015-02-16 14:51:14 +01:00
Dan Cryer
fe2a029d1e Fixing some bugs related to the last round of changes. 2015-02-12 13:17:42 +00:00
Lee Willis
6233dfa714 Redesigned build summary for the dashboard to include recent builds.
Closes #783
Closes #708
2015-02-09 11:34:25 +00:00
Adirelle
3dd95c14b9 Localisation support for dates throughout the front-end using moment.js.
Closes #734
Closes #732
2015-02-03 11:53:12 +00:00
Adam Cooper
191c767bac Move CSS into separate file, fix width of plugins that use tables and adds table-responsive class for smaller screens.
Closes #755
2015-02-03 11:38:16 +00:00
Dan Cryer
6e230a6ea3 Fixing login is disabled checks 2015-01-22 09:17:58 +00:00
Dan Cryer
89c4308680 Fixing b8 logo and link on login screen. 2015-01-13 12:38:39 +00:00
Dan Cryer
c1ac322d93 Fixes 2014-12-22 16:18:33 +00:00
Stephen Ball
20f42256bd Cleanup of the disabled login mode.
Hides user menu, the navigation user panel, etc.

Closes #718
2014-12-22 16:12:51 +00:00
Dan Cryer
5a9e71adc5 Merge fixes 2014-12-18 10:45:21 +00:00
Dan Cryer
e2d901a54a Merge fixes 2014-12-18 10:16:31 +00:00
Alex Davyskiba
a4faf5a1dd Fix word wrapping on public key.
Closes #703
2014-12-18 09:34:42 +00:00
Dan Cryer
3ef23a8c46 Allow admins to change the default language for their installation. 2014-12-11 16:32:42 +00:00
Dan Cryer
887800f5a5 Adding UTF-8 charset to login page. 2014-12-10 14:04:16 +00:00
Marc Aschmann
1857007f81 reimplemented disable user 2014-12-07 17:51:00 +01:00
Marc Aschmann
b320a915d2 merged current upstream/master 2014-12-07 17:50:19 +01:00
Dan Cryer
3db08c7315 Switching to using moment.js for times in JS, rather than a custom solution. Fixes #688 2014-12-07 11:51:41 +00:00
Dan Cryer
fd0b391fb6 Making JSON_UNESCAPED_UNICODE change apply to 5.4+, whilst still supporting 5.3. 2014-12-07 11:12:56 +00:00
Nikolay Kirsh
62a9baf93d fix unicode strings in json 2014-12-07 11:11:32 +00:00
Dmitry Khomutov
094955018a Fixed wrong text for add plugin action 2014-12-07 11:07:07 +00:00
Dan Cryer
9faa7e7f39 Plugins 2014-12-04 14:40:28 +00:00
Dan Cryer
5635c38ed0 Users and Settings 2014-12-04 14:30:43 +00:00
Dan Cryer
cfe4566af2 Login, forgot password and password reset. 2014-12-04 13:24:46 +00:00
Dan Cryer
62b957fb83 View build 2014-12-04 13:08:48 +00:00
Dan Cryer
d08134d378 View Project 2014-12-04 12:19:06 +00:00
Dan Cryer
261806109d Add/Edit/View Project languages 2014-12-04 11:42:21 +00:00
Dan Cryer
95b7f271d1 Dashboard updated to support languages 2014-12-04 11:14:04 +00:00
Dan Cryer
5698cbac5b Merge branch 'master' of github.com:Block8/PHPCI into dc/languages 2014-12-04 10:23:16 +00:00
Dan Cryer
9ceb2841d8 Initial commit 2014-12-04 10:23:10 +00:00
Dan Cryer
53bca31c2a Fixing fatal error on dashboard, also adding slim view for installs with more than 10 projects 2014-12-03 20:26:32 +00:00
Dan Cryer
43fef1539f Front-End Upgrade: New UI Based on Admin LTE.
Closes #673
2014-12-03 15:30:36 +00:00
Dan Cryer
bd47766d63 Allow PHPCI to mark builds as failed if the builder crashed, after a user-defined timeout. Limit to one build per project in RunCommand.
Fixes #623
2014-12-01 17:04:03 +00:00
Dan Cryer
1fae0a26af Settings UI cleanup 2014-12-01 16:18:59 +00:00
Adam Cooper
abd50bf4bd Adding a branch filter to the project page, allowing users to view builds from a specific branch.
Closes #600
2014-10-16 16:10:24 +01:00
Marc Aschmann
1b9b26abab Merge remote-tracking branch 'block8/master' 2014-08-05 13:44:32 +02:00
Dan Cryer
4d4912a09d Adding handling of HTTP 401 status codes in Ajax requests. Fixes #504 2014-07-30 14:32:38 +01:00
Dan Cryer
7137e3921f Remove call to non-existant function getPlugins() from the build status page.
Fixes #455
2014-07-29 16:18:36 +01:00
Marc Aschmann
c09c319844 resolves #497 added feature to disable auth with a default user 2014-07-15 11:39:06 +02:00